@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

a {
  word-break: break-word;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "zenfont";
  src: url("../font/ZenOldMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "clash";
  src: url("../font/ClashDisplay-Semibold.ttf") format("truetype");
}
html {
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  font-family: "zenfont";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

::-moz-selection {
  background-color: #f5f5f5;
}

::selection {
  background-color: #f5f5f5;
}

::-moz-selection {
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

li {
  list-style: none;
}

h1 {
  font-size: 4.6rem;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.5em;
  font-weight: 200;
}

h2 {
  font-size: 10rem;
  margin: 0;
  letter-spacing: 0.01em;
}

h3, h4 {
  letter-spacing: 0;
  font-size: 3.5rem;
}

h3 {
  margin: 0.7em 0 0.5em;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.sp {
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    visibility: visible;
    display: inline;
  }
}

.pc {
  visibility: visible;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .pc {
    visibility: hidden !important;
    display: none !important;
  }
}

p, a, table, ul, li, label, input, address, td, address, span, textarea {
  font-size: 1.4rem;
  line-height: 2;
  margin-block-start: 0;
  margin-block-end: 0;
  letter-spacing: 0.018em;
}

.mb2 {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 3.2rem;
    margin: 0;
    line-height: 1.5;
  }
  h2 {
    font-size: 8rem;
    margin: 0 0 2rem;
    letter-spacing: 0;
  }
  h3 {
    font-size: 3rem;
    margin: 0 0 0.7em;
  }
  h4 {
    font-size: 1.5rem;
  }
  p, a, table, li, label, input, address, td, address, span {
    font-size: 1.2rem;
  }
}
#loading {
  width: auto;
  height: 100%;
  text-align: center;
}

#loading img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 999;
}

#loader {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.flex { /* 高さを揃えて横並び */
  display: flex;
}

