@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.list_circle {
  list-style-type: circle;
  margin-left: 1em; }

.mb_10 {
  margin-bottom: 10px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_50 {
  margin-bottom: 50px; }

.mb_60 {
  margin-bottom: 60px; }

.mb_70 {
  margin-bottom: 70px; }

.mb_80 {
  margin-bottom: 80px; }

.mb_90 {
  margin-bottom: 90px; }

.mb_100 {
  margin-bottom: 100px; }

.mb_110 {
  margin-bottom: 110px; }

.mb_120 {
  margin-bottom: 120px; }

.mb_130 {
  margin-bottom: 130px; }

.mb_140 {
  margin-bottom: 140px; }

.mb_150 {
  margin-bottom: 150px; }

.mb_160 {
  margin-bottom: 160px; }

.mb_170 {
  margin-bottom: 170px; }

.mb_180 {
  margin-bottom: 180px; }

.mb_190 {
  margin-bottom: 190px; }

.mb_200 {
  margin-bottom: 200px; }

.header_menu_ico {
  width: 64px;
  height: 14px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 101;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .header_menu_ico {
      width: 40px;
      height: 9px;
      right: 20px; } }
  .header_menu_ico div {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    transition: all 0.3s ease; }
    .header_menu_ico div:nth-child(1) {
      top: 0; }
    .header_menu_ico div:nth-child(2) {
      bottom: 0; }

#header_menu_trigger {
  display: none; }
  #header_menu_trigger:checked + label .header_menu_ico div:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(25deg); }
  #header_menu_trigger:checked + label .header_menu_ico div:nth-child(2) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg); }

#header_menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  text-align: center;
  height: 100vh;
  mix-blend-mode: normal; }
  #header_menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 70px; }
    #header_menu ul li {
      opacity: 0;
      -webkit-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
      transform: translateX(-8%); }
      #header_menu ul li a {
        display: block;
        text-decoration: none;
        padding: 12px 0;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.5); }
        @media only screen and (min-width: 769px) {
          #header_menu ul li a:hover {
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            opacity: 0.75; } }
        #header_menu ul li a span {
          display: block;
          font-size: 22px;
          font-size: 2.2rem;
          color: #fff;
          letter-spacing: 0.04em; }

#header_menu ul li:nth-child(1) {
  -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
  animation: lazyX 0.8s ease 0.08s 1 forwards; }

#header_menu ul li:nth-child(2) {
  -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
  animation: lazyX 0.8s ease 0.16s 1 forwards; }

#header_menu ul li:nth-child(3) {
  -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
  animation: lazyX 0.8s ease 0.24s 1 forwards; }

#header_menu ul li:nth-child(4) {
  -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
  animation: lazyX 0.8s ease 0.32s 1 forwards; }

#header_menu ul li:nth-child(5) {
  -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
  animation: lazyX 0.8s ease 0.4s 1 forwards; }

#header_menu ul li:nth-child(6) {
  -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
  animation: lazyX 0.8s ease 0.48s 1 forwards; }

#header_menu ul li:nth-child(7) {
  -webkit-animation: lazyX 0.8s ease 0.56s 1 forwards;
  animation: lazyX 0.8s ease 0.56s 1 forwards; }

#header_menu ul li:nth-child(8) {
  -webkit-animation: lazyX 0.8s ease 0.64s 1 forwards;
  animation: lazyX 0.8s ease 0.64s 1 forwards; }

#header_menu ul li:nth-child(9) {
  -webkit-animation: lazyX 0.8s ease 0.72s 1 forwards;
  animation: lazyX 0.8s ease 0.72s 1 forwards; }

#header_menu ul li:nth-child(10) {
  -webkit-animation: lazyX 0.8s ease 0.8s 1 forwards;
  animation: lazyX 0.8s ease 0.8s 1 forwards; }

.form_section span.require {
  display: inline-block;
  position: relative; }
  .form_section span.require::after {
    right: -0.8em;
    top: -0.5em;
    content: "*";
    position: absolute;
    color: #f34848; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: none;
  outline: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1); }
