@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 70%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 1024px) {
  .pc_i {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 1024px) {
  .pc_ib {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 1024px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 1024px) {
  .tb_ib {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.tb-sp {
  display: none;
}
@media (max-width: 1024px) {
  .tb-sp {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .tb-sp {
    display: block;
  }
}
.tb-sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .tb-sp_i {
    display: inline;
  }
}
.tb-sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .tb-sp_ib {
    display: inline-block;
  }
}

.pc-tb {
  display: block;
}
@media (max-width: 1360px) {
  .pc-tb {
    display: block;
  }
}
@media (max-width: 1024px) {
  .pc-tb {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .pc-tb {
    display: none;
  }
}
.pc-tb_ib {
  display: inline-block;
}
@media (max-width: 1360px) {
  .pc-tb_ib {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .pc-tb_ib {
    display: inline-block;
  }
}
@media (max-width: 767.9px) {
  .pc-tb_ib {
    display: none;
  }
}

/* margin-top
-------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
}
/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
}
/* margin-left
-------------------------------------------------- */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .ml0_sp {
    margin-left: 0px !important;
  }
}
/* margin-right
-------------------------------------------------- */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .pt0_sp {
    padding-top: 0px !important;
  }
  .pt5_sp {
    padding-top: 5px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .pt15_sp {
    padding-top: 15px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .pt25_sp {
    padding-top: 25px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .pt35_sp {
    padding-top: 35px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .pt45_sp {
    padding-top: 45px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
}
/* padding-bottom このファイルに書くべきか検討中
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .pb0_sp {
    padding-bottom: 0px !important;
  }
  .pb5_sp {
    padding-bottom: 5px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .pb15_sp {
    padding-bottom: 15px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .pb25_sp {
    padding-bottom: 25px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .pb35_sp {
    padding-bottom: 35px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .pb45_sp {
    padding-bottom: 45px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
}
/* padding-left
-------------------------------------------------- */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* padding-right
-------------------------------------------------- */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .pr0_sp {
    padding-right: 0px !important;
  }
  .pr5_sp {
    padding-right: 5px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .pr15_sp {
    padding-right: 15px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .pr25_sp {
    padding-right: 25px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .pr35_sp {
    padding-right: 35px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .pr45_sp {
    padding-right: 45px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
}
/* width
-------------------------------------------------- */
.w1per {
  width: 1% !important;
}

.w2per {
  width: 2% !important;
}

.w3per {
  width: 3% !important;
}

.w4per {
  width: 4% !important;
}

.w5per {
  width: 5% !important;
}

.w6per {
  width: 6% !important;
}

.w7per {
  width: 7% !important;
}

.w8per {
  width: 8% !important;
}

.w9per {
  width: 9% !important;
}

.w10per {
  width: 10% !important;
}

.w11per {
  width: 11% !important;
}

.w12per {
  width: 12% !important;
}

.w13per {
  width: 13% !important;
}

.w14per {
  width: 14% !important;
}

.w15per {
  width: 15% !important;
}

.w16per {
  width: 16% !important;
}

.w17per {
  width: 17% !important;
}

.w18per {
  width: 18% !important;
}

.w19per {
  width: 19% !important;
}

.w20per {
  width: 20% !important;
}

.w21per {
  width: 21% !important;
}

.w22per {
  width: 22% !important;
}

.w23per {
  width: 23% !important;
}

.w24per {
  width: 24% !important;
}

.w25per {
  width: 25% !important;
}

.w26per {
  width: 26% !important;
}

.w27per {
  width: 27% !important;
}

.w28per {
  width: 28% !important;
}

.w29per {
  width: 29% !important;
}

.w30per {
  width: 30% !important;
}

.w31per {
  width: 31% !important;
}

.w32per {
  width: 32% !important;
}

.w33per {
  width: 33% !important;
}

.w34per {
  width: 34% !important;
}

.w35per {
  width: 35% !important;
}

.w36per {
  width: 36% !important;
}

.w37per {
  width: 37% !important;
}

.w38per {
  width: 38% !important;
}

.w39per {
  width: 39% !important;
}

.w40per {
  width: 40% !important;
}

.w41per {
  width: 41% !important;
}

.w42per {
  width: 42% !important;
}

.w43per {
  width: 43% !important;
}

.w44per {
  width: 44% !important;
}

.w45per {
  width: 45% !important;
}

.w46per {
  width: 46% !important;
}

.w47per {
  width: 47% !important;
}

.w48per {
  width: 48% !important;
}

.w49per {
  width: 49% !important;
}

.w50per {
  width: 50% !important;
}

.w51per {
  width: 51% !important;
}

.w52per {
  width: 52% !important;
}

.w53per {
  width: 53% !important;
}

.w54per {
  width: 54% !important;
}

.w55per {
  width: 55% !important;
}

.w56per {
  width: 56% !important;
}

.w57per {
  width: 57% !important;
}

.w58per {
  width: 58% !important;
}

.w59per {
  width: 59% !important;
}

.w60per {
  width: 60% !important;
}

.w61per {
  width: 61% !important;
}

.w62per {
  width: 62% !important;
}

.w63per {
  width: 63% !important;
}

.w64per {
  width: 64% !important;
}

.w65per {
  width: 65% !important;
}

.w66per {
  width: 66% !important;
}

.w67per {
  width: 67% !important;
}

.w68per {
  width: 68% !important;
}

.w69per {
  width: 69% !important;
}

.w70per {
  width: 70% !important;
}

.w71per {
  width: 71% !important;
}

.w72per {
  width: 72% !important;
}

.w73per {
  width: 73% !important;
}

.w74per {
  width: 74% !important;
}

.w75per {
  width: 75% !important;
}

.w76per {
  width: 76% !important;
}

.w77per {
  width: 77% !important;
}

.w78per {
  width: 78% !important;
}

.w79per {
  width: 79% !important;
}

.w80per {
  width: 80% !important;
}

.w81per {
  width: 81% !important;
}

.w82per {
  width: 82% !important;
}

.w83per {
  width: 83% !important;
}

.w84per {
  width: 84% !important;
}

.w85per {
  width: 85% !important;
}

.w86per {
  width: 86% !important;
}

.w87per {
  width: 87% !important;
}

.w88per {
  width: 88% !important;
}

.w89per {
  width: 89% !important;
}

.w90per {
  width: 90% !important;
}

.w91per {
  width: 91% !important;
}

.w92per {
  width: 92% !important;
}

.w93per {
  width: 93% !important;
}

.w94per {
  width: 94% !important;
}

.w95per {
  width: 95% !important;
}

.w96per {
  width: 96% !important;
}

.w97per {
  width: 97% !important;
}

.w98per {
  width: 98% !important;
}

.w99per {
  width: 99% !important;
}

.w100per {
  width: 100% !important;
}

.lsp0-07 {
  letter-spacing: 0.075em !important;
}

.lsp0-08 {
  letter-spacing: 0.08em !important;
}

.lsp0-09 {
  letter-spacing: 0.09em !important;
}

.txt-ilb {
  display: inline-block;
}

.taC {
  text-align: center;
}

/*----------------------------------
  CUSTOM FUNCTION
----------------------------------*/
/*----------------------------------
  COMMON
----------------------------------*/
/*
html,body {
    overscroll-behavior-y: none;
}
*/
body {
  padding: 0;
  font-family: "roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  background: #000000;
  color: #ffffff;
}
body.js-modal {
  overflow: hidden;
}
@media (max-width: 767.9px) {
  body {
    font-size: 12px;
    line-height: 1.67em;
  }
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
a:hover {
  /*opacity: 0.5;*/
  transition: all 0.15s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
a[href^="tel:"] {
  color: #ffffff !important;
  pointer-events: none;
}
@media (max-width: 767.9px) {
  a[href^="tel:"] {
    color: #ffffff !important;
    pointer-events: inherit;
  }
}

a {
  overflow: hidden;
}
a img {
  transition: all 0.1s linear;
}
a:hover .u-imgExpand {
  overflow: hidden;
}
a:hover .u-imgExpand img {
  transform: scale(1.07);
  transition: all 0.3s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}

i {
  font-style: normal;
}

.js-paraItem {
  overflow: hidden;
}

.js-paraItemList {
  overflow: hidden;
}

/*----------------------------------
  header
----------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 60px 40px;
  color: #ffffff;
  mix-blend-mode: difference;
}
@media (max-width: 767.9px) {
  .l-header {
    padding: 18px 20px 20px 15px;
  }
}
.l-headerInner {
  display: flex;
  gap: 80px;
}
.l-header .p-logo {
  position: relative;
  z-index: 35;
  width: 150px;
}
@media (max-width: 767.9px) {
  .l-header .p-logo {
    width: 110px;
  }
  .l-header .p-logo a {
    display: inline-block;
    padding: 5px;
  }
}
.l-header .p-btn-hamburger {
  position: absolute;
  z-index: 33;
  right: 20px;
  top: 17px;
  width: 40px;
  height: 35px;
  display: none;
}
@media (max-width: 767.9px) {
  .l-header .p-btn-hamburger {
    display: block;
  }
}
.l-header .p-btn-hamburger span {
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-header .p-btn-hamburger span:nth-child(1) {
  top: 10px;
}
.l-header .p-btn-hamburger span:nth-child(2) {
  top: 17px;
}
.l-header .p-btn-hamburger span:nth-child(3) {
  top: 24px;
}
.l-header .p-btn-hamburger:hover {
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .l-header .c-nav {
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    height: 100dvh;
    opacity: 0;
    transition: all 0.6s linear;
    transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
    pointer-events: none;
  }
}
.l-header .c-nav ul {
  font-family: "roboto", sans-serif;
  display: flex;
  gap: 40px;
  padding-top: 0;
}
@media (max-width: 767.9px) {
  .l-header .c-nav ul {
    display: none;
    height: 100dvh;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    padding: 100px 20px 100px 50%;
  }
}
.l-header .c-nav ul a {
  position: relative;
  display: block;
  padding: 8px 0;
}
@media (max-width: 767.9px) {
  .l-header .c-nav ul a {
    color: #000000;
    font-size: 22px;
  }
}
.l-header .c-nav ul a::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.25s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-header .c-nav ul a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .l-header.js-spnavi-show {
    height: 100%;
    padding: 18px 20px 20px 15px;
    opacity: 1;
    mix-blend-mode: inherit;
  }
  .l-header.js-spnavi-show .p-btn-hamburger span {
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
  }
  .l-header.js-spnavi-show .p-btn-hamburger span:nth-child(1) {
    opacity: 0;
  }
  .l-header.js-spnavi-show .p-btn-hamburger span:nth-child(2) {
    top: 17px;
    transform: rotate(30deg);
  }
  .l-header.js-spnavi-show .p-btn-hamburger span:nth-child(3) {
    top: 17px;
    transform: rotate(-30deg);
  }
  .l-header.js-spnavi-show .c-nav {
    position: absolute;
    z-index: 31;
    left: 0;
    right: 0;
    top: 0;
    height: 100dvh;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
    background-color: #000000;
    pointer-events: inherit;
  }
  .l-header.js-spnavi-show .c-nav ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 80px 20px 80px 55%;
  }
  .l-header.js-spnavi-show .c-nav ul a {
    position: relative;
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #ffffff;
  }
  .l-header.js-spnavi-show .c-nav ul a::after {
    content: "";
    position: absolute;
    background-color: #000000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.25s;
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
  .l-header.js-spnavi-show .c-nav ul a:hover::after {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: left top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}

/*----------------------------------
  footer
----------------------------------*/
.l-footer {
  position: relative;
  z-index: 10;
  background-color: #000000;
}
@media (max-width: 767.9px) {
  .l-footer {
    padding-bottom: 30px;
  }
}
.l-footerInner {
  display: flex;
  gap: 10%;
}
@media (max-width: 767.9px) {
  .l-footerInner {
    display: block;
  }
}
.l-footerLeft {
  position: relative;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 767.9px) {
  .l-footerLeft {
    /*display: none;*/
  }
}
.l-footerLeft .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1.1);
}
@media (max-width: 767.9px) {
  .l-footerLeft .bg {
    transform: scale(1);
  }
}
.l-footerLeft a {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 30vw;
  min-width: 330px;
  max-width: 503px;
  min-height: 700px;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 767.9px) {
  .l-footerLeft a {
    width: 100%;
    min-height: inherit;
    height: 219px;
    padding: 40px;
  }
}
.l-footerLeft a dl {
  display: flex;
  width: 100%;
  gap: 15%;
}
@media (max-width: 767.9px) {
  .l-footerLeft a dl {
    height: 100%;
    flex-direction: column;
    gap: inherit;
    justify-content: space-between;
  }
}
.l-footerLeft a dl dt {
  font-size: 12px;
}
.l-footerLeft a dl dd {
  position: relative;
  flex-grow: 1;
  font-size: 18px;
  padding-left: 2px;
  padding-bottom: 5px;
}
@media (max-width: 767.9px) {
  .l-footerLeft a dl dd {
    flex-grow: inherit;
    padding-bottom: 8px;
  }
}
.l-footerLeft a dl dd::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerLeft a dl dd::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerLeft a dl dd span {
  display: flex;
  align-items: center;
  position: relative;
}
.l-footerLeft a dl dd span::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-left: 8px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 1024px) {
  .l-footerLeft a dl dd span::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767.9px) {
  .l-footerLeft a dl dd span::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 1024px) {
  .l-footerLeft a:hover dd::after {
    opacity: 1;
    transform: scale(0, 1);
    transition: transform 0.5s;
    transform-origin: right top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
  .l-footerLeft a:hover dd::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: transform 0.5s;
    transition-delay: 0.3s;
    transform-origin: left top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
  .l-footerLeft a:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}
.l-footerRight {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
}
@media (max-width: 767.9px) {
  .l-footerRight {
    padding: 0;
  }
}
.l-footerRight .p-blog {
  display: flex;
  gap: 12.5%;
  flex-grow: 1;
  padding-bottom: 120px;
  padding-bottom: 7.6923076923vw;
}
.l-footerRight .p-blog h3 {
  font-size: 20px;
  font-weight: 500;
}
.l-footerRight .p-blog ul {
  flex-grow: 1;
  margin-top: -30px;
  padding-right: 7.5%;
}
.l-footerRight .p-blog ul li {
  position: relative;
}
.l-footerRight .p-blog ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.l-footerRight .p-blog ul li::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #333333;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.25s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerRight .p-blog ul li:hover::after {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerRight .p-blog ul li a {
  display: flex;
  padding: 30px 0;
  gap: 30px;
  position: relative;
}
.l-footerRight .p-blog ul li a span.title {
  font-size: 16px;
  flex-grow: 1;
}
.l-footerRight .p-blog ul li a::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-right: 20px;
  margin-top: 5px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 1024px) {
  .l-footerRight .p-blog ul li a::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767.9px) {
  .l-footerRight .p-blog ul li a::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 1024px) {
  .l-footerRight .p-blog ul li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}
.l-footerRight .p-contact {
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 767.9px) {
  .l-footerRight .p-contact {
    margin-top: 78px;
    margin-left: 20px;
  }
}
.l-footerRight .p-contact::after {
  content: "";
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  background-color: #d9d9d9;
}
.l-footerRight .p-contact:hover::after {
  transform: scale(1, 1);
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerRight .p-contact a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 160px 40px 35px 40px;
}
@media (max-width: 767.9px) {
  .l-footerRight .p-contact a {
    font-size: 18px;
    padding: 100px 25px 25px 25px;
  }
}
.l-footerRight .p-contact a::after {
  content: "";
  width: 13.24px;
  height: 7.1px;
  background: url(../images/common/icon_arrow_right_black.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .l-footerRight .p-contact a::after {
    transform: scale(1, 1);
  }
}
.l-footerRight .p-contact a:hover::after {
  transform: scale(1, 1);
  transition: transform 0.3s;
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerRight .p-facebook {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding: 80px 60px 80px 0;
}
@media (max-width: 767.9px) {
  .l-footerRight .p-facebook {
    padding: 30px 20px 30px 0;
  }
}
.l-footerRight .p-facebook a {
  display: flex;
  width: 110px;
  justify-content: flex-end;
  gap: 10px;
  line-height: 1.3em;
  transition: all 0.3s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-footerRight .p-facebook a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_facebook.svg) no-repeat center center;
  background-size: cover;
}
.l-footerRight .p-facebook a span {
  display: inline-block;
}
.l-footerRight .p-facebook a:hover {
  opacity: 0.5;
}
.l-footerRight .c-info {
  border: 1px #ffffff;
  border-top-style: solid;
  display: flex;
  padding: 20px 0 80px;
}
@media (max-width: 1024px) {
  .l-footerRight .c-info {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .l-footerRight .c-info {
    flex-direction: column;
    padding: 20px 0 20px;
    margin-left: 20px;
    font-size: 12px;
  }
}
.l-footerRight .c-info p {
  line-height: 2em;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px #dddddd;
  border-right-style: solid;
}
.l-footerRight .c-info p:last-child {
  border: none;
}
@media (max-width: 1360px) {
  .l-footerRight .c-info p {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (max-width: 1024px) {
  .l-footerRight .c-info p {
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  .l-footerRight .c-info p {
    border: none;
  }
}
.l-footerRight .c-info p a {
  color: #000000;
}
@media (max-width: 767.9px) {
  .l-footerRight .c-info p {
    padding: 0;
  }
}
.l-footerRight .c-info p:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .l-footer.contact {
    margin-top: -140px;
  }
  .l-footer.contact .l-footerInner {
    display: block;
    margin-left: 60px;
  }
}
@media (max-width: 767.9px) {
  .l-footer.contact {
    margin-top: 0;
  }
  .l-footer.contact .l-footerInner {
    margin-left: 0;
  }
  .l-footer.contact .l-footerRight {
    margin-top: 54px;
  }
}

.l-footer.home .l-footerLeft .bg {
  background: url(../images/home/footer_next.jpg) no-repeat left top;
  background-size: cover;
  left: 4.5%;
}
@media (max-width: 767.9px) {
  .l-footer.home .l-footerLeft .bg {
    background: url(../images/home/footer_next_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-footer.works .l-footerLeft .bg {
  background: url(../images/works/footer_next.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .l-footer.works .l-footerLeft .bg {
    background: url(../images/works/footer_next_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-footer.about .l-footerLeft .bg {
  background: url(../images/about/footer_next.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .l-footer.about .l-footerLeft .bg {
    background: url(../images/about/footer_next_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-footer.flow .l-footerLeft .bg {
  background: url(../images/flow/footer_next.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .l-footer.flow .l-footerLeft .bg {
    background: url(../images/flow/footer_next_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-footer.blog .l-footerLeft .bg {
  background: url(../images/blog/footer_next.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .l-footer.blog .l-footerLeft .bg {
    background: url(../images/blog/footer_next_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-footer.contact .l-footerLeft .bg {
  width: 503px;
  height: auto;
}
@media (max-width: 767.9px) {
  .l-footer.contact .l-footerLeft .bg {
    width: auto;
  }
}

/*----------------------------------
  main
----------------------------------*/
/*
#viewport {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#scroll-container {
  position: absolute;
  width: 100%;
}
*/
.l-main {
  padding: 180px 60px 200px;
}
@media (max-width: 767.9px) {
  .l-main {
    padding: 100px 20px 100px;
  }
}
.l-main article {
  max-width: 1360px;
  margin: auto;
}
.l-main .p-pagetitle {
  padding-bottom: 120px;
  max-width: 1360px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .l-main .p-pagetitle {
    padding-bottom: 45px;
  }
}
.l-main .p-pagetitle h1 {
  font-family: "roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25em;
}
@media (max-width: 767.9px) {
  .l-main .p-pagetitle h1 {
    font-size: 26px;
  }
}
.l-main .l-contents {
  background-color: #000000;
}

/*----------------------------------
  HOME
----------------------------------*/
.l-loader {
  background-color: #000000;
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 2s linear;
}
@media (max-width: 767.9px) {
  .l-loader {
    display: none !important;
  }
}
.l-loader .l-loaderInner {
  opacity: 0;
  transition: all 1s linear;
}
.l-loader.start .l-loaderInner {
  opacity: 1;
}
.l-loader.loaded {
  opacity: 0;
  visibility: hidden;
}
.l-loader.loaded .l-loaderInner {
  opacity: 0;
  visibility: hidden;
}

body.home .l-header {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 31;
  background-color: transparent;
}
@media (max-width: 1024px) {
  body.home .l-header {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 767.9px) {
  body.home .l-header {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 767.9px) {
  body.home .l-header .p-btn-hamburger span {
    background-color: #ffffff;
  }
}
body.home .l-header.js-scrolled {
  position: fixed;
  bottom: auto;
  top: 0;
}
@media (max-width: 767.9px) {
  body.home .l-header.js-scrolled {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
  }
}
body.home .l-header nav a {
  color: #ffffff;
}
@media (max-width: 767.9px) {
  body.home .l-header nav a {
    color: #000000;
  }
}
body.home .l-header nav a::after {
  background-color: #ffffff;
}
@media (max-width: 767.9px) {
  body.home .l-header.js-spnavi-show .p-btn-hamburger span {
    background-color: #ffffff;
  }
}

.l-home {
  position: relative;
  z-index: 20;
  padding: 0 0 0;
  background-color: #000000;
}
.l-home article {
  position: relative;
  z-index: 10;
  max-width: none;
  background-color: #000000;
}
.l-home .l-contents {
  padding: 200px 0 200px 160px;
}
@media (max-width: 1024px) {
  .l-home .l-contents {
    padding: 15.3846153846vw 0 15.3846153846vw 12.3076923077vw;
  }
}
@media (max-width: 767.9px) {
  .l-home .l-contents {
    padding: 80px 0 80px 40px;
  }
}

.l-kv-wrap {
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 767.9px) {
  .l-kv-wrap {
    position: relative;
  }
}

.l-kv {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .l-kv {
    height: auto;
    top: 0;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 767.9px) {
  .l-kv .video figure {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .l-kv {
    /* SP 1枚目 */
    /* SP 2枚目 */
    /* SP 3枚目 */
    /* SP 4枚目 */
    /* SP 5枚目 */
    /* SP 6枚目 */
  }
  .l-kv .sp-anim-1 figure {
    width: 130%;
    left: -110px;
  }
  .l-kv .sp-anim-1.swiper-slide-active picture img {
    animation: kv-sp-slide1 7s linear forwards;
  }
  .l-kv .sp-anim-1.swiper-slide-prev figure {
    left: -110px;
  }
  @keyframes kv-sp-slide1 {
    0% {
      transform: translateX(110px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .l-kv .sp-anim-2 figure {
    width: 130%;
    left: -110px;
  }
  .l-kv .sp-anim-2.swiper-slide-active picture img {
    animation: kv-sp-slide2 7s linear forwards;
  }
  .l-kv .sp-anim-2.swiper-slide-prev figure {
    left: 0;
  }
  @keyframes kv-sp-slide2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(110px);
    }
  }
  .l-kv .sp-anim-3 figure {
    width: 130%;
    left: -110px;
  }
  .l-kv .sp-anim-3.swiper-slide-active picture img {
    animation: kv-sp-slide3 7s linear forwards;
  }
  .l-kv .sp-anim-3.swiper-slide-prev figure {
    left: -110px;
  }
  @keyframes kv-sp-slide3 {
    0% {
      transform: translateX(110px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .l-kv .sp-anim-4 figure {
    width: 140%;
    left: -140px;
  }
  .l-kv .sp-anim-4.swiper-slide-active picture img {
    animation: kv-sp-slide4 7s linear forwards;
  }
  .l-kv .sp-anim-4.swiper-slide-prev figure {
    left: 0;
  }
  @keyframes kv-sp-slide4 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(140px);
    }
  }
  .l-kv .sp-anim-5 figure {
    width: 130%;
    left: -110px;
  }
  .l-kv .sp-anim-5.swiper-slide-active picture img {
    animation: kv-sp-slide5 7s linear forwards;
  }
  .l-kv .sp-anim-5.swiper-slide-prev figure {
    left: -110px;
  }
  @keyframes kv-sp-slide5 {
    0% {
      transform: translateX(110px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .l-kv .sp-anim-6 figure {
    width: 130%;
    left: -110px;
  }
  .l-kv .sp-anim-6.swiper-slide-active picture img {
    animation: kv-sp-slide6 7s linear forwards;
  }
  .l-kv .sp-anim-6.swiper-slide-prev figure {
    left: 0;
  }
  @keyframes kv-sp-slide6 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(110px);
    }
  }
}
.l-kv figure {
  display: block;
  height: 100%;
  transform: scale(1.1);
}
@media (max-width: 767.9px) {
  .l-kv figure {
    aspect-ratio: 2/3;
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.l-kv figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-kv .anim-zoom figure {
  display: block;
  height: 100%;
  transform: scale(1);
}
.l-kv picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.l-kv .swiper-slide {
  opacity: 0;
}
.l-kv .swiper-slide .p-name {
  position: absolute;
  width: 200px;
  right: 0;
  bottom: 62px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 5px;
}
@media (max-width: 767.9px) {
  .l-kv .swiper-slide .p-name {
    width: auto;
    left: 40px;
    right: 40px;
    bottom: 45px;
    padding-bottom: 8px;
  }
}
.l-kv .swiper-slide .p-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #666666;
  left: 0;
  bottom: 0;
}
.l-kv .swiper-slide .p-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
}
.l-kv .swiper-slide-active .p-name::after {
  transform: scale(1, 1);
  transition-delay: 4s;
  transition: transform 7s;
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: linear;
}
.l-kv .swiper-slide-active.video .p-name::after {
  transition: transform 44s;
  transform-origin: left top; /*左から右に向かう*/
}
.l-kv .swiper-slide-active.anim-zoom picture img {
  animation: kv-zoomIn 9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.l-kv .swiper-slide-active.anim-left figure {
  left: -60px;
}
.l-kv .swiper-slide-active.anim-left picture img {
  animation: kv-moveLeft 9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.l-kv .swiper-slide-active.anim-right figure {
  left: 0;
}
.l-kv .swiper-slide-active.anim-right picture img {
  animation: kv-moveRight 9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.l-kv .swiper-slide-prev.anim-zoom picture img {
  transform: scale(1.05);
}
.l-kv .swiper-slide-prev.anim-left picture img {
  transform: translateX(0);
}
.l-kv .swiper-slide-prev.anim-right picture img {
  transform: translateX(0);
}

/* slide animation */
@keyframes kv-zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes kv-moveLeft {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes kv-moveRight {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0);
  }
}
.l-recommend {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 200px 0;
  max-width: none;
  margin: auto;
  background-color: #000000;
}
@media (max-width: 1024px) {
  .l-recommend {
    gap: 19.53125vw 0;
  }
}
@media (max-width: 767.9px) {
  .l-recommend {
    gap: 60px 0;
  }
}
.l-recommend .c-recommend {
  background-color: #000000;
}
.l-recommend .c-recommend a:hover .p-cover {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-recommend .c-recommend a:hover .p-cover span {
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-recommend .c-recommend a:hover .p-cover span::after {
  transform: scale(1, 1);
  transition: transform 0.3s;
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-recommend .c-recommend figure {
  display: flex;
  position: relative;
}
.l-recommend .c-recommend figure div {
  display: block;
  overflow: hidden;
}
.l-recommend .c-recommend figure div.js-paraItem {
  aspect-ratio: 3/2;
}
.l-recommend .c-recommend figure div.js-paraItemList {
  aspect-ratio: 3/2;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommend figure div:nth-child(2) {
    display: none;
  }
}
.l-recommend .c-recommend figure .p-cover {
  position: absolute;
  padding: 25px 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-recommend .c-recommend figure .p-cover span {
  position: relative;
  display: inline-block;
  transform: translateY(5px);
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-recommend .c-recommend figure .p-cover span::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-left: 5px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommend figure .p-cover span::after {
    transform: scale(1, 1);
  }
}
.l-recommend .c-recommendInfo {
  display: flex;
  margin-top: 50px;
  gap: 45px;
  align-items: flex-end;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommendInfo {
    margin-top: 20px;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-recommend .c-recommendInfo h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25em;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommendInfo h2 {
    font-size: 20px;
  }
}
.l-recommend .c-recommendInfo .c-works-info {
  display: flex;
  gap: 20px;
  padding-bottom: 5px;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommendInfo .c-works-info {
    gap: 10px;
  }
}
.l-recommend .c-recommendInfo .c-works-info dl {
  display: flex;
  border-left: 1px #dddddd solid;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1em;
  gap: 15px;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommendInfo .c-works-info dl {
    font-size: 11px;
    line-height: 1.33em;
    padding-left: 10px;
    gap: 5px;
  }
}
.l-recommend .c-recommendInfo .c-works-info dl.c-works-infoSpace {
  border-left: none;
  padding-left: 0;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommendInfo .c-works-info dl.c-works-infoSpace {
    flex-wrap: wrap;
    width: 110px;
  }
}
.l-recommend .c-recommendInfo .c-works-info dl.c-works-infoSpace dt, .l-recommend .c-recommendInfo .c-works-info dl.c-works-infoSpace dd {
  padding-left: 0;
}
@media (max-width: 767.9px) {
  .l-recommend .c-recommendInfo .c-works-info dl.c-works-infoSpace dt, .l-recommend .c-recommendInfo .c-works-info dl.c-works-infoSpace dd {
    padding-left: 0;
  }
}
.l-recommend .c-recommendInfo .c-works-infoYear {
  padding-left: 0;
  border: none;
}

.p-button-works {
  margin-top: 160px;
  margin-bottom: 100px;
  width: 240px;
}
@media (max-width: 1024px) {
  .p-button-works {
    margin-top: 12.3076923077vw;
    margin-bottom: 7.6923076923vw;
  }
}
@media (max-width: 767.9px) {
  .p-button-works {
    margin-top: 55px;
  }
}
.p-button-works a {
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 767.9px) {
  .p-button-works a {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.p-button-works a::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .p-button-works a::after {
    height: 1px;
  }
}
.p-button-works a::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (min-width: 1024px) {
  .p-button-works a:hover::after {
    opacity: 1;
    transform: scale(0, 1);
    transition: transform 0.5s;
    transform-origin: right top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
  .p-button-works a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: transform 0.5s;
    transition-delay: 0.3s;
    transform-origin: left top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}
.p-button-works a span {
  display: flex;
  align-items: baseline;
  position: relative;
}
.p-button-works a span::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-left: 8px;
  margin-top: -2px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 1024px) {
  .p-button-works a span::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767.9px) {
  .p-button-works a span::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 1024px) {
  .p-button-works a:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}

.p-blog-sptb {
  padding: 0 60px 100px;
}
@media (max-width: 767.9px) {
  .p-blog-sptb {
    padding: 0 20px 78px;
  }
}
.p-blog-sptb h3 {
  font-size: 20px;
  font-weight: 500;
}
.p-blog-sptb ul {
  flex-grow: 1;
  margin-top: 20px;
}
.p-blog-sptb ul li {
  position: relative;
}
.p-blog-sptb ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #dddddd;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.p-blog-sptb ul li a {
  display: flex;
  padding: 30px 0;
  gap: 30px;
  position: relative;
}
@media (max-width: 767.9px) {
  .p-blog-sptb ul li a {
    padding: 15px 0;
  }
}
.p-blog-sptb ul li a span.title {
  flex-grow: 1;
}
@media (max-width: 767.9px) {
  .p-blog-sptb ul li a span.date {
    font-size: 12px;
  }
  .p-blog-sptb ul li a span.title {
    font-size: 12px;
    flex-grow: 1;
  }
}
.p-blog-sptb ul li a::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-right: 20px;
  margin-top: 5px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .p-blog-sptb ul li a::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767.9px) {
  .p-blog-sptb ul li a::after {
    transform: scale(1, 1);
  }
}

/*----------------------------------
  WORKS
----------------------------------*/
.l-works {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 3.67%;
}
@media (max-width: 1024px) {
  .l-works {
    gap: 11.71875vw 3.67%;
  }
}
@media (max-width: 767.9px) {
  .l-works {
    gap: 40px 4%;
  }
}
.l-works li {
  width: 30.88%;
}
@media (max-width: 767.9px) {
  .l-works li {
    width: 48%;
  }
}
.l-works li figure {
  position: relative;
  overflow: hidden;
}
.l-works li figure img {
  /*transform: scale(1.2);*/
}
.l-works li figure video {
  width: 100%;
  display: block;
}
.l-works li figure .p-cover {
  position: absolute;
  padding: 15px 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-works li figure .p-cover span {
  position: relative;
  display: inline-block;
  transform: translateY(5px);
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-works li figure .p-cover span::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-left: 5px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .l-works li figure .p-cover span::after {
    transform: scale(1, 1);
  }
}
.l-works li a {
  display: block;
  position: relative;
  font-size: 12px;
}
.l-works li a:hover .p-cover {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-works li a:hover .p-cover span {
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-works li a:hover .p-cover span::after {
  transform: scale(1, 1);
  transition: transform 0.3s;
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-works li h2 {
  padding: 28px 0 0;
}
@media (max-width: 767.9px) {
  .l-works li h2 {
    font-size: 16px;
    line-height: 1.5em;
    padding: 17px 0 0;
  }
}
.l-works li .c-works-info {
  padding: 18px 0 0;
  font-size: 12px;
  line-height: 1.5em;
  display: flex;
}
@media (max-width: 1024px) {
  .l-works li .c-works-info {
    flex-direction: column;
    padding: 8px 0 0;
  }
}
@media (max-width: 767.9px) {
  .l-works li .c-works-info {
    flex-direction: column;
    padding: 8px 0 0;
    font-size: 10px;
    line-height: 1.5em;
  }
}
.l-works li .c-works-info dl {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .l-works li .c-works-info dl {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .l-works li .c-works-info dl {
    gap: 2px;
    margin-top: 2px;
  }
}
@media (max-width: 1024px) {
  .l-works li .c-works-info dl dt {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .l-works li .c-works-info dl dd {
    width: 60%;
  }
}
.l-works li .c-works-infoYear {
  padding-right: 1em;
}
@media (max-width: 767.9px) {
  .l-works li .c-works-infoYear {
    padding: 0;
  }
}
.l-works li .c-works-infoSpace {
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 1.3em;
  border: 1px #ccc solid;
  border-style: none solid none none;
}
@media (max-width: 1024px) {
  .l-works li .c-works-infoSpace {
    padding: 0;
    border: none;
  }
}
@media (max-width: 767.9px) {
  .l-works li .c-works-infoSpace {
    padding: 0;
    border: none;
  }
}
.l-works li .c-works-infoSpace dl {
  margin-top: 0;
  display: flex;
}
.l-works li .c-works-infoStructure {
  padding-left: 1.2em;
}
@media (max-width: 1024px) {
  .l-works li .c-works-infoStructure {
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  .l-works li .c-works-infoStructure {
    padding: 0;
  }
}

/*----------------------------------
  WORKS DETAIL
----------------------------------*/
.l-works-detail {
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
.l-works-detail article {
  max-width: none;
}
.l-works-detail .p-pagetitle {
  display: flex;
  gap: 120px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle {
    flex-direction: column;
    gap: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.l-works-detail .p-pagetitle h1 {
  line-height: 1.25em;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle h1 {
    font-size: 28px;
    line-height: 1.25em;
  }
}
.l-works-detail .p-pagetitle .p-category {
  font-size: 30px;
  line-height: 1.25em;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-category {
    font-size: 26px;
  }
}
.l-works-detail .p-pagetitleDetail {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
  border-left: 1px #000000 solid;
  padding-left: 30px;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitleDetail {
    border: none;
    padding-left: 0;
    gap: 20px;
  }
}
.l-works-detail .p-pagetitle .p-worksData {
  display: flex;
  justify-content: flex-start;
  line-height: 1.1em;
  gap: 2em;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > p {
    display: none;
  }
}
.l-works-detail .p-pagetitle .p-worksData > div {
  display: flex;
  gap: 15px;
  font-size: 12px;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div {
    font-size: 11px;
    gap: 15px;
  }
}
.l-works-detail .p-pagetitle .p-worksData > div dl {
  display: flex;
  gap: 10px;
  border-left: 1px #dddddd solid;
  padding-left: 15px;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div dl {
    gap: 3px 10px;
    padding-left: 15px;
  }
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div dl.c-works-infoSpace {
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 0;
  }
}
.l-works-detail .p-pagetitle .p-worksData > div dl.c-works-infoSpace .nobeyuka {
  border: none;
  padding-left: 5px;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div dl.c-works-infoSpace .nobeyuka {
    padding-left: 0;
  }
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div dl.c-works-infoStructure {
    flex-grow: 1;
  }
}
.l-works-detail .p-pagetitle .p-worksData > div dl:nth-child(1) {
  border: none;
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div dl:nth-child(1) {
    padding-left: 0;
  }
}
@media (max-width: 767.9px) {
  .l-works-detail .p-pagetitle .p-worksData > div dl:nth-child(3) {
    flex-grow: 1;
  }
}
.l-works-detail .l-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 160px 4%;
  max-width: 1360px;
  padding: 0 60px;
  margin: auto;
}
@media (max-width: 1360px) {
  .l-works-detail .l-gallery {
    gap: 60px 4%;
  }
}
@media (max-width: 767.9px) {
  .l-works-detail .l-gallery {
    gap: 30px 4%;
    padding: 0;
  }
}
.l-works-detail .l-gallery div {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1360/907;
}
.l-works-detail .l-gallery div.portrait {
  aspect-ratio: 907/1360;
  width: 48%;
}
@media (max-width: 767.9px) {
  .l-works-detail .l-gallery div.portrait {
    width: 100%;
  }
}
.l-works-detail .l-gallery div.square {
  aspect-ratio: 272/287;
}
.l-works-detail .l-gallery div.square2 {
  aspect-ratio: 1360/1081;
}
.l-works-detail .l-gallery div.video {
  aspect-ratio: 16/9;
}
@media (max-width: 767.9px) {
  .l-works-detail .l-gallery div {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 30px;
  }
}
.l-works-detail .l-gallery div img {
  object-fit: cover;
  transform: scale(1.2);
}
.l-works-detail .l-gallery div video {
  width: 100%;
}
.l-works-detail div.l-galleryMain {
  margin: 0 0 0;
  width: 100%;
  overflow: hidden;
}
.l-works-detail div.l-galleryMain img {
  max-width: none;
  width: 100%;
  height: auto;
}
.l-works-detail div.l-galleryOther {
  background-color: #ffffff;
  aspect-ratio: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  width: 100%;
  margin: 0;
  padding-top: 160px;
  padding-bottom: 180px;
  gap: 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1360px) {
  .l-works-detail div.l-galleryOther {
    gap: 12.3076923077vw;
    padding-top: 12.3076923077vw;
  }
}
@media (max-width: 767.9px) {
  .l-works-detail div.l-galleryOther {
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.l-works-detail div.c-works-nav {
  box-sizing: border-box;
  display: flex;
  height: auto;
  margin: 0;
  padding: 0 30px;
  justify-content: center;
  gap: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
  aspect-ratio: unset;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .l-works-detail div.c-works-nav {
    margin-top: 60px;
  }
}
@media (max-width: 767.9px) {
  .l-works-detail div.c-works-nav {
    width: 100%;
    font-size: 16px;
    gap: 20px;
    padding: 0 30px;
    margin-top: 50px;
    justify-content: space-between;
  }
}
.l-works-detail div.c-works-nav p {
  width: 240px;
  position: relative;
}
@media (max-width: 767.9px) {
  .l-works-detail div.c-works-nav p {
    width: 145px;
  }
}
.l-works-detail div.c-works-nav p a {
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
}
.l-works-detail div.c-works-nav p a::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .l-works-detail div.c-works-nav p a::after {
    height: 1px;
  }
}
.l-works-detail div.c-works-nav p a::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (min-width: 1024px) {
  .l-works-detail div.c-works-nav p a:hover::after {
    opacity: 1;
    transform: scale(0, 1);
    transition: transform 0.5s;
    transform-origin: right top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
  .l-works-detail div.c-works-nav p a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: transform 0.5s;
    transition-delay: 0.3s;
    transform-origin: left top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}
.l-works-detail div.c-works-nav p a span {
  display: flex;
  align-items: center;
  position: relative;
}
.l-works-detail div.c-works-nav p a span::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-left: 8px;
  margin-top: -2px;
  background: url(../images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 1024px) {
  .l-works-detail div.c-works-nav p a span::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767.9px) {
  .l-works-detail div.c-works-nav p a span::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 1024px) {
  .l-works-detail div.c-works-nav p a:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}
.l-works-detail div.c-works-nav p.prev a::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-works-detail div.c-works-nav p.prev a::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (min-width: 1024px) {
  .l-works-detail div.c-works-nav p.prev a:hover::after {
    opacity: 1;
    transform: scale(0, 1);
    transition: transform 0.5s;
    transform-origin: left top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
  .l-works-detail div.c-works-nav p.prev a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: transform 0.5s;
    transition-delay: 0.3s;
    transform-origin: right top; /*左から右に向かう*/
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}
.l-works-detail div.c-works-nav p.prev a span {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.l-works-detail div.c-works-nav p.prev a span::after {
  content: "";
  display: inline-block;
  width: 13.24px;
  height: 7.1px;
  margin-left: 0;
  margin-right: 8px;
  margin-top: -2px;
  background: url(../images/common/icon_arrow_left.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 1024px) {
  .l-works-detail div.c-works-nav p.prev a span::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767.9px) {
  .l-works-detail div.c-works-nav p.prev a span::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 1024px) {
  .l-works-detail div.c-works-nav p.prev a:hover span::after {
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  }
}

/*----------------------------------
  ABOUT
----------------------------------*/
.l-profile {
  display: flex;
  gap: 80px;
}
@media (max-width: 767.9px) {
  .l-profile {
    gap: 30px;
  }
}
.l-profile figure {
  width: 180px;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .l-profile figure {
    width: 120px;
  }
}
.l-profile figure img {
  max-width: 180px;
  height: auto;
}
@media (max-width: 767.9px) {
  .l-profile figure img {
    width: 100%;
  }
}
.l-profile dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-profile dl dd.name {
  font-size: 26px;
  line-height: 1.33em;
  margin-top: 0.4em;
}
.l-profile dl dd.english {
  margin-top: 1.5em;
}
@media (max-width: 767.9px) {
  .l-profile dl dd.english {
    font-size: 12px;
  }
}

.l-outline {
  margin-top: 120px;
  display: flex;
  gap: 80px;
}
@media (max-width: 767.9px) {
  .l-outline {
    margin-top: 70px;
    flex-direction: column;
    gap: 40px;
  }
}
.l-outline h2 {
  flex-shrink: 0;
  width: 180px;
}
@media (max-width: 1024px) {
  .l-outline h2 {
    width: 120px;
  }
}
.l-outline > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .l-outline > div {
    gap: 25px;
  }
}
.l-outline > div dl {
  display: flex;
  gap: 10px;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 40px;
}
@media (max-width: 767.9px) {
  .l-outline > div dl {
    padding-bottom: 25px;
  }
}
.l-outline > div dl dt {
  flex-shrink: 0;
  width: 180px;
}
@media (max-width: 1024px) {
  .l-outline > div dl dt {
    width: 160px;
  }
}
@media (max-width: 767.9px) {
  .l-outline > div dl dt {
    width: 95px;
  }
}
.l-outline .p-button-works {
  margin: 20px 0 0;
  width: 150px;
}
@media (max-width: 767.9px) {
  .l-outline .p-button-works {
    margin: 10px 0 0;
  }
}
.l-outline .p-button-works a {
  font-size: 14px;
  line-height: inherit;
}
@media (max-width: 767.9px) {
  .l-outline .p-button-works a {
    font-size: 12px;
  }
}

/*----------------------------------
  FLOW
----------------------------------*/
.l-flow li {
  display: flex;
  gap: 80px;
}
@media (max-width: 767.9px) {
  .l-flow li {
    gap: 20px;
  }
}
.l-flow li > p {
  font-size: 44px;
  line-height: 1em;
}
@media (max-width: 767.9px) {
  .l-flow li > p {
    font-size: 30px;
    line-height: 1em;
    font-weight: 300;
  }
}
.l-flow li dl {
  flex-grow: 1;
  border-top: 1px #dddddd solid;
  margin-top: 20px;
  padding: 60px 0 45px 50px;
}
@media (max-width: 767.9px) {
  .l-flow li dl {
    margin-top: 14px;
    padding: 30px 0 40px 0;
  }
}
.l-flow li dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 767.9px) {
  .l-flow li dl dt {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.l-flow li dl dd {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 25px;
  text-align: justify;
}
@media (max-width: 767.9px) {
  .l-flow li dl dd {
    font-size: 12px;
    line-height: 1.67em;
    margin-top: 20px;
  }
}

.l-cost {
  border: 1px #ffffff solid;
  padding: 4.4117647059%;
  display: flex;
  gap: 5.1470588235%;
  margin-top: 5.1470588235%;
}
@media (max-width: 767.9px) {
  .l-cost {
    flex-direction: column;
    padding: 30px;
  }
}
.l-cost > p {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .l-cost > p {
    padding-bottom: 0.8em;
    border-bottom: 1px #dddddd solid;
  }
}
.l-costDetail {
  padding-left: 5.1470588235%;
  border-left: 1px #dddddd solid;
  flex-grow: 1;
}
@media (max-width: 767.9px) {
  .l-costDetail {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
}
.l-costDetail h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 767.9px) {
  .l-costDetail h2 {
    font-size: 16px;
  }
}
.l-costDetail > div {
  display: flex;
  gap: 5.1470588235%;
  margin-top: 3.6764705882%;
}
@media (max-width: 767.9px) {
  .l-costDetail > div {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.l-costDetail > div > div {
  flex-shrink: 0;
  width: 250px;
}
@media (max-width: 767.9px) {
  .l-costDetail > div > div {
    width: auto;
    margin-top: 25px;
  }
}
.l-costDetail > div > div .type {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .l-costDetail > div > div .type {
    line-height: 1em;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
  }
  .l-costDetail > div > div .type span:nth-child(2) {
    padding-left: 15px;
    border-left: 1px #dddddd solid;
  }
}
.l-costDetail > div ul {
  flex-grow: 1;
  font-size: 12px;
  padding-left: 1.5em;
}
@media (max-width: 767.9px) {
  .l-costDetail > div ul {
    margin-top: 25px;
  }
}
.l-costDetail > div ul li {
  list-style: disc outside;
}

/*----------------------------------
  BLOG
----------------------------------*/
.l-blog {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 767.9px) {
  .l-blog {
    flex-direction: column;
  }
}
.l-blog .main-block {
  padding: 0;
}

/*----------------------------------
  CONTACT
----------------------------------*/
@media (max-width: 767.9px) {
  .l-main.contact {
    padding-bottom: 0;
  }
}
.l-main.contact article {
  max-width: none;
}
.l-main.contact article .p-pagetitle {
  max-width: 1360px;
  margin: auto;
}
.l-main.contact article .l-contact {
  display: flex;
  margin-left: calc((100vw - 1360px) / 2);
}
@media (max-width: 1360px) {
  .l-main.contact article .l-contact {
    margin-left: 0;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .l-main.contact article .l-contact {
    flex-direction: column;
    gap: 120px;
  }
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact {
    flex-direction: column;
    gap: 100px;
  }
}
.l-main.contact article .l-contact form {
  flex-grow: 1;
}
.l-main.contact article .l-contact figure {
  transform: translateX(60px);
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .l-main.contact article .l-contact figure {
    transform: none;
    margin-right: -60px;
    width: auto;
  }
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact figure {
    transform: none;
    height: 220px;
    aspect-ratio: 370/220;
    margin-right: -20px;
    width: auto;
  }
}
.l-main.contact article .l-contact figure picture {
  display: block;
  overflow: hidden;
}
.l-main.contact article .l-contact figure img {
  width: 100%;
  max-width: inherit;
  transform: scale(1.2);
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact figure img {
    transform: scale(1);
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form p.note {
    font-size: 12px;
  }
}
.l-main.contact article .l-contact form .need {
  display: inline-block;
  color: #ffffff;
  background-color: #666;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1em;
  padding: 3px 5px;
  margin-left: 10px;
  transform: translateY(-2px);
}
.l-main.contact article .l-contact form .p-form-error {
  color: #DE0000;
  font-style: normal;
}
.l-main.contact article .l-contact form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 3%;
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 0;
  }
}
.l-main.contact article .l-contact form dl dt {
  width: 26%;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .l-main.contact article .l-contact form dl dt {
    width: 22%;
  }
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form dl dt {
    width: 100%;
    margin-top: 10px;
  }
  .l-main.contact article .l-contact form dl dt .need {
    font-size: 10px;
    vertical-align: top;
  }
}
.l-main.contact article .l-contact form dl dd {
  width: 70%;
}
@media (max-width: 1024px) {
  .l-main.contact article .l-contact form dl dd {
    width: 75%;
  }
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form dl dd {
    width: 100%;
  }
}
.l-main.contact article .l-contact form input, .l-main.contact article .l-contact form textarea {
  width: 100%;
  color: #000000;
  background-color: #f5f5f5;
  background-color: #d9d9d9;
  padding: 20px;
  border-radius: 0;
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form input, .l-main.contact article .l-contact form textarea {
    padding: 10px;
  }
}
.l-main.contact article .l-contact form .c-submit {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form .c-submit {
    margin-top: 40px;
  }
}
.l-main.contact article .l-contact form .c-submit a {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 228px;
  padding: 20px;
  position: relative;
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form .c-submit a {
    font-size: 18px;
    width: 220px;
    padding: 25px 15px;
  }
}
.l-main.contact article .l-contact form .c-submit a::after {
  content: "";
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
  background-color: #d9d9d9;
}
.l-main.contact article .l-contact form .c-submit a:hover {
  opacity: 1;
}
.l-main.contact article .l-contact form .c-submit a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-main.contact article .l-contact form .c-submit a span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  padding-left: 20px;
}
.l-main.contact article .l-contact form .c-submit a span::after {
  content: "";
  position: relative;
  z-index: 3;
  width: 13.24px;
  height: 7.1px;
  background: url(../images/common/icon_arrow_right_black.svg) no-repeat center center;
  background-size: cover;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form .c-submit a span::after {
    transform: scale(1, 1);
  }
}
.l-main.contact article .l-contact form .c-submit a:hover span::after {
  transform: scale(1, 1);
  transition: transform 0.3s;
  transform-origin: left top; /*左から右に向かう*/
  transition-timing-function: cubic-bezier(0.2, 0.84, 0.61, 0.99);
}
.l-main.contact article .l-contact form .p-form-complete {
  text-align: center;
}
@media (max-width: 767.9px) {
  .l-main.contact article .l-contact form .p-form-complete {
    text-align: left;
  }
}
/*# sourceMappingURL=sourcemaps/common.css.map */