.flex-sb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-se {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.flex-sa {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flex-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flex-ct {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-dc {
  flex-direction: column;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  align-self: center;
  width: 60%;
  height: 80vh;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  overflow-y: scroll;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .modal_content {
    width: 90%;
    height: 90vh;
  }
}

.modal_content p {
  padding-top: 0;
  color: #000 !important;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
  color: #7C98B8;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  transform: translateY(2px); /*下に動く*/
}

/*アイコンを表示*/
.open-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  transition: 0.6s;
}

.modal_title2 {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after {
  content: "";
  position: absolute;
  bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before {
  border-bottom: 4px solid #7C98B8;
  width: 100%;
}

/* h2 セカンダリカラー*/
.modal_title2:after {
  border-bottom: 4px solid #7C98B8;
  width: 100%;
}

.shokon {
  width: 90vw;
  margin: 15em auto;
  overflow: hidden;
  /*------------------------------------------------------------
  	レスポンシブ
  ------------------------------------------------------------*/
}
.shokon html {
  overflow: auto;
}
.shokon body {
  overflow: hidden;
  min-width: 1250px;
}
.shokon body,
.shokon table,
.shokon input, .shokon textarea, .shokon select, .shokon option {
  font-family: "Zen Old Mincho", serif;
}
.shokon * {
  box-sizing: border-box;
}
.shokon .clear {
  clear: both;
}
.shokon .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.shokon .f-left {
  float: left;
}
.shokon .f-right {
  float: right;
}
.shokon a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.shokon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shokon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.shokon .rel {
  position: relative;
}
.shokon .v-center {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shokon .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shokon .flex.flexstart {
  align-items: flex-start;
}
.shokon .flex.flexcenter {
  align-items: center;
}
.shokon .flex.flexend {
  align-items: flex-end;
}
.shokon .flex.jc-start {
  justify-content: flex-start;
}
.shokon .flex.jc-center {
  justify-content: center;
}
.shokon .flex.jc-end {
  justify-content: flex-end;
}
.shokon .flex.reverse {
  flex-direction: row-reverse;
}
.shokon .table-box {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.shokon .table-box .row {
  display: table-row;
}
.shokon .table-box .row > div {
  display: table-cell;
}
.shokon .trance {
  transition: all 0.3s ease;
}
.shokon .mt10 {
  margin-top: 10px;
}
.shokon .mt15 {
  margin-top: 15px;
}
.shokon .mt20 {
  margin-top: 20px;
}
.shokon .mt30 {
  margin-top: 30px;
}
.shokon .mt40 {
  margin-top: 40px;
}
.shokon .mt50 {
  margin-top: 50px;
}
.shokon .mt60 {
  margin-top: 60px;
}
.shokon .mt70 {
  margin-top: 70px;
}
.shokon .mt80 {
  margin-top: 80px;
}
.shokon .mt90 {
  margin-top: 90px;
}
.shokon .mt100 {
  margin-top: 100px;
}
.shokon .txt-center {
  text-align: center;
}
.shokon .blo-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.shokon .sp {
  display: none;
  visibility: hidden;
}
.shokon .pc {
  display: block;
  visibility: visible;
}
.shokon .outer {
  margin: 0 auto;
  max-width: 1366px;
}
.shokon .inner {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 600px) {
  .shokon .inner {
    width: 100%;
    padding: 0 2em;
  }
}
.shokon .mv-txt3 {
  width: 180px;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .shokon .pc {
    display: none;
    visibility: hidden;
  }
  .shokon .sp {
    display: block;
    visibility: visible;
  }
  .shokon body {
    min-width: auto;
  }
  .shokon .sp-mt10 {
    margin-top: 10px;
  }
  .shokon .sp-mt15 {
    margin-top: 15px;
  }
  .shokon .sp-mt20 {
    margin-top: 20px;
  }
  .shokon .sp-mt30 {
    margin-top: 30px;
  }
  .shokon .sp-mt40 {
    margin-top: 40px;
  }
  .shokon .sp-mt50 {
    margin-top: 50px;
  }
  .shokon .sp-mt60 {
    margin-top: 60px;
  }
  .shokon .sp-mt70 {
    margin-top: 70px;
  }
  .shokon .sp-mt80 {
    margin-top: 80px;
  }
  .shokon .sp-mt90 {
    margin-top: 90px;
  }
  .shokon .sp-mt100 {
    margin-top: 100px;
  }
}

header {
  width: 100%;
  margin: 0 auto;
  position: relative !important;
}
header video {
  width: 100%;
}

header nav {
  width: 100%;
  background-color: #101010;
  padding: 3% 0 2%;
}

.logo {
  width: 280px;
}

header nav ul li a {
  display: block;
  color: #fff;
  font-family: "clash";
}

header nav ul li:nth-child(2) {
  margin-left: auto;
}

header nav ul li:nth-child(n+2) {
  margin-right: 1em;
}

@media only screen and (max-width: 600px) {
  .global_nav .flex {
    flex-direction: column;
    padding: 0 2em;
  }
  .global_nav li {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
  .global_nav li a {
    position: relative;
  }
  .global_nav li a img {
    width: 90%;
  }
  .global_nav li a span {
    display: block;
    color: #7C98B8;
  }
  .global_nav li a ::after {
    content: url(../../img/sp/ya.svg);
    display: block;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 98%;
    transform: translate(-50%, -50%);
  }
  .global_nav :nth-child(2) {
    margin-left: 0;
  }
  .global_nav :nth-child(n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 20px;
    display: block;
    width: 60px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
  }
  .toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 1px white;
    transition: 0.35s ease-in-out;
    padding-top: 5px;
    right: 7px;
  }
  .toggle span:nth-child(1) {
    top: 3px;
  }
  .toggle span:nth-child(2) {
    top: 13px;
  }
  /* 最初のspanをマイナス45度に */
  .toggle.active span:nth-child(1) {
    top: 15px;
    left: 7px;
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 15px;
    transform: rotate(45deg);
  }
  /* .global_nav */
  .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding: 6em 0;
    text-align: left;
    background: #000;
    transition: all 0.8s;
  }
  .global_nav li {
    margin: 0 auto;
    padding: 2em 0;
    list-style-type: none;
  }
  .global_nav li a {
    display: block;
    color: #fff;
    font-size: 2rem;
  }
  /* .global_navに.activeが追加 */
  .global_nav.active {
    transform: translateY(0%);
  }
}
main {
  margin: 0 auto;
  background: linear-gradient(white, black);
}
@media only screen and (max-width: 600px) {
  main {
    overflow: hidden;
  }
}

article {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}
section h2 {
  color: #7C98B8;
  font-family: "clash";
}

.line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 192px;
  height: 1px;
  background-color: #000;
}

#philosophy {
  width: 90vw;
  margin: 7% auto 21%;
}
#philosophy h2 {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #philosophy h2 {
    font-size: 6rem;
  }
}
#philosophy div {
  position: relative;
}
#philosophy div img:first-of-type {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #philosophy .Philosophy__img__01 {
    margin-left: -10vw;
  }
}
#philosophy .Philosophy__img__01 img {
  width: 45vw;
}
@media only screen and (max-width: 600px) {
  #philosophy .Philosophy__img__01 img {
    width: 110vw;
  }
}
#philosophy .Philosophy__img__01 .dot1 {
  position: absolute;
  top: 8vw;
  left: -50%;
  width: 50vw;
}
@media only screen and (max-width: 600px) {
  #philosophy .Philosophy__img__01 .dot1 {
    display: none;
  }
}
#philosophy .Philosophy__img__02 {
  top: 21vw;
}
@media only screen and (max-width: 600px) {
  #philosophy .Philosophy__img__02 {
    top: 88vw;
    right: 25vw;
  }
}
#philosophy .Philosophy__img__02 img {
  width: 40vw;
}
@media only screen and (max-width: 600px) {
  #philosophy .Philosophy__img__02 img {
    width: 80vw;
  }
}
#philosophy .Philosophy__img__02 .dot2 {
  position: absolute;
  top: 0%;
  left: 26%;
  width: 43vw;
}
@media only screen and (max-width: 600px) {
  #philosophy .Philosophy__img__02 .dot2 {
    top: 0%;
    left: -58%;
    width: 86vw;
  }
}
#philosophy .bg__1 {
  position: absolute;
  top: -50%;
  right: -30%;
  width: 50vw;
}