.form_section textarea {
  height: 200px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #fff;
  background: #fff;
  width: 200px;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 70px auto 0;
  text-decoration: none;
  outline: none;
  border: 1px solid #fff;
  color: #080808;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  padding: 0.7em;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      background: transparent;
      color: #fff; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      margin-top: 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child {
    margin-top: 0; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 1;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@keyframes slideLoop {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes fadeIn {
  to {
    opacity: 1; } }
.fade_up {
  opacity: 0;
  display: block; }

.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s; }

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fade_left {
  opacity: 0;
  display: block; }

.is_onscreen.fade_left {
  opacity: 1;
  animation-name: fadeleft;
  animation-duration: 1.5s; }

@keyframes fadeleft {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fade_right {
  opacity: 0;
  display: block; }

.is_onscreen.fade_right {
  opacity: 1;
  animation-name: faderight;
  animation-duration: 1.5s; }

@keyframes faderight {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.line_btn_wrap {
  max-width: 200px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 768px) {
    .line_btn_wrap {
      max-width: 150px; } }
  .line_btn_wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #333;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .line_btn_wrap .line_btn {
    position: relative;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #000;
    opacity: 0;
    text-decoration: none;
    display: block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 0; }
    .line_btn_wrap .line_btn:hover {
      color: #fff; }
  .line_btn_wrap:hover:before {
    width: 100%;
    right: auto;
    left: 0; }
  .line_btn_wrap .line_btn_border_left {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .line_btn_wrap .line_btn_border_right {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .line_btn_wrap .line_btn_border_top {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .line_btn_wrap .line_btn_border_bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .line_btn_wrap .line_btn_border {
    position: absolute;
    background: #333;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is_onscreen .line_btn_border_left {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_right {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_top {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn_border_bottom {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn {
    opacity: 1; }

.text_mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom; }
  .text_mask .text_mask_inner {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .text_mask .text_mask_inner::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      z-index: 10;
      background-color: #333; }
    .is_onscreen .text_mask_inner {
      -webkit-animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
      animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate; }

    .is_onscreen .text_mask_inner:after {
      -webkit-animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
      animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate; }

@-webkit-keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
@keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
.circle_arrow_link {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link_ico {
    width: calc(72em/16);
    height: calc(72em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: calc(-20em/16);
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico::before {
      content: "";
      border: calc(2em/16) solid #ddd;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #000; }
  .circle_arrow_link:hover .circle_arrow_link_ico {
    transform: translate3d(1em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico:before {
    transform: scale(1.5) translate3d(-0.5em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico svg {
    animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.circle_arrow_link2 {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link2_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link2_ico {
    width: calc(50em/16);
    height: calc(50em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link2_ico::before {
      content: "";
      background: #333;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .circle_arrow_link2_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #fff;
      position: relative;
      z-index: 10; }
  .circle_arrow_link2:hover .circle_arrow_link2_ico {
    transform: translate3d(0.5em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico::before {
      background: #000;
      transform: translate3d(0.05em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico svg {
      animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes linkhover {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  55% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0%;
  padding-top: calc(500 / 800 * 100%); }
  .parallax p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.5;
    font-size: max(3vw, 16px); }

.lazy_x {
  opacity: 0;
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%); }

.lazy_y {
  opacity: 0;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%); }

@-webkit-keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #080808;
  font-size: 1.6em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #fff; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #fff;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.en {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal; }

.difference {
  mix-blend-mode: difference; }

.btn_wht {
  mix-blend-mode: difference;
  width: 190px; }
  .btn_wht a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    color: #080808;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    padding: 0.7em;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (min-width: 769px) {
      .btn_wht a:hover {
        background: transparent;
        color: #fff; } }

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: difference; }
  .header .inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    min-width: 1000px;
    padding: 2em 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 1.5em 0; } }
  .header .logo {
    width: 106px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: 80px; } }
  .header .btn_wht {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 130px; }

.index {
  padding-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    .index {
      padding-bottom: 100px; } }

.index section + section {
  margin-top: 130px; }
  @media only screen and (max-width: 768px) {
    .index section + section {
      margin-top: 100px; } }
.index .index_ttl {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.07em; }
  @media only screen and (max-width: 768px) {
    .index .index_ttl {
      font-size: 14px;
      font-size: 1.4rem; } }
  .index .index_ttl .en {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    display: block;
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 768px) {
      .index .index_ttl .en {
        font-size: 34px;
        font-size: 3.4rem; } }
.index .fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .index .fv {
      min-height: auto; } }
  .index .fv::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.3); }
  .index .fv .movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2; }
  .index .fv .fv_txt {
    mix-blend-mode: difference;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 10; }
    .index .fv .fv_txt span {
      display: block; }
      .index .fv .fv_txt span.en {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .index .fv .fv_txt span.en {
            font-size: 7.5vw; } }
      .index .fv .fv_txt span.ja {
        margin-top: 10px; }
        @media only screen and (max-width: 768px) {
          .index .fv .fv_txt span.ja {
            margin-top: 20px;
            font-size: 3.5vw; } }
    .index .fv .fv_txt small {
      display: inline-block;
      margin: 0 3px; }
  .index .fv .fv_slide {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
    animation: fadeIn 2s ease forwards;
    animation: fadeIn 2s ease forwards;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    animation-delay: 1.5s; }
    .index .fv .fv_slide .fv_slide_track {
      display: flex;
      width: max-content;
      will-change: transform;
      /*animation: slideLoop 100s linear infinite;*/ }
      .index .fv .fv_slide .fv_slide_track img {
        height: 100vh;
        width: auto;
        flex-shrink: 0; }
.index .section01 .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
  min-width: 1000px; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: 0 20px; } }
.index .section01 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .index .section01 .wrap {
      display: block;
      margin-top: 40px; } }
  .index .section01 .wrap .image {
    width: 35%;
    position: sticky;
    top: 100px; }
    @media only screen and (max-width: 768px) {
      .index .section01 .wrap .image {
        position: static;
        width: 100%; } }
    .index .section01 .wrap .image .image_inner {
      position: relative; }
      @media only screen and (max-width: 768px) {
        .index .section01 .wrap .image .image_inner {
          display: none; } }
      .index .section01 .wrap .image .image_inner .img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        transition: opacity 0.6s ease; }
        .index .section01 .wrap .image .image_inner .img.active {
          opacity: 1;
          position: relative; }
    @media only screen and (max-width: 768px) {
      .index .section01 .wrap .image .category_placeholder {
        height: 0; } }
    .index .section01 .wrap .image .category {
      margin-top: 30px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .index .section01 .wrap .image .category {
          margin-top: 0;
          opacity: 0;
          transition: opacity 0.4s ease, transform 0.4s ease;
          transform: translateY(-10px);
          pointer-events: none;
          top: var(--header-height);
          position: fixed;
          left: 0;
          right: 0; }
          .index .section01 .wrap .image .category.show {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto; }
          .index .section01 .wrap .image .category.fixed {
            position: fixed;
            top: var(--header-height);
            left: 0;
            width: 100%;
            z-index: 100; }
          .index .section01 .wrap .image .category.hide {
            opacity: 0;
            transform: translateY(-10px);
            pointer-events: none; }
          .index .section01 .wrap .image .category.stop {
            opacity: 0; } }
      .index .section01 .wrap .image .category li {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px;
        font-size: 1.1rem;
        position: relative;
        padding: 0 5px 0 1em; }
        .index .section01 .wrap .image .category li::before {
          content: "/";
          position: absolute;
          left: 0; }
        .index .section01 .wrap .image .category li:first-child::before {
          display: none; }
        .index .section01 .wrap .image .category li.active {
          color: #fff; }
  @media only screen and (max-width: 768px) {
    .index .section01 .wrap .items .item .sp_wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .index .section01 .wrap .items .item .sp_wrap .sp_image {
        width: 40%; }
      .index .section01 .wrap .items .item .sp_wrap h3 {
        flex: 1;
        padding-left: 20px; } }
  .index .section01 .wrap .content {
    width: 59.16%; }
    @media only screen and (max-width: 768px) {
      .index .section01 .wrap .content {
        width: 100%; } }
    .index .section01 .wrap .content .items .item + .item {
      margin-top: 160px; }
      @media only screen and (max-width: 768px) {
        .index .section01 .wrap .content .items .item + .item {
          margin-top: 80px; } }
.index .section01 h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .index .section01 h3 {
      line-height: 1.6; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .index .section01 h3 {
      font-size: 13px;
      font-size: 1.3rem; } }

  .index .section01 h3 .en {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    display: inline-block;
    margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .index .section01 h3 .en {
        font-size: 24px;
        font-size: 2.4rem;
        display: block;
        margin-right: 0; } }
.index .section01 .lead {
  margin-top: 25px;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media only screen and (max-width: 768px) {
    .index .section01 .lead {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 20px;
      text-align: center; } }
.index .section01 .txt {
  font-size: 17px;
  font-size: 1.7rem; }
.index .section01 .sub_categories {
  margin-top: 40px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .index .section01 .sub_categories {
      margin-top: 30px; } }
  .index .section01 .sub_categories .sub_category {
    width: 31%;
    text-align: center; }
    .index .section01 .sub_categories .sub_category p {
      margin-top: 15px;
      font-size: 14px;
      font-size: 1.4rem;
      color: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 768px) {
        .index .section01 .sub_categories .sub_category p {
          font-size: 13px;
          font-size: 1.3rem;
          margin-top: 10px; }
          .index .section01 .sub_categories .sub_category p small {
            display: block; } }
.index .section02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px; }
  .index .section02::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.3); }
  .index .section02 a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; }
  .index .section02 .movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2; }
  .index .section02 .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    transform: translate3d(0, 0, 0); }
  .index .section02 .index_ttl {
    padding-top: 100px; }
  .index .section02 .works_slides {
    overflow: visible;
    margin-top: 140px;
    padding-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .index .section02 .works_slides {
        margin-top: 110px;
        padding-left: 30px; } }
    .index .section02 .works_slides .works_slide {
      width: 340px;
      transition: transform 0.5s ease, opacity 0.5s ease;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .index .section02 .works_slides .works_slide {
          width: 60%; } }
      .index .section02 .works_slides .works_slide .image {
        transition: transform 0.5s ease;
        transform: scale(0.85) translateY(0); }
    .index .section02 .works_slides .swiper-slide-active {
      opacity: 1; }
      .index .section02 .works_slides .swiper-slide-active .image {
        transform: scale(1.1) translateY(-35px); }
    .index .section02 .works_slides .image img {
      width: 100%;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      display: block; }
  .index .section02 .swiper-button-wrap {
    position: absolute;
    left: calc( 50% + 218px );
    top: -20px;
    width: 130px; }
    @media only screen and (max-width: 768px) {
      .index .section02 .swiper-button-wrap {
        left: auto;
        right: 13px;
        width: 77px; } }
    .index .section02 .swiper-button-wrap .swiper-button-prev,
    .index .section02 .swiper-button-wrap .swiper-button-next {
      width: 56px;
      height: 56px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%; }
      @media only screen and (max-width: 768px) {
        .index .section02 .swiper-button-wrap .swiper-button-prev,
        .index .section02 .swiper-button-wrap .swiper-button-next {
          width: 32px;
          height: 32px; } }
      .index .section02 .swiper-button-wrap .swiper-button-prev svg,
      .index .section02 .swiper-button-wrap .swiper-button-next svg {
        display: none; }
      .index .section02 .swiper-button-wrap .swiper-button-prev::after,
      .index .section02 .swiper-button-wrap .swiper-button-next::after {
        content: '';
        width: 12px;
        height: 12px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -8px; }
        @media only screen and (max-width: 768px) {
          .index .section02 .swiper-button-wrap .swiper-button-prev::after,
          .index .section02 .swiper-button-wrap .swiper-button-next::after {
            width: 8px;
            height: 8px;
            margin-top: -4px;
            margin-left: -5px; } }
    .index .section02 .swiper-button-wrap .swiper-button-prev {
      left: 0;
      right: auto; }
      .index .section02 .swiper-button-wrap .swiper-button-prev::after {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: -3px; }
    .index .section02 .swiper-button-wrap .swiper-button-next {
      right: 0;
      left: auto; }
  .index .section02 .date {
    font-size: 12px;
    font-size: 1.2rem; }
  .index .section02 .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px; }
  .index .section02 .btn_wht {
    margin: auto; }
.index .section03 .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
  min-width: 1000px; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: 0 20px; } }
.index .section03 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .index .section03 .wrap {
      display: block; } }
  .index .section03 .wrap .heading {
    width: 35%; }
    @media only screen and (max-width: 768px) {
      .index .section03 .wrap .heading {
        width: 100%; } }
    .index .section03 .wrap .heading .index_ttl {
      text-align: left; }
    .index .section03 .wrap .heading .btn_wht {
      margin-top: 50px; }
  .index .section03 .wrap .content {
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .index .section03 .wrap .content {
        width: 100%;
        margin-top: 40px; }
        .index .section03 .wrap .content .btn_wht {
          margin: 40px auto 0; } }
.index .section03 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .index .section03 ul li a {
    display: block;
    text-decoration: none;
    padding: 1.5em 0; }
  .index .section03 ul li .date {
    font-size: 12px;
    font-size: 1.2rem; }
  .index .section03 ul li .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    margin-top: 3px; }
    @media only screen and (max-width: 768px) {
      .index .section03 ul li .ttl {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media only screen and (min-width: 769px) {
    .index .section03 ul li a:hover .ttl {
      color: #fff; } }

.footer {
  background-image: url("img/common/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .footer .inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    min-width: 1000px;
    padding: 100px 0 40px; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px; } }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        padding: 80px 0 !important; } }
  .footer .logo {
    width: 90px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .footer .logo {
        width: 50px; } }
  .footer .f_nav {
    margin-top: 70px; }
    .footer .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .footer .f_nav ul li + li {
        margin-left: 40px; }
    .footer .f_nav a {
      display: block;
      color: #fff;
      text-decoration: none; }
      @media only screen and (min-width: 769px) {
        .footer .f_nav a:hover {
          color: rgba(255, 255, 255, 0.5); } }
  .footer .sns {
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      .footer .sns {
        margin-top: 30px; } }
    .footer .sns ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .footer .sns ul li + li {
        margin-left: 25px; }
        @media only screen and (max-width: 768px) {
          .footer .sns ul li + li {
            margin-left: 20px; } }
      .footer .sns ul li a {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        position: relative;
        width: 42px;
        height: 42px; }
        @media only screen and (min-width: 769px) {
          .footer .sns ul li a:hover {
            background: #fff; } }
        @media only screen and (max-width: 768px) {
          .footer .sns ul li a {
            width: 33px;
            height: 33px; } }
  .footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .footer .copyright {
        margin-top: 25px; } }

.page .page_fv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .page .page_fv {
      height: 370px; } }
  .page .page_fv::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.3); }
  .page .page_fv .movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2; }
  .page .page_fv .fv_txt {
    mix-blend-mode: difference;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 10;
    margin-top: 15px; }
    .page .page_fv .fv_txt span {
      display: block; }
      .page .page_fv .fv_txt span.en {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .page .page_fv .fv_txt span.en {
            font-size: 7.5vw; } }
      .page .page_fv .fv_txt span.ja {
        margin-top: 10px; }
        @media only screen and (max-width: 768px) {
          .page .page_fv .fv_txt span.ja {
            margin-top: 10px;
            font-size: 4vw; } }
