@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  padding: 0;
}

/*
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button, #customControls #restartVideo, #customControls #toggleMute,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, #customControls #restartVideo, #customControls #toggleMute,
input {
  overflow: visible;
}

button, #customControls #restartVideo, #customControls #toggleMute,
select {
  text-transform: none;
}

button, #customControls #restartVideo, #customControls #toggleMute,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], #customControls [disabled]#restartVideo, #customControls [disabled]#toggleMute,
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*:focus {
  outline: none;
}

/* 基本色
--------------------------------------------*/
@media screen and (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
  .is-pc--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .is-tb {
    display: block !important;
  }
  .is-tb--inline {
    display: inline !important;
  }
}
@media screen and (min-width: 960px) {
  .is-tb {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .is-tb {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
  .is-sp--inline {
    display: inline !important;
  }
}

@media screen and (min-width: 560px) {
  .is-pctb {
    display: block !important;
  }
  .is-pctb--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .is-sptb {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .is-sptb {
    display: block !important;
  }
  .is-sptb--inline {
    display: inline !important;
  }
}

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

body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 14px;
}
body em {
  font-style: normal;
}

.font--roboto {
  font-family: "Roboto", sans-serif;
}
.font--hiragino {
  font-family: "Noto Sans JP", sans-serif;
}
.font--mincho {
  font-family: "Zen Old Mincho", serif;
}
.font--hind {
  font-family: "Hind", sans-serif;
}

/* button 
----------------------------------------------------- */
/* プリローダー点滅 */
.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.loaded .swiper-slide-active {
  /* openning */
  /* work list web & movie */
  /* work list promotion */
  /* work list graphic */
}
body.loaded .swiper-slide-active .fadeUpTTL {
  animation-name: fadeUpTTLAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeUpTTLAnime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
body.loaded .swiper-slide-active .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.loaded .swiper-slide-active .fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
body.loaded .swiper-slide-active .fadeDown.delay1 {
  animation-delay: 0.25s;
}
body.loaded .swiper-slide-active .fadeDown.delay2 {
  animation-delay: 1s;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.loaded .swiper-slide-active .fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body.loaded .swiper-slide-active .animation-delay--1 {
  animation-delay: 1.5s;
}
body.loaded .swiper-slide-active .animation-delay--2 {
  animation-delay: 3.3s;
}
body.loaded .swiper-slide-active .animation-delay--3 {
  animation-delay: 5.5s;
}
body.loaded .swiper-slide-active .animation-delay--4 {
  animation-delay: 5.7s;
}
body.loaded .swiper-slide-active .animation-delay--5 {
  animation-delay: 5.9s;
}
body.loaded .swiper-slide-active .animation-delay--6 {
  animation-delay: 6.1s;
}
body.loaded .swiper-slide-active .animation-delay--7 {
  animation-delay: 6.3s;
}
body.loaded .swiper-slide-active .animation-delay--8 {
  animation-delay: 6.5s;
}
body.loaded .swiper-slide-active .animation-delay--9 {
  animation-delay: 6.7s;
}
body.loaded .swiper-slide-active .animation-delay--10 {
  animation-delay: 6.9s;
}
body.loaded .swiper-slide-active .animation-delay-2--1 {
  animation-delay: 1s;
}
body.loaded .swiper-slide-active .animation-delay-2--2 {
  animation-delay: 1.3s;
}
body.loaded .swiper-slide-active .animation-delay-2--3 {
  animation-delay: 1.4s;
}
body.loaded .swiper-slide-active .animation-delay-2--4 {
  animation-delay: 1.5s;
}
body.loaded .swiper-slide-active .animation-delay-2--5 {
  animation-delay: 1.6s;
}
body.loaded .swiper-slide-active .animation-delay-2--6 {
  animation-delay: 1.7s;
}
body.loaded .swiper-slide-active .animation-delay-2--7 {
  animation-delay: 1.8s;
}
@media screen and (max-width: 559px) {
  body.loaded .swiper-slide-active .animation-delay-2--2 {
    animation-delay: 1.3s;
  }
  body.loaded .swiper-slide-active .animation-delay-2--3 {
    animation-delay: 1.6s;
  }
  body.loaded .swiper-slide-active .animation-delay-2--4 {
    animation-delay: 1.4s;
  }
  body.loaded .swiper-slide-active .animation-delay-2--5 {
    animation-delay: 1.7s;
  }
  body.loaded .swiper-slide-active .animation-delay-2--6 {
    animation-delay: 1.5s;
  }
  body.loaded .swiper-slide-active .animation-delay-2--7 {
    animation-delay: 1.8s;
  }
}
body.loaded .swiper-slide-active .animation-delay-3--1 {
  animation-delay: 3.5s;
}
body.loaded .swiper-slide-active .animation-delay-3--2 {
  animation-delay: 3.6s;
}
body.loaded .swiper-slide-active .animation-delay-3--3 {
  animation-delay: 3.8s;
}
body.loaded .swiper-slide-active .animation-delay-3--4 {
  animation-delay: 3.7s;
}
body.loaded .swiper-slide-active .animation-delay-3--5 {
  animation-delay: 3.9s;
}
body.loaded .swiper-slide-active .animation-delay-4--1 {
  animation-delay: 2.5s;
}
body.loaded .swiper-slide-active .animation-delay-4--2 {
  animation-delay: 2.6s;
}
body.loaded .swiper-slide-active .animation-delay-4--3 {
  animation-delay: 2.7s;
}
body.loaded .swiper-slide-active .animation-delay-4--4 {
  animation-delay: 2.8s;
}
body.loaded .swiper-slide-active .animation-delay-4--5 {
  animation-delay: 2.9s;
}
@media screen and (max-width: 559px) {
  body.loaded .swiper-slide-active .animation-delay-4--1 {
    animation-delay: 2.5s;
  }
  body.loaded .swiper-slide-active .animation-delay-4--2 {
    animation-delay: 2.7s;
  }
  body.loaded .swiper-slide-active .animation-delay-4--3 {
    animation-delay: 2.9s;
  }
  body.loaded .swiper-slide-active .animation-delay-4--4 {
    animation-delay: 2.6s;
  }
  body.loaded .swiper-slide-active .animation-delay-4--5 {
    animation-delay: 2.8s;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e6e7;
  z-index: 9999;
  transition: 0.6s transform ease 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.preloader__container {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  color: #000;
}
.preloader__container__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.4s all ease;
}
.preloader__container__content img {
  width: 40px;
  margin-bottom: 10px;
}
.preloader__container__content p {
  font-size: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 559px) {
  .preloader__container__content {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .preloader__container__content {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
.loaded .preloader {
  transform: translateY(-100vh);
}
.loaded .preloader .preloader__container__content {
  filter: blur(2px);
  opacity: 0;
}

.ss-opening-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
}

.ss-opening-ttl {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ss-opening-ttl h2 {
  display: inline-block;
  position: absolute;
  top: calc(35% - 5.8em);
  text-align: center;
}
@media (orientation: portrait) and (max-width: 900px) {
  .ss-opening-ttl h2 {
    top: 23%;
  }
}
@media screen and (max-width: 559px) {
  .ss-opening-ttl h2 {
    top: 19%;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-opening-ttl h2 {
    top: 17%;
  }
}
.ss-opening-ttl h2 span {
  display: inline-block;
  font-size: clamp(36px, 2.5vw, 52px);
  font-family: "Noto Sans JP" sans-serif;
  font-weight: 700;
  letter-spacing: 0.29em;
  color: #222;
}
@media screen and (max-width: 559px) {
  .ss-opening-ttl h2 span {
    font-size: 21px;
    letter-spacing: 0.19em;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-opening-ttl h2 span {
    font-size: 22px;
  }
}

.ss-opening-leadcopy {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ss-opening-leadcopy__txt {
  display: inline-block;
  position: absolute;
  top: calc(50% - 7.2em);
  color: #222;
  text-align: center;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 300;
  line-height: 2.75em;
  letter-spacing: 0.1em;
}
@media (orientation: portrait) and (max-width: 900px) {
  .ss-opening-leadcopy__txt {
    top: 32%;
    font-size: clamp(14px, 2.5vh, 20px);
  }
}
@media screen and (max-width: 559px) {
  .ss-opening-leadcopy__txt {
    top: 30%;
    font-size: clamp(12.5px, 1vw, 14px);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-opening-leadcopy__txt {
    line-height: 2.1em;
    top: 30%;
    font-size: clamp(11px, 1vw, 12px);
  }
}
.ss-opening-leadcopy__txt > span {
  display: block;
}

/* KV */
.ss-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ss-bg__T {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 66.6667%;
  background: no-repeat transparent url("/assets/images/index/more/more-bg__T.webp") bottom center/cover;
}
@media screen and (max-width: 559px) {
  .ss-bg__T {
    height: 62%;
  }
}
.ss-bg__B {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 33.3333%;
  background: no-repeat transparent url("/assets/images/index/more/more-bg__B.webp") top center/cover;
}
@media screen and (max-width: 559px) {
  .ss-bg__B {
    height: 38%;
  }
}

.ss-more-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ss-more-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(35% - 4.6em);
  width: min(80vw, 1680px);
  margin: 0 auto;
  aspect-ratio: 276/65;
  font-size: clamp(36px, 2.5vw, 52px);
}
@media (orientation: portrait) and (max-width: 900px) {
  .ss-more-inner {
    top: 18%;
    width: min(90vw, 1400px);
    font-size: 21px;
  }
}
@media screen and (max-width: 559px) {
  .ss-more-inner {
    top: 17%;
    width: min(90vw, 1400px);
    font-size: 22px;
  }
}

.ss-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ss-more #ss-more__logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
.ss-more #svgMask path, .ss-more #svgMask line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8.5%;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-more #base path {
  fill: #fff;
  stroke-width: 0px;
}

.ss-kv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ss-kv__staff {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ss-kv__staff__row {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition-property: transform;
  animation-timing-function: cubic-bezier(0.3, -0.01, 0, 0.99);
  animation-delay: 1.2s;
  animation-duration: 2.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.ss-kv__staff__row--front {
  transform: translateX(130vw) translateZ(0);
}
.ss-kv__staff__row--middle {
  transform: translateX(120vw) translateZ(0);
}
.ss-kv__staff__row--back {
  transform: translateX(110vw) translateZ(0);
}

.ss-kv.start .ss-kv__staff__row--front {
  animation-name: opening__row_front;
}
.ss-kv.start .ss-kv__staff__row--middle {
  animation-name: opening__row_middle;
}
.ss-kv.start .ss-kv__staff__row--back {
  animation-name: opening__row_back;
}

@keyframes opening__row_front {
  0% {
    transform: translateX(130vw) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
@keyframes opening__row_middle {
  0% {
    transform: translateX(120vw) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
@keyframes opening__row_back {
  0% {
    transform: translateX(110vw) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.staffcard {
  position: absolute;
  pointer-events: none;
  transition: 0.001s transform linear, 0.35s filter ease;
  transform-origin: center bottom;
  transform: translateZ(0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: staffcard 0.8s ease 0.5s 1 normal forwards;
  opacity: 0;
}
@keyframes staffcard {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.staffcard img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
  height: 100%;
}
.staffcard.card-last {
  border: 3px solid #FF0000;
}
.staffcard--front img {
  transform: scale(1.2);
}
.staffcard--middle img {
  transform: scale(1);
}
.staffcard--back img {
  transform: scale(0.9);
}

.cardbox__clickable {
  position: absolute;
  height: 50%;
  pointer-events: auto;
}
.staffcard--front .cardbox__clickable {
  left: 20%;
  bottom: 0%;
  width: 60%;
  height: 60%;
}
.staffcard--middle .cardbox__clickable {
  left: 25%;
  bottom: 10%;
  width: 50%;
  height: 70%;
}
.staffcard--back .cardbox__clickable {
  left: 10%;
  bottom: 20%;
  width: 80%;
  height: 70%;
}

.balloon {
  display: inline-block;
  position: absolute;
  min-width: 100px;
  padding: 8px 16px 7px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s all ease;
  transform-origin: center bottom;
  opacity: 0;
  z-index: 0;
  filter: drop-shadow(-3px 3px 10px rgba(0, 0, 0, 0.15));
  transform: translateX(-50%) translateY(10px) translateZ(0) scale(0.9);
  /*&::before {
  	display: block;
  	content: '';
  	position: absolute;
  	bottom: -1px;
  	right: 0;
  	width: 50%;
  	height: 1px;
  	background-color: #454040;
  	z-index: 0;
  }*/
  /*
  	.card-selected & {
  		opacity: 1;
  		transform: translateX(-50%) translateY(-10px) scale(1.0);
  		z-index: 100;
  	}*/
}
.balloon::after {
  display: block;
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: -12px;
  width: 10px;
  height: 12px;
  background: no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2012%22%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill%3A%23454040%3B%7D.d%2C.e%7Bstroke-width%3A0px%3B%7D.e%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22c%22%3E%3Cpolygon%20class%3D%22e%22%20points%3D%220%200%205%2012%2010%200%200%200%22%2F%3E%3Cpolygon%20class%3D%22d%22%20points%3D%228.93%200%205%209.4%201.5%201%20.42%201%205%2012%2010%200%208.93%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center bottom/contain;
  z-index: 1;
}
.balloon p {
  margin: 0;
  padding: 0;
  color: #454040;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  white-space: nowrap;
}

.row__reset {
  animation: row_reset 0.8s ease 0.5s 1 normal forwards;
  opacity: 1;
}
@keyframes row_reset {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(5px);
  }
}

.row__animated .staffcard.card-selected {
  filter: brightness(120%);
  z-index: 1;
}
.row__animated .staffcard.card-selected .balloon {
  opacity: 1;
  transform: translateX(-50%) translateY(0) translateZ(0) scale(1);
  z-index: 2;
}

/*
.balloon:before,
.balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.balloon:before {
	border: solid 10px transparent;
	border-top: solid 10px #454040;
}
.balloon:after {
	border: solid 13px transparent;
	border-top: solid 13px #fff;
	margin-top: -5px;
}*/
.card_change {
  animation: card_change forwards 3s 2 ease-in-out 0s alternate;
}

@keyframes card_change {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*
.ss-kv-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 600px;
	height: 60px;
	//background-color: rgba(244,0,0,0.2);
	top: 0;
	right: 0;
	bottom: 40vh;
	left: 0;
	margin: auto;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.18em;
}
*/
/*
#ss-debug {
	display: block;
	position: fixed;
	top: 100px;
	left: 20px;
	width: 300px;
	height: 150px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 4px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}*/
.ss-staff__overray {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.mode--card-selected .ss-staff__overray {
  z-index: 100;
  opacity: 1;
}

/* WORK / layout */
.ss-work-wrap {
  width: 100%;
  height: 100%;
}
.ss-work-wrap--graphic {
  background-color: rgb(255, 255, 255);
}
.ss-work-wrap--web {
  background-color: rgb(227, 226, 216);
}
@media (any-hover: none) {
  .ss-work-wrap--web {
    background-color: rgb(223, 222, 212);
  }
}
.ss-work-body {
  padding-top: 80px !important;
  padding-bottom: 20px !important;
  height: 100%;
}
@media screen and (max-width: 559px) {
  .ss-work-body {
    padding-top: 55px !important;
    padding-bottom: 40px !important;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-work-body {
    padding-top: 30px !important;
  }
}
.ss-work-body__list {
  font-size: clamp(12px, 1.1vw, 30px);
  font-family: "ヒラギノ角ゴ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.ss-work-body__list li {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 559px) {
  .ss-work-body__list {
    flex-direction: row;
  }
  .ss-work-body__list li {
    width: 50%;
    margin-bottom: 1.2em;
  }
}
.ss-work-body--graphic {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ss-work-body--graphic__img {
  width: 60%;
  height: 100%;
  margin: -35px;
  line-height: 0;
}
.ss-work-body--graphic__img > video {
  width: 100%;
  height: 100%;
}
.ss-work-body--graphic__txt {
  width: 33%;
  min-width: 270px;
}
.ss-work-body--graphic__txt > h2 {
  margin-bottom: 20px;
  width: 100%;
  max-width: 360px;
}
.ss-work-body--graphic__txt > h2 > video {
  width: 100%;
}
.ss-work-body--graphic__list {
  color: #231815;
  margin-left: 10px;
}
@media screen and (max-width: 559px) {
  .ss-work-body--graphic {
    align-content: center;
    padding: 0;
  }
  .ss-work-body--graphic__img {
    width: 100%;
    height: auto;
    margin: -20px 0 0;
  }
  .ss-work-body--graphic__txt {
    width: calc(100% - 50px);
    margin-top: -15px;
  }
  .ss-work-body--graphic__txt > h2 {
    margin-bottom: 20px;
    max-width: 280px;
  }
  .ss-work-body--graphic__list {
    flex-direction: row;
  }
  .ss-work-body--graphic__list li {
    width: 33.33333%;
  }
}
.ss-work-body--web {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.ss-work-body--web__img {
  width: 50%;
}
.ss-work-body--web__img__inner {
  margin: 0;
  margin: -60px;
}
@media screen and (max-width: 559px) {
  .ss-work-body--web__img__inner {
    margin: 0 0 -20px;
  }
}
.ss-work-body--web__img__inner .web_img_animation {
  width: 100%;
  height: 100%;
  display: block;
}
.ss-work-body--web__img__inner .web_img_animation_loop {
  width: 100%;
  height: 100%;
  display: none;
}
.ss-work-body--web__txt {
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ss-work-body--web__txt__inner {
  width: 100%;
}
.ss-work-body--web__txt__inner h2 {
  width: 45.25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 559px) {
  .ss-work-body--web__txt__inner h2 {
    width: 120px;
  }
}
.ss-work-body--web__list {
  color: #231815;
  margin-left: 10px;
}
@media screen and (max-width: 559px) {
  .ss-work-body--web {
    align-content: center;
    padding: 0;
  }
  .ss-work-body--web__img {
    width: 100%;
  }
  .ss-work-body--web__txt {
    width: calc(100% - 40px);
  }
  .ss-work-body--web__txt > h2 {
    margin-bottom: 20px;
    max-width: 300px;
  }
  .ss-work-body--web__list {
    flex-direction: row;
  }
  .ss-work-body--web__list li {
    width: 50%;
  }
}
.ss-work-body--movie {
  width: 20%;
  min-width: 200px;
  position: absolute;
  bottom: 40px;
  right: 80px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 559px) {
  .ss-work-body--movie {
    bottom: 60px;
    right: 0px;
    width: 220px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-work-body--movie {
    bottom: 20px;
    right: 40px;
  }
}
.ss-work-body--movie__ttl {
  margin-bottom: 30px;
}
.ss-work-body--movie__ttl h2 {
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  .ss-work-body--movie__ttl h2 {
    width: 180px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-work-body--movie__ttl h2 {
    width: 190px;
  }
}
.ss-work-body--movie__ttl h2 > img {
  width: 100%;
}
.ss-work-body--promotion {
  width: 31%;
  position: absolute;
  bottom: 40px;
  left: 80px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 559px) {
  .ss-work-body--promotion {
    width: calc(100% - 40px);
    bottom: 40px;
    left: 40px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-work-body--promotion {
    bottom: 20px;
    left: 40px;
  }
}
.ss-work-body--promotion__ttl {
  margin-bottom: 30px;
}
.ss-work-body--promotion__ttl h2 {
  width: 100%;
  max-width: 434px;
}
@media screen and (max-width: 559px) {
  .ss-work-body--promotion__ttl h2 {
    width: 290px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .ss-work-body--promotion__ttl h2 {
    width: 290px;
  }
}
.ss-work-body--promotion__ttl h2 > img {
  width: 100%;
}
.ss-work-body--promotion__list {
  color: #ccc;
  flex-direction: row;
}
@media screen and (max-width: 559px) {
  .ss-work-body--promotion__list {
    width: 250px;
  }
}
.ss-work-body--promotion__list li {
  width: 50%;
}

.ss-work-transition--graphic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ss-work-transition--graphic__shadow {
  position: absolute;
  width: 100px;
  height: 100%;
  background: url("/assets/images/index/work/work_graphic_page1.png") no-repeat center right/cover;
  transition: 1.2s all ease-in-out;
  transform: translateX(calc(100vw + 120px));
  transform-origin: right center;
  box-shadow: 20px 0 20px rgba(0, 0, 0, 0.2);
}
.ss-work-transition--graphic__miniweb {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgb(227, 226, 217);
  transition: 1.2s -webkit-clip-path ease-in-out;
  transition: 1.2s clip-path ease-in-out;
  transition: 1.2s clip-path ease-in-out, 1.2s -webkit-clip-path ease-in-out;
  -webkit-clip-path: inset(0 0 0 calc(100vw + 120px));
          clip-path: inset(0 0 0 calc(100vw + 120px));
}
.ss-work-transition--graphic__miniweb .ss-work-body--web__list {
  visibility: hidden;
}
.ss-work-transition--graphic.on .ss-work-transition--graphic__miniweb {
  -webkit-clip-path: inset(0 0 0 -120px);
          clip-path: inset(0 0 0 -120px);
}
.ss-work-transition--graphic.on .ss-work-transition--graphic__shadow {
  box-shadow: 20px 0 20px rgba(0, 0, 0, 0);
  transform: translateX(-120px) scaleX(200%);
}

.ss-work-transition--web {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s all ease 1.6s;
}
.ss-work-transition--web p {
  display: inline-block;
  position: absolute;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #231815;
  letter-spacing: 0;
}
.ss-work-transition--web p span {
  display: inline-block;
  margin: 0;
  opacity: 0;
}
.ss-work-transition--web__start {
  left: 50px;
  top: 100px;
}
.ss-work-transition--web__start span:nth-of-type(1) {
  transition-delay: 0s;
}
.ss-work-transition--web__start span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.ss-work-transition--web__start span:nth-of-type(3) {
  transition-delay: 0.2s;
}
.ss-work-transition--web__start span:nth-of-type(4) {
  transition-delay: 0.3s;
}
.ss-work-transition--web__end {
  right: 50px;
  bottom: 50px;
}
.ss-work-transition--web__end span:nth-of-type(1) {
  transition-delay: 0.6s;
}
.ss-work-transition--web__end span:nth-of-type(2) {
  transition-delay: 0.7s;
}
.ss-work-transition--web__end span:nth-of-type(3) {
  transition-delay: 0.8s;
}
.ss-work-transition--web.on {
  display: block;
  background-color: rgb(255, 255, 255);
}
.ss-work-transition--web.on p span {
  opacity: 1;
}

.ss-work-transition--movie {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ss-work-transition--movie > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.ss-work-transition--movie.on {
  display: block;
}

/* 背景videoレイアウト MovieとPromotion共通 */
.ss-work-video-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.ss-work-video-area__mp4 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 背景videoレイアウト MovieとPromotion */
.ss-work-ttl {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ss-work-ttl h2 {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  color: #222;
  text-align: center;
  font-size: clamp(36px, 2.5vw, 52px);
  font-family: "Noto Sans JP" sans-serif;
  font-weight: 700;
  letter-spacing: 0.29em;
}

.office_box {
  width: 100%;
  height: 100%;
  /* オフィス名 */
  /* js_office_activeがついたとき */
  /* js_office_return_activeがついたとき */
  /* オフィス詳細情報 */
}
.office_box .office_name {
  width: 250px;
}
@media screen and (max-width: 559px) {
  .office_box .office_name {
    width: 200px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_name {
    width: 180px;
  }
}
.office_box .office_osaka, .office_box .office_tokyo {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka, .office_box .office_tokyo {
    width: 100%;
    height: 50%;
  }
}
.office_box .office_osaka__img-box, .office_box .office_tokyo__img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.office_box .office_osaka__img-box figure, .office_box .office_tokyo__img-box figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.office_box .office_osaka__img-box figure img, .office_box .office_tokyo__img-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.office_box .office_osaka .btn_another, .office_box .office_tokyo .btn_another {
  display: none;
  position: absolute;
  animation: btn_disp 0.5s forwards;
  animation-delay: 1s;
  opacity: 0;
  z-index: 10;
  top: 100px;
  right: 60px;
  z-index: 20;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 32px;
  filter: drop-shadow(0 0 10px rgb(0, 0, 0));
  cursor: auto;
}
@keyframes btn_disp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_osaka .btn_another, .office_box .office_tokyo .btn_another {
    top: 50px;
    right: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka .btn_another, .office_box .office_tokyo .btn_another {
    top: 70px;
    right: 20px;
    padding: 20px;
  }
}
.office_box .office_osaka .btn_another.btn_return--tokyo > span, .office_box .office_osaka .btn_another.btn_return--osaka > span, .office_box .office_tokyo .btn_another.btn_return--tokyo > span, .office_box .office_tokyo .btn_another.btn_return--osaka > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.office_box .office_osaka .btn_another.btn_return--tokyo > span::before, .office_box .office_osaka .btn_another.btn_return--osaka > span::before, .office_box .office_osaka .btn_another.btn_return--tokyo > span::after, .office_box .office_osaka .btn_another.btn_return--osaka > span::after, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::before, .office_box .office_tokyo .btn_another.btn_return--osaka > span::before, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::after, .office_box .office_tokyo .btn_another.btn_return--osaka > span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_osaka .btn_another.btn_return--tokyo > span::before, .office_box .office_osaka .btn_another.btn_return--osaka > span::before, .office_box .office_osaka .btn_another.btn_return--tokyo > span::after, .office_box .office_osaka .btn_another.btn_return--osaka > span::after, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::before, .office_box .office_tokyo .btn_another.btn_return--osaka > span::before, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::after, .office_box .office_tokyo .btn_another.btn_return--osaka > span::after {
    height: 26px;
  }
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka .btn_another.btn_return--tokyo > span::before, .office_box .office_osaka .btn_another.btn_return--osaka > span::before, .office_box .office_osaka .btn_another.btn_return--tokyo > span::after, .office_box .office_osaka .btn_another.btn_return--osaka > span::after, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::before, .office_box .office_tokyo .btn_another.btn_return--osaka > span::before, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::after, .office_box .office_tokyo .btn_another.btn_return--osaka > span::after {
    height: 26px;
  }
}
.office_box .office_osaka .btn_another.btn_return--tokyo > span::before, .office_box .office_osaka .btn_another.btn_return--osaka > span::before, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::before, .office_box .office_tokyo .btn_another.btn_return--osaka > span::before {
  transform: rotate(45deg);
}
.office_box .office_osaka .btn_another.btn_return--tokyo > span::after, .office_box .office_osaka .btn_another.btn_return--osaka > span::after, .office_box .office_tokyo .btn_another.btn_return--tokyo > span::after, .office_box .office_tokyo .btn_another.btn_return--osaka > span::after {
  transform: rotate(-45deg);
}
.office_box .office_osaka .detail_box, .office_box .office_tokyo .detail_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  color: #fff;
  z-index: 20;
  pointer-events: none;
}
.office_box .office_osaka .return_area--osaka, .office_box .office_osaka .return_area--tokyo, .office_box .office_tokyo .return_area--osaka, .office_box .office_tokyo .return_area--tokyo {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: auto;
  pointer-events: auto;
}
.office_box .office_osaka {
  position: absolute;
  top: 0;
  left: 0;
}
.office_box .office_osaka__img-box figure img {
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka__img-box figure {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}
.office_box .office_osaka__img-box__filter_green {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(63, 255, 204, 0.8), rgba(7, 42, 0, 0.8));
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  transition-duration: 1s;
  transition-delay: 0.25s;
  transform-origin: top right;
  transform: scale(1, 1);
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka__img-box__filter_green {
    transform-origin: bottom right;
  }
}
.office_box .office_osaka__img-box__filter_gray {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: brightness(75%) contrast(180%) grayscale(100%);
  backdrop-filter: brightness(75%) contrast(180%) grayscale(100%);
  width: 100%;
  height: 100%;
  z-index: 2;
  transition-duration: 0.75s;
  transition-delay: 0.5s;
  transform-origin: top left;
  transform: scale(0, 1);
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka__img-box__filter_gray {
    transform: scale(1, 0);
  }
}
.office_box .office_osaka__img-box__filter_multiply_green {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(63, 255, 204, 0.4), rgba(7, 42, 0, 0.4));
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 3;
  transition-duration: 0.75s;
  transition-delay: 0.5s;
  transform-origin: top left;
  transform: scale(0, 1);
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka__img-box__filter_multiply_green {
    transform: scale(1, 0);
  }
}
.office_box .office_osaka__txt-box {
  display: block;
  position: absolute;
  top: 53%;
  left: calc(25vw - 118.5px);
  transform: translate(0%, -50%);
  color: #fff;
  z-index: 3;
  transition-duration: 0.5s;
  transition-delay: 0.75s;
  opacity: 1;
}
@media screen and (max-width: 559px) {
  .office_box .office_osaka__txt-box {
    left: calc(50vw - 100px);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_osaka__txt-box {
    left: calc(25vw - 90px);
  }
}
.office_box .office_osaka .detail_box {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.75s;
  transition-delay: 1s;
  opacity: 0;
  filter: blur(30px) saturate(200%);
  pointer-events: none;
}
.office_box .office_tokyo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.office_box .office_tokyo__img-box figure img {
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 559px) {
  .office_box .office_tokyo__img-box figure {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.office_box .office_tokyo__img-box__filter_blue {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(40, 180, 255, 0.8), rgba(0, 11, 42, 0.8));
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  transition-duration: 1s;
  transition-delay: 0.25s;
  transform-origin: bottom left;
  transform: scale(1, 1);
}
@media screen and (max-width: 559px) {
  .office_box .office_tokyo__img-box__filter_blue {
    transform-origin: top left;
    transform: scale(1, 1);
  }
}
.office_box .office_tokyo__img-box__filter_gray {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: brightness(90%) contrast(180%) grayscale(100%);
  backdrop-filter: brightness(90%) contrast(180%) grayscale(100%);
  width: 100%;
  height: 100%;
  z-index: 2;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transform-origin: bottom right;
  transform: scale(0, 1);
}
@media screen and (max-width: 559px) {
  .office_box .office_tokyo__img-box__filter_gray {
    transform: scale(1, 0);
  }
}
.office_box .office_tokyo__img-box__filter_multiply_blue {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(40, 180, 255, 0.6), rgba(0, 11, 42, 0.6));
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 3;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transform-origin: bottom right;
  transform: scale(0, 1);
}
@media screen and (max-width: 559px) {
  .office_box .office_tokyo__img-box__filter_multiply_blue {
    transform: scale(1, 0);
  }
}
.office_box .office_tokyo__txt-box {
  display: block;
  position: absolute;
  top: 53%;
  right: calc(25vw - 118.5px);
  transform: translate(0%, -50%);
  color: #fff;
  z-index: 3;
  transition-duration: 0.5s;
  transition-delay: 0.75s;
  opacity: 1;
}
@media screen and (max-width: 559px) {
  .office_box .office_tokyo__txt-box {
    right: calc(50vw - 100px);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_tokyo__txt-box {
    right: calc(25vw - 90px);
  }
}
.office_box .office_tokyo .detail_box {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.75s;
  transition-delay: 1s;
  opacity: 0;
  filter: blur(30px) saturate(200%);
  pointer-events: none;
}
.office_box .js_office_active .filter_blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.25s ease-in 1s;
  z-index: 4;
}
.office_box .js_office_active.office_osaka {
  width: 100%;
  z-index: 10;
  /* フィルターグリーン */
  /* フィルターグレーと乗算グリーン */
}
@media screen and (max-width: 559px) {
  .office_box .js_office_active.office_osaka {
    height: 100%;
  }
}
.office_box .js_office_active.office_osaka .office_osaka__img-box__filter_green {
  transform: scale(0, 1);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_active.office_osaka .office_osaka__img-box__filter_green {
    transform: scale(1, 0);
  }
}
.office_box .js_office_active.office_osaka .office_osaka__img-box__filter_gray,
.office_box .js_office_active.office_osaka .office_osaka__img-box__filter_multiply_green {
  transform: scale(1, 1);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_active.office_osaka .office_osaka__img-box__filter_gray,
  .office_box .js_office_active.office_osaka .office_osaka__img-box__filter_multiply_green {
    transform: scale(1, 1);
  }
}
.office_box .js_office_active.office_osaka .office_osaka__txt-box {
  opacity: 0;
}
.office_box .js_office_active.office_osaka .btn_another {
  display: block;
}
.office_box .js_office_active.office_osaka .detail_box {
  opacity: 1;
  filter: blur(0) saturate(100%);
}
.office_box .js_office_active.office_osaka .return_area--osaka {
  display: block;
}
.office_box .js_office_active.office_tokyo {
  width: 100%;
  z-index: 10;
  /* フィルターブルー */
  /* フィルターグレーと乗算ブルー */
}
@media screen and (max-width: 559px) {
  .office_box .js_office_active.office_tokyo {
    height: 100%;
  }
}
.office_box .js_office_active.office_tokyo .office_tokyo__img-box__filter_blue {
  transform: scaleX(0);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_active.office_tokyo .office_tokyo__img-box__filter_blue {
    transform: scale(1, 0);
  }
}
.office_box .js_office_active.office_tokyo .office_tokyo__img-box__filter_gray,
.office_box .js_office_active.office_tokyo .office_tokyo__img-box__filter_multiply_blue {
  transform: scaleX(1);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_active.office_tokyo .office_tokyo__img-box__filter_gray,
  .office_box .js_office_active.office_tokyo .office_tokyo__img-box__filter_multiply_blue {
    transform: scale(1, 1);
  }
}
.office_box .js_office_active.office_tokyo .office_tokyo__txt-box {
  opacity: 0;
}
.office_box .js_office_active.office_tokyo .btn_another {
  display: block;
}
.office_box .js_office_active.office_tokyo .detail_box {
  opacity: 1;
  filter: blur(0) saturate(100%);
}
.office_box .js_office_active.office_tokyo .return_area--tokyo {
  display: block;
}
.office_box .js_office_return_active.office_osaka {
  width: 50%;
  z-index: 10;
  transition: 1s ease-in-out;
  /* フィルターグリーン */
  /* フィルターグレーと乗算グリーン */
}
@media screen and (max-width: 559px) {
  .office_box .js_office_return_active.office_osaka {
    width: 100%;
  }
}
.office_box .js_office_return_active.office_osaka .office_osaka__img-box__filter_green {
  transition-duration: 1s;
  transition-delay: 0.25s;
  transform: scaleX(1);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_return_active.office_osaka .office_osaka__img-box__filter_green {
    transform: scale(1, 1);
  }
}
.office_box .js_office_return_active.office_osaka .office_osaka__img-box__filter_gray,
.office_box .js_office_return_active.office_osaka .office_osaka__img-box__filter_multiply_green {
  transition-duration: 1s;
  transition-delay: 0s;
  transform: scaleX(0);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_return_active.office_osaka .office_osaka__img-box__filter_gray,
  .office_box .js_office_return_active.office_osaka .office_osaka__img-box__filter_multiply_green {
    transform: scale(1, 0);
  }
}
.office_box .js_office_return_active.office_osaka .detail_box {
  opacity: 0;
  filter: blur(30px) saturate(200%);
  transition-duration: 1s;
  transition-delay: 0s;
}
.office_box .js_office_return_active.office_tokyo {
  width: 50%;
  z-index: 10;
  transition: 1s ease-in-out;
  /* フィルターブルー */
  /* フィルターグレーと乗算ブルー */
}
@media screen and (max-width: 559px) {
  .office_box .js_office_return_active.office_tokyo {
    width: 100%;
  }
}
.office_box .js_office_return_active.office_tokyo .office_tokyo__img-box__filter_blue {
  transition-duration: 1s;
  transition-delay: 0.25s;
  transform: scaleX(1);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_return_active.office_tokyo .office_tokyo__img-box__filter_blue {
    transform: scale(1, 1);
  }
}
.office_box .js_office_return_active.office_tokyo .office_tokyo__img-box__filter_gray,
.office_box .js_office_return_active.office_tokyo .office_tokyo__img-box__filter_multiply_blue {
  transition-duration: 1s;
  transition-delay: 0s;
  transform: scaleX(0);
}
@media screen and (max-width: 559px) {
  .office_box .js_office_return_active.office_tokyo .office_tokyo__img-box__filter_gray,
  .office_box .js_office_return_active.office_tokyo .office_tokyo__img-box__filter_multiply_blue {
    transform: scale(1, 0);
  }
}
.office_box .js_office_return_active.office_tokyo .detail_box {
  opacity: 0;
  filter: blur(30px) saturate(200%);
  transition-duration: 1s;
  transition-delay: 0s;
}
.office_box .office_details {
  position: relative;
  width: 100%;
  height: 100%;
}
.office_box .office_details .office_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 970px;
}
.office_box .office_details .office_txt img {
  width: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 559px) {
  .office_box .office_details .office_txt {
    max-width: 100px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_details .office_txt {
    max-width: 50px;
  }
}
.office_box .office_details .office_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  max-height: 100vh;
}
.office_box .office_details .office_img img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .office_box .office_details .office_img {
    width: 85vw;
    width: 85%;
  }
}
.office_box .js_office_active .office_detail_wrap {
  display: block;
}
.office_box .office_detail_wrap {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 559px) {
  .office_box .office_detail_wrap {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_detail_wrap {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
.office_box .office_detail_wrap__container {
  display: flex;
}
.office_box .office_detail_wrap__container__left {
  width: 330px;
  height: 300px;
  pointer-events: auto;
}
.office_box .office_detail_wrap__container__right {
  width: calc(100% - 330px);
  margin-left: 30px;
}
@media screen and (max-width: 559px) {
  .office_box .office_detail_wrap__container__left {
    display: none;
  }
  .office_box .office_detail_wrap__container__right {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    pointer-events: none;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_detail_wrap__container__left {
    display: none;
  }
  .office_box .office_detail_wrap__container__right {
    width: 100%;
  }
}
.office_box .office_detail_wrap_name {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  pointer-events: none;
}
@media screen and (max-width: 559px) {
  .office_box .office_detail_wrap_name {
    font-size: 20px;
  }
}
.office_box .office_detail_wrap_address {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 1em;
  pointer-events: none;
}
@media screen and (max-width: 559px) {
  .office_box .office_detail_wrap_address {
    font-size: 12px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .office_box .office_detail_wrap_address .is-pctb {
    display: none !important;
  }
}
.office_box .office_detail_wrap_map_link {
  font-size: 11px;
  padding: 0.3em 0.75em 0.3em 2em;
  border: solid 1px #fff;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  pointer-events: auto;
}
.office_box .office_detail_wrap_map_link::before {
  position: absolute;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: -1.25em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: 7px;
}

.swiper-slide-next .office_box, .swiper-slide-prev .office_box {
  pointer-events: none;
}

#map_osaka > iframe {
  width: 330px;
  height: 300px;
  border: none;
}
@media screen and (max-width: 559px) {
  #map_osaka > iframe {
    height: 260px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #map_osaka > iframe {
    width: 280px;
    height: 260px;
  }
}

.rc_recipe_box {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

/* 全体マスク */
.rc_white-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0px at center);
          clip-path: circle(0px at center);
  z-index: 2;
}
.anime1 .rc_white-mask {
  transition: 0.25s all ease 0.8s;
  -webkit-clip-path: circle(84px at center);
          clip-path: circle(84px at center);
}
.anime3 .rc_white-mask {
  /*
  .anime3 & {
      transition: 0.5s all ease-in 0.5s;
      clip-path: circle(var(--diagonal-length) at center);
    }*/
}

/* 黒罫線 */
.rc_black_border {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border: #000 solid 1px;
  border-radius: 50%;
  box-sizing: content-box;
  z-index: 3;
}
.anime1 .rc_black_border {
  transition: 0.25s all ease 0.8s;
  width: 168px;
  height: 168px;
}
/* キャラクターアニメーション */
.rc_character_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
.rc_character_box .rc_character_animation {
  width: 200px;
  height: 200px;
  transform: translate(300px, 300px);
  display: none;
}
.rc_character_box .rc_character_animation.anime2 {
  animation: character_anime 2s forwards 0.3s;
  display: block;
}
@keyframes character_anime {
  0% {
    transform: translate(300px, 300px);
  }
  18% {
    transform: translate(-5px, -10px);
  }
  24% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(0px, -10px);
  }
  60% {
    transform: translate(0, 0);
  }
  76% {
    transform: translate(0, 0);
  }
  82% {
    transform: translate(-10px, -20px);
  }
  90% {
    transform: translate(100px, 100px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.rc_video_white {
  background-color: #3498db;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 2s opacity;
  opacity: 1;
}
.rc_video_white.js-fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ビデオ */
.rc_video_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 20px;
}
.rc_video_box__inner {
  width: 100%;
  max-width: 720px;
  position: relative;
  line-height: 0;
}
.rc_video_box__inner__video {
  width: 100%;
}
@media (orientation: landscape) and (max-height: 500px) {
  .rc_video_box__inner {
    max-width: 460px;
  }
}

/* ビデオ　カスタムコントロールのスタイル */
#customControls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: 0;
  /* ボタンの基本スタイル */
  /* ミュートボタン */
  /* リスタートボタン */
}
@media (orientation: landscape) and (max-height: 500px) {
  #customControls {
    top: -10px;
    right: -50px;
    flex-direction: column;
  }
}
#customControls button, #customControls #restartVideo, #customControls #toggleMute {
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  max-height: 44px;
}
#customControls button:hover, #customControls #restartVideo:hover, #customControls #toggleMute:hover {
  filter: brightness(2.4);
}
@media screen and (max-width: 559px) {
  #customControls button:hover, #customControls #restartVideo:hover, #customControls #toggleMute:hover {
    filter: none !important;
  }
}
#customControls #toggleMute {
  color: #3498db;
}
#customControls #toggleMute:hover {
  filter: brightness(1.2);
}
#customControls #toggleMute .volume_up {
  display: block;
}
#customControls #toggleMute .volume_off {
  display: none;
}
#customControls #toggleMute.muted {
  color: #333;
}
#customControls #toggleMute.muted:hover {
  filter: brightness(2.4);
}
#customControls #toggleMute.muted .volume_up {
  display: none;
}
#customControls #toggleMute.muted .volume_off {
  display: block;
}
/* ポーズボタン */
#togglePlayPause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}
#togglePlayPause span {
  font-size: 100px;
  font-size: clamp(65px, 17.33333vw, 100px);
  color: #000;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  display: none;
}
#togglePlayPause span .play {
  display: inline-block;
}
#togglePlayPause span .play_pause {
  display: inline-block;
}
#togglePlayPause.js-1st {
  display: block;
}

.ss-message-wrap {
  width: 100%;
  height: 100%;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#message-wrap {
  height: 100%;
  color: #222;
}
#message-wrap .is-pc-2 {
  display: block;
}
@media screen and (max-width: 500px) {
  #message-wrap .is-pc-2 {
    display: none;
  }
}
#message-wrap .is-tbsp-2 {
  display: none;
}
@media screen and (max-width: 500px) {
  #message-wrap .is-tbsp-2 {
    display: block;
  }
}
#message-wrap #message--inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner {
    display: block;
  }
}
#message-wrap #message--inner h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 15% 0 0 0;
  z-index: 1;
  background: 0 bottom no-repeat url(/assets/images/index/message/tit_message.svg);
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    min-width: 95px;
    height: 100%;
    padding: 0;
    z-index: -1;
    background: 0 bottom no-repeat url(/assets/images/index/message/tit_message_sp.svg);
    background-size: 94px auto;
  }
}
@media screen and (max-height: 525px) {
  #message-wrap #message--inner h2 {
    background-size: auto 100%;
  }
}
@media screen and (max-height: 600px) {
  #message-wrap #message--inner h2 {
    background: none;
  }
}
#message-wrap #message--inner .ceo-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100vh;
  background: 0 0 no-repeat url(/assets/images/index/message/bg.png);
  background-size: cover;
  order: 1;
}
@media screen and (max-width: 960px) {
  #message-wrap #message--inner .ceo-photo-wrap {
    width: 30%;
  }
}
@media screen and (max-height: 640px) {
  #message-wrap #message--inner .ceo-photo-wrap {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-photo-wrap {
    background: none;
    width: 100%;
    order: 2;
  }
}
#message-wrap #message--inner .ceo-photo-wrap .ceo-photo {
  width: 66.666666%;
  z-index: 2;
  max-width: 540px;
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-photo-wrap .ceo-photo {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 65/24;
  }
}
#message-wrap #message--inner .ceo-photo-wrap .ceo-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#message-wrap #message--inner .ceo-message {
  width: 52%;
  height: 100vh;
  z-index: 3;
  order: 2;
  min-height: 300px;
}
@media screen and (max-width: 960px) {
  #message-wrap #message--inner .ceo-message {
    width: 70%;
  }
}
@media screen and (max-height: 640px) {
  #message-wrap #message--inner .ceo-message {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-message {
    width: 100%;
    padding: 0 30px;
    order: 1;
  }
}
#message-wrap #message--inner .ceo-message .ceo-message--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner {
    padding: 80px 0 0;
    display: block;
  }
}
@media screen and (max-height: 600px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner {
    padding: 60px 0 0;
  }
}
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt {
  display: inline-block;
  width: 460px;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt {
    width: 100%;
  }
}
@media screen and (max-height: 700px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt {
    width: 90%;
  }
}
@media screen and (max-height: 700px) and (max-width: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt {
    width: 100%;
  }
}
@media screen and (max-height: 700px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .is-pc-2 {
    display: none;
  }
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .is-tbsp-2 {
    display: block;
  }
}
@media screen and (max-height: 700px) and (max-width: 512px) and (max-height: 700px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .animation-delay-message-txt--1 {
    float: none;
    animation-delay: 1.5s;
  }
}
@media screen and (max-height: 700px) and (max-width: 512px) and (min-height: 699px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .animation-delay-message-txt--1 {
    float: left;
    animation-delay: 1.7s;
  }
}
@media screen and (max-width: 512px) and (max-height: 600px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt {
    width: 100%;
  }
}
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3,
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p,
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3,
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p,
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec {
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 730px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3,
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p,
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec {
    margin-bottom: 8px;
  }
}
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3 {
  line-height: 4rem;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 960px) and (max-height: 640px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3 {
    font-size: 18px;
  }
}
@media screen and (max-height: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3 {
    line-height: 2.8rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt h3 {
    line-height: 2.8rem;
    font-size: 16px;
  }
}
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec,
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p {
  line-height: 3rem;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-height: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec,
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p {
    line-height: 2rem;
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec,
  #message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p {
    line-height: 2rem;
    font-size: 11px;
  }
}
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec.signature,
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p.signature {
  margin-bottom: 0;
  text-align: right;
}
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt .message--sec.signature img,
#message-wrap #message--inner .ceo-message .ceo-message--inner .ceo-message--inner-txt p.signature img {
  vertical-align: bottom;
  width: clamp(106px, 10vw, 165px);
}