#works {
  width: 90vw;
  margin: 15em auto;
}
@media only screen and (max-width: 600px) {
  #works {
    width: 100%;
    margin: 26em 0 7em auto;
  }
}
#works h2 {
  margin-bottom: -1.9%;
}
@media only screen and (max-width: 600px) {
  #works h2 {
    margin-bottom: -3.3%;
    text-align: right;
    color: #ACA082;
  }
}
#works .works__content {
  background-color: black;
  padding: 12% 0 3%;
}
#works .works__content__inner__sangokushi {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 8%;
}
#works .works__content__inner__sangokushi .btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .btn {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 15%;
  }
}
#works .works__content__inner__sangokushi .btn a {
  padding: 1em 2em;
  border: 1px solid #DABE81;
  color: white;
}
#works .works__content__inner__sangokushi .works__sns {
  justify-content: flex-end;
  margin-right: 10%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__sns {
    justify-content: space-evenly;
    margin-right: 0;
    padding-left: 0;
  }
}
#works .works__content__inner__sangokushi .works__sns li {
  margin-left: 2%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__sns li {
    margin-left: 0;
  }
}
#works .works__content__inner__sangokushi .works__sns li img {
  width: 50px;
  display: block;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__sns li img {
    margin: 0 auto;
  }
}
#works .works__content__inner__sangokushi .works__content__header img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__content__header img {
    width: 100%;
  }
}
#works .works__content__inner__sangokushi .works__content__main__title {
  width: 900px !important;
  margin: 4em auto -4rem;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__content__main__title {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 51rem;
    left: 0;
    margin: auto;
  }
}
#works .works__content__inner__sangokushi .works__content__main .works_main_img {
  margin-right: -10em;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__content__main .works_main_img {
    max-width: none;
    width: 367%;
    margin-left: -160%;
  }
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .works__content__main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: -35%;
  }
  #works .works__content__inner__sangokushi .works__content__main .sp {
    position: absolute;
    bottom: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #works .works__content__inner__sangokushi .works__content__main .sp_txt_1 {
    width: 48%;
    margin-left: 0;
  }
  #works .works__content__inner__sangokushi .works__content__main .sp_txt_2 {
    width: 90%;
    margin-top: 8em;
    margin-left: 0;
  }
}
#works .works__content__inner__sangokushi .w__bg__1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#works .works__content__inner__sangokushi .w__bg__2 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 100%;
}
#works .works__content__inner__sangokushi .w__bg__3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#works .works__content__inner__sangokushi canvas {
  position: absolute;
  transform: rotate(180deg);
  bottom: 0;
}
#works .works__content__inner__sangokushi .cledit {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  margin-bottom: 2%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .cledit__wrap {
    display: block;
  }
}
#works .works__content__inner__sangokushi .cledit p {
  color: white;
  font-size: 2rem;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__sangokushi .cledit {
    display: block;
    margin: 0 auto 15%;
  }
  #works .works__content__inner__sangokushi .cledit p {
    color: white;
    font-size: 1.2rem;
    text-align: center;
  }
}
#works .works__content__inner__cast {
  background-color: #000;
  padding: 7% 0 2%;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast {
    width: 100%;
    padding: 20% 0 5%;
  }
}
#works .works__content__inner__cast h2 {
  text-align: right;
  -webkit-text-stroke: 0.5px #DABE81;
  text-stroke: 0.5px #DABE81;
  color: rgba(0, 0, 0, 0);
  margin-bottom: 12%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast h2 {
    margin-bottom: 34%;
  }
}
#works .works__content__inner__cast .cast__content__wrap {
  align-items: baseline;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content__wrap {
    display: block;
  }
}
#works .works__content__inner__cast .cast__content {
  position: relative;
}
#works .works__content__inner__cast .cast__content img {
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
#works .works__content__inner__cast .cast__content p {
  color: #DABE81;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content p {
    font-size: 1.8rem;
  }
}
#works .works__content__inner__cast .cast__content h3 {
  color: #fff;
  border-top: 0.5px solid #fff;
  padding-top: 0.2em;
  margin-top: 0.2em;
  display: inline-block;
}
#works .works__content__inner__cast .cast__content h3 span {
  font-size: 50%;
}
#works .works__content__inner__cast .cast__content .cast__fire {
  color: #ACA082;
  width: 250px;
  position: absolute;
  top: -34%;
  left: -35%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content .cast__fire {
    top: -32%;
    left: -26%;
    width: 109%;
  }
}
#works .works__content__inner__cast .cast__content .cast__fire p {
  position: absolute;
  font-size: 2rem;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}