.page .breadcrumb {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .page .breadcrumb {
      padding: 30px 0;
      overflow-x: scroll;
      white-space: nowrap; } }
  .page .breadcrumb ol {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    min-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .page .breadcrumb ol {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px; } }
    .page .breadcrumb ol li {
      font-size: 12px;
      font-size: 1.2rem;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .page .breadcrumb ol li {
          font-size: 14px;
          font-size: 1.4rem; } }
      .page .breadcrumb ol li + li {
        margin-left: 80px; }
        .page .breadcrumb ol li + li::before {
          content: '';
          width: 20px;
          height: 20px;
          border: 0px;
          border-top: solid 1px rgba(255, 255, 255, 0.35);
          border-right: solid 1px rgba(255, 255, 255, 0.35);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          left: -50px;
          margin-top: -10px; }
      .page .breadcrumb ol li a {
        text-decoration: none; }
        @media only screen and (min-width: 769px) {
          .page .breadcrumb ol li a:hover {
            color: rgba(255, 255, 255, 0.5); } }
.page .container {
  width: 700px;
  margin: auto;
  padding: 75px 0 150px; }
  @media only screen and (max-width: 768px) {
    .page .container {
      width: 100%;
      padding: 50px 20px 80px; } }

.page_404 .page_fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 5; }
  .page_404 .page_fv::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.3); }
  .page_404 .page_fv .movie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2; }
  .page_404 .page_fv .fv_404 {
    mix-blend-mode: difference;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .page_404 .page_fv .fv_txt {
    z-index: 10;
    margin-top: 15px; }
    .page_404 .page_fv .fv_txt span {
      display: block; }
      .page_404 .page_fv .fv_txt span.en {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .page_404 .page_fv .fv_txt span.en {
            font-size: 7.5vw; } }
      .page_404 .page_fv .fv_txt span.ja {
        margin-top: 10px; }
        @media only screen and (max-width: 768px) {
          .page_404 .page_fv .fv_txt span.ja {
            margin-top: 10px;
            font-size: 4vw; } }
  .page_404 .page_fv .btn_wht {
    margin: 40px auto 0; }

.page_company table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .page_company table {
      font-size: 17px;
      font-size: 1.7rem; } }
  .page_company table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .page_company table tr th, .page_company table tr td {
      vertical-align: top;
      padding: 2.2em 0; }
      @media only screen and (max-width: 768px) {
        .page_company table tr th, .page_company table tr td {
          display: block;
          padding: 0; } }
    .page_company table tr td {
      padding: 2.2em;
      color: rgba(255, 255, 255, 0.8); }
      @media only screen and (max-width: 768px) {
        .page_company table tr td {
          padding: 0 0 2.2em;
          position: relative; } }
    .page_company table tr th {
      font-weight: 500;
      width: 160px;
      letter-spacing: 0.07em;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .page_company table tr th {
          width: 100%;
          padding-top: 2.2em;
          padding-bottom: 0.3em; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .page_company table tr th {
      font-size: 16px;
      font-size: 1.6rem; } }

      .page_company table tr th::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        z-index: 1;
        height: 1px;
        width: 100%;
        background: rgba(255, 255, 255, 0.3); }
        @media only screen and (max-width: 768px) {
          .page_company table tr th::before {
            width: 50%; } }
    .page_company table tr:last-child th::after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      z-index: 1;
      height: 1px;
      width: 100%;
      background: rgba(255, 255, 255, 0.3); }
      @media only screen and (max-width: 768px) {
        .page_company table tr:last-child th::after {
          display: none; } }
    @media only screen and (max-width: 768px) {
      .page_company table tr:last-child td::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
        height: 1px;
        width: 50%;
        background: rgba(255, 255, 255, 0.3); } }

