@charset "UTF-8";
/* =====================================
  function
===================================== */
/* =====================================
  keyframes
===================================== */
@-webkit-keyframes reveal-down {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes reveal-down {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes reveal-wipe {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes reveal-wipe {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* =====================================
  contents
===================================== */
/* =====================================
  layout
===================================== */
/* =====================================
  font
===================================== */
/* =====================================
  animation
===================================== */
.l-overlay {
  -webkit-transition: opacity 0.2s ease-in;
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #2a2a2a;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.l-overlay.is-visible {
  visibility: visible;
}
.l-overlay.is-appear {
  opacity: 1;
}
.l-overlay__close {
  position: absolute;
  top: 31px;
  right: 31px;
  width: 31px;
  height: 31px;
}
.l-overlay__close::before,
.l-overlay__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.l-overlay__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-overlay__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-modal-movie {
  -webkit-box-sizing: content-box;
  -webkit-transform: translateY(-50%);
  box-sizing: content-box;
  position: relative;
  top: 50%;
  width: 100%;
  height: 0;
  padding-top: 56.24%;
  transform: translateY(-50%);
}
.l-modal-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-common-purpose {
  padding: 100px 0 94px;
}
.l-common-purpose .c-catch-iis {
  margin-bottom: 1em;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 3.6491157532rem;
  font-weight: bold;
  line-height: 1.3;
}
.l-common-purpose .l-col-common1__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65.6405163853%;
  flex: 1 1 65.6405163853%;
}

.l-purpose-img {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.l-purpose-img_item {
  position: absolute;
}

.c-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 190px;
  height: 190px;
}
.c-square__item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.83, 0.06, 0.49, 0.95);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.7s cubic-bezier(0.83, 0.06, 0.49, 0.95);
  transition: transform 0.7s cubic-bezier(0.83, 0.06, 0.49, 0.95);
  transition:
    transform 0.7s cubic-bezier(0.83, 0.06, 0.49, 0.95),
    -webkit-transform 0.7s cubic-bezier(0.83, 0.06, 0.49, 0.95);
}
.c-square__text {
  position: relative;
  padding: 0.8em;
  color: #ffffff;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.2929292929rem;
  line-height: 1.43;
}
body.is-en .c-square__text {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4864477779rem;
  line-height: 1.3;
  line-height: 1.3;
}
.c-square--1 .c-square__item {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  background-color: #f3343c;
}
.is-appear .c-square--1 .c-square__item {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-square--2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  right: 0;
  bottom: 0;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-square--2 .c-square__item {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  background-color: #15bfa2;
  mix-blend-mode: multiply;
}
.is-appear .c-square--2 .c-square__item {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* =====================================
  .l-content-stories
===================================== */
.l-content-stories {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2a2a2a;
}
.l-content-stories__block .c-graph img {
  max-width: 100%;
}
.l-content-stories__block--1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.5405405405%;
  flex: 0 0 25.5405405405%;
}
.l-content-stories__block--1 .l-sec-stories {
  padding-left: 62px;
}
.l-content-stories__block--2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35.1351351351%;
  flex: 0 0 35.1351351351%;
  padding-bottom: 40px;
  border-left: 1px solid #2a2a2a;
}
.l-content-stories__block--2 .l-sec-stories {
  padding-left: 31px;
}
.l-content-stories__block--2 .c-graph {
  margin-top: 40px;
  padding-right: 31px;
}
.l-content-stories__block--2 .c-graph img {
  width: 395px;
}
.l-content-stories__block--3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.3243243243%;
  flex: 0 0 39.3243243243%;
  padding-bottom: 40px;
  border-left: 1px solid #2a2a2a;
}
.l-content-stories__block--3 .l-sec-stories {
  padding-right: 31px;
  padding-left: 31px;
}
.l-content-stories__block--3 .c-graph {
  margin-top: 20px;
}
.l-content-stories__block--3 .c-graph img {
  width: 520px;
}

.c-business-item .c-graph img {
  width: 280px;
  margin-top: 10px;
}