#works .works__content__inner__cast .cast__content .cast__fire p span {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content .cast__fire p {
    font-size: 2.3rem;
  }
}
#works .works__content__inner__cast .cast__content .cast__fire img {
  width: 100%;
  position: relative;
  z-index: 1;
}
#works .works__content__inner__cast .cast__content__01 {
  width: 34%;
  margin-right: 10%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content__01 {
    width: 75%;
    margin-right: 0;
    margin: 0 auto 38%;
  }
}
#works .works__content__inner__cast .cast__content__01 .cast__fire {
  top: -26%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content__01 .cast__fire {
    top: -33%;
  }
}
#works .works__content__inner__cast .cast__content__02 {
  width: 24%;
  margin-right: 3%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content__02 {
    width: 75%;
    margin-right: 0;
    margin: 0 auto 4%;
  }
}
#works .works__content__inner__cast .cast__content__03 {
  width: 24%;
}
@media only screen and (max-width: 600px) {
  #works .works__content__inner__cast .cast__content__03 {
    width: 75%;
    margin-right: 0;
    margin: 0 auto;
  }
}

.mv .mv-txt .mv-txt2 {
  left: auto !important;
  right: 12%;
}

#kage {
  width: 90vw;
  background-color: #fff;
  margin: 5% auto;
  padding: 20vw 0 6vw 20vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #kage {
    width: 100%;
    padding: 10vw 0;
    background-color: #E8E8E8;
  }
}
@media only screen and (max-width: 600px) {
  #kage > p {
    margin: 0 5vw;
  }
}
#kage .works__content {
  background-color: #E8E8E8;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 3vw;
}
#kage .works__content .works__content__inner__kage {
  padding: 10vw 12vw 3vw 20vw;
}
#kage .works__content .works__content__inner__kage p {
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage {
    padding: 5vw 5vw 10vw;
  }
  #kage .works__content .works__content__inner__kage p {
    font-size: 1.6rem;
  }
}
#kage .works__content .works__content__inner__kage .title h3 {
  color: #224C90;
  font-size: 4.6rem;
  margin: 0.1em 0 0.5em;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage .title h3 {
    font-size: 4rem;
  }
}
#kage .works__content .works__content__inner__kage .title .title__header {
  color: #40535D;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage .title .title__header {
    font-size: 2rem;
  }
}
#kage .works__content .works__content__inner__kage .title .title__header.mb2 {
  text-indent: 0;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage .title .title__header.mb2 {
    color: #224C90;
  }
}
#kage .works__content .works__content__inner__kage .title .title__header__detail {
  color: #40535D;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
#kage .works__content .works__content__inner__kage .title .title__header__detail span {
  display: block;
  font-family: Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.2rem;
}
#kage .works__content .works__content__inner__kage .img__area {
  position: absolute;
  top: -10%;
  left: -16%;
  width: 40vw;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage .img__area {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
#kage .works__content .works__content__inner__kage .img__area .kage__img__01 {
  width: 25vw;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage .img__area .kage__img__01 {
    width: 100%;
  }
}
#kage .works__content .works__content__inner__kage .img__area .kage__img__02 {
  width: 18vw;
  position: absolute;
  top: -24%;
  left: 47%;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .works__content__inner__kage .img__area .kage__img__02 {
    position: relative;
    top: 0;
    right: 0px;
    width: 60%;
    max-width: none;
    margin-top: -35%;
  }
}
#kage .works__content .content__footer {
  margin: 0 13vw 0 3vw;
}
@media only screen and (max-width: 600px) {
  #kage .works__content .content__footer {
    margin: 0 5vw 10vw;
  }
}
#kage .works__content .content__footer img {
  margin-right: 3%;
}
#kage .works__content .content__footer p {
  font-family: Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