.page_contact table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .page_contact table {
      font-size: 17px;
      font-size: 1.7rem; } }
  .page_contact table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media only screen and (max-width: 768px) {
      .page_contact table tr:last-child {
        border: none; } }
    .page_contact table tr th, .page_contact table tr td {
      vertical-align: middle;
      padding: 2.2em 0; }
      @media only screen and (max-width: 768px) {
        .page_contact table tr th, .page_contact table tr td {
          display: block;
          padding: 0; } }
    .page_contact table tr td {
      padding: 2.2em;
      color: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 768px) {
        .page_contact table tr td {
          padding: 1em 0 2.2em;
          position: relative; } }
    .page_contact table tr th {
      font-weight: 500;
      width: 160px;
      letter-spacing: 0.07em;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .page_contact table tr th {
          width: 100%;
          padding-top: 2.2em; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .page_contact table tr th {
      font-size: 16px;
      font-size: 1.6rem; } }

.page_contact .thanks_section {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page_contact .thanks_section p {
      margin-bottom: 2em;
      font-size: 17px;
      font-size: 1.7rem; } }
  .page_contact .thanks_section .btn_wht {
    margin: 50px auto 0; }
    @media only screen and (max-width: 768px) {
      .page_contact .thanks_section .btn_wht {
        margin-top: 40px; } }

ul.article_archive {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  ul.article_archive li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    ul.article_archive li a {
      display: block;
      text-decoration: none;
      padding: 1.5em 0; }
    ul.article_archive li .date {
      font-size: 12px;
      font-size: 1.2rem; }
    ul.article_archive li .ttl {
      font-size: 15px;
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.5);
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      margin-top: 3px; }
      @media only screen and (max-width: 768px) {
        ul.article_archive li .ttl {
          font-size: 16px;
          font-size: 1.6rem; } }
    @media only screen and (min-width: 769px) {
      ul.article_archive li a:hover .ttl {
        color: #fff; } }

.single .article_header {
  text-align: center; }
  .single .article_header .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-size: 1.2rem; }
  .single .article_header .article_ttl {
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem; }
    @media only screen and (max-width: 768px) {
      .single .article_header .article_ttl {
        font-size: 23px;
        font-size: 2.3rem;
        margin-top: 7px; } }
.single .article_body {
  margin-top: 70px;
  font-size: 15px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85); }
  @media only screen and (max-width: 768px) {
    .single .article_body {
      margin-top: 40px; } }
  .single .article_body p {
    margin-bottom: 2em; }
    @media only screen and (max-width: 768px) {
      .single .article_body p {
        font-size: 16px;
        font-size: 1.6rem; } }
.single .btn_wht {
  margin: 80px auto 0; }
  @media only screen and (max-width: 768px) {
    .single .btn_wht {
      margin-top: 50px; } }

.archive .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
  min-width: 1000px;
  padding-top: 75px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    .archive .container {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 768px) {
    .archive .container {
      padding: 50px 30px 80px; } }
.archive .works_archive {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  @media only screen and (min-width: 769px) {
    .archive .works_archive li {
      width: calc((100% - 9%) / 3);
      margin-left: 4.5%;
      margin-top: 120px; }
      .archive .works_archive li:nth-child(3n+1) {
        margin-left: 0; }
      .archive .works_archive li:nth-child(1), .archive .works_archive li:nth-child(2), .archive .works_archive li:nth-child(3) {
        margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .archive .works_archive {
      display: block; }
      .archive .works_archive li + li {
        margin-top: 40px; } }
  .archive .works_archive a {
    display: block;
    text-decoration: none; }
  .archive .works_archive figure {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    transition: transform 0.5s ease, opacity 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .archive .works_archive figure {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px; } }
  @media only screen and (min-width: 769px) {
    .archive .works_archive a:hover figure {
      transform: scale(1.05); }
    .archive .works_archive a:hover .ttl {
      color: #fff; } }
  .archive .works_archive .date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .archive .works_archive .date {
        margin-top: 15px; } }
  .archive .works_archive .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (max-width: 768px) {
      .archive .works_archive .ttl {
        font-size: 17px;
        font-size: 1.7rem; } }

.single_works .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
  min-width: 1000px;
  padding-top: 75px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    .single_works .container {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 768px) {
    .single_works .container {
      padding: 50px 30px 80px; } }
.single_works .single_works_body .article_header {
  text-align: center; }
  .single_works .single_works_body .article_header .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-size: 1.2rem; }
  .single_works .single_works_body .article_header .article_ttl {
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem; }
    @media only screen and (max-width: 768px) {
      .single_works .single_works_body .article_header .article_ttl {
        font-size: 23px;
        font-size: 2.3rem;
        margin-top: 7px; } }
.single_works .single_works_body .article_wrap {
  margin-top: 70px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .single_works .single_works_body .article_wrap {
      margin-top: 30px;
      display: block; } }
  .single_works .single_works_body .article_wrap .article_image {
    width: 45%; }
    @media only screen and (max-width: 768px) {
      .single_works .single_works_body .article_wrap .article_image {
        width: 100%; } }
    .single_works .single_works_body .article_wrap .article_image img {
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
      @media only screen and (max-width: 768px) {
        .single_works .single_works_body .article_wrap .article_image img {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; } }
  .single_works .single_works_body .article_wrap .article_body {
    width: 50%;
    font-size: 15px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.85); }
    @media only screen and (max-width: 768px) {
      .single_works .single_works_body .article_wrap .article_body {
        margin-top: 40px;
        width: 100%; } }
    .single_works .single_works_body .article_wrap .article_body p {
      margin-bottom: 2em; }
      @media only screen and (max-width: 768px) {
        .single_works .single_works_body .article_wrap .article_body p {
          font-size: 16px;
          font-size: 1.6rem; } }
.single_works .single_works_body .btn_wht {
  margin: 80px auto 0; }
  @media only screen and (max-width: 768px) {
    .single_works .single_works_body .btn_wht {
      margin-top: 50px; } }