.l-sec-stories {
  padding: 43px 0;
}
.l-sec-stories + .l-sec-stories {
  border-top: 1px solid #2a2a2a;
}
.c-business-item .l-sec-stories {
  padding: 46px 31px 0 62px;
  border: none !important;
}
.l-sec-stories h2 {
  color: #23b399;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.6363636364rem;
  line-height: 1.43;
}
body.is-en .l-sec-stories h2 {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.9375049986rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-sec-stories h2 small {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.2929292929rem;
  line-height: 1.43;
}
body.is-en .l-sec-stories h2 small {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4864477779rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-sec-stories > p {
  padding-top: 1em;
}
.l-sec-stories > p > small {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.4545454545rem;
  line-height: 1.43;
}
body.is-en .l-sec-stories > p > small {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.6970562748rem;
  line-height: 1.3;
  line-height: 1.3;
}
.c-volume {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  padding-right: 31px;
}
.c-volume strong {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 10.5332002752rem;
  line-height: 1.3;
  line-height: 0.8;
}
.c-volume span {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.3299005682rem;
  line-height: 1.43;
  white-space: nowrap;
}
body.is-en .c-volume span {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.8832519531rem;
  line-height: 1.3;
  line-height: 1.3;
}
.c-volume + p {
  padding-top: 0;
}

.c-list-volume {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.c-list-volume li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 50%;
  flex-direction: column-reverse;
  padding-top: 30px;
}
.c-business-item .c-list-volume li {
  padding-top: 20px;
}
.c-list-volume li strong {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 4.1052552223rem;
  line-height: 1.3;
}
.c-list-volume li span {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.4545454545rem;
  line-height: 1.43;
}
body.is-en .c-list-volume li span {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.6970562748rem;
  line-height: 1.3;
  line-height: 1.3;
}

/* =====================================
  .l-section--movie
===================================== */
.l-section--movie .l-section__wrap {
  overflow: hidden;
}
.l-section--movie .l-section__header {
  padding-right: 31px;
}
.l-section--movie .l-section__content {
  height: 40.6756756757vw;
}

.l-multi-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: -1px;
  overflow: hidden;
}
.l-multi-slide__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 31.4932126697%;
  flex: 1 1 31.4932126697%;
}
.el-fade-in .l-multi-slide__item--1 {
  -webkit-transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.5s ease 0s;
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.5s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.5s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
}
.el-fade-in.is-appear .l-multi-slide__item--1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.el-fade-in .l-multi-slide__item--2 {
  -webkit-transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  -webkit-transform: translateY(88px);
  transform: translateY(88px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
}
.el-fade-in.is-appear .l-multi-slide__item--2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.el-fade-in .l-multi-slide__item--3 {
  -webkit-transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
}
.el-fade-in.is-appear .l-multi-slide__item--3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-multi-slide__item:last-child {
  -ms-flex-preferred-size: 37.0135746606%;
  flex-basis: 37.0135746606%;
}
.l-multi-slide__item img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* =====================================
  .l-section--message
===================================== */
.l-section--message .l-section__content {
  -webkit-transition: height 0.4s cubic-bezier(0.12, 0.71, 0.43, 0.96);
  padding: 120px 0 100px;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.12, 0.71, 0.43, 0.96);
}
.l-section--message .l-section__content .l-col-common1 .c-txt-toggle__more {
  display: none;
}
.l-section--message .l-section__content .l-col-common1__img {
  display: none;
}
.l-section--message .l-section__content .l-col-common1__img figcaption {
  padding-top: 1em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.6363636364rem;
  line-height: 1.43;
}
body.is-en .l-section--message .l-section__content .l-col-common1__img figcaption {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.9375049986rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-section--message .l-section__content .l-col-common1__img figcaption span {
  display: inline-block;
  margin-right: 0.8em;
}
.l-section--message .l-section__content .c-link--open-contents {
  margin-left: 31px;
}
.l-section--message .l-section__content.is-show .l-col-common1 .c-txt-toggle__more {
  display: block;
}
.l-section--message .l-section__content.is-show .l-col-common1__img {
  display: block;
}
.l-section--message .l-section__content.is-show .l-col-common1 + .c-link--open-contents {
  margin-top: 50px;
}

/* =====================================
  .l-section--ourbusiness
===================================== */
.l-section--ourbusiness .c-lead-block {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-section--ourbusiness .c-lead-block .c-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 146px;
  flex: 0 0 146px;
}

.l-info-business {
  -ms-touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  touch-action: pan-y;
  user-select: none;
}
.l-info-business__inner .c-business-item {
  height: 792px;
  overflow: hidden;
  border-right: 1px solid #2a2a2a;
}
body.is-en .l-info-business__inner .c-business-item {
  height: 820px;
}
.l-info-business__inner .c-business-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  margin: 0 31px;
  padding-top: 45px;
}
.l-info-business__inner .c-business-item__ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.l-info-business__inner .c-business-item__ico img {
  width: 50px;
}
.l-info-business__inner .c-business-item__title {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.8832519531rem;
  line-height: 1.3;
  line-height: 1;
}
.l-info-business__inner .c-business-item__title .c-narrow {
  letter-spacing: -0.08em;
}
.l-info-business__inner .c-business-item__title small {
  display: block;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.2929292929rem;
  font-weight: normal;
  line-height: 1.43;
}
body.is-en .l-info-business__inner .c-business-item__title small {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4864477779rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-info-business__inner .c-business-item__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 286px;
  margin: 0 auto;
}
.l-info-business__inner .c-business-item__list--magazines {
  width: 302px;
}
.l-info-business__inner .c-business-item__list--anime_tv_movies {
  width: 274px;
}
.l-info-business__inner .c-business-item__list--md_games {
  width: 302px;
}
.l-info-business__inner .c-business-item__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
  padding: 0 8px;
}
.l-info-business__inner .c-business-item__list li img {
  width: 100%;
}
.l-info-business__inner .c-business-item__list li img:not(.no-shadow) {
  -webkit-box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.1254901961);
}
.l-info-business__inner .c-business-item .c-copyright {
  width: 260px;
  margin: 0 auto;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.0215737623rem;
  line-height: 1.43;
}
body.is-en .l-info-business__inner .c-business-item .c-copyright {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.1403980883rem;
  line-height: 1.3;
  line-height: 1.3;
}
body.is-en .l-info-business__inner .c-business-item .c-copyright {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.1237311385rem;
  line-height: 1.3;
}
/* =====================================
  .l-section--history
===================================== */
.l-section--history .c-img-col2 {
  overflow: hidden;
}