body.loaded .swiper-slide-active .fadeIn-message {
  animation-name: fadeIn-message;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeIn-message {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
body.loaded .swiper-slide-active .fadeUp-message {
  animation-name: fadeUp-message;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeUp-message {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.loaded .swiper-slide-active .animation-delay-message--1 {
  animation-delay: 0.5s;
}
body.loaded .swiper-slide-active .animation-delay-message--2 {
  animation-delay: 1s;
}
body.loaded .swiper-slide-active .animation-delay-message--3 {
  animation-delay: 5.5s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt {
  display: block;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--1 {
  animation-delay: 1.5s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--2 {
  animation-delay: 1.7s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--3 {
  animation-delay: 3s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--4 {
  animation-delay: 3.1s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--5 {
  animation-delay: 3.3s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--6 {
  animation-delay: 3.4s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--7 {
  animation-delay: 3.5s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--8 {
  animation-delay: 3.6s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--9 {
  animation-delay: 3.7s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--10 {
  animation-delay: 3.8s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--11 {
  animation-delay: 3.9s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--12 {
  animation-delay: 4s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--13 {
  animation-delay: 5s;
}
body.loaded .swiper-slide-active .animation-delay-message-txt--14 {
  animation-delay: 4s;
}

.ss-company-wrap {
  width: 100%;
  height: 100%;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 300;
}

#company-wrap {
  height: 100%;
  color: #222;
}
#company-wrap #company--inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner {
    padding-top: 120px;
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 512px) {
  #company-wrap #company--inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) {
  #company-wrap #company--inner {
    padding-top: 90px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #company-wrap #company--inner {
    padding-top: 90px;
  }
}
@media screen and (max-height: 600px) {
  #company-wrap #company--inner {
    padding: 60px 0 0;
  }
}
#company-wrap #company--inner h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 13% 0 0 0;
  z-index: 2;
  background: 0 bottom no-repeat url(/assets/images/index/company/tit_company.svg);
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    min-width: 95px;
    height: 100%;
    padding: 0;
    z-index: 2;
    background: left bottom no-repeat url(/assets/images/index/company/tit_company_sp.svg);
    background-size: 94px auto;
  }
}
@media screen and (max-height: 585px) {
  #company-wrap #company--inner h2 {
    background-size: auto 100%;
  }
}
#company-wrap #company--inner .company-details {
  height: 100%;
}
#company-wrap #company--inner .company-details .company-details--inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details .company-details--inner {
    padding: 0 30px;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) {
  #company-wrap #company--inner .company-details .company-details--inner {
    display: flex;
    align-items: start;
    padding: 0;
  }
}
#company-wrap #company--inner .company-details dl {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 2.2rem;
}
@media screen and (max-width: 768px) {
  #company-wrap #company--inner .company-details dl {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 767px) and (max-height: 410px) {
  #company-wrap #company--inner .company-details dl {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) {
  #company-wrap #company--inner .company-details dl {
    margin-bottom: 8px;
  }
}
@media screen and (max-height: 600px) {
  #company-wrap #company--inner .company-details dl {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.6rem;
  }
}
#company-wrap #company--inner .company-details dl dt {
  width: 104px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details dl dt {
    width: 80px;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) {
  #company-wrap #company--inner .company-details dl dt {
    width: 70px;
  }
}
#company-wrap #company--inner .company-details dl dd {
  font-weight: normal;
  width: calc(100% - 104px);
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details dl dd {
    width: calc(100% - 80px);
  }
}
#company-wrap #company--inner .company-details dl dd.post dl {
  margin-bottom: 0;
}
#company-wrap #company--inner .company-details dl dd.post dt {
  width: 94px;
}
#company-wrap #company--inner .company-details .company-details--address {
  display: inline-block;
  width: 64.146341463%;
  height: 414px;
}
@media screen and (max-width: 820px) {
  #company-wrap #company--inner .company-details .company-details--address {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details .company-details--address {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) {
  #company-wrap #company--inner .company-details .company-details--address {
    height: 354px;
    width: 50%;
  }
}
#company-wrap #company--inner .company-details .company-details--address dd {
  width: 422px;
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details .company-details--address dd {
    width: calc(100% - 80px);
  }
}
#company-wrap #company--inner .company-details .company-details--address .company-details--address-office {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details .company-details--address .company-details--address-office {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details .company-details--address .company-details--address-office:last-of-type {
    margin-bottom: 0;
  }
}
#company-wrap #company--inner .company-details .company-details--address .company-details--address-office span {
  padding: 0 8px;
  border: 1px solid #000;
}
#company-wrap #company--inner .company-details .company-details--outline {
  display: inline-block;
  width: 35.853658537%;
  height: 414px;
}
@media screen and (max-width: 820px) {
  #company-wrap #company--inner .company-details .company-details--outline {
    width: calc(49% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #company-wrap #company--inner .company-details .company-details--outline {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 667px) and (max-height: 500px) {
  #company-wrap #company--inner .company-details .company-details--outline {
    width: calc(49% - 40px) !important;
    height: 354px;
  }
}
#company-wrap #company--inner .company-details h3,
#company-wrap #company--inner .company-details .strong {
  font-weight: bold;
}

