@charset "UTF-8";
/* vietnamese */
@font-face {
  font-family: 'number';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s52Hs.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

/* latin-ext */
@font-face {
  font-family: 'number';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass52Hs.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

/* latin */
@font-face {
  font-family: 'number';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

/* vietnamese */
@font-face {
  font-family: 'number';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6FospT4.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

/* latin-ext */
@font-face {
  font-family: 'number';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6VospT4.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

/* latin */
@font-face {
  font-family: 'number';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51os.woff2) format("woff2");
  unicode-range: U+0030-0039;
}

@use "colors";
@use "fontFamilys";
@use "lh";
@use "rem";
@use "0-functions/index" as functions;
@use "1-mixins/index" as mixins;
/*---------------------------------------------------
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
----------------------------------------------------*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

html.has-scroll-smooth {
  overflow: hidden;
}

body {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #222;
  letter-spacing: 0.04em;
  overflow: hidden;
}

body .txt_barlow {
  font-family: YakuHanJP, "number", sans-serif;
}

body .txt_montserrat {
  font-family: YakuHanJP, "Montserrat", sans-serif;
}

body .txt_notosans {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

body .txt_heading_font {
  font-family: YakuHanJP, "number", "Montserrat", "Noto Sans JP", sans-serif;
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

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

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

.objectfit {
  position: relative;
}

.objectfit img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.objectfit .-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.lazyload {
  width: 100%;
}

.-bold {
  font-weight: 700;
}

#wrapper {
  overflow: hidden;
}

#scroll-container {
  position: relative;
}

.br-sp {
  display: none;
}

.br-tb {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 48rem) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
}

@media screen and (max-width: 47.9375rem) {
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

@use "0-ozreset";
@use "1-base";
@use "mixin";
@-webkit-keyframes fallin {
  0% {
    top: -20px;
    opacity: 0;
  }
  10% {
    top: -20px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 30px;
    opacity: 0;
  }
}
@keyframes fallin {
  0% {
    top: -20px;
    opacity: 0;
  }
  10% {
    top: -20px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: 30px;
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.toggle_wrap {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 16px;
}

.toggle_wrap span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.toggle_wrap span:nth-of-type(1) {
  top: 0;
}

.toggle_wrap span:nth-of-type(2) {
  top: 7px;
}

.toggle_wrap span:nth-of-type(3) {
  bottom: 0;
}

.toggle_wrap span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}

.toggle_wrap span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.toggle_wrap span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

.-menu_active .toggle_wrap span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}

.-menu_active .toggle_wrap span:nth-of-type(2) {
  opacity: 0;
}

.-menu_active .toggle_wrap span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@use "js_animation";
@use "menu_btn_anim";
.a-cvBtn {
  display: block;
  max-width: 260px;
  height: 70px;
  transition: background 0.4s;
  overflow: hidden;
  position: relative;
}

.a-cvBtn .-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 13px 50px 10px 24px;
}

.a-cvBtn .-txtarea {
  text-align: left;
  z-index: 100;
}

.a-cvBtn .-txtarea > span {
  transition: color .4s;
}

.a-cvBtn .-en {
  flex: 0 0 91px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 1px;
  line-height: 0.85;
  display: flex;
  align-items: center;
}

.a-cvBtn .-ja {
  flex: 0 0 auto;
  font-size: 1.3125rem;
  line-height: 1.33333;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.a-cvBtn .-sub {
  flex: 0 0 100%;
  margin-top: 3px;
  letter-spacing: 0.04em;
}

.a-cvBtn .-small {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
}

.a-cvBtn .-imgWrap {
  flex: 0 0 60px;
  width: 60px;
  margin-right: 18px;
  display: none;
}

.a-cvBtn .-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  display: block;
  width: 17px;
  height: 12px;
  margin-left: 9px;
  z-index: 200;
}

.a-cvBtn .-icon::before, .a-cvBtn .-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.a-cvBtn .-icon::before {
  background-image: url(../images/common/btn_arrow_blk.svg);
  left: 0;
  opacity: 1;
}

.a-cvBtn .-icon::after {
  background-image: url(../images/common/btn_arrow.svg);
  left: -30px;
  left: -50%;
  opacity: 0;
}

.a-cvBtn .bg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}

.a-cvBtn .bg-curtain::before, .a-cvBtn .bg-curtain::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: left .2s ease-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.a-cvBtn .bg-curtain::before {
  background: rgba(255, 255, 0, 0.9);
  left: 0;
}

.a-cvBtn .bg-curtain::after {
  background: rgba(34, 34, 34, 0.9);
  left: -100%;
}

.a-cvBtn:hover .-txtarea > span {
  color: #fff;
}

.a-cvBtn:hover .-icon::before {
  left: 30px;
  left: 50%;
  opacity: 0;
}

.a-cvBtn:hover .-icon::after {
  left: 0;
  opacity: 1;
}

.a-cvBtn:hover .bg-curtain::before {
  left: 100%;
}

.a-cvBtn:hover .bg-curtain::after {
  left: 0;
}

@media screen and (max-width: 47.9375rem) {
  .a-cvBtn.-pc {
    display: none;
  }
}

.a-btn-primary {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 70px;
  margin-top: 40px;
  margin-left: auto;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.a-btn-primary .-curtain_mask {
  max-width: 100%;
  height: 100%;
}

.a-btn-primary .-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  padding-right: 30px;
  transition: 0.4s;
}

.a-btn-primary .-inner::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 200;
  transition: 0.4s;
}

.a-btn-primary .-label {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  z-index: 100;
  transition: color 0.4s;
}

.a-btn-primary .-icon {
  display: block;
  width: 15px;
  height: 10px;
  margin-left: 9px;
  position: relative;
  z-index: 200;
}

.a-btn-primary .-icon::before, .a-btn-primary .-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.a-btn-primary .-icon::before {
  left: 0;
  opacity: 1;
  background-image: url(../images/common/btn_arrow.svg);
}

.a-btn-primary .-icon::after {
  background-image: url(../images/common/btn_arrow_blk.svg);
  left: -30px;
  left: -50%;
  opacity: 0;
}

.a-btn-primary .bg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}

.a-btn-primary .bg-curtain::before, .a-btn-primary .bg-curtain::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 0.2s;
}

.a-btn-primary .bg-curtain::before {
  background: rgba(0, 0, 0, 0.75);
  left: 0;
}

.a-btn-primary .bg-curtain::after {
  background: rgba(255, 255, 0, 0.95);
  left: -100%;
}

.a-btn-primary .-inner:hover::before {
  background: #222;
}

.a-btn-primary .-inner:hover .-label {
  color: #222;
}

.a-btn-primary .-inner:hover .-icon::before {
  left: 30px;
  left: 50%;
  opacity: 0;
}

.a-btn-primary .-inner:hover .-icon::after {
  left: 0;
  opacity: 1;
}

.a-btn-primary .-inner:hover .bg-curtain::before {
  left: 100%;
}

.a-btn-primary .-inner:hover .bg-curtain::after {
  left: 0;
}

@media screen and (max-width: 47.9375rem) {
  .a-btn-primary {
    max-width: 220px;
    height: 64px;
    margin-top: 30px;
  }
}

.a-btn-small {
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 40px;
  margin-left: auto;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.a-btn-small .-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  transition: 0.4s;
}

.a-btn-small .-icon {
  display: block;
  width: 15px;
  height: 10px;
  position: relative;
  z-index: 200;
}

.a-btn-small .-icon::before, .a-btn-small .-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.a-btn-small .-icon::before {
  left: 0;
  opacity: 1;
  background-image: url(../images/common/btn_arrow.svg);
}

.a-btn-small .-icon::after {
  background-image: url(../images/common/btn_arrow_blk.svg);
  left: -30px;
  left: -50%;
  opacity: 0;
}

.a-btn-small .bg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}

.a-btn-small .bg-curtain::before, .a-btn-small .bg-curtain::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 0.2s;
}

.a-btn-small .bg-curtain::before {
  background: rgba(0, 0, 0, 0.75);
  left: 0;
}

.a-btn-small .bg-curtain::after {
  background: rgba(255, 255, 0, 0.95);
  left: -100%;
}

*:hover > .a-btn-small::before {
  background: #222;
}

*:hover > .a-btn-small .-label {
  color: #222;
}

*:hover > .a-btn-small .-icon::before {
  left: 30px;
  left: 50%;
  opacity: 0;
}

*:hover > .a-btn-small .-icon::after {
  left: 0;
  opacity: 1;
}

*:hover > .a-btn-small .bg-curtain::before {
  left: 100%;
}

*:hover > .a-btn-small .bg-curtain::after {
  left: 0;
}

.a-btn_toIndex {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}

.a-btn_toIndex rect,
.a-btn_toIndex path {
  transition: fill 0.2s;
}

.a-btn_toIndex .bg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.a-btn_toIndex .bg-curtain::before, .a-btn_toIndex .bg-curtain::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 0.2s ease-out;
}

.a-btn_toIndex .bg-curtain::before {
  background: rgba(34, 34, 34, 0.75);
  left: 0;
}

.a-btn_toIndex .bg-curtain::after {
  width: 101%;
  background: rgba(255, 255, 0, 0.9);
  left: -104%;
}

.a-btn_toIndex:hover rect,
.a-btn_toIndex:hover path {
  fill: #222;
}

.a-btn_toIndex:hover .bg-curtain::before {
  left: 102%;
}

.a-btn_toIndex:hover .bg-curtain::after {
  left: 1%;
}

@media screen and (max-width: 47.9375rem) {
  .a-btn_toIndex {
    flex: 100%;
    max-width: 120px;
    position: relative;
    margin-top: 110px;
  }
}

.m-works_description {
  z-index: 10;
}

.m-works_description .m-movie_wrap {
  padding-top: 100px;
}

.m-works_description > .-deco_ylw {
  top: -140px;
  left: -80px;
}

.m-works_description .-front .-deco_ylw {
  top: -120px;
  right: -77px;
}

.m-works_description .-back .-deco_ylw {
  bottom: -123px;
  right: -77px;
}

.m-works_description .-decoL_ylw {
  bottom: -15px;
  left: -261px;
}

.m-works_description .-decoL_gry {
  top: -60px;
  right: -254px;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_description .m-movie_wrap {
    padding-top: 60px;
  }
  .m-works_description > .-deco_ylw {
    top: -56;
    left: -80px;
  }
  .m-works_description .-front .-deco_ylw {
    top: 180px;
    right: -70px;
  }
  .m-works_description .-back .-deco_ylw {
    bottom: -245px;
    right: -70px;
  }
  .m-works_description .-decoL_ylw {
    bottom: 360px;
    left: -195px;
  }
  .m-works_description .-decoL_gry {
    top: 60px;
    right: -140px;
  }
}

.m-works_development .-deco_blk {
  top: -18px;
  left: -78px;
}

.m-works_development .-decoL_ylw {
  bottom: -170px;
  right: -342px;
}

.m-works_development .-decoL_gry {
  bottom: -65px;
  right: -295px;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_development .-deco_blk {
    top: -20px;
    left: -98px;
  }
  .m-works_development .-decoL_ylw {
    bottom: -50px;
    right: -510px;
  }
  .m-works_development .-decoL_gry {
    top: 60px;
    bottom: auto;
  }
}

.m-works_member .-deco_blk {
  bottom: -42px;
  right: -78px;
}

.m-works_member .-decoL_ylw {
  width: 1056px;
  top: -21px;
  right: -350px;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_member .-deco_blk {
    bottom: -50px;
    right: -78px;
  }
  .m-works_member .-decoL_ylw {
    width: 700px;
    top: 352px;
    right: -290px;
  }
}

.a-deco {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.-deco_ylw {
  width: 260px;
}

.-decoL_ylw {
  width: 683px;
  z-index: -10;
}

.-decoXL_ylw {
  width: 1056px;
  z-index: -10;
}

.-deco_blk {
  width: 260px;
}

.-deco_gry {
  width: 683px;
  z-index: -10;
}

.-decoL_gry {
  width: 1056px;
  z-index: -10;
}

@media screen and (max-width: 47.9375rem) {
  .-deco_ylw {
    width: 230px;
  }
  .-decoL_ylw {
    width: 700px;
  }
  .-decoXL_ylw {
    width: 700px;
  }
  .-deco_blk {
    width: 230px;
  }
  .-deco_gry {
    display: none;
  }
  .-decoL_gry {
    width: 700px;
  }
}

.about > .-deco_ylw {
  top: -150px;
  right: -77px;
}

.about .-back .-deco_ylw {
  bottom: -150px;
  left: -80px;
}

.about .-decoL_gry {
  top: 140px;
  left: -250px;
}

.works > .-deco_blk {
  top: 170px;
  right: -77px;
}

.works > .-deco_ylw {
  bottom: 0px;
  right: -77px;
}

.works .-back .-deco_ylw {
  top: calc(396 / 1128 * 100%);
  left: -80px;
}

.works .-decoL_gry {
  top: 117px;
  right: -120px;
}

.works .-decoL_ylw {
  bottom: -86px;
  left: -110px;
}

.archive > .-deco_ylw {
  bottom: -105px;
  left: -80px;
}

.archive .-decoL_gry {
  top: 170px;
  left: -533px;
}

.message_member > .-deco_ylw {
  top: 184px;
  right: -77px;
}

.message_member .-decoL_gry {
  top: 207px;
  left: 20px;
}

.o-cv_area .-deco_blk {
  bottom: -140px;
  left: -78px;
}

.p-vantan .o-cv_area .-deco_blk {
  bottom: auto;
  left: auto;
  top: -166px;
  right: -77px;
}

.o-footer .-deco_blk {
  bottom: 0;
  right: -77px;
}

.filter_wht {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  margin: auto;
  background: transparent linear-gradient(185deg, #ffffff8c 0%, #ffffff00 25%, #ffffff00 100%) 0% 0% no-repeat padding-box;
  z-index: 100;
}

.m-heading_secondary {
  display: block;
  width: 100%;
  max-width: calc(700 / 1300 *100%);
  min-width: 700px;
  margin: auto;
  margin-right: 0;
  text-align: left;
  line-height: 0;
}

.m-heading_secondary .-inner {
  width: 100%;
  height: auto;
  padding: 15px 40px 20px;
  background: rgba(34, 34, 34, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  color: #fff;
}

.m-heading_secondary .-inner::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

.m-heading_secondary .-ttl {
  font-size: 2.375rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

.m-heading_secondary .-ttl .-en {
  font-size: 2.75rem;
  line-height: 1.22727;
}

.m-heading_secondary .-ttl .-en .-fwn {
  font-weight: normal;
}

.m-heading_secondary .-ttl .-small {
  font-size: 1.375rem;
  padding-bottom: 5px;
  line-height: 1.2;
  display: block;
}

.m-heading_secondary .-sub {
  display: flex;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 47.9375rem) {
  .m-heading_secondary {
    max-width: calc(100% - 30px);
    min-width: auto;
  }
  .m-heading_secondary .-inner {
    padding: 10px 30px 16px;
  }
  .m-heading_secondary .-ttl {
    font-size: 2rem;
    line-height: 1.05625;
  }
  .m-heading_secondary .-ttl .-en {
    font-size: 2rem;
  }
  .m-heading_secondary .-ttl .-small {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .m-heading_secondary .-sub {
    padding-top: 10px;
  }
}

.m-heading_third {
  position: relative;
}

.m-heading_third .m-heading_third_txt {
  overflow: hidden;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: calc(700 / 1300 * 100%);
}

.m-heading_third .-inner {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  padding: 7px 30px;
  height: 60px;
  text-align: left;
}

.m-heading_third .-ttl {
  font-size: 1.1875rem;
  line-height: 1.47368;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 10px;
}

.m-heading_third .-sub {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-top: 7px;
}

.m-heading_third .-ttl_en {
  position: absolute;
  top: 33px;
  left: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.m-heading_third .-ttl_en .labels {
  font-size: 2.75rem;
  line-height: 1.22727;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

@media screen and (max-width: 47.9375rem) {
  .m-heading_third .m-heading_third_txt {
    max-width: calc(100% - 30px) !important;
  }
  .m-heading_third .-inner {
    flex-wrap: wrap;
    padding-bottom: 20px;
    height: auto;
  }
  .m-heading_third .-ttl {
    flex-basis: 100%;
    padding-left: 0;
  }
  .m-heading_third .-sub {
    flex-basis: 100%;
  }
  .m-heading_third .-ttl_en {
    top: auto;
    bottom: -14px;
    left: auto;
    right: 0;
  }
  .p-member .m-heading_third .-ttl_en {
    top: 55px;
    bottom: auto;
    left: 60px;
    right: auto;
  }
  .m-heading_third .-ttl_en .labels {
    font-size: 2rem;
    line-height: 0.9375;
  }
}

.a-vantan_feature_heading {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  background: rgba(34, 34, 34, 0.7);
  color: #fff;
  text-align: left;
}

.a-vantan_feature_heading::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

.a-vantan_feature_heading .-label {
  display: block;
  font-size: 2.375rem;
  line-height: 1.39474;
  font-weight: 700;
}

.a-vantan_feature_heading .-label .-en {
  line-height: 1;
  padding-top: 8px;
}

.a-vantan_feature_heading .-sub {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
}

.a-vantan_feature_heading .-sub .-num {
  position: absolute;
  left: 100%;
  bottom: -4px;
  margin-left: 4px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFFF00;
}

@media screen and (max-width: 47.9375rem) {
  .a-vantan_feature_heading {
    padding: 20px 30px 24px;
  }
  .a-vantan_feature_heading .-label {
    font-size: 1.875rem;
    line-height: 1.12667;
    padding-top: 18px;
  }
  .a-vantan_feature_heading .-label .-en {
    font-size: 2.25rem;
    line-height: 1;
  }
  .a-vantan_feature_heading .-sub {
    font-size: 1.0625rem;
  }
  .a-vantan_feature_heading .-sub .-num {
    margin-left: 8px;
  }
}

.vga_txt *,
.-icon * {
  transition: fill 0.2s;
}

.m-cv_area-contains {
  width: 100%;
  max-width: 660px;
  margin: auto;
  padding-top: 85px;
  padding-left: 130px;
  position: relative;
  z-index: 200;
}

.m-cv_area-contains .-sub {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.m-cv_area-contains .-main {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}

.m-cv_area-contains .-main .-vga_name {
  width: 400px;
}

.m-cv_area-contains .-main .-txt {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.18182;
  letter-spacing: 0.04em;
  margin-left: 8px;
  transition: color 0.2s;
}

.m-cv_area-contains .-main .-icon {
  display: block;
  width: 16px;
  height: 20px;
  margin-left: 6px;
  padding-bottom: 22px;
}

.m-cv_area-contains .-pamphlet {
  position: absolute;
  width: 180px;
  top: 60px;
  left: -130px;
}

@media screen and (min-width: 48.0625rem) {
  *:hover > .m-cv_area-contains {
    color: #fff;
  }
  *:hover > .m-cv_area-contains .vga_txt * {
    fill: #fff;
  }
  *:hover > .m-cv_area-contains .-icon * {
    fill: #fff;
  }
}

@media screen and (max-width: 75rem) {
  .m-cv_area-contains {
    padding-top: 85px;
    padding-left: 0;
    padding-bottom: 58px;
  }
  .m-cv_area-contains .-pamphlet {
    position: relative;
    width: 240px;
    top: 0;
    left: 0;
    margin: auto;
  }
  .m-cv_area-contains .-main {
    justify-content: center;
  }
  .m-cv_area-contains .-main .-icon {
    display: block;
    width: 16px;
    height: 20px;
    margin-left: 6px;
  }
  .m-cv_area-contains .-sub {
    display: block;
    padding-top: 40px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .m-cv_area-contains {
    padding-top: 157px;
    padding-bottom: 116px;
  }
  .m-cv_area-contains .-main {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
  }
  .m-cv_area-contains .-main .-vga_name {
    flex: 100%;
  }
  .m-cv_area-contains .-main .-txt {
    flex: 0 0 100px;
    margin-left: 0;
    margin-top: 10px;
  }
  .m-cv_area-contains .-main .-icon {
    flex: 0 0 16px;
  }
  .m-cv_area-contains .-sub {
    font-size: 1.25rem;
  }
}

.p-vantan .m-cv_area-contains {
  max-width: 680px;
  padding-top: 60px;
  padding-left: 100px;
}

.p-vantan .m-cv_area-contains .-heading {
  position: absolute;
  font-size: 3.125rem;
  top: -30px;
  right: 0;
  margin: auto;
  color: #222;
}

.p-vantan .m-cv_area-contains .-name {
  width: 400px;
  margin: auto;
  display: block;
}

.p-vantan .m-cv_area-contains .-name svg {
  width: 100%;
}

.p-vantan .m-cv_area-contains .-sub {
  display: block;
  margin-top: 10px;
  padding-top: 0;
}

.p-vantan .m-cv_area-contains .-main {
  justify-content: center;
  margin-top: 13px;
}

.p-vantan .m-cv_area-contains .-main .-txt {
  font-size: 1.25rem;
  margin-left: 0;
}

.p-vantan .m-cv_area-contains .-pamphlet {
  position: absolute;
  width: 280px;
  top: -60px;
  left: -17.5vw;
}

@media screen and (max-width: 65rem) {
  .p-vantan .m-cv_area-contains {
    padding-left: 0px;
  }
  .p-vantan .m-cv_area-contains .-heading {
    position: relative;
    font-size: 2.75rem;
    top: 0;
    padding: 40px 30px 0;
  }
  .p-vantan .m-cv_area-contains .-name {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 30px 30px 0;
  }
  .p-vantan .m-cv_area-contains .-sub {
    margin-top: 12px;
  }
  .p-vantan .m-cv_area-contains .-main {
    margin-top: 18px;
  }
  .p-vantan .m-cv_area-contains .-main .-txt {
    font-size: 1.375rem;
    flex: 250px;
  }
  .p-vantan .m-cv_area-contains .-pamphlet {
    position: relative;
    width: 240px;
    top: 0;
    left: 0;
  }
}

.m-deco_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none !important;
}

.m-desc_area {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-right: 80px;
}

.m-desc_area + .m-desc_area {
  margin-top: 60px;
}

.m-desc_area .m-desc_heading {
  width: 100%;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 5000;
}

.m-desc_area .m-desc_img {
  flex: 1 1 auto;
  flex-basis: calc(700 / 1300 * 100%);
  max-width: calc(700 / 1300 * 100%);
  position: relative;
  padding-top: calc(394 / 1300 * 100%);
  height: 0;
}

.m-desc_area .m-desc_img .-imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-desc_area .m-desc_img * {
  width: 100%;
  height: 100%;
}

.m-desc_area .m-desc_txtWrap {
  flex: 1 1 0;
  padding-top: 130px;
  padding-left: 60px;
}

.m-desc_area .m-desc_txtWrap.-nottl {
  padding-top: 64px;
}

@media screen and (max-width: 47.9375rem) {
  .m-desc_area .m-desc_txtWrap.-nottl {
    padding-top: 40px;
  }
}

.m-desc_area .m-desc_txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}

.m-desc_area .m-desc_txt.-heading {
  font-size: 1.125rem;
  font-weight: bold;
}

.m-desc_area .m-desc_txt + .m-desc_txt {
  margin-top: 24px;
}

.m-desc_area .a-btn-primary {
  margin-top: 30px;
  max-width: 170px;
  height: auto;
}

.m-desc_area .a-btn-primary .-inner {
  height: 50px;
}

@media screen and (max-width: 47.9375rem) {
  .m-desc_area {
    padding: 0;
  }
  .m-desc_area .m-desc_heading {
    top: -50px;
  }
  .m-desc_area .m-desc_img {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: calc(211 / 375 * 100%);
  }
  .m-desc_area .m-desc_txtWrap {
    flex-basis: 100%;
    max-width: 100%;
    padding: 40px 0;
  }
  .m-desc_area .m-desc_txt {
    padding: 0 30px;
  }
  .m-desc_area .a-btn-primary {
    margin-top: 40px;
    max-width: 220px;
  }
  .m-desc_area .a-btn-primary .-inner {
    height: 64px;
  }
}

.m-desc_imgs_area {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}

.m-desc_imgs_area .m-desc_img_inner {
  position: relative;
  flex: 1 1 auto;
  flex-basis: calc(50% - 25px);
  max-width: calc(50% - 25px);
  padding-top: calc(306 / 1140 * 100%);
  height: 0;
}

.m-desc_imgs_area .m-desc_img_inner:nth-child(even) {
  margin-left: 50px;
}

.m-desc_imgs_area .m-desc_img_inner:nth-child(n + 3) {
  margin-top: 50px;
}

.m-desc_imgs_area .-imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-desc_imgs_area .-imgWrap * {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 47.9375rem) {
  .m-desc_imgs_area {
    padding: 0 30px;
    padding-top: 30px;
  }
  .m-desc_imgs_area .m-desc_img_inner {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: calc(177 / 315 * 100%);
  }
  .m-desc_imgs_area .m-desc_img_inner:nth-child(even) {
    margin-left: 0;
  }
  .m-desc_imgs_area .m-desc_img_inner:nth-child(n + 3) {
    margin-top: 0;
  }
  .m-desc_imgs_area .m-desc_img_inner:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.m-frosted-column {
  position: absolute;
  width: 100%;
  bottom: -80px;
  display: block;
  max-width: 100%;
  margin-left: 40px;
  overflow: hidden;
  max-width: 700px;
  height: 140px;
}

.m-frosted-column .-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  padding: 20px;
  text-align: left;
}

.m-frosted-column .-ttl {
  display: inline-block;
  height: 25px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: relative;
}

.m-frosted-column .-ttl::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -9px;
}

.m-frosted-column .-bgTxt {
  position: absolute;
  color: #fff;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  opacity: .5;
  top: 32px;
  right: -10px;
  z-index: 100;
}

.about .m-frosted-column,
.archive .m-frosted-column {
  max-width: 700px;
  height: 140px;
}

.archive .m-frosted-column .-bgTxt {
  right: -20px;
}

.p-works .m-frosted-column {
  max-width: 580px;
}

.p-works .m-frosted-column .-bgTxt {
  top: 30px;
  left: 100px;
}

@media screen and (max-width: 47.9375rem) {
  .m-frosted-column {
    margin-left: 0;
  }
  .m-frosted-column .-inner {
    position: relative;
    padding: 20px;
    text-align: left;
  }
  .m-frosted-column .-bgTxt {
    font-size: 5rem;
    line-height: 1.2125;
    top: 55px;
    right: -32px;
  }
  .about .m-frosted-column {
    max-width: 295px;
    height: 120px;
  }
}

.m-heading_area {
  position: absolute;
  left: 0;
  bottom: 50px;
  text-align: left;
  line-height: 0;
  z-index: 100;
}

.m-heading_area .-pagettl {
  overflow: hidden;
  max-width: 100%;
  min-width: 577px;
  z-index: -1;
}

.m-heading_area .-pagettl .-inner {
  width: 100%;
  height: auto;
  padding: 26px 40px;
  background: rgba(255, 255, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}

.m-heading_area .-pagettl .-ttl {
  position: relative;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.04em;
  text-align: left;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 0.93333;
  padding-top: 5px;
}

.m-heading_area .-pagettl .-ttl .-small {
  font-size: 1.25rem;
  padding-left: 5px;
  line-height: 1.2;
}

.m-heading_area .-pagettl .-sub {
  display: flex;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.m-heading_area .-pagettl .-sub .-line {
  flex: 1 1 auto;
  align-self: center;
  display: block;
  height: 1px;
  margin-left: 2px;
  background: #222;
}

.m-heading_area .-pagettl_sub {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.04em;
}

.m-heading_area .-pagettl_sub .-inner {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 28px;
  height: 55px;
  background: rgba(34, 34, 34, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.m-heading_area .-pagettl_sub .-sub {
  align-self: flex-start;
  font-size: 0.625rem;
  line-height: 1.2;
  padding-top: 14px;
}

.m-heading_area .-pagettl_sub .-ttl {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: bold;
}

.m-heading_area .-pagettl_sub .-ttl .-en {
  font-size: 1.75rem;
  padding-left: 5px;
}

.m-heading_area .about_sub {
  position: relative;
}

@media screen and (max-width: 47.9375rem) {
  .m-heading_area {
    bottom: 70px;
  }
  .m-heading_area .-pagettl {
    max-width: calc(100% - 30px);
    min-width: 345px;
  }
  .m-heading_area .-pagettl .-inner {
    padding: 20px 30px;
  }
  .m-heading_area .-pagettl .-ttl {
    font-size: 2rem;
    line-height: 1.28947;
    padding-top: 0;
  }
  .p-works .m-heading_area .-pagettl .-ttl {
    display: block;
    line-height: 1;
  }
  .m-heading_area .-pagettl .-ttl .-small {
    padding-left: 0;
    font-size: 1rem;
  }
  .p-about .m-heading_area .-pagettl .-ttl,
  .p-message .m-heading_area .-pagettl .-ttl,
  .p-vantan .m-heading_area .-pagettl .-ttl {
    flex-wrap: wrap;
  }
  .p-about .m-heading_area .-pagettl .-ttl .-small,
  .p-message .m-heading_area .-pagettl .-ttl .-small,
  .p-vantan .m-heading_area .-pagettl .-ttl .-small {
    flex: 0 0 100%;
  }
  .m-heading_area .-pagettl_sub .-inner {
    padding: 13px 30px;
    height: auto;
  }
  .m-heading_area .-pagettl_sub .-sub {
    padding-top: 0;
  }
  .m-heading_area .-pagettl_sub .-ttl {
    font-size: 0.8125rem;
    line-height: 1;
  }
  .m-heading_area .-pagettl_sub .-ttl .-en {
    font-size: 1.125rem;
  }
  .m-heading_area .about_sub {
    position: absolute;
    line-height: 0.7;
    top: 22px;
    left: 136px;
  }
}

.m-heading-column {
  overflow: hidden;
  max-width: 100%;
  z-index: -1;
}

.m-heading-column .-inner {
  display: flex;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}

.is-inview .m-heading-column .-inner {
  background: rgba(255, 255, 0, 0.7);
}

.is-inview2 .m-heading-column .-inner {
  background: rgba(255, 255, 0, 0.7);
}

.m-heading-column .-imgWrap {
  width: 110px;
}

.m-heading-column.-primary .-inner {
  padding: 26px 80px;
  padding-right: 20px;
}

.m-heading-column.-primary .-ttl {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 40px;
}

.m-heading-column.-primary .-inner::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 14px;
  left: 14px;
}

.m-heading-column.-secondary .-inner {
  padding: 14px 30px;
  height: 80px;
}

.m-heading-column.-secondary .-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 10px;
}

.m-heading-column.-secondary .-sub {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.about .m-heading-column {
  max-width: calc(100% - 400px);
  min-width: 700px;
}

.works .m-heading-column {
  max-width: calc(100% - 360px);
  min-width: 700px;
  margin-right: 0;
  margin-left: auto;
}

.works .m-heading-column .-inner {
  flex-direction: row-reverse;
}

.works .m-heading-column .-ttl {
  padding-left: 0px;
}

.works .m-heading-column .-sub {
  padding-left: 10px;
}

.archive .m-heading-column {
  max-width: calc(100% - 360px);
  min-width: 700px;
}

.message_heading .m-heading-column {
  max-width: calc(100% - 500px);
  min-width: 700px;
}

.member_heading .m-heading-column {
  max-width: calc(100% - 500px);
  min-width: 700px;
  margin-right: 0;
  margin-left: auto;
}

.member_heading .m-heading-column .-inner {
  justify-content: flex-end;
  align-items: flex-end;
}

.member_heading .m-heading-column .-sub {
  padding-bottom: 5px;
}

@media screen and (max-width: 47.9375rem) {
  .m-heading-column .-inner {
    flex-wrap: wrap;
    padding: 40px 20px 36px;
  }
  .m-heading-column .-imgWrap {
    flex: 0 0 100%;
    max-width: 250px;
  }
  .m-heading-column.-primary .-inner {
    flex-wrap: wrap;
    padding: 40px 20px 50px;
  }
  .m-heading-column.-primary .-ttl {
    flex: 0 0 100%;
    font-size: 1.75rem;
    line-height: 1.2;
    padding-left: 0;
    padding-top: 16px;
  }
  .m-heading-column.-primary .-inner::before {
    top: 16px;
    left: 16px;
  }
  .m-heading-column.-secondary .-inner {
    height: 90px;
    flex-direction: column;
    align-items: flex-start;
  }
  .m-heading-column.-secondary .-ttl {
    padding-left: 0;
    padding-top: 6px;
  }
  .about .m-heading-column {
    max-width: calc(100% - 20px);
    min-width: auto;
  }
  .works .m-heading-column {
    max-width: calc(100% - 85px);
    min-width: auto;
  }
  .works .m-heading-column .-inner {
    text-align: right;
    align-items: flex-end;
  }
  .archive .m-heading-column {
    max-width: calc(100% - 85px);
    min-width: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .archive .m-heading-column .-inner {
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
  }
  .message_heading .m-heading-column {
    max-width: calc(100% - 85px);
    min-width: auto;
  }
  .member_heading .m-heading-column {
    max-width: calc(100% - 85px);
    min-width: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .member_heading .m-heading-column .-inner {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .member_heading .m-heading-column .-sub {
    padding-bottom: 0;
  }
}

.m-leader_card {
  max-width: 1400px;
  padding: 0 80px;
  margin: auto;
  overflow: hidden;
  margin-top: 30px;
}

.m-leader_card .m-leader_card-inner {
  display: flex;
  width: 100%;
  position: relative;
}

.m-leader_card .m-leader_card-inner .-imgWrap {
  flex: 0 0 auto;
  flex-basis: 224px;
  max-width: 224px;
  height: auto;
}

.m-leader_card .m-leader_card-inner .-imgWrap.-solid {
  max-height: 160px;
}

.m-leader_card .m-leader_card-inner .-imgWrap .-cover {
  -o-object-position: top;
     object-position: top;
}

.m-leader_card .m-leader_card-inner .-txtBox {
  flex: 1 1 0;
  padding: 30px;
  text-align: left;
  background: rgba(221, 221, 221, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.m-leader_card .m-leader_card-inner .-txtBox > span {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
}

.m-leader_card .m-leader_card-inner .-txtBox > span + .comment {
  padding-top: 18px;
}

.m-leader_card .m-leader_card-inner .name-flex {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 47.9375rem) {
  .m-leader_card {
    padding: 0 30px;
    margin-top: 30px;
  }
  .m-leader_card .m-leader_card-inner {
    flex-wrap: wrap;
  }
  .m-leader_card .m-leader_card-inner .-imgWrap {
    flex-basis: 100%;
    max-width: 100%;
    height: 0;
    padding-top: calc(190 / 315 * 100%);
  }
  .m-leader_card .m-leader_card-inner .-txtBox {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .m-leader_card .m-leader_card-inner .-txtBox > span {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .m-leader_card .m-leader_card-inner .-txtBox > span + .comment {
    padding-top: 18px;
  }
}

.fixedWrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  transition-delay: 2s;
}

.fixedWrap .-curtain_mask {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.fixedWrap .-inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.o-Menu {
  flex: 0 0 70px;
  position: relative;
  width: 70px;
  height: 70px;
  background: rgba(34, 34, 34, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 25px;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.o-Menu .line {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
}

.o-Menu .-mid {
  height: 2px;
}

.o-Menu:hover {
  background: rgba(136, 136, 136, 0.75);
}

@media screen and (max-width: 47.9375rem) {
  .o-Menu {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    padding: 20px;
  }
}

.message_member .member_heading {
  margin-top: 30px;
}

@media screen and (max-width: 47.9375rem) {
  .message_member .member_heading {
    margin-top: 80px;
  }
}

.m-message_member_imgWrap_pc {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  overflow: hidden;
}

.m-message_member_imgWrap_pc .-thumb {
  flex: 1 1 auto;
  flex-basis: calc(50% - 2.5px);
  max-width: calc(50% - 2.5px);
  padding-top: calc(340 / 1300 * 100%);
  position: relative;
  overflow: hidden;
}

.m-message_member_imgWrap_pc .-thumb .-cover {
  transition: transform 0.4s ease-out;
}

.m-message_member_imgWrap_pc picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.m-message_member_imgWrap_pc .a-btn-small {
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-message_member_imgWrap_pc .-thumb:hover .-cover {
  transform: scale(1.1);
}

@media screen and (max-width: 47.9375rem) {
  .m-message_member_imgWrap_pc {
    max-width: calc(100% - 30px);
    margin-right: 0;
    margin-left: auto;
  }
  .m-message_member_imgWrap_pc .-thumb {
    flex: 1 1 auto;
    flex-basis: calc(50% - 2.5px);
    max-width: calc(50% - 2.5px);
    padding-top: calc(830 / 1300 * 100%);
    position: relative;
    overflow: hidden;
  }
  .m-message_member_imgWrap_pc .-thumb .-cover {
    transition: transform 0.4s ease-out;
  }
}

.m-message_member_imgWrap_sp {
  display: none;
  max-width: calc(100% - 30px);
}

.m-message_member_imgWrap_sp.message_thumb {
  margin-left: auto;
  margin-right: 0;
}

.m-message_member_imgWrap_sp.member_thumb {
  margin-left: 0;
  margin-right: auto;
}

.m-message_member_imgWrap_sp .-thumb {
  padding-top: calc(220 / 345 * 100%);
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.m-message_member_imgWrap_sp .-thumb * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 47.9375rem) {
  .m-message_member_imgWrap_sp {
    display: block;
  }
}

.m-movie_wrap {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.a-moive {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 56.25%;
}

.a-moive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.a-moive + .a-moive {
  margin-top: 48px;
}

.m-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.m-mv .mv-slider {
  display: none;
}

.m-mv .mv-slider .m-slide_item {
  position: relative;
  padding-top: 100vh;
  pointer-events: none;
}

.m-mv .mv_img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-mv .mv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-mv .mv_video_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.m-mv .-copy {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  max-width: 61%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  filter: blur(20px);
  transition: 0.8s;
  z-index: 100;
  will-change: filter, opacity;
}

.m-mv .-copy img {
  padding-top: 20px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
}

.is-op .m-mv .-copy {
  filter: blur(0);
  opacity: 1;
  transition-delay: 0.6s;
}

.m-mv .-scrollIcon {
  display: block;
  width: 50px;
  height: 33px;
  right: 40px;
  bottom: 30px;
  position: absolute;
  z-index: 100;
}

.m-mv .-scrollIcon_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 1.4s ease-out infinite forwards running fallin;
          animation: 1.4s ease-out infinite forwards running fallin;
}

.m-mv .mv-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(164deg, #ffff00 0%, #ffff00 20%, #00d8ff 100%) 0% 0%;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.m-mv .mv_logo_wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 280px;
  height: 100%;
  z-index: 50;
}

.m-mv .mv-slider {
  display: block;
}

.m-mv .mv_video {
  display: none;
}

@media screen and (max-width: 47.9375rem) {
  .m-mv .mv-slider {
    display: block;
  }
  .m-mv .mv_video {
    display: none;
  }
  .m-mv .-scrollIcon {
    width: 40px;
    height: 26px;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: auto;
  }
  .m-mv .-copy {
    max-width: 350px;
  }
  .m-mv .mv-filter {
    background: transparent linear-gradient(176deg, #ffff00 0%, #ffff00 32%, #83cfff 100%) 0% 0%;
  }
  .m-mv .mv_logo_wrap {
    width: 180px;
  }
}

.m-mv.m-work-sub-mv {
  max-height: 560px;
}

@media screen and (max-width: 47.9375rem) {
  .m-mv.m-work-sub-mv {
    max-height: 425px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .m-works_pager {
    padding-top: 70px;
  }
}

.m-works_pager-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_pager-inner {
    padding: 0;
  }
}

.a-btn_pager {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 0;
  padding-top: 360px;
}

.a-btn_pager .a-btn_pager-inner,
.a-btn_pager .-curtain_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.a-btn_pager .-imgWrap {
  width: 100%;
  height: 100%;
}

.a-btn_pager .-imgWrap img {
  transition: transform 0.4s ease-out;
}

.a-btn_pager .pager_heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  background: rgba(255, 255, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: left;
}

.a-btn_pager .pager_heading::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 10px;
  top: 10px;
}

.a-btn_pager .pager_heading .-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}

.a-btn_pager .pager_heading .-sub {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-top: 4px;
}

.a-btn_pager .a-btn-primary {
  position: absolute;
  bottom: -35px;
}

.a-btn_pager:hover .-imgWrap img {
  transform: scale(1.1);
}

.a-btn_pager:hover .a-btn-primary .-inner::before {
  background: #222;
}

.a-btn_pager:hover .a-btn-primary .-inner .-label {
  color: #222;
}

.a-btn_pager:hover .a-btn-primary .-inner .-icon::before {
  left: 30px;
  left: 50%;
  opacity: 0;
}

.a-btn_pager:hover .a-btn-primary .-inner .-icon::after {
  left: 0;
  opacity: 1;
}

.a-btn_pager:hover .a-btn-primary .-inner .bg-curtain::before {
  left: 100%;
}

.a-btn_pager:hover .a-btn-primary .-inner .bg-curtain::after {
  left: 0;
}

@media screen and (max-width: 47.9375rem) {
  .a-btn_pager {
    max-width: calc(176 / 375 * 100%);
    padding-top: calc(280 / 375 * 100%);
  }
  .a-btn_pager .pager_heading .-ttl {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
  .a-btn_pager .a-btn-primary {
    position: relative;
    bottom: 0;
    margin: auto;
    max-width: 100%;
  }
  .a-btn_pager .a-btn-primary .-inner {
    max-width: 100%;
  }
}

.-prev .a-btn-primary {
  left: -80px;
}

.-prev .a-btn-primary .-inner {
  flex-direction: row-reverse;
  padding-left: 30px;
  padding-right: 0;
}

.-prev .a-btn-primary .-icon {
  margin-left: 0;
  margin-right: 15px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 47.9375rem) {
  .-prev .a-btn-primary {
    left: 0;
  }
}

.-next .a-btn-primary {
  right: -80px;
}

.-next .a-btn-primary .-icon {
  margin-left: 15px;
}

@media screen and (max-width: 47.9375rem) {
  .-next .a-btn-primary {
    right: 0;
  }
}

.m-slider_containner {
  width: 100%;
  height: 100%;
}

.m-slider_containner .m-slider_wrapper {
  width: 100%;
  height: 100%;
}

.m-slider_containner .swiper-pagination {
  display: flex;
  justify-content: center;
  height: 4px;
  bottom: 20px;
}

.m-slider_containner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: initial;
  opacity: 1;
  margin: 0 7px;
  background: #777777;
}

.m-slider_containner .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFF00;
}

.m-sp_cvarea {
  display: none;
  width: 100%;
  max-width: 240px;
  top: auto;
  bottom: 0;
  position: fixed;
  z-index: 5000;
}

.m-sp_cvarea .-inner {
  padding: 14px 40px 15px 34px;
  justify-content: flex-start;
}

.m-sp_cvarea .-inner::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.m-sp_cvarea .a-cvBtn .-en {
  font-size: 0.75rem;
  line-height: 1.25;
}

.m-sp_cvarea .a-cvBtn .-ja {
  margin-left: 0;
  font-size: 1.1875rem;
  line-height: 1.36842;
}

.m-sp_cvarea .a-cvBtn .-icon {
  right: 20px;
}

@media screen and (max-width: 47.9375rem) {
  .m-sp_cvarea {
    display: block;
  }
}

.m-card_works {
  flex: 1 1 auto;
  flex-basis: calc( 100% / 3 - 34px);
  flex-basis: calc(100% / 3 - 100px / 3);
  max-width: calc(100% / 3 - 33.33px);
  margin-left: 50px;
  margin-bottom: 50px;
}

.m-card_works > div {
  height: 100%;
  position: relative;
}

.m-card_works > div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  box-sizing: border-box;
  border: 0 solid #FFFF00;
  transition: border-width 0.15s ease-out;
}

.m-card_works .-curtain_mask {
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.m-card_works:nth-child(3n + 1) {
  margin-left: 0;
}

.m-card_works .m-card_works_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.m-card_works .-imgWrap {
  padding-top: calc(315 / 400 * 100%);
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.m-card_works .-imgWrap.-back {
  width: 100%;
  position: absolute;
  top: 10px;
  padding-top: 96%;
  z-index: 0;
}

.m-card_works .-imgWrap img {
  transition: transform 0.4s ease-out;
}

.m-card_works .-txtBox {
  height: 100%;
  min-height: 225px;
  position: relative;
  text-align: left;
  z-index: 100;
  background: rgba(34, 34, 34, 0.6);
}

.m-card_works .-txtBox::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  transition: 0.4s;
}

.m-card_works .-txtBox::after {
  content: '';
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 60px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.36));
}

.m-card_works .-txtBox .-tag-wrap {
  display: flex;
  gap: 8px;
}

.m-card_works .-txtBox .-tag {
  padding: 0px 4px;
  background: #ff0;
  color: #222;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
}

.m-card_works .-txtBox .-boxinner {
  height: 100%;
  padding: 8px 50px 116px;
}

.m-card_works .-txtBox .-ttl {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 50px;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  z-index: 100;
  left: 0;
  position: relative;
  top: 0;
  margin-top: -20px;
}

.m-card_works .-txtBox .-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  padding-top: 24px;
}

.m-card_works .-txtBox .-genre {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  bottom: 50px;
  margin: auto;
}

.m-card_works.-sp_blank {
  display: none;
}

.m-card_works > div:hover::before {
  border-width: 12px;
}

.m-card_works > div:hover .-imgWrap img {
  transform: scale(1.1);
}

@media screen and (max-width: 75rem) {
  .m-card_works {
    flex: 1 0 auto;
    flex-basis: calc(50% - 25px);
    max-width: 400px;
  }
  .m-card_works:nth-child(even) {
    margin-left: 50px;
  }
  .m-card_works:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width: 47.9375rem) {
  .m-card_works {
    flex: 1 0 auto;
    flex-basis: calc(280 / 375 * 100%);
    max-width: calc(280 / 375 * 100%);
    margin-left: 30px;
    margin-bottom: 0;
  }
  .m-card_works .-imgWrap {
    padding-top: 300px;
  }
  .m-card_works .-txtBox {
    min-height: 250px;
  }
  .m-card_works .-txtBox .-boxinner {
    padding: 8px 30px 104px;
  }
  .m-card_works .-txtBox .-ttl {
    padding: 0 30px;
    left: 0;
    position: relative;
    top: 0;
    margin-top: -20px;
  }
  .m-card_works .-txtBox .-genre {
    bottom: 40px;
  }
  .m-card_works.-sp_blank {
    display: block;
    width: 0;
    flex-basis: 1px;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .m-card_works:nth-child(even) {
    margin-left: 30px;
  }
  .m-card_works:nth-child(odd) {
    margin-left: 30px;
  }
  .m-card_works > div:hover::before {
    border-width: 0;
  }
  .m-card_works > div:hover .-imgWrap img {
    transform: none;
  }
}

.p-about {
  position: relative;
}

.p-about + .m-deco_wrap .a-deco:nth-child(1) {
  top: calc(770 / 4974 * 100%);
  right: -77px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(2) {
  top: calc(1060 / 4974 * 100%);
  left: -291px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(3) {
  top: calc(2047 / 4974 * 100%);
  right: -90px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(4) {
  top: calc(2101 / 4974 * 100%);
  right: -87px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(5) {
  top: calc(2801 / 4974 * 100%);
  left: -80px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(6) {
  top: calc(2917 / 4974 * 100%);
  left: -70px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(7) {
  top: calc(3177 / 4974 * 100%);
  right: -476px;
}

.p-about + .m-deco_wrap .a-deco:nth-child(8) {
  top: calc(4236 / 4974 * 100%);
  right: -80px;
}

@media screen and (max-width: 47.9375rem) {
  .p-about + .m-deco_wrap .a-deco:nth-child(1) {
    top: calc(502 / 4025 * 100%);
    right: -87px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(2) {
    top: calc(824 / 4025 * 100%);
    left: -180px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(3) {
    top: calc(1575 / 4025 * 100%);
    right: -60px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(4) {
    top: calc(1600 / 4025 * 100%);
    right: -70px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(5) {
    top: calc(2077 / 4025 * 100%);
    left: -130px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(6) {
    top: calc(2430 / 4025 * 100%);
    left: -415px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(7) {
    top: calc(2215 / 4025 * 100%);
    right: -325px;
  }
  .p-about + .m-deco_wrap .a-deco:nth-child(8) {
    top: calc(2935 / 4025 * 100%);
    right: -70px;
  }
}

.m-about_description {
  position: relative;
}

.m-about_description .contents-img {
  margin-top: -50px;
  padding-top: calc(540 / 1300 * 100%);
  overflow: hidden;
  z-index: -1;
}

.m-about_description .contents-img img {
  z-index: -1;
  height: 100vh;
}

.m-about_description .m-heading-column {
  max-width: 800px;
}

.m-about_description .m-heading-column .-imgWrap {
  padding-left: 40px;
  box-sizing: content-box;
}

.m-about_description .m-heading-column .-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-about_description .m-heading-column.-primary .-inner {
  height: 120px;
  padding: 21px 40px;
}

.m-about_description .about_description_txt {
  font-size: 2.125rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 70px 80px 0;
}

.m-about_description .-back + .about_description_txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.m-about_description:nth-child(odd) .m-heading-column {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 81.3125rem) {
  .m-about_description .contents-img {
    padding-top: 750px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .m-about_description .m-heading-column {
    max-width: calc(100% - 20px);
  }
  .m-about_description .m-heading-column .-imgWrap {
    padding-left: 0;
  }
  .m-about_description .m-heading-column.-primary .-inner {
    height: auto;
    padding: 40px 20px;
  }
  .m-about_description .about_description_txt {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 40px 30px 0;
  }
  .m-about_description .-back + .about_description_txt {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .m-about_description:nth-child(odd) .m-heading-column.-primary .-inner {
    padding: 30px 40px;
  }
  .m-about_description:nth-child(odd) .m-heading-column.-primary .-inner .-ttl {
    padding-top: 0;
  }
  .m-about_description .contents-img {
    margin-top: -80px;
    padding-top: 400px;
  }
  .m-about_description .contents-img img {
    height: 100%;
  }
}

.p-archive {
  position: relative;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(1) {
  top: calc(890 / 6717 * 100%);
  right: -254px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(2) {
  top: calc(990 / 6717 * 100%);
  right: -77px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(3) {
  top: calc(1502 / 6717 * 100%);
  right: -277px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(4) {
  top: calc(2382 / 6717 * 100%);
  left: -403px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(5) {
  top: calc(2875 / 6717 * 100%);
  right: -295px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(6) {
  top: calc(3075 / 6717 * 100%);
  right: -77px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(7) {
  top: calc(3860 / 6717 * 100%);
  right: -342px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(8) {
  top: calc(4277 / 6717 * 100%);
  left: -118px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(9) {
  top: calc(4753 / 6717 * 100%);
  left: -290px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(10) {
  top: calc(5006 / 6717 * 100%);
  right: -77px;
}

.p-archive + .m-deco_wrap .a-deco:nth-child(11) {
  top: calc(5416 / 6717 * 100%);
  left: -290px;
}

@media screen and (max-width: 47.9375rem) {
  .p-archive + .m-deco_wrap .a-deco:nth-child(1) {
    top: calc(681 / 6784 * 100%);
    right: -181px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(2) {
    top: calc(974 / 6784 * 100%);
    right: -70px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(3) {
    top: calc(1028 / 6784 * 100%);
    right: -520px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(4) {
    top: calc(2403 / 6784 * 100%);
    left: -482px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(5) {
    top: calc(3241 / 6784 * 100%);
    right: -144px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(6) {
    top: calc(3277 / 6784 * 100%);
    right: -70px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(7) {
    top: calc(3584 / 6784 * 100%);
    right: -195px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(8) {
    top: calc(4110 / 6784 * 100%);
    left: -137px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(9) {
    top: calc(4883 / 6784 * 100%);
    left: -462px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(10) {
    top: calc(5202 / 6784 * 100%);
    right: -70px;
  }
  .p-archive + .m-deco_wrap .a-deco:nth-child(11) {
    top: calc(5622 / 6784 * 100%);
    left: -462px;
  }
}

.m-archive_description .m-desc_area {
  max-width: 1400px;
}

.m-archive_description:nth-child(odd) .m-desc_area {
  flex-direction: row-reverse;
  padding-left: 80px;
  padding-right: 0;
}

.m-archive_description:nth-child(odd) .m-desc_area .m-heading_secondary {
  margin-left: 0;
  margin-right: auto;
}

.m-archive_description:nth-child(odd) .m-desc_area .m-desc_txtWrap {
  padding-left: 0;
  padding-right: 60px;
}

.m-archive_description.team_creation .m-heading_secondary {
  max-width: 788px;
}

.m-archive_description .m-desc_area .m-desc_img {
  flex-basis: calc(760 / 1220 * 100%);
  max-width: calc(760 / 1220 * 100%);
  padding-top: calc(550 / 1220 * 100%);
}

.m-archive_description .member_comments {
  display: block;
  font-size: 1.125rem;
  line-height: 1.22222;
  text-align: left;
  margin-top: 50px;
}

.m-archive_description .member_comments + .m-desc_txt {
  margin-top: 10px;
}

@media screen and (max-width: 47.9375rem) {
  .m-archive_description.team_creation .m-heading_secondary {
    max-width: calc(100% - 30px);
  }
  .m-archive_description .m-heading_secondary .-ttl {
    font-size: 1.625rem;
    line-height: 1.3;
  }
  .m-archive_description .m-heading_secondary .-ttl .-en {
    font-size: 2rem;
    line-height: 1.05625;
  }
  .m-archive_description .m-desc_area .m-desc_heading {
    top: -85px;
  }
  .m-archive_description:nth-child(odd) .m-desc_area {
    padding-left: 0;
  }
  .m-archive_description:nth-child(odd) .m-desc_area .m-desc_txtWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .m-archive_description .m-desc_area .m-desc_txtWrap {
    padding: 40px 0 0;
  }
  .m-archive_description .m-desc_area .m-desc_img {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: calc(272 / 375 * 100%);
  }
  .m-archive_description .member_comments {
    margin-top: 40px;
    padding: 0 30px;
  }
}

.m-archive_imgWrap {
  display: flex;
  margin-top: 50px;
  overflow: hidden;
}

.m-archive_imgWrap .archive_thumb {
  flex: 1 1 auto;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding-top: calc(340 / 1300 * 100%);
}

@media screen and (max-width: 47.9375rem) {
  .m-archive_imgWrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
    overflow: auto;
  }
  .m-archive_imgWrap .archive_thumb {
    flex: 1 1 auto;
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding-top: calc(170 / 375 * 100%);
  }
}

.m-member_card_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1920px;
  padding: 0 65px;
  margin: auto;
  margin-top: 60px;
}

.p-works .m-member_card_wrap {
  max-width: 1400px;
}

@media screen and (max-width: 47.9375rem) {
  .m-member_card_wrap {
    justify-content: space-between;
    padding: 0;
    margin-top: 40px;
  }
}

.m-member_card {
  flex: 1 1 auto;
  flex-basis: calc(20% - 30px);
  max-width: calc(20% - 30px);
  min-width: 204px;
  margin: 0 15px 30px;
  overflow: hidden;
}

.p-member .m-member_card {
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
}

.m-member_card .m-leader_card-inner {
  height: 100%;
  width: 100%;
  background: rgba(221, 221, 221, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.m-member_card .m-leader_card-inner .-imgWrap {
  padding-top: calc(180 / 204 * 100%);
}

.m-member_card .m-leader_card-inner .-imgWrap .-cover {
  -o-object-position: top;
     object-position: top;
}

.m-member_card .m-leader_card-inner .-txtBox {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
}

.m-member_card .m-leader_card-inner .-txtBox p {
  flex: 0 0 100%;
}

.m-member_card .m-leader_card-inner .-txtBox .-en {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 12px;
  padding-left: 0;
  padding-top: 6px;
  align-self: flex-start;
}

.m-member_card .m-leader_card-inner .-txtBox .role {
  padding-top: 30px;
  align-self: flex-end;
}

@media screen and (max-width: 47.9375rem) {
  .m-member_card {
    flex-basis: calc(176 / 375 * 100%);
    max-width: calc(176 / 375 * 100%);
    min-width: auto;
    margin: 0 0 30px;
  }
  .p-member .m-member_card {
    flex-basis: calc(176 / 375 * 100%);
    max-width: calc(176 / 375 * 100%);
  }
  .m-member_card .m-leader_card-inner {
    height: 100%;
  }
  .m-member_card .m-leader_card-inner .-imgWrap {
    padding-top: calc(170 / 176 * 100%);
  }
  .m-member_card .m-leader_card-inner .-txtBox {
    padding: 24px;
  }
}

.m-member_list_wrap {
  max-width: 1920px;
  padding: 0 80px;
  margin: auto;
  margin-top: 60px;
}

.p-works .m-member_list_wrap {
  max-width: 1400px;
}

@media screen and (max-width: 47.9375rem) {
  .m-member_list_wrap {
    padding: 0 30px;
    margin-top: 40px;
  }
}

.m-member_list {
  padding: 30px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  background: rgba(221, 221, 221, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.p-member {
  position: relative;
}

.p-member + .m-deco_wrap .a-deco:nth-child(1) {
  top: calc(890 / 5274 * 100%);
  right: -255px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(2) {
  top: calc(1060 / 5274 * 100%);
  left: -77px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(3) {
  top: calc(1400 / 5274 * 100%);
  right: -77px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(4) {
  top: calc(2030 / 5274 * 100%);
  left: -403px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(5) {
  top: calc(2443 / 5274 * 100%);
  right: -155px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(6) {
  top: calc(2450 / 5274 * 100%);
  right: -77px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(7) {
  top: calc(3014 / 5274 * 100%);
  left: -77px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(8) {
  top: calc(3154 / 5274 * 100%);
  right: -205px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(9) {
  top: calc(3364 / 5274 * 100%);
  right: -456px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(10) {
  top: calc(3912 / 5274 * 100%);
  right: -77px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(11) {
  top: calc(4052 / 5274 * 100%);
  left: -538px;
}

.p-member + .m-deco_wrap .a-deco:nth-child(12) {
  top: calc(4258 / 5274 * 100%);
  left: -77px;
}

@media screen and (max-width: 47.9375rem) {
  .p-member + .m-deco_wrap .a-deco:nth-child(1) {
    top: calc(690 / 6556 * 100%);
    right: -144px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(2) {
    top: calc(695 / 6556 * 100%);
    left: -98px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(3) {
    top: calc(2151 / 6556 * 100%);
    right: -70px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(4) {
    top: calc(2488 / 6556 * 100%);
    left: -403px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(5) {
    top: calc(3285 / 6556 * 100%);
    right: -144px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(6) {
    display: none;
    top: calc(3553 / 6556 * 100%);
    right: -77px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(7) {
    display: none;
    top: calc(4003 / 6556 * 100%);
    left: -77px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(8) {
    display: none;
    top: calc(4325 / 6556 * 100%);
    right: -205px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(9) {
    top: calc(5025 / 6556 * 100%);
    right: 100px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(10) {
    display: none;
    top: calc(3912 / 6556 * 100%);
    right: -77px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(11) {
    top: calc(3300 / 6556 * 100%);
    left: 240px;
  }
  .p-member + .m-deco_wrap .a-deco:nth-child(12) {
    display: none;
    top: calc(4258 / 6556 * 100%);
    left: -77px;
  }
}

.p-message {
  position: relative;
}

.p-message + .m-deco_wrap .a-deco:nth-child(1) {
  top: calc(890 / 3204 * 100%);
  right: -255px;
}

.p-message + .m-deco_wrap .a-deco:nth-child(2) {
  top: calc(1025 / 3204 * 100%);
  right: -77px;
}

.p-message + .m-deco_wrap .a-deco:nth-child(3) {
  top: calc(1490 / 3204 * 100%);
  left: -261px;
}

.p-message + .m-deco_wrap .a-deco:nth-child(4) {
  top: calc(2075 / 3204 * 100%);
  right: -296px;
}

.p-message + .m-deco_wrap .a-deco:nth-child(5) {
  top: calc(2275 / 3204 * 100%);
  right: -77px;
}

@media screen and (max-width: 47.9375rem) {
  .p-message + .m-deco_wrap .a-deco:nth-child(1) {
    top: calc(685 / 3794 * 100%);
    right: -144px;
  }
  .p-message + .m-deco_wrap .a-deco:nth-child(2) {
    top: calc(974 / 3794 * 100%);
    right: -70px;
  }
  .p-message + .m-deco_wrap .a-deco:nth-child(3) {
    top: calc(1716 / 3794 * 100%);
    left: -482px;
  }
  .p-message + .m-deco_wrap .a-deco:nth-child(4) {
    top: calc(2621 / 3794 * 100%);
    right: -144px;
  }
  .p-message + .m-deco_wrap .a-deco:nth-child(5) {
    top: calc(2657 / 3794 * 100%);
    right: -70px;
  }
}

.m-message_list_wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 80px;
}

@media screen and (max-width: 48rem) {
  .m-message_list_wrap {
    padding: 0 30px;
  }
}

.m-message_list {
  overflow: hidden;
}

.m-message_list + .m-message_list {
  margin-top: 160px;
}

.m-message_list .m-lmessage_list-inner {
  display: flex;
  width: 100%;
  background: rgba(221, 221, 221, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}

.m-message_list .-imgWrap {
  flex: 0 1 auto;
  flex-basis: calc(430 / 1140 * 100%);
  max-width: 430px;
  height: auto;
  min-height: 532px;
}

.m-message_list .-txtBox {
  flex: 1 1 0;
  padding: calc(70 / 1140 * 100%);
  text-align: left;
  display: flex;
  flex-direction: column;
}

.m-message_list .name {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.1;
}

.m-message_list .name .-en {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.02857;
  padding-left: 10px;
}

.m-message_list .office {
  font-size: 0.9375rem;
  line-height: 1.46667;
  padding-top: 10px;
  font-weight: bold;
}

.m-message_list .position {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 8px;
}

.m-message_list .message {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-top: 120px;
  flex: 1 0 auto;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 47.9375rem) {
  .m-message_list + .m-message_list {
    margin-top: 80px;
  }
  .m-message_list .m-lmessage_list-inner {
    display: block;
  }
  .m-message_list .-imgWrap {
    max-width: 100%;
    height: 315px;
    min-height: auto;
  }
  .m-message_list .-imgWrap .-cover {
    -o-object-position: 0px -20px;
       object-position: 0px -20px;
  }
  .m-message_list .-txtBox {
    max-width: 100%;
    padding: 40px 30px 60px;
  }
  .m-message_list .name {
    line-height: 1;
  }
  .m-message_list .name .-en {
    display: inline-block;
    padding-left: 0;
  }
  .m-message_list .message {
    padding-top: 50px;
  }
}

.m-school_info_wrap {
  margin-top: 160px;
}

@media screen and (max-width: 47.9375rem) {
  .m-school_info_wrap {
    margin-top: 60px;
  }
}

.m-school_info {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
}

@media screen and (max-width: 81.1875rem) {
  .m-school_info {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 47.9375rem) {
  .m-school_info {
    padding: 0 30px;
  }
}

.m-school_info_card {
  flex: 1 1 auto;
  flex-basis: 50%;
  max-width: 545px;
  min-width: 415px;
  height: 220px;
  background: rgba(34, 34, 34, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 0;
}

@media screen and (max-width: 47.9375rem) {
  .m-school_info_card {
    min-width: auto;
    height: auto;
  }
}

.m-school_info_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-school_info_card_inner .-txtBox_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 34px 20px;
  text-align: left;
  color: #fff;
}

.m-school_info_card_inner .sub {
  font-size: 1rem;
  line-height: 1.0625;
}

.m-school_info_card_inner .pref {
  color: #FFFF00;
}

.m-school_info_card_inner .main {
  display: block;
  font-size: 1.625rem;
  line-height: 1.66154;
  letter-spacing: 0.08em;
}

.m-school_info_card_inner .add {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.23077;
}

.m-school_info_card_inner .tel {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #FFFF00;
}

.m-school_info_card_inner .-img {
  position: absolute;
  width: 130px;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 47.9375rem) {
  .m-school_info_card_inner .-txtBox_wrap {
    padding-right: 20px;
    height: 220px;
  }
  .m-school_info_card_inner .-img {
    position: relative;
    width: 100%;
    height: 160px;
    top: 0;
    right: 0;
    margin: auto;
  }
}

.a-card_batch {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 72px;
}

@media screen and (max-width: 47.9375rem) {
  .a-card_batch {
    top: auto;
    bottom: 83px;
  }
}

.p-vantan {
  position: relative;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(1) {
  top: calc(857 / 6730 * 100%);
  left: -77px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(2) {
  top: calc(860 / 6730 * 100%);
  right: -40px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(3) {
  top: calc(1053 / 6730 * 100%);
  right: -77px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(4) {
  top: calc(1521 / 6730 * 100%);
  right: -277px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(5) {
  top: calc(2374 / 6730 * 100%);
  right: -77px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(6) {
  top: calc(2534 / 6730 * 100%);
  left: -403px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(7) {
  top: calc(2786 / 6730 * 100%);
  right: -296px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(8) {
  top: calc(3076 / 6730 * 100%);
  right: -77px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(9) {
  top: calc(3676 / 6730 * 100%);
  right: -342px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(10) {
  top: calc(4024 / 6730 * 100%);
  left: 0;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(11) {
  top: calc(4520 / 6730 * 100%);
  left: -290px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(12) {
  top: calc(5276 / 6730 * 100%);
  left: -406px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(13) {
  top: calc(5228 / 6730 * 100%);
  right: -214px;
}

.p-vantan + .m-deco_wrap .a-deco:nth-child(14) {
  top: calc(5538 / 6730 * 100%);
  right: -77px;
}

@media screen and (max-width: 47.9375rem) {
  .p-vantan + .m-deco_wrap .a-deco:nth-child(1) {
    top: calc(587 / 7612 * 100%);
    left: -116px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(2) {
    top: calc(682 / 7612 * 100%);
    right: -144px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(3) {
    top: calc(995 / 7612 * 100%);
    right: -70px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(4) {
    top: calc(1258 / 7612 * 100%);
    right: -520px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(5) {
    display: none;
    top: calc(2393 / 7612 * 100%);
    right: 158px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(6) {
    top: calc(2393 / 7612 * 100%);
    left: -482px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(7) {
    top: calc(2942 / 7612 * 100%);
    right: -144px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(8) {
    top: calc(2978 / 7612 * 100%);
    right: -70px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(9) {
    top: calc(3730 / 7612 * 100%);
    right: -163px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(10) {
    top: calc(3703 / 7612 * 100%);
    left: -70px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(11) {
    top: calc(5203 / 7612 * 100%);
    left: -432px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(12) {
    top: calc(5649 / 7612 * 100%);
    left: -468px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(13) {
    top: calc(6148 / 7612 * 100%);
    right: -163px;
  }
  .p-vantan + .m-deco_wrap .a-deco:nth-child(14) {
    top: calc(6184 / 7612 * 100%);
    right: -90px;
  }
}

.o-vantan_contents {
  position: relative;
  z-index: 100;
}

.m-vantan_feature_wrap {
  max-width: 1560px;
  padding: 200px 80px 0;
  margin: auto;
}

@media screen and (max-width: 47.9375rem) {
  .m-vantan_feature_wrap {
    padding: 136px 0 0;
  }
}

.m-vantan_feature {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: rgba(34, 34, 34, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.m-vantan_feature:not(:nth-child(1)) {
  margin-top: 140px;
}

.m-vantan_feature:nth-child(even) {
  flex-direction: row-reverse;
}

.m-vantan_feature:nth-child(even) .a-vantan_feature_heading {
  left: 0;
  right: auto;
}

.m-vantan_feature .a-vantan_feature_heading {
  position: absolute;
  max-width: 600px;
  top: 0;
  right: 0;
  margin: auto;
}

.m-vantan_feature .feature_img {
  flex: 1 1 0;
}

.m-vantan_feature .feature_img .-imgWrap {
  position: relative;
  width: 100%;
  height: 400px;
}

.m-vantan_feature .-txtBox {
  flex: 0 0 600px;
  padding: 210px 80px 0 60px;
}

.m-vantan_feature .-txtBox .-desc {
  text-align: left;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.m-vantan_feature .-txtBox .-note {
  font-size: .8125rem;
}

@media screen and (max-width: 66.25rem) {
  .m-vantan_feature {
    display: block;
  }
  .m-vantan_feature:not(:nth-child(1)) {
    margin-top: 60px;
  }
  .m-vantan_feature .a-vantan_feature_heading {
    position: relative;
    max-width: 100%;
  }
  .m-vantan_feature .feature_img {
    max-width: 100%;
  }
  .m-vantan_feature .feature_img .-imgWrap {
    height: 0;
    padding-top: calc(400 / 700 * 100%);
  }
  .m-vantan_feature .-txtBox {
    max-width: 100%;
    padding: 50px 30px;
  }
  .m-vantan_feature .-txtBox .-desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.o-vantan_movie_contents {
  max-width: 1060px;
  padding: 160px 80px 0;
  margin: auto;
}

.o-vantan_movie_contents .vantan_movie_ttl {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.2;
}

.o-vantan_movie_contents .vantan_movie_text {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  padding-top: 40px;
}

.o-vantan_movie_contents .m-movie_wrap {
  padding-top: 80px;
}

@media screen and (max-width: 47.9375rem) {
  .o-vantan_movie_contents {
    padding: 80px 0 0;
  }
  .o-vantan_movie_contents .vantan_movie_ttl {
    font-size: 2.375rem;
    padding: 0 30px;
  }
  .o-vantan_movie_contents .vantan_movie_text {
    font-size: 0.9375rem;
    line-height: 1.8;
    padding: 0 30px;
    padding-top: 30px;
  }
  .o-vantan_movie_contents .m-movie_wrap {
    padding-top: 60px;
  }
}

.p-works_archive {
  position: relative;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(1) {
  top: calc(790 / 4343 * 100%);
  left: -80px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(2) {
  top: calc(870 / 4343 * 100%);
  right: -254px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(3) {
  top: calc(990 / 4343 * 100%);
  right: -77px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(4) {
  top: calc(1618 / 4343 * 100%);
  left: -80px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(5) {
  top: calc(1973 / 4343 * 100%);
  left: -110px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(6) {
  top: calc(2062 / 4343 * 100%);
  right: -338px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(7) {
  top: calc(2254 / 4343 * 100%);
  right: -477px;
}

.p-works_archive + .m-deco_wrap .a-deco:nth-child(8) {
  top: calc(3324 / 4343 * 100%);
  left: -77px;
}

@media screen and (max-width: 47.9375rem) {
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(1) {
    top: calc(580 / 2957 * 100%);
    left: -120px;
  }
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(2) {
    top: calc(631 / 2957 * 100%);
    right: -143px;
  }
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(3) {
    top: calc(682 / 2957 * 100%);
    right: -70px;
  }
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(4) {
    top: calc(1118 / 2957 * 100%);
    left: auto;
    right: -70px;
  }
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(5) {
    top: calc(1404 / 2957 * 100%);
    left: auto;
    right: -390px;
  }
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(6) {
    display: none;
  }
  .p-works_archive + .m-deco_wrap .a-deco:nth-child(8) {
    top: calc(1714 / 2957 * 100%);
    left: -19px;
  }
}

.m-works_development .m-heading_third_txt {
  max-width: 473px;
}

.m-works_development .-scrollArea.-front {
  z-index: 0;
}

.m-works_development .m-desc_imgs_area {
  padding-top: 60px;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_development .m-desc_imgs_area {
    padding-top: 30px;
  }
}

.m-works_member .m-heading_third_txt {
  max-width: 583px;
}

.m-works_member .name {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.65;
}

.m-works_member .name .-en {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 12px;
}

.m-works_member .come {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.65;
  padding-bottom: 8px;
}

.m-works_member .come .-en {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 12px;
}

.m-works_member .department {
  font-size: 0.6875rem;
  line-height: 1.3;
  padding-top: 6px;
}

.m-works_member .role {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
}

.m-works_member .comment {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 38px;
}

.m-works_member .comment:first-child {
  padding-top: 0;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_member .comment {
    padding-top: 30px;
  }
  .m-works_member .comment:first-child {
    padding-top: 0;
  }
}

.o-collaboration_company {
  margin-top: 180px;
}

.o-collaboration_company .-ttl {
  font-size: 1.125rem;
  line-height: 1.27778;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 47.9375rem) {
  .o-collaboration_company {
    margin-top: 100px;
    padding: 0 15px;
  }
}

.o-companies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  gap: 40px;
  margin: auto;
  margin-top: 40px;
}

.o-companies .-item {
  flex: 0 1 auto;
  margin: 0;
}

.o-companies .logo_iug {
  max-width: 150px;
}

.o-companies .logo_cfd {
  max-width: 200px;
}

.o-companies .logo_derage {
  max-width: 200px;
}

.o-companies .logo_dolips {
  max-width: 140px;
}

.o-companies .logo_2dfantasista {
  max-width: 200px;
}

.o-companies .logo_katvr {
  max-width: 190px;
}

.o-companies .logo_morisawa {
  max-width: 200px;
}

.o-companies .logo_tango_gameworks {
  max-width: 220px;
}

.o-companies .logo_cygames {
  max-width: 190px;
}

.o-companies .logo_bandai-namco {
  max-width: 180px;
}

.o-companies .logo_b-b-studio {
  max-width: 200px;
}

.o-companies .logo_spike-chunsoft {
  max-width: 200px;
}

.o-companies .logo_fortune {
  max-width: 170px;
}

.o-companies .logo_access-games {
  max-width: 70px;
}

.o-companies .logo_katvr {
  max-width: 140px;
}

.o-companies .logo_nhn-playart {
  max-width: 200px;
}

@media screen and (max-width: 47.9375rem) {
  .o-companies {
    gap: 36px;
    max-width: 280px;
  }
  .o-companies .logo_iug {
    max-width: 120px;
  }
  .o-companies .logo_cfd {
    max-width: 160px;
  }
  .o-companies .logo_derage {
    max-width: 160px;
  }
  .o-companies .logo_dolips {
    max-width: 110px;
  }
  .o-companies .logo_2dfantasista {
    max-width: 160px;
  }
  .o-companies .logo_cygames {
    max-width: calc(190px * .8);
  }
  .o-companies .logo_bandai-namco {
    max-width: calc(180px * .8);
  }
  .o-companies .logo_b-b-studio {
    max-width: calc(200px * .8);
  }
  .o-companies .logo_spike-chunsoft {
    max-width: calc(200px * .8);
  }
  .o-companies .logo_fortune {
    max-width: calc(170px * .8);
  }
  .o-companies .logo_access-games {
    max-width: calc(70px * .8);
  }
  .o-companies .logo_katvr {
    max-width: calc(140px * .8);
  }
  .o-companies .logo_nhn-playart {
    max-width: calc(200px * .8);
  }
}

.o-contents {
  position: relative;
  width: 100%;
  padding-top: 180px;
}

.o-contents .contents-img {
  margin-top: -50px;
  padding-top: calc(600 / 1300 * 100%);
  overflow: hidden;
  z-index: -1;
}

.o-contents .contents-img img {
  z-index: -1;
  height: 100vh;
}

.o-contents .-category {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
}

.o-contents .-category .labels {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.21875;
  letter-spacing: 0.04em;
  filter: opacity(90%);
}

.o-contents.about .-category {
  right: -26px;
  bottom: -124px;
}

.o-contents.works .-category {
  left: -20px;
  top: 5px;
}

.o-contents.archive .-back {
  overflow: hidden;
}

.o-contents.archive .-category {
  right: -20px;
  top: 7px;
}

.o-contents.message_member {
  padding-top: 242px;
}

.o-contents.message_member .-category .labels {
  font-size: 7.5rem;
  line-height: 1.21667;
}

.o-contents.message_member .message_heading .-category {
  left: -20px;
  top: 12px;
}

.o-contents.message_member .member_heading .-category {
  right: -20px;
  bottom: 26px;
}

@media screen and (min-width: 81.3125rem) {
  .o-contents .contents-img {
    padding-top: 750px;
  }
  .o-contents .contents-img img {
    -o-object-position: top;
       object-position: top;
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-contents {
    padding-top: 100px;
  }
  .o-contents .contents-img {
    margin-top: -80px;
    padding-top: 400px;
  }
  .o-contents .contents-img img {
    height: 100%;
  }
  .o-contents .-category .labels {
    font-size: 4.375rem;
    line-height: 1.22857;
  }
  .o-contents.about .-category {
    right: -17px;
    top: 192px;
  }
  .o-contents.works .-category {
    left: -10px;
    top: auto;
    bottom: -42px;
  }
  .o-contents.archive .-category {
    right: 34px;
    top: auto;
    bottom: -42px;
  }
  .o-contents.message_member {
    padding-top: 100px;
  }
  .o-contents.message_member .-category .labels {
    font-size: 4.375rem;
    line-height: 1.22857;
  }
  .o-contents.message_member .message_heading .-category {
    left: -10px;
    top: auto;
    bottom: -42px;
  }
  .o-contents.message_member .member_heading .-category {
    right: -10px;
    bottom: -42px;
  }
}

.o-cv_area {
  position: relative;
  margin-top: 240px;
}

.o-cv_area .cv_areaInner {
  display: block;
  position: relative;
  height: 260px;
}

.o-cv_area .cv_areaInner::before, .o-cv_area .cv_areaInner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: left 0.2s ease-out;
  z-index: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.o-cv_area .cv_areaInner::before {
  background: rgba(255, 255, 0, 0.7);
  left: 0;
}

.o-cv_area .cv_areaInner::after {
  background: rgba(34, 34, 34, 0.7);
  left: -100%;
}

.o-cv_area .cv_area-heading {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -35px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.21875;
  letter-spacing: 0.04em;
  color: #222;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  z-index: 5000;
}

.o-cv_area .cv_areaIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  display: block;
  width: 50px;
  height: 34px;
  margin-left: 9px;
  z-index: 200;
  pointer-events: none;
}

.o-cv_area .cv_areaIcon::before, .o-cv_area .cv_areaIcon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.o-cv_area .cv_areaIcon::before {
  background-image: url(../images/common/btn_arrow_blk.svg);
  left: 0;
  opacity: 1;
}

.o-cv_area .cv_areaIcon::after {
  background-image: url(../images/common/btn_arrow.svg);
  left: -30px;
  left: -50%;
  opacity: 0;
}

.o-cv_area .-Watermark {
  position: absolute;
  right: -10px;
  left: auto;
  bottom: -60px;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.21875;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 100;
  transition: color 0.25s;
}

@media screen and (min-width: 48.0625rem) {
  .o-cv_area:hover .cv_areaInner::before {
    left: 100%;
  }
  .o-cv_area:hover .cv_areaInner::after {
    left: 0;
  }
  .o-cv_area:hover .cv_areaIcon::before {
    left: 30px;
    left: 50%;
    opacity: 0;
  }
  .o-cv_area:hover .cv_areaIcon::after {
    left: 0;
    opacity: 1;
  }
  .o-cv_area:hover .-Watermark {
    color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 75rem) {
  .o-cv_area .cv_areaInner {
    height: auto;
  }
  .o-cv_area .cv_area-heading {
    font-size: 3.25rem;
    line-height: 0.92308;
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-cv_area {
    margin-top: 130px;
  }
  .p-vantan .o-cv_area {
    margin-top: 60px;
  }
  .o-cv_area .cv_area-heading {
    left: 10px;
    top: -32px;
  }
  .o-cv_area .cv_areaIcon {
    bottom: 50px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .o-cv_area .-Watermark {
    display: block;
    font-size: 7.5rem;
    right: -16px;
    bottom: -40px;
  }
  .p-vantan .o-cv_area .-Watermark {
    bottom: 0;
  }
}

.o-footer {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  pointer-events: none;
  opacity: 1 !important;
  z-index: 20;
  min-height: 500px;
  background: #222;
}

@media screen and (max-width: 47.9375rem) {
  .o-footer {
    min-height: 380px;
  }
}

.o-footer .-inner {
  background: #222;
  position: relative;
  padding: 120px 0 150px;
}

.o-footer .-inner::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
}

.o-footer .o-footer_inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  min-height: 230px;
}

@media screen and (max-width: 47.9375rem) {
  .o-footer .o-footer_inner {
    min-height: 380px;
  }
}

.o-footer .a-pagetop {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 51px;
}

.o-footer .m-twitter_area {
  max-width: 450px;
  margin-left: auto;
}

.o-footer .m-twitter_area .-ttl {
  position: relative;
  height: 30px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
  padding-top: 7px;
  padding-left: 40px;
}

.o-footer .m-twitter_area .-ttl::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/tw-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.o-footer .m-twitter_area .tw_wrap {
  margin-top: 10px;
  min-height: 500px;
}

.o-footer .m-logo_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  margin: auto;
  width: 480px;
  height: 289px;
  padding: 40px 0;
  background-image: url(../images/common/G-lab_logo_L.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
}

.o-footer .m-logo_area .a-logo_glab {
  width: 400px;
}

.o-footer .m-logo_area .a-logo_vga {
  display: block;
  margin-top: 30px;
  margin-left: 10px;
  width: 100%;
  max-width: 260px;
}

.o-footer .m-logo_area .a-logo_vga img {
  width: 256px;
}

.o-footer .m-logo_area .a-logo_vga_hs {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-top: 16px;
  margin-left: 10px;
}

.o-footer .m-logo_area .a-logo_vga_hs img {
  width: 230px;
}

.o-footer .m-logo_area .-copyright {
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 16px;
  margin-left: 10px;
  text-align: left;
}

.o-footer .m-link_wrap {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  margin-left: 10px;
}

@media screen and (max-width: 47.9375rem) {
  .o-footer .m-link_wrap {
    margin-left: auto;
    justify-content: center;
  }
}

.o-footer .m-link_wrap .a-link {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.6px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}

.o-footer .m-link_wrap .a-link::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/ad_group.svg);
}

.o-footer .m-sns_wrap {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  margin-left: 10px;
}

@media screen and (max-width: 47.9375rem) {
  .o-footer .m-sns_wrap {
    margin-left: auto;
    justify-content: center;
  }
}

.o-footer .m-sns_wrap .a-link {
  display: block;
  width: 24px;
  height: 24px;
}

.o-footer .m-sns_wrap .a-link img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 75rem) {
  .o-footer .m-logo_area {
    position: relative;
    left: 0;
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .o-footer .m-twitter_area {
    max-width: 450px;
    margin-right: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-footer .-inner {
    padding: 100px 0 100px;
  }
  .o-footer .o-footer_inner {
    padding: 0;
  }
  .o-footer .-ttl {
    height: 40px;
    padding-top: 10px;
    padding-left: 50px;
  }
  .o-footer .-ttl::before {
    width: 40px;
    height: 40px;
  }
  .o-footer .m-twitter_area {
    padding: 0 30px;
  }
  .o-footer .m-logo_area {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-size: cover;
    background-position: center;
  }
  .o-footer .m-logo_area .a-logo_glab {
    width: 100%;
  }
  .o-footer .m-logo_area .a-logo_vga {
    margin: auto;
    margin-top: 30px;
  }
  .o-footer .m-logo_area .a-logo_vga_hs {
    margin: auto;
    margin-top: 14px;
  }
  .o-footer .m-logo_area .-copyright {
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
  }
  .o-footer iframe.twitter-timeline {
    max-height: 300px !important;
  }
}

.o-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: left;
  z-index: 8000;
  background: linear-gradient(rgba(0, 0, 0, 0.36), transparent);
}

.o-header .gLabLogo {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  overflow: hidden;
}

.o-header .gLabLogo .-inner {
  width: 200px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 50px 30px 30px;
  position: relative;
}

.o-header .gLabLogo .-logo {
  max-width: 140px;
  margin: auto;
}

.o-header .gLabLogo .-sub1 {
  max-width: 120px;
  margin: 60px auto 0;
}

.o-header .gLabLogo .-sub2 {
  max-width: 96px;
  margin: 12px auto 0;
}

.o-header .gLabLogo .-inner::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

.o-header .headerNavWrap {
  display: inline-block;
  margin: 27px auto;
  margin-left: 280px;
  overflow: hidden;
}

.o-header .headerNav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.o-header .headerNav .-navItem {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.06em;
  margin: 0 10px;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}

.o-header .headerNav .-navItem:hover {
  color: #FFFF00;
  border-color: #FFFF00;
}

@media screen and (max-width: 75rem) {
  .o-header .headerNavWrap {
    display: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-header .gLabLogo {
    left: 0;
    width: 130px;
  }
  .o-header .gLabLogo .-inner {
    width: 100%;
    padding: 28px 24px 20px;
  }
  .o-header .gLabLogo .-logo {
    max-width: 74px;
  }
  .o-header .gLabLogo .-sub1 {
    max-width: 90px;
    margin-top: 40px;
  }
  .o-header .gLabLogo .-sub2 {
    max-width: 72px;
    margin-top: 10px;
  }
}

.o-member_contents {
  margin-top: 160px;
}

@media screen and (max-width: 47.9375rem) {
  .o-member_contents {
    margin-top: 80px;
  }
}

.m-member_card-inner {
  height: 100%;
  width: 100%;
  background: rgba(221, 221, 221, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.m-member_card-inner .-imgWrap {
  padding-top: calc(180 / 204 * 100%);
}

.m-member_card-inner .-imgWrap .-cover {
  -o-object-position: top;
     object-position: top;
}

.m-member_card-inner .-txtBox {
  position: relative;
  padding: 30px 0 40px;
  text-align: left;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
}

.m-member_card-inner .-txtBox > p {
  padding-left: 30px;
  padding-right: 30px;
  flex: 0 0 100%;
}

.m-member_card-inner .name {
  font-size: 1.25rem;
}

.m-member_card-inner .-en {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 6px;
}

.m-member_card-inner .department {
  font-size: 0.6875rem;
  line-height: 1.3;
  padding-top: 10px;
}

.m-member_card-inner .role {
  font-size: 0.75rem;
  font-weight: bold;
  padding-top: 10px;
}

.m-member_card-inner .comment {
  font-size: 0.8125rem;
  line-height: 1.7;
  padding-top: 40px;
}

.m-member_card-inner .comment_txt {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 47.9375rem) {
  .m-member_card-inner {
    height: auto;
  }
  .m-member_card-inner .-txtBox {
    padding: 24px 0 0;
  }
  .m-member_card-inner .-txtBox > p {
    padding-left: 24px;
    padding-right: 24px;
  }
  .m-member_card-inner .comment {
    padding-top: 20px;
  }
  .m-member_card-inner .comment_txt {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
  }
}

.o-Navigation {
  pointer-events: none;
  height: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 8000;
  overflow: hidden;
  transition: background-color 0.4s;
}

.-menu_active .o-Navigation {
  background: rgba(34, 34, 34, 0.8);
  height: 100%;
  opacity: 1;
  pointer-events: initial;
}

.o-Navigation .-navWrap {
  width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.o-Navigation .-inner {
  position: relative;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.o-Navigation .-logo {
  flex: 1 1 auto;
  width: 140px;
  margin: auto;
  margin-bottom: 0;
  margin-top: 50px;
}

.o-Navigation .-sub {
  flex: auto;
  display: flex;
  align-items: flex-end;
  width: 110px;
  margin: 40px auto;
}

.o-Navigation .menuNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.o-Navigation .menuNav .-navItem {
  flex: 0 0 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.06em;
  margin-top: 4px;
  transition: 0.4s;
}

.o-Navigation .menuNav .-navItem .-label {
  display: inline-block;
  position: relative;
}

.o-Navigation .menuNav .-navItem .-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  display: block;
  width: 17px;
  height: 12px;
  margin-left: 9px;
}

.o-Navigation .menuNav .-navItem .-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  background-image: url(../images/common/btn_arrow_blk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.o-Navigation .menuNav .-navItem .-icon::after {
  left: -30px;
  left: -50%;
  opacity: 0;
}

.o-Navigation .menuNav .-navItem:hover {
  color: #222;
  background: #FFFF00;
}

.o-Navigation .menuNav .-navItem:hover .-icon::after {
  left: 0;
  opacity: 1;
}

.p-temporary {
  width: 100%;
  height: 100vh;
  background: #222;
  display: flex;
  align-items: center;
}

.o-temporary {
  width: 100%;
  padding: 0 80px;
  text-align: center;
}

.o-temporary .-logo {
  width: 240px;
  margin: auto;
}

.o-temporary .temporary_text {
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 60px;
}

.o-temporary .a-logo_vga {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.o-temporary .a-logo_vga img {
  width: 235px;
  margin: auto;
}

.o-temporary .a-logo_vga_hs {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}

.o-temporary .a-logo_vga_hs img {
  width: 280px;
  margin: auto;
}

@media screen and (max-width: 47.9375rem) {
  .o-temporary {
    padding: 0 30px;
  }
}

.o-works_cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 2000px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 47.9375rem) {
  .o-works_cards {
    flex-wrap: nowrap;
    width: auto;
    max-width: initial;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .o-works_cards::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}

.-Watermark {
  position: absolute;
  left: -20px;
  bottom: 0;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.21875;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 5000;
}

@media screen and (max-width: 47.9375rem) {
  .-Watermark {
    display: none;
  }
}

.m-mv {
  z-index: 6000;
}

.c-scrollbar {
  z-index: 3000;
}

.p-about .m-heading_area .-pagettl .-ttl .-small {
  padding-left: 24px;
}

@media screen and (max-width: 47.9375rem) {
  .p-about .m-heading_area .-pagettl .-ttl .-small {
    padding-left: 5px;
  }
}

.o-about_contents {
  padding-top: 200px;
}

.o-about_contents .-deco_ylw {
  left: -77px;
  bottom: -147px;
}

@media screen and (max-width: 47.9375rem) {
  .o-about_contents {
    padding-top: 80px;
  }
}

.o-about_movie_contents {
  max-width: 1060px;
  margin: auto;
  padding: 0 80px;
  padding-top: 140px;
}

.o-about_movie_contents .a-btn-primary {
  max-width: 170px;
  height: 50px;
}

@media screen and (max-width: 47.9375rem) {
  .o-about_movie_contents {
    padding: 80px 0 0;
  }
  .o-about_movie_contents .a-btn-primary {
    max-width: 220px;
    height: 64px;
  }
}

.about_movie_text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  padding-top: 48px;
}

@media screen and (max-width: 47.9375rem) {
  .about_movie_text {
    text-align: left;
    font-size: 1.125rem;
    padding: 40px 30px 0;
  }
}

.o-archive_contents {
  position: relative;
  padding-top: 190px;
}

@media screen and (max-width: 47.9375rem) {
  .o-archive_contents {
    padding-top: 160px;
  }
}

.o-message_list {
  position: relative;
  padding-top: 160px;
}

@media screen and (max-width: 47.9375rem) {
  .o-message_list {
    padding-top: 80px;
    padding-top: 0;
  }
}

.o-works_contents {
  position: relative;
  padding-top: 180px;
}

@media screen and (max-width: 47.9375rem) {
  .o-works_contents {
    padding-top: 100px;
  }
}

.o-works_archive {
  position: relative;
}

.o-works_archive .-Watermark:nth-child(1) {
  top: 400px;
  bottom: auto;
}

.o-works_archive .-Watermark:nth-child(2) {
  left: auto;
  right: -36px;
}

.o-works_archive + .o-works_archive .o-works_cards {
  margin-top: 0;
}

@media screen and (max-width: 47.9375rem) {
  .o-works_archive + .o-works_archive .o-works_cards {
    margin-top: 50px;
  }
}

.o-works_index {
  padding-top: 70px;
}

.o-works_index .a-btn_pager {
  padding-top: 0;
  height: auto;
  max-width: 260px;
}

.o-works_index .a-btn-primary {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.o-works_index .a-index {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.m-works_index-inner {
  display: flex;
  justify-content: center;
  gap: 64px;
  max-width: 684px;
  margin: auto;
}

@media screen and (max-width: 47.9375rem) {
  .m-works_index-inner {
    gap: 28px;
  }
}

.tags-container {
  margin-top: 16px;
}

.tags-container .tags-inner {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

@media screen and (max-width: 47.9375rem) {
  .tags-container .tags-inner {
    gap: 10px;
  }
}

.tags-container .tag-img {
  max-width: 85px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 47.9375rem) {
  .tags-container .tag-img {
    max-width: 70px;
  }
}

.tags-container .tagtext_span {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  word-wrap: break-word;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 47.9375rem) {
  .tags-container .tagtext_span {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.tags-container .tag {
  background: rgba(255, 255, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 47.9375rem) {
  .a-tgs-link {
    padding: 0 30px;
  }
}

.a-tgs-link .a-btn_pager {
  position: relative;
  display: block;
  max-width: 600px;
  margin: auto;
  height: auto;
  margin-top: 100px;
  padding-top: calc(385/900*100%);
}

.a-tgs-link .a-btn_pager .-cover {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 47.9375rem) {
  .a-tgs-link .a-btn_pager {
    margin-top: 45px;
    padding-top: calc(229 / 315* 100%);
  }
}

.a-tgs-link .a-btn_pager .a-btn-primary {
  position: relative;
  bottom: 0;
  margin-top: 0;
  max-width: 100%;
}

.u-accordion_cnt {
  display: block;
}

@media screen and (max-width: 47.9375rem) {
  .u-accordion_cnt {
    display: none;
  }
}

.u-accordion_wrap {
  position: relative;
}

.u-accordion_toggle {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-right: 0;
  background: #222;
  transition: 0.3s ease-out;
  display: none;
}

.u-accordion_toggle span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.u-accordion_toggle span:first-child {
  transform: rotate(90deg);
}

.js-accordion_active .u-accordion_toggle span:first-child {
  -webkit-animation: fadeout 0.5s forwards;
          animation: fadeout 0.5s forwards;
  transform: rotate(270deg);
}

@media screen and (max-width: 47.9375rem) {
  .u-accordion_toggle {
    display: block;
  }
}

main {
  min-height: 600px;
}

.js-curtain {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.-curtain_mask {
  transform: translateX(-102%);
  will-change: transform;
  text-overflow: inherit;
  overflow: hidden;
  position: relative;
}

.-curtain {
  display: inline-block;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  z-index: 2000;
}

.o-Navigation .-curtain {
  width: 100%;
  height: 0;
}

.-curtain2 {
  display: inline-block;
  background: #FFFF00;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  z-index: 1000;
}

.o-Navigation .-curtain2 {
  width: 100%;
  height: 0;
}

.-reberse .-curtain {
  background: #FFFF00;
}

.-reberse .-curtain2 {
  background: #222;
}

.u-hover {
  transition: opacity .6s;
}

.u-hover img {
  transition: opacity .2s;
}

.u-hover:hover {
  opacity: .5;
}

.u-hover:hover img {
  opacity: .5;
}

@media screen and (max-width: 47.9375rem) {
  .u-hover:hover {
    opacity: 1;
  }
  .u-hover:hover img {
    opacity: 1;
  }
}

.lazyload {
  width: 100%;
  display: block;
}

.lazyload,
.lazyloading {
  opacity: 0;
  transition-delay: .4s;
}

.lazyload.-fadeIn,
.lazyloading.-fadeIn {
  transform: translateY(3rem);
}

.lazyloaded {
  opacity: 1;
  transition: 1s;
}

.lazyloaded.-fadeIn {
  transform: translateY(0);
}

.-scrollArea {
  position: relative;
  z-index: 0;
}

.-scrollArea.-front {
  z-index: 100;
}

.page_anim_wrap {
  z-index: 10000;
  pointer-events: none;
  position: absolute;
  width: 102vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10000;
}

.page_anim_wrap .-imgWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 80px;
  z-index: 99999;
}

.page_anim_wrap .-page_anim_ylw {
  width: 102vw;
  height: 100vh;
  background-color: #FFFF00;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  overflow: hidden;
  left: 0;
  top: 0;
}

.page_anim_wrap .-page_anim_blk {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 99995;
  pointer-events: none;
  left: 0;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide .page_anim_wrap {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-visiblity-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
     * (スクリーンリーダー中には height と width が 0 のものを無視するため)
     */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
     * コンテンツを非表示にする設定  */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
     * それに加えていくつか問題もあるそうです
     * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
     */
  margin: -1px;
}