/* =====================================
  .l-section--partnership
===================================== */
.l-section--partnership .l-section__header .c-sec-title {
  padding-bottom: 50px;
}
body.is-zh-ch .l-section--partnership .l-section__header .c-sec-title,
body.is-zh-tw .l-section--partnership .l-section__header .c-sec-title {
  margin: 0;
  padding-bottom: 48px;
}
.l-section--partnership .l-section__content {
  border-top: 1px solid #2a2a2a;
}

.l-partnership-detail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 62px;
}
.l-partnership-detail__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7463126844%;
  flex: 0 0 48.7463126844%;
  width: 48.7463126844%;
  padding-bottom: 90px;
}
.l-partnership-detail__block:first-child {
  padding-right: 31px;
  border-right: 1px solid #2a2a2a;
}
.l-partnership-detail__block--1-column {
  &,
  &:first-child {
    width: 100%;
    border: 0;
    flex: 1;
    @media (min-width: 1024px) {
      display: grid;
      grid-template-columns: 1fr auto;
      column-gap: 1em;

      > :where(.l-partnership-detail__block__img) {
        align-self: end;
        display: flex;
        align-self: flex-end;
        margin-block-end: 0;
        max-inline-size: 40vw;
      }
      &:last-child .c-sec-title + p {
        margin-inline-end: 0;
      }
    }
  }
}
.l-partnership-detail__1-column-layout {
  display: flex;
  flex-direction: row-reverse;
}
.l-partnership-detail__1column-image-block {
  flex: 0 1 auto;
}
.l-partnership-detail__block:last-child {
  padding-left: 31px;
}
.l-partnership-detail__block .c-sec-title {
  margin-bottom: 12px;
  padding-left: 0;
}
.l-partnership-detail__block .c-sec-title + p {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.6211381392rem;
  line-height: 1.43;
}
body.is-en .l-partnership-detail__block .c-sec-title + p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 3.2917677241rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-partnership-detail__block .c-sec-title + p .ff-en {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.8832519531rem;
  line-height: 1.3;
}
.l-partnership-detail__block:last-child .c-sec-title + p {
  margin-right: -2em;
}
.l-partnership-detail__block__header {
  margin-bottom: 40px;
}
.l-partnership-detail__block__img {
  width: 524px;
  max-width: 100%;
  height: auto;
  margin-bottom: 48px;
}
.l-partnership-detail__block__img img {
  width: 100%;
  height: auto;
}