#originator {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #originator {
    width: 100%;
    margin: 0;
  }
}
#originator h2 {
  color: #ACA082;
  margin-bottom: -1.7%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  #originator h2 {
    text-align: right;
    margin-bottom: -4.6%;
    font-size: 7rem;
  }
}
#originator .originator__content {
  padding: 13% 0 7%;
  background-color: #E8E8E8;
  position: relative;
  z-index: 1;
}
#originator .originator__content .bold {
  font-weight: 700 !important;
}
#originator .originator__content .flex {
  justify-content: space-evenly;
  background-color: white;
  padding: 5% 0;
  margin-bottom: 7%;
  width: 85vw;
}
@media only screen and (max-width: 600px) {
  #originator .originator__content .flex {
    display: block;
    width: 100%;
    margin: 0 auto 7%;
  }
}
#originator .originator__content .originator__content__left {
  margin-top: -10%;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  #originator .originator__content .originator__content__left {
    width: 80%;
    margin: 0 auto 7%;
  }
}
#originator .originator__content .originator__content__left img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #originator .originator__content .originator__content__left img {
    margin-bottom: 2em;
  }
}
#originator .originator__content .originator__content__left h3 {
  color: #715C1F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 4rem;
  letter-spacing: 0.08em;
}
#originator .originator__content .originator__content__left h3 span {
  color: #40535D;
  font-weight: 400;
  font-family: Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
@media only screen and (max-width: 600px) {
  #originator .originator__content .originator__content__right {
    width: 80%;
    margin: 0 auto 7%;
  }
}
#originator .originator__content .originator__content__right p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5%;
}
#originator .originator__content .originator__content__right tr :first-child {
  color: #715C1F;
  font-weight: 700;
  width: 50px;
}
@media only screen and (max-width: 600px) {
  #originator .originator__content .originator__content__right tr :first-child {
    width: 15%;
    vertical-align: top;
  }
}
#originator .originator__content .originator__content__right tr :last-child {
  color: #40535D;
  font-weight: 400;
}
#originator .originator__content .content__footer {
  display: flex;
  align-items: center;
  margin: 0 13vw 0 3vw;
}
@media only screen and (max-width: 600px) {
  #originator .originator__content .content__footer {
    margin: 0 3vw;
  }
}
#originator .originator__content .content__footer img {
  margin-right: 5%;
}
#originator .originator__content .content__footer p {
  font-family: Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
#originator .bg__3 {
  position: absolute;
  top: -56%;
  left: -23%;
  width: 60%;
}

#company {
  margin: 10% auto 5%;
  width: 80vw;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #company {
    width: 85vw;
  }
}
#company h2 {
  margin-bottom: 8%;
  line-height: 0.86;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #company h2 {
    margin-bottom: 15%;
    font-size: 7rem;
    text-align: right;
  }
}
#company .company__content {
  margin: 0 10%;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #company .company__content {
    margin: 0;
  }
}
#company .company__content h3 {
  margin-bottom: 5%;
}
@media only screen and (max-width: 600px) {
  #company .company__content h3 {
    margin-bottom: 17%;
  }
}
#company .company__content table {
  width: 90%;
}
@media only screen and (max-width: 600px) {
  #company .company__content table {
    width: 100%;
  }
}
#company .company__content tr :first-child {
  border-bottom: 2px solid #7482AC;
  padding: 2% 0;
}
@media only screen and (max-width: 600px) {
  #company .company__content tr :first-child {
    width: 22%;
  }
}
#company .company__content tr :last-child {
  border-bottom: 1px solid #606060;
  padding: 2% 0 2% 2%;
}
#company .company__content td {
  font-family: Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
#company .bg__03 {
  position: absolute;
  top: -20%;
  right: -25%;
  width: 60%;
}
@media only screen and (max-width: 600px) {
  #company .bg__03 {
    top: -3%;
    right: -22%;
    width: 80%;
  }
}

footer {
  color: #fff;
  padding-bottom: 3%;
  justify-content: space-between;
  width: 80vw;
  margin: 0 auto 3%;
}
footer a {
  color: #7C98B8;
  font-size: 1.4rem;
  text-decoration: underline;
}
footer a :hover {
  color: #ccc;
}
footer :nth-child(2) {
  margin-right: auto;
}
footer .modal_content_text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 600px) {
  footer.flex {
    display: block;
  }
  footer.flex small {
    margin-top: 1em;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */