@charset "UTF-8";
/*
Theme Name: YUKI SPRINT CLUB

Author: Takamitsu Saito
Version: ver 1.0
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

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

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

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

li {
  list-style: none;
}

/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
* {
  min-height: 0vw;
}

html {
  scroll-behavior: auto;
}

html,
body {
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  html,
  body {
    -ms-touch-action: none;
        touch-action: none;
  }
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 699px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.0625rem;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 0.8;
}

figure {
  margin: 0 !important;
}

.heading-hero-1,
.heading-hero-2,
.textanimation-hero,
.heading,
.heading-section,
.heading-under,
.menu,
.menu-mobile,
.service-button {
  font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 600;
}

.heading {
  font-size: clamp(1.875rem, 1.1516203704rem + 3.0864197531vw, 2.5rem);
}
@media screen and (min-width: 699px) {
  .heading {
    font-size: 3.0769230769em;
  }
}

header {
  -webkit-overflow-scrolling: touch;
}

/* ==================== under contents ================== */
.heading-under {
  font-size: 70px;
  text-align: left;
}

.contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding: 20px 20px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media screen and (min-width: 699px) {
  .contents-wrap {
    margin-bottom: 100px;
  }
}
.contents-wrap.movie {
  padding: 100px 20px 50px;
}
.contents-wrap .heading-under {
  line-height: 0.75em;
  padding-right: 0px;
  margin-bottom: 20px;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .heading-under {
    width: 28%;
    padding-right: 20px;
    font-size: clamp(3.75rem, 3.0729166667rem + 1.4880952381vw, 4.375rem);
  }
}
.contents-wrap .content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents-wrap .content {
    width: 72%;
  }
}

main {
  -webkit-overflow-scrolling: touch;
}

section {
  -webkit-overflow-scrolling: touch;
}

.menu {
  padding: 0px;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 2;
  margin: 0 auto;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Special Gothic Condensed One", sans-serif;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 699px) {
  .menu {
    height: 70px;
  }
}

.main-tool-bar--scrolled {
  background-color: #fff;
  color: #000;
}
.main-tool-bar--scrolled a {
  color: #000;
}
.main-tool-bar--scrolled .instagram {
  display: block;
  background-image: url("./images/instagram.svg");
  background-position: center;
  background-size: 25px 25px;
}
.main-tool-bar--scrolled .mail {
  display: block;
  background-image: url("./images/mail.svg");
  background-position: center;
  background-size: 25px 25px;
}
.main-tool-bar--scrolled .mobile-btn span {
  background-color: #000;
}

.post-type-archive-essay,
.single-essay {
  background-color: #f1f1f1;
}
.post-type-archive-essay .menu,
.single-essay .menu {
  background-color: #f1f1f1;
}

/* ==================== SERVICES ================== */
.logo-wrap {
  width: 50%;
  background-color: #000;
  height: 100%;
}
@media screen and (min-width: 699px) {
  .logo-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .logo-wrap {
    width: 28%;
  }
}
@media screen and (min-width: 1200px) {
  .logo-wrap {
    width: 32%;
  }
}

.logo {
  -webkit-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  position: relative;
  height: 100%;
}
.logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-image: url("./images/gnarlywaves-logo.svg");
  background-position: center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 23px;
}
@media screen and (min-width: 699px) {
  .logo a {
    width: 180px;
    height: 35px;
  }
}

.menu-pc {
  display: none;
  font-size: 23px;
  margin-right: clamp(0.9375rem, -0.8806818182rem + 2.8409090909vw, 1.25rem);
}
@media screen and (min-width: 1024px) {
  .menu-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    max-width: 700px;
  }
  .menu-pc a {
    color: #000;
  }
}
.menu-pc div {
  padding: 0px 7px;
}
.menu-pc div:last-child {
  padding-right: 0px;
}

.instagram {
  display: block;
  background-image: url("./images/instagram.svg");
  background-position: center;
  background-size: 25px 25px;
}
.instagram.-top {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
}
.instagram.-mobile {
  display: block;
  background-image: url("./images/instagram.svg");
  background-position: left;
  background-size: 25px 25px;
  padding-left: 30px;
}

.mail {
  display: block;
  background-image: url("./images/mail.svg");
  background-position: center;
  background-size: 28px 25px;
}
.mail.-top {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  width: 27px;
}
.mail.-mobile {
  display: block;
  background-image: url("./images/mail.svg");
  background-position: left;
  background-size: 25px 25px;
  padding-left: 30px;
}

@media screen and (min-width: 1024px) {
  .mobile-menu-btn {
    display: none;
  }
}

.menu-mobile {
  width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  background-color: #000;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .menu-mobile-wrap {
  position: absolute;
  top: 0%;
  left: 20px;
  margin-top: clamp(5.625rem, 4.375rem + 6.25vw, 6.875rem);
  text-align: left;
  font-size: clamp(1.375rem, 0.75rem + 3.125vw, 2rem);
  line-height: 1.8;
}
.menu-mobile .menu-mobile-wrap a {
  color: #fff;
}
.menu-mobile .menu-mobile-wrap div {
  opacity: 0;
  margin-left: 60px;
  position: relative;
  -webkit-transition: margin-left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin-left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-mobile .menu-mobile-wrap div:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.menu-mobile .menu-mobile-wrap div:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-mobile .menu-mobile-wrap div:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.menu-mobile .menu-mobile-wrap div:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-mobile .menu-mobile-wrap div:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.menu-mobile .menu-mobile-wrap div:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-mobile.in + .logo-wrap {
  position: relative;
  z-index: 9;
}
.menu-mobile.in {
  visibility: visible;
  opacity: 1;
  left: 0%;
  z-index: 1;
}
.menu-mobile.in .menu-mobile-wrap div {
  opacity: 1;
  margin-left: 0px;
}

.mobile-btn {
  position: relative;
  width: 60px;
  height: 60%;
  cursor: pointer;
  z-index: 11;
  right: 10px;
}
@media screen and (min-width: 1024px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn span {
  background-color: #000;
  height: 2px;
  display: block;
  width: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.5s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.line-1 {
  top: -4px;
}

.line-2 {
  top: 4px;
}

/* トグルON時のアニメーション */
.btn-on .line-1 {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.btn-on .line-2 {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

/* ==================== textanimation ================== */
.heading-hero-1 {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.heading-hero-1 div {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.heading-hero-2 div {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.text-wrapper {
  height: 120px;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.char {
  display: inline-block;
  -webkit-animation: scaleChar 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
          animation: scaleChar 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
  -webkit-animation-delay: calc(var(--char-index) * 0.015s);
          animation-delay: calc(var(--char-index) * 0.015s);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.char-2 {
  display: inline-block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  /* 最初は潰れた状態 */
  -webkit-transform-origin: left center;
          transform-origin: left center;
  /* 左から出現 */
  -webkit-animation: scaleIn 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
          animation: scaleIn 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
  -webkit-animation-delay: calc(var(--char-index) * 0.015s);
          animation-delay: calc(var(--char-index) * 0.015s);
  opacity: 1;
  /* 任意で透明度アニメも可能 */
}

.heading-hero-chars-1 {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  display: inline-block;
  -webkit-animation: scaleWrap-1 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
          animation: scaleWrap-1 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.heading-hero-chars-2 {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  display: inline-block;
  -webkit-animation: scaleWrap-2 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
          animation: scaleWrap-2 0.2s cubic-bezier(1, 0.07, 0.52, 0.97) forwards;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@-webkit-keyframes scaleWrap-1 {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes scaleWrap-1 {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes scaleWrap-2 {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scaleWrap-2 {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes scaleChar {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes scaleChar {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
/* ==================== 速さで語れ ================== */
.hs-animation {
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, rgb(255, 255, 255)), to(rgb(168, 61, 255))) no-repeat;
  background: linear-gradient(90deg, rgb(255, 255, 255) 38%, rgb(168, 61, 255) 100%) no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-position: 300% 0%;
  background-size: 300% 100%;
}

/* ==================== Service animation ================== */
.heading.large {
  color: #000;
}

.hl-animation {
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, rgb(255, 255, 255)), to(rgb(168, 61, 255))) no-repeat;
  background: linear-gradient(90deg, rgb(255, 255, 255) 38%, rgb(168, 61, 255) 100%) no-repeat;
  line-height: 0.8em;
  background-position: 300% 0%;
  background-size: 300% 100%;
}
.hl-animation span {
  opacity: 0;
}

main {
  padding-top: 50px;
}
@media screen and (min-width: 699px) {
  main {
    padding-top: 70px;
  }
}

/* ==================== HERO ================== */
.image-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  z-index: -1;
  display: block;
  background-image: url("./images/hero.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 699px) {
  .image-hero {
    height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .image-hero {
    height: 80vh;
  }
}
@media screen and (min-width: 1024px) {
  .image-hero {
    height: 90vh;
  }
}

.heading-hero-1 {
  font-size: clamp(3.75rem, 1.5798611111rem + 9.2592592593vw, 5.625rem);
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 699px) {
  .heading-hero-1 {
    font-size: clamp(5.9375rem, 5rem + 2.1428571429vw, 6.875rem);
  }
}

.hero-text-wrap {
  position: relative;
  text-align: center;
  display: block;
  background-color: #000;
}

.textanimation-hero {
  position: relative;
  width: 100%;
  top: clamp(-1.5625rem, -0.8806818182rem - 3.4090909091vw, -3.4375rem);
  margin-bottom: clamp(3.125rem, 3.5795454545rem - 2.2727272727vw, 1.875rem);
}

.heading-text-wrap {
  display: block;
  position: relative;
  top: -55px;
}

.heading-hero {
  font-size: 100px;
}

.heading-hero-sub {
  position: relative;
  font-size: clamp(1.5625rem, 0.8391203704rem + 3.0864197531vw, 2.1875rem);
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 699px) {
  .heading-hero-sub {
    font-size: clamp(2.1875rem, 1.875rem + 0.7142857143vw, 2.5rem);
  }
}

.heading-text {
  font-size: clamp(1rem, 0.8553240741rem + 0.6172839506vw, 1.125rem);
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 699px) {
  .heading-text {
    font-size: clamp(1.125rem, 1rem + 0.2857142857vw, 1.25rem);
  }
}

/* ==================== SERVICES ================== */
.services {
  background-color: #000;
  position: relative;
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 699px) {
  .services {
    overflow: hidden;
    margin-top: 100px;
  }
}

.heading-section {
  font-size: clamp(3.75rem, 3.0266203704rem + 3.0864197531vw, 4.375rem);
  text-align: center;
}
@media screen and (min-width: 699px) {
  .heading-section {
    font-size: clamp(4.375rem, 3.75rem + 1.4285714286vw, 5rem);
  }
}

.service-text {
  font-size: clamp(1rem, 0.7829861111rem + 0.9259259259vw, 1.1875rem);
  text-align: center;
  margin: 30px 0 50px;
  line-height: 1.5;
}
@media screen and (min-width: 699px) {
  .service-text {
    font-size: clamp(1.25rem, 0.875rem + 0.8571428571vw, 1.625rem);
  }
}

.horizontal-bg {
  display: block;
  background-image: url("./images/service-school-blur.webp");
  background-position: center;
  background-size: cover;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  padding: 30px 0px;
}
@media screen and (min-width: 699px) {
  .horizontal-bg {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service {
  position: relative;
}
@media screen and (min-width: 699px) {
  .service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (min-width: 699px) {
  .service-image {
    position: relative;
    height: 90vh;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (min-width: 699px) {
  .service-image.is-school {
    display: block;
    background-image: url("./images/service-school.webp");
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 699px) {
  .service-image.is-apparel {
    display: block;
    background-image: url("./images/service-apparel.webp");
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 699px) {
  .service-image.is-visual {
    display: block;
    background-image: url("./images/service-visual.webp");
    background-position: center;
    background-size: cover;
  }
}

.service-image-mobile {
  position: relative;
  aspect-ratio: 2560/1707;
  margin: 0px auto;
  width: 90%;
}
.service-image-mobile.is-school {
  display: block;
  background-image: url("./images/service-school.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 699px) {
  .service-image-mobile.is-school {
    display: none;
  }
}
.service-image-mobile.is-apparel {
  display: block;
  background-image: url("./images/service-apparel.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 699px) {
  .service-image-mobile.is-apparel {
    display: none;
  }
}
.service-image-mobile.is-visual {
  display: block;
  background-image: url("./images/service-visual.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 699px) {
  .service-image-mobile.is-visual {
    display: none;
  }
}

.service {
  font-size: clamp(0.8125rem, 0.5170454545rem + 1.4772727273vw, 1.625rem);
}
.service a .hover {
  display: block;
  padding: clamp(0.3125rem, 0.0852272727rem + 1.1363636364vw, 0.9375rem) clamp(0.625rem, 0.1704545455rem + 2.2727272727vw, 1.875rem);
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, rgba(255, 255, 255, 0)), to(rgba(168, 61, 255, 0.3))) no-repeat;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 38%, rgba(168, 61, 255, 0.3) 100%) no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0%;
}
.service a:hover .arrow {
  width: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
}
@media screen and (min-width: 699px) {
  .service a:hover .arrow {
    border: 1px solid #fff;
    background-color: #fff;
    display: block;
    background-image: url("./images/arrow-black.svg");
    background-position: center;
    background-size: 16px;
    display: inline-block;
  }
}
.service a:hover .hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: 0% 0%;
}

.service__caption {
  width: 90%;
  text-align: left;
  margin: 0 auto 20px;
}
.service__caption:nth-last-child {
  margin: 0 auto 0;
}
@media screen and (min-width: 699px) {
  .service__caption {
    margin: 0 auto;
    width: auto;
    bottom: 5%;
    left: 5%;
    position: absolute;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 699px) {
  .pc {
    display: block;
  }
}

.mobile {
  display: block;
}
@media screen and (min-width: 699px) {
  .mobile {
    display: none;
  }
}

.tagline-wrap {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, rgb(0, 0, 0)), to(rgb(168, 61, 255))) no-repeat;
  background: linear-gradient(90deg, rgb(0, 0, 0) 38%, rgb(168, 61, 255) 100%) no-repeat;
  padding: clamp(0.5rem, 0.3409090909rem + 0.7954545455vw, 0.9375rem) clamp(0.625rem, 0.1704545455rem + 2.2727272727vw, 1.875rem);
  background-position: 300% 0%;
  background-size: 300% 100%;
}
@media screen and (min-width: 699px) {
  .tagline-wrap {
    display: inline-block;
    width: auto;
  }
}

.tagline {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  margin-bottom: 7px;
}
@media screen and (min-width: 699px) {
  .tagline {
    font-size: 0.8461538462em !important;
  }
}

.service-text-s {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  padding: 5px 0px;
}
@media screen and (min-width: 699px) {
  .service-text-s {
    font-size: 0.6153846154em;
  }
}

.service-button {
  line-height: 1;
  font-size: 1em;
  opacity: 0;
}
.service-button .arrow {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  background-image: url("./images/arrow-white.svg");
  background-position: center;
  background-size: clamp(0.625rem, 0.4886363636rem + 0.6818181818vw, 1rem);
  width: clamp(0.9375rem, 0.7784090909rem + 0.7954545455vw, 1.375rem);
  height: clamp(0.9375rem, 0.7784090909rem + 0.7954545455vw, 1.375rem);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 699px) {
  .service-button .arrow {
    top: 2px;
    border: 1px solid #fff;
    margin-left: 10px;
  }
}

/* ==================== movie ================== */
.movie__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.movie__contents div {
  width: 49%;
  margin-bottom: 2%;
}
@media screen and (min-width: 699px) {
  .movie__contents div {
    width: 32%;
    margin-bottom: 1.4%;
  }
}
.movie__contents iframe {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: 9/16;
}

/* ==================== news ================== */
.thumb-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.thumb-strip div {
  width: 24%;
  opacity: 0;
}

.news-list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.news-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
.news-list li a {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list li a:hover {
  text-decoration: underline;
}

.news__thumb {
  width: 25%;
}
.news__thumb img {
  width: 100%;
  height: auto;
}

.news_info {
  width: 75%;
  padding-left: 2%;
}

.categories_wrap {
  margin-bottom: 0px;
}
@media screen and (min-width: 699px) {
  .categories_wrap {
    margin-bottom: 10px;
  }
}

.post-category {
  color: #000;
  background-color: #fff;
  padding: 2px 7px;
  line-height: 1;
  font-size: 10px;
  border-radius: 50em;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
}
@media screen and (min-width: 699px) {
  .post-category {
    font-size: 12px;
    padding: 3px 10px;
  }
}

.date {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}

/* ==================== Company Profile ================== */
.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
@media screen and (min-width: 699px) {
  .company-list {
    font-size: 16px;
  }
}
.company-list dt {
  padding: 15px 0;
  width: 30%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.company-list dd {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 70%;
}

/* ==================== Contact Form ================== */
label {
  display: block;
  margin-bottom: 15px;
}
label input,
label textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  color: #fff;
}
@media screen and (min-width: 699px) {
  label input,
  label textarea {
    font-size: 16px;
  }
}
label input:focus,
label textarea:focus {
  border-color: #fff;
  outline: none;
}
label input:hover,
label textarea:hover {
  border-color: #fff;
}
label textarea {
  height: 150px;
  resize: vertical;
}

.submit {
  display: block;
  padding: 10px 20px;
  background-color: #000;
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
}
.submit:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.grecaptcha-badge {
  position: relative !important;
  bottom: 10px;
  right: 10px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.6;
  visibility: hidden;
}

.wpcf7 br {
  display: none;
}

.single-main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 30px 0px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media screen and (min-width: 699px) {
  .single-main {
    padding: 200px 30px 0px;
  }
}

.single__title {
  letter-spacing: 1px;
}

.single p {
  margin: 10px 0px;
}
.single img {
  margin: 10px 0px;
}
.single__title {
  font-size: clamp(1.25rem, 1.1363636364rem + 0.5681818182vw, 1.5625rem);
  margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
  line-height: 1.2;
}

.single__pageNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}

.page-numbers {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 10px;
}

.news-archive .news__column {
  margin-bottom: 40px;
}

footer {
  padding: 20px 0;
}

.logo-footer {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 699px) {
  .logo-footer {
    max-width: 280px;
  }
}

small {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
}

.copyright {
  font-size: 0.64em;
  line-height: 0.64em;
}