body.loaded .swiper-slide-active .fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
body.loaded .swiper-slide-active .fadeUp-company {
  animation-name: fadeUpAnime-company;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeUpAnime-company {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.loaded .swiper-slide-active .animation-delay-company-txt--1 {
  animation-delay: 0.4s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--2 {
  animation-delay: 0.5s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--3 {
  animation-delay: 0.6s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--4 {
  animation-delay: 0.7s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--5 {
  animation-delay: 0.8s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--6 {
  animation-delay: 0.9s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--7 {
  animation-delay: 1s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--8 {
  animation-delay: 1.1s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--9 {
  animation-delay: 1.2s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--10 {
  animation-delay: 1.3s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--11 {
  animation-delay: 1.4s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--12 {
  animation-delay: 1.5s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--13 {
  animation-delay: 1.6s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--14 {
  animation-delay: 1.7s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--15 {
  animation-delay: 1.8s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--16 {
  animation-delay: 1.9s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--17 {
  animation-delay: 2s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--18 {
  animation-delay: 2.1s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--19 {
  animation-delay: 2.2s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--20 {
  animation-delay: 2.3s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--21 {
  animation-delay: 2.4s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--22 {
  animation-delay: 2.5s;
}
body.loaded .swiper-slide-active .animation-delay-company-txt--23 {
  animation-delay: 2.6s;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  padding: 0 0 0 50px;
  z-index: 998;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.js-bgmode--difference .header {
  mix-blend-mode: difference;
}
@media screen and (max-width: 559px) {
  .header {
    height: 55px;
    padding: 0 0 0 25px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .header {
    height: 30px;
    padding: 0 0 0 15px;
  }
}
.header__logo {
  margin-top: 2px;
  height: 22px;
  z-index: 10;
  aspect-ratio: 283/22;
}
@media screen and (max-width: 559px) {
  .header__logo {
    height: 12px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .header__logo {
    height: 11px;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.2s opacity ease;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.js-bgmode--dark .header__logo a img.--black {
  opacity: 0;
}
.js-bgmode--light .header__logo a img.--black {
  opacity: 1;
}
.js-bgmode--difference .header__logo a img.--black {
  opacity: 0;
}
.header__logo a img.--white {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.js-bgmode--dark .header__logo a img.--white {
  opacity: 1;
}
.js-bgmode--light .header__logo a img.--white {
  opacity: 0;
}
.js-bgmode--difference .header__logo a img.--white {
  opacity: 1;
}

.g-nav {
  display: inline-flex;
  position: fixed;
  justify-content: end;
  align-items: center;
  top: 0;
  right: 50px;
  bottom: 0;
  height: 110px;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.js-bgmode--difference .g-nav {
  mix-blend-mode: difference;
}
@media screen and (max-width: 1279px) {
  .g-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    background-color: rgba(0, 0, 10, 0.75);
    -webkit-backdrop-filter: blur(5px) grayscale(55%);
            backdrop-filter: blur(5px) grayscale(55%);
    transition: transform 0.5s ease;
    transform: translateX(300px);
  }
  .js-bgmode--difference .g-nav {
    mix-blend-mode: normal !important;
  }
}
@media screen and (max-width: 559px) {
  .g-nav {
    width: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .g-nav__list {
    padding: 80px 40px 40px;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 559px) {
  .g-nav__list {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv1, .g-nav__list__lv2 {
    flex-direction: column;
  }
}
.g-nav__list__lv1 li, .g-nav__list__lv2 li {
  position: relative;
  margin: 0 0.6em;
  padding: 14px 1em 12px;
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv1 li, .g-nav__list__lv2 li {
    position: relative;
    padding: 6px 1em 4px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 559px) {
  .g-nav__list__lv1 li, .g-nav__list__lv2 li {
    margin-bottom: 0.6em;
    padding: 5px 1em 3px;
  }
}
.g-nav__list__lv1 li a, .g-nav__list__lv2 li a {
  display: inline-block;
  position: relative;
  padding: 8px 0 8px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 12.5px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  letter-spacing: 0;
  transform3d: 0, 0, 0;
  transition: 0.3s color ease 0.1s;
}
.js-bgmode--dark .g-nav__list__lv1 li a, .js-bgmode--dark .g-nav__list__lv2 li a {
  color: #FFF;
}
.js-bgmode--light .g-nav__list__lv1 li a, .js-bgmode--light .g-nav__list__lv2 li a {
  color: #222;
}
.js-bgmode--difference .g-nav__list__lv1 li a, .js-bgmode--difference .g-nav__list__lv2 li a {
  color: #FFF;
}
@media screen and (max-width: 559px) {
  .g-nav__list__lv1 li a, .g-nav__list__lv2 li a {
    font-size: 11px;
  }
}
.g-nav__list__lv1 li a::after, .g-nav__list__lv2 li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  transition: transform 0.4s cubic-bezier(0.473, 0.427, 0, 0.993), backgroundColor 0.3s ease 0.3s;
  transform: scaleX(0);
  transform-origin: right center;
}
.js-bgmode--dark .g-nav__list__lv1 li a::after, .js-bgmode--dark .g-nav__list__lv2 li a::after {
  background-color: #FFF;
}
.js-bgmode--light .g-nav__list__lv1 li a::after, .js-bgmode--light .g-nav__list__lv2 li a::after {
  background-color: #222;
}
.js-bgmode--difference .g-nav__list__lv1 li a::after, .js-bgmode--difference .g-nav__list__lv2 li a::after {
  background-color: #FFF;
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv1 li a::after, .g-nav__list__lv2 li a::after {
    background-color: #FFF !important;
  }
}
.g-nav__list__lv1 li a.current::after, .g-nav__list__lv2 li a.current::after {
  transform-origin: left center;
  transform: scaleX(1);
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv1 li a, .g-nav__list__lv2 li a {
    color: #FFF !important;
    font-size: 13.5px;
    transition: color 0.2s ease-out;
  }
}
.g-nav__list__lv1 li.--disable, .g-nav__list__lv2 li.--disable {
  color: #666;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv1 li:last-of-type, .g-nav__list__lv2 li:last-of-type {
    margin-bottom: 0;
  }
}
.g-nav__list__lv1 li:hover > a::after, .g-nav__list__lv2 li:hover > a::after {
  transform-origin: left center;
  transform: scaleX(1);
}
.g-nav__list__lv1 {
  display: flex;
  justify-content: space-between;
}
.g-nav__list__lv2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  top: 60px;
  left: -16px;
  padding: 0 15px;
  border: 1px solid #222;
  border-top: 0;
  pointer-events: none;
  transform: translateY(-2px);
  opacity: 0;
  transition: 0.4s all ease;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.g-nav__list__lv2::after {
  display: block;
  position: absolute;
  content: "";
  top: -6.5px;
  left: 0;
  width: 100%;
  height: 7px;
  background: no-repeat left top/auto 100%;
}
.js-bgmode--dark .g-nav__list__lv2 {
  border-color: #FFF;
}
.js-bgmode--dark .g-nav__list__lv2::after {
  background-image: url(/assets/images/nav-topborder_w.svg);
}
.js-bgmode--light .g-nav__list__lv2 {
  border-color: #222;
}
.js-bgmode--light .g-nav__list__lv2::after {
  background-image: url(/assets/images/nav-topborder_b.svg);
}
.js-bgmode--difference .g-nav__list__lv2 {
  border-color: #FFF;
}
.js-bgmode--difference .g-nav__list__lv2::after {
  background-image: url(/assets/images/nav-topborder_w.svg);
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv2 {
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0 0 0;
    padding: 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    opacity: 1;
  }
  .g-nav__list__lv2::after {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv2 > li {
    position: relative;
    margin-bottom: 0.5em !important;
  }
}
.g-nav__list__lv2 > li a {
  color: #222 !important;
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv2 > li a {
    color: #FFF !important;
  }
}
.g-nav__list__lv2 > li a::after {
  background-color: #222 !important;
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv2 > li a::after {
    background-color: #FFF !important;
  }
}
@media screen and (max-width: 1279px) {
  .g-nav__list__lv2 > li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    background-color: #fff;
    margin-right: 11px;
    vertical-align: middle;
    transition: background-color 0.3s ease;
  }
}
@media screen and (max-width: 1279px) {
  .g-nav.panelactive {
    display: block;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1279px) {
  .g-nav.panelactive .g-nav__list {
    opacity: 1;
  }
}

@media screen and (max-width: 1279px) {
  .g-nav__list__lv1__service {
    margin-bottom: 0 !important;
  }
}

.g-nav__list__lv1__service:hover .g-nav__list__lv2 {
  pointer-events: auto;
  transform: translateY(-2px);
  opacity: 1;
}

.contact .g-nav .g-nav__list__lv1 .g-nav__list__li--contact a::after {
  transform-origin: left center !important;
  transform: scaleX(1) !important;
}

.openbtn {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 52px;
  height: 50px;
}
.js-bgmode--difference .openbtn {
  mix-blend-mode: difference;
}
@media screen and (max-width: 1279px) {
  .openbtn {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  .openbtn {
    top: 4px;
    right: 10px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .openbtn {
    top: -8px;
    right: 6px;
    transform: scale(0.5);
  }
}
.openbtn > span {
  pointer-events: none;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background-color: #222;
  width: 26px;
}
.openbtn > span:nth-of-type(1) {
  top: 15px;
}
.openbtn > span:nth-of-type(2) {
  top: 23px;
}
.openbtn > span:nth-of-type(3) {
  top: 31px;
}
.js-bgmode--dark .openbtn > span {
  background-color: #FFF;
}
.js-bgmode--light .openbtn > span {
  background-color: #222;
}
.js-bgmode--difference .openbtn > span {
  background-color: #FFF;
}
.openbtn.active > span {
  background-color: #fff;
}
.openbtn.active > span:nth-of-type(1) {
  top: 18px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 26px;
}
.openbtn.active > span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active > span:nth-of-type(3) {
  top: 30px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 26px;
}

#menu_close_area {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
}
#menu_close_area.js_close_area-active {
  display: none;
}

.g-nav__blur {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
  transition: 0.2s all ease;
}
.g-nav__blur.--active {
  z-index: 997;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px) grayscale(55%);
          backdrop-filter: blur(10px) grayscale(55%);
}

html {
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
}

#wrapper {
  width: 100%;
  height: 100%;
  visibility: hidden;
  overscroll-behavior: none;
}
.loaded #wrapper {
  visibility: visible;
}

#main {
  overscroll-behavior: none;
}
#main .txt-area {
  max-width: 1024px;
  margin: 0 auto;
  padding: 150px 0;
  height: 100%;
}

.swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.swiper-slide {
  overflow: hidden;
}

.content-wapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.content-area {
  margin-top: 110px;
  max-width: 1200px;
}

.slide_outer--cv, .slide_outer--office, .slide_outer--recipe {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_outer--opening {
  background-color: #fff;
}
.slide_outer--recipe {
  background-image: linear-gradient(65deg, rgb(239, 249, 244), rgb(252, 246, 233) 50%, rgb(241, 247, 229));
}
.slide_outer--cv {
  background-color: rgba(247, 255, 100, 0.74);
}

.booklet-outer {
  overscroll-behavior: contain;
}

/*
.opening-ttl {
	position: fixed;
	top: calc(50% - 200px);
	left: 50%;
	transform: translate(-50%, -50%);
	color: #1f1919;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	z-index: 100;
	>span{
		opacity: 0;
		animation: each-txt-anime 1s forwards;
		@keyframes each-txt-anime {
			0% {
				opacity: 0;
			}
			100% {
				opacity: 1;
			}
		}
	}
}

.top{
	.lead{
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		&__container{
			//position: absolute;
			//top: 50%;
			//left: 50%;
			//transform: translate(-50%, -50%);
			max-width: 570px;
			position: relative;
			//margin: 15vh auto 0;
			margin: 0 auto;

			&__lead{
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				font-size: 16px;
				font-weight: 300;
				//line-height: 2.5em;
				//letter-spacing: 0.1em;
				line-height: 2.75em;
				letter-spacing: 0.2em;
				&__txt{
					display: block;
					>span{
						opacity: 0;
						animation: each-txt-anime 1s forwards;
					}
				}
			}
			.last-txt{
				margin-top: 1.5em;
			}
		}
		.scroll{
			position: absolute;
			bottom: 10vh;
			p{
				letter-spacing: 0.1em;
				&::after {
					position: absolute;
					transform: rotate(135deg);
					width: 7px;
					height: 7px;
					bottom: -15px;
					right: calc(50% - 7px);
					border-top: 1px solid #000;
					border-right: 1px solid #000;
					content: "";
				}
			}
		}
	}
	//リード文アニメーション
	.anime-each-txt-blur--ttl{
		animation: each-txt-anime-blur-ttl 10s forwards;
		animation-timing-function: ease;
		@keyframes each-txt-anime-blur-ttl {
			0% {
			}
			100% {
			}
		}
	}
	.anime-each-txt--ttl{
		display: flex;
		>span{
			display: inline-block;
			opacity: 0;
			animation: each-txt-anime 1.5s forwards;
			animation-timing-function: ease-in-out;
		}
		@keyframes each-txt-anime {
			0% {
				opacity: 0;
				filter: blur(30px);
				//filter: blur(20px);
			}
			100% {
				opacity: 1;
				filter: blur(0);
				//filter: blur(0);
			}
		}
	}
	.anime-each-txt-blur{
		animation: each-txt-anime-blur 4s forwards;
		animation-timing-function: ease;
		animation-delay: 2s;
		@keyframes each-txt-anime-blur {
			0% {
				filter: blur(10px);
			}
			100% {
				filter: blur(0);
			}
		}
	}
	.anime-each-txt{
		display: flex;
		justify-content: center;
		>span{
			display: inline-block;
			opacity: 0;
			animation: each-txt-anime 3s forwards;
			animation-timing-function: ease-in-out;
		}
		@keyframes each-txt-anime {
			0% {
				opacity: 0;
				//filter: blur(20px);
			}
			100% {
				opacity: 1;
				//filter: blur(0);
			}
		}
	}
}
*/
.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 110px;
  transform: translateX(-50%);
  transform-origin: left bottom;
}
.scroll p {
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 10px 10px 90px;
  color: #000;
  font-size: 10px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: 0.2s;
}
.scroll p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #000;
  animation: scroll_bar 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) infinite;
}
@keyframes scroll_bar {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
.scroll .scroll_wrap {
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: 0.75s linear;
}
.scroll.show .scroll_wrap {
  height: 100%;
}
@media screen and (max-width: 559px) {
  .scroll {
    transform: scale(0.8) translateX(-50%);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .scroll {
    transform: scale(0.45) translateX(-50%);
  }
}

.ss-message {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 167, 237, 0.683);
}
.ss-message__ttl2 {
  display: inline-block;
  position: absolute;
  top: calc(50% - 5.8em);
  color: #222;
  text-align: center;
  font-size: clamp(36px, 2.5vw, 52px);
  font-family: "Noto Sans JP" sans-serif;
  font-weight: 700;
  letter-spacing: 0.29em;
}/*# sourceMappingURL=style.css.map */