/* =====================================
  .l-section--sustainability
===================================== */
.l-section--sustainability .l-section__wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
.l-section--sustainability .l-section__header {
  padding-right: 31px;
}
.l-section--sustainability .c-lead-block p {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.3299005682rem;
  line-height: 1.43;
}
body.is-en .l-section--sustainability .c-lead-block p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.8832519531rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-section--sustainability .l-section__content .c-img {
  height: 100%;
}
.l-section--sustainability .l-section__content img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================
  .l-section--lead
===================================== */
.l-section--lead {
  padding: 100px 0;
}
.l-section--lead__inner {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
}
.l-section--lead__inner p {
  margin: 0 31px;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.9487804066rem;
  line-height: 1.43;
}
body.is-en .l-section--lead__inner p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 3.7581643664rem;
  line-height: 1.3;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .l-overlay__close {
    top: 23px;
    right: 23px;
    width: 23px;
    height: 23px;
  }
  .l-common-purpose .c-catch-iis {
    font-size: 2.278125rem;
  }
  .l-common-purpose {
    padding: 60px 0 12vw;
  }
  .l-common-purpose .l-col-common1__img {
    margin-bottom: 6.6666666667vw;
  }
  .l-purpose-img {
    width: 48vw;
    height: 48vw;
  }
  .l-purpose-img li {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
  }
  .c-square {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
  }
  .c-square__text {
    font-size: 1.4545454545rem;
  }
  body.is-en .c-square__text {
    font-size: 1.6722537502rem;
  }
  .l-content-stories {
    display: block;
    margin: 0 23px;
    border-top: none;
  }
  .l-content-stories__block {
    border-top: 1px solid #2a2a2a;
  }
  .l-content-stories__block--1 .l-sec-stories {
    padding-left: 0;
  }
  .l-content-stories__block--2 {
    padding-bottom: 0;
    border-left: none;
  }
  .l-content-stories__block--2 .l-sec-stories {
    padding-left: 0;
  }
  .l-content-stories__block--2 .c-graph {
    margin-top: 10px;
    padding-right: 0;
  }
  .l-content-stories__block--2 .c-graph img {
    width: 315px;
  }
  .l-content-stories__block--3 {
    padding-bottom: 0;
    border-left: none;
  }
  .l-content-stories__block--3 .l-sec-stories {
    padding-right: 0;
    padding-left: 0;
  }
  .l-content-stories__block--3 .c-graph img {
    width: 353px;
  }
  .top .c-business-item .c-graph img {
    width: 230px;
  }
  .c-business-item .l-sec-stories {
    padding: 25px 23px 0;
  }
  .c-business-item .l-sec-stories:first-child {
    padding-top: 25px;
  }
  .top .c-business-item .l-sec-stories {
    padding: 25px 10px 0;
  }
  .l-sec-stories h2 {
    font-size: 1.4545454545rem;
  }
  body.is-en .l-sec-stories h2 {
    font-size: 1.6722537502rem;
  }
  .l-sec-stories h2 small {
    font-size: 1.1492704826rem;
  }
  body.is-en .l-sec-stories h2 small {
    font-size: 1.2829478494rem;
  }
  .l-sec-stories > p > small {
    font-size: 1.1492704826rem;
  }
  body.is-en .l-sec-stories > p > small {
    font-size: 1.2829478494rem;
  }
  .c-volume strong {
    font-size: 7.3978032111rem;
  }
  .c-volume span {
    font-size: 1.6363636364rem;
  }
  body.is-en .c-volume span {
    font-size: 1.9091883092rem;
  }
  .c-volume {
    padding-right: 0;
  }
  .c-list-volume li strong {
    font-size: 3.2436584473rem;
  }
  .c-list-volume li span {
    font-size: 1.4545454545rem;
  }
  body.is-en .c-list-volume li span {
    font-size: 1.6722537502rem;
  }
  .c-list-volume li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 10px;
  }
  .c-list-volume li strong {
    margin-right: 1em;
  }
  .top .c-list-volume {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top .c-list-volume li {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding-top: 10px;
  }
  .top .c-list-volume li strong {
    font-size: 2.562890625rem;
  }
  .top .c-list-volume li span {
    font-size: 1.1492704826rem;
  }
  body.is-en .top .c-list-volume li span {
    font-size: 1.2641975309rem;
    line-height: 1.3;
  }
  .l-section--movie .l-section__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }
  .l-section--message .l-section__content .l-col-common1__img figcaption {
    font-size: 1.4545454545rem;
  }
  body.is-en .l-section--message .l-section__content .l-col-common1__img figcaption {
    font-size: 1.6722537502rem;
  }
  .l-section--message .l-section__content {
    padding: 0 0 6.6666666667vw;
  }
  .l-section--message .l-section__content .l-col-common1__img {
    width: 60.8vw;
  }
  .l-section--message .l-section__content .c-link--open-contents {
    margin-left: 23px;
  }
  .l-section--ourbusiness .c-lead-block {
    display: block;
  }
  .l-info-business__inner .c-business-item__title {
    font-size: 2.8832519531rem;
  }
  .l-info-business__inner .c-business-item__title small {
    font-size: 1.2929292929rem;
  }
  body.is-en .l-info-business__inner .c-business-item__title small {
    font-size: 1.4647233023rem;
  }
  .l-info-business__inner .c-business-item .c-copyright {
    font-size: 1.1492704826rem;
  }
  body.is-en .l-info-business__inner .c-business-item .c-copyright {
    font-size: 1.2829478494rem;
  }
  body.is-en .l-info-business__inner .c-business-item .c-copyright {
    font-size: 1.2641975309rem;
  }
  .l-info-business__inner .c-business-item {
    height: 532px !important;
  }
  .l-info-business__inner .c-business-item__header {
    height: 120px;
    margin: 0 23px;
    padding-top: 30px;
  }
  .l-info-business__inner .c-business-item__title small {
    padding-top: 0.3em;
  }
  .l-info-business__inner .c-business-item__list {
    width: 211px;
  }
  .l-info-business__inner .c-business-item__list--magazines {
    width: 228px;
  }
  .l-info-business__inner .c-business-item__list--anime_tv_movies {
    width: 202px;
  }
  .l-info-business__inner .c-business-item__list--md_games {
    width: 285px;
  }
  .l-info-business__inner .c-business-item__list li {
    margin-bottom: 30px;
  }
  .l-section--history .l-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .l-section--history .l-section__header .c-sec-title {
    padding-top: 5.3333333333vw;
  }
  .l-section--partnership .l-section__header .c-sec-title {
    padding-bottom: 0;
  }
  .l-partnership-detail__block .c-sec-title + p {
    font-size: 1.4545454545rem;
  }
  body.is-en .l-partnership-detail__block .c-sec-title + p {
    font-size: 1.6722537502rem;
  }
  .l-partnership-detail__block .c-sec-title + p .ff-en {
    font-size: 1.6rem;
  }
  .l-partnership-detail {
    display: block;
    padding: 0;
  }
  .l-partnership-detail__block {
    width: 100%;
    padding: 0 23px 6vw;
  }
  .l-partnership-detail__block:first-child {
    border-right: none;
    border-bottom: 1px solid #2a2a2a;
  }
  .l-partnership-detail__block__header {
    margin-bottom: 5.3333333333vw;
  }
  .l-partnership-detail__block__img {
    width: 78.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .l-section--sustainability .c-lead-block p {
    font-size: 1.4545454545rem;
  }
  body.is-en .l-section--sustainability .c-lead-block p {
    font-size: 1.6722537502rem;
  }
  .l-section--sustainability .l-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .l-section--sustainability .l-section__header {
    padding: 0 0 12vw;
  }
  .l-section--sustainability .l-section__header .c-sec-title {
    padding-top: 5.3333333333vw;
  }
  .l-section--lead__inner p {
    font-size: 1.8409090909rem;
  }
  body.is-en .l-section--lead__inner p {
    font-size: 2.1796931235rem;
  }
  .l-section--lead {
    padding: 13.3333333333vw 0;
  }
  .l-section--lead p {
    margin: 0 23px;
  }
}
