@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* Usage Examples/

.logo {
  background-image: img-url('logo.svg');
}

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

select {
  line-height: 1;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  padding: 0;
  text-align: start;
  background: transparent;
  align-items: normal;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  height: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #33302E;
  background: #F7F7F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

* {
  box-sizing: inherit;
  -webkit-appearance: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, dl, dd, blockquote, figure, pre, ol, ul, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #FD780F;
  transition: all .8s ease;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  opacity: .5;
}

img {
  vertical-align: top;
  max-width: 100%;
}

button {
  border-style: none;
  color: #79E0F9;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

#autozip {
  background-color: #FF5959 !important;
  color: #FFE7BB !important;
  pointer-events: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/**
* Swiper 11.1.12
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: September 1, 2024
*/
:root {
  --swiper-theme-color: #FD780F;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: $color-main;
  /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.swiper-pagination-start, .swiper-pagination-end {
  position: absolute;
  bottom: -46px;
  z-index: 10;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.swiper-pagination-start {
  left: calc(50% - 64px);
}

.swiper-pagination-end {
  left: calc(50% + 64px);
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  --swiper-theme-color: #FD780F;
}

:root {
  --swiper-navigation-size: 16px;
  --swiper-navigation-top-offset: calc(100% + 22px);
  --swiper-navigation-sides-offset: calc(50% - 104px);
  --swiper-navigation-color: #33302E;
  --swiper-navigation-font-size: 12;
  --swiper-navigation-dot-size: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: calc(100vw * (var(--swiper-navigation-font-size) / 375));
  line-height: 1;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
.swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  z-index: 1;
  width: 16px;
  height: 16px;
  object-fit: contain;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  fill: #fff;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl
.swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  transform: translate(-50%, -50%) scale(1);
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  width: 32px;
  height: 32px;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font end */
:root {
  --swiper-theme-color: #FD780F;
}

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: #DDDDDD;
  --swiper-pagination-progressbar-size: 2px;
  --swiper-pagination-progressbar-width: 104px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transform: none !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: translate(-50%, -50%);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-width, 96px);
  height: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-theme-color: #FD780F;
}

/* ----------
  common
----------  */
.l-clearfix {
  content: "";
  display: block;
  clear: both;
}

.l-wrapper {
  width: 100%;
  padding-top: 90px;
  min-height: calc(100vh + 1px);
}

.is-top .l-wrapper {
  padding-top: 0;
}

.is-underLayer .l-wrapper {
  padding-bottom: 120px;
}

.l-footer {
  width: 100%;
}

.l-loading, .l-page_transition {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-main {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}

.l-nav {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.c-btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #FD780F;
  border-radius: calc(100vw * (375 / 375));
  grid-gap: calc(100vw * (12 / 375));
  gap: calc(100vw * (12 / 375));
  color: #FD780F;
  padding: calc(100vw * (4 / 375)) calc(100vw * (16 / 375)) calc(100vw * (4 / 375)) calc(100vw * (16 / 375));
  position: relative;
  cursor: pointer;
  transition: all .4s ease;
  font-size: calc(100vw * (12 / 375));
  font-weight: 700;
  line-height: 1;
}

.c-btn span {
  display: block;
}

.c-btn .c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw * (20 / 375));
  height: calc(100vw * (20 / 375));
}

.c-btn .c-btn__icon svg {
  width: 100%;
  height: auto;
}

.c-btn .c-btn__icon svg path {
  fill: #FD780F;
  transition: all .4s ease;
}

.c-btn:hover {
  background: #FD780F;
  color: #fff;
  opacity: 1;
}

.c-btn.c-btn--primary {
  background: #FD780F;
  color: #fff;
}

.c-btn.c-btn--primary .c-btn__icon svg path {
  fill: #fff;
}

.c-btn.c-btn--reverse {
  background: #fff;
  color: #FD780F;
}

.c-btn.c-btn--reverse .c-btn__icon svg path {
  fill: #FD780F;
}

.c-btn.c-btn--reverse:hover {
  background: #FD780F;
  color: #fff;
}

.c-btn.c-btn--reverse:hover .c-btn__icon svg path {
  fill: #fff;
}

.c-btn.c-btn--arrow:hover .c-btn__icon svg {
  animation: btn--arrow .4s ease 1 forwards;
}

.c-btn.c-btn--arrow--bottom:hover .c-btn__icon svg {
  animation: btn--arrow--bottom .4s ease 1 forwards;
}

@keyframes btn--arrow {
  0% {
    transform: translate(0, 0);
  }
  49.9% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  50.2% {
    transform: translate(-100%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes btn--arrow--bottom {
  0% {
    transform: translate(0, 0);
  }
  49.9% {
    transform: translate(0, 100%);
    opacity: 1;
  }
  50% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  50.1% {
    transform: translate(0, -100%);
    opacity: 0;
  }
  50.2% {
    transform: translate(0, -100%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}

.c-viewMore {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(100vw * (24 / 375)) calc(100vw * (24 / 375)) calc(100vw * (24 / 375)) calc(100vw * (24 / 375));
  border-radius: calc(100vw * (5 / 375));
  background: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-viewMore .c-viewMore__text {
  display: block;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (16 / 375));
  font-weight: 700;
  color: #33302E;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-viewMore.c-viewMore--reverse {
  background: #FD780F;
}

.c-viewMore.c-viewMore--reverse .c-viewMore__text {
  color: #fff;
}

.c-viewMore:hover {
  opacity: 1;
}

.c-viewMore:hover .c-btn__icon svg {
  animation: btn--arrow .4s ease 1 forwards;
}

.c-viewMore:not(.c-viewMore--reverse):hover {
  background: #FD780F;
}

.c-viewMore:not(.c-viewMore--reverse):hover .c-viewMore__text {
  color: #fff;
}

.c-viewMore:not(.c-viewMore--reverse):hover .c-btn {
  background: #fff;
}

.c-viewMore:not(.c-viewMore--reverse):hover .c-btn svg path {
  fill: #FD780F;
}

.c-viewMore:disabled {
  background: #A0A0A0 !important;
}

.c-viewMore:disabled .c-viewMore__text {
  color: #F7F7F7 !important;
}

.c-viewMore:disabled .c-btn {
  background: #F7F7F7 !important;
  border-color: #A0A0A0 !important;
}

.c-viewMore:disabled .c-btn svg {
  animation: none;
}

.c-viewMore:disabled .c-btn svg path {
  fill: #A0A0A0 !important;
}

.c-viewMore.c-viewMore--reverse:hover {
  background: #d76002;
}

.c-viewMore.c-viewMore--reverse:hover .c-viewMore__text {
  color: white;
}

.c-viewMore.c-viewMore--reverse:hover .c-btn {
  background: white;
}

.c-viewMore.c-viewMore--reverse:hover .c-btn svg path {
  fill: #d76002;
}

.c-loadMore {
  margin: 80px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: solid 2px #33302E;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: all .4s ease;
}

.c-loadMore::before, .c-loadMore::after {
  content: "";
  display: block;
  position: absolute;
}

.c-loadMore::before {
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  bottom: -32px;
  border: solid 2px #33302E;
  border-radius: 24px;
}

.c-loadMore::after {
  bottom: -23px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 2px solid #2d2d2d;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.c-pagerBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  color: #33302E;
  border-bottom: solid 2px #33302E;
  line-height: 1;
  transition: all .2s ease;
}

.c-pagerBtn::before, .c-pagerBtn::after {
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease;
}

.c-pagerBtn::before {
  width: 24px;
  height: 24px;
  border: solid 2px #33302E;
  border-radius: 24px;
  top: calc(50% - 12px);
  right: 0;
}

.c-pagerBtn::after {
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: solid 2px #33302E;
  border-bottom: none;
}

.c-pagerBtn--new {
  padding: 12px 0 12px 32px;
}

.c-pagerBtn--new::before {
  left: 0;
}

.c-pagerBtn--new::after {
  left: 9px;
  border-right: none;
  transform: rotate(-45deg);
}

.c-pagerBtn--old {
  padding: 12px 32px 12px 0;
}

.c-pagerBtn--old::before {
  right: 0;
}

.c-pagerBtn--old::after {
  right: 9px;
  border-left: none;
  transform: rotate(45deg);
}

.c-listBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 0;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  color: #33302E;
  border-bottom: solid 2px #33302E;
  line-height: 1;
  transition: all .2s ease;
}

.c-historyBack {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 4px #33302E;
  border-radius: 40px;
  position: relative;
}

.c-historyBack::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 4px #33302E;
  border-left: solid 4px #33302E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 2px), -50%) rotate(-45deg);
}

.c-selectUI {
  font-size: 1.2rem;
  color: #33302E;
  position: relative;
}

.c-selectUI .c-selectUI__parent {
  margin: 0 0 0 auto;
  padding: 8px 16px 8px 32px;
  width: 160px;
  border: solid 1px #33302E;
  position: relative;
  background: #F7F7F7;
  transition: all .4s ease;
  cursor: pointer;
}

.c-selectUI .c-selectUI__parent::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #33302E;
  border-bottom: solid 2px #33302E;
  position: absolute;
  top: calc(50% - 4px);
  left: 16px;
  transform: rotate(45deg);
  transition: all .4s ease;
}

.c-selectUI .c-selectUI__parent:hover {
  background: #33302E;
  color: #F7F7F7;
}

.c-selectUI .c-selectUI__parent:hover::before {
  border-color: #F7F7F7;
}

.c-selectUI .c-selectUI__children {
  width: 160px;
  position: absolute;
  z-index: 10;
  top: calc(100% + 2px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.c-selectUI .c-selectUI__children.is-show {
  opacity: 1;
  visibility: visible;
}

.c-selectUI .c-selectUI__children .c-selectUI__child {
  display: block;
  margin: 0 0 0 auto;
  padding: 8px 16px;
  width: 160px;
  border: solid 1px #33302E;
  border-bottom: none;
  background: #F7F7F7;
  color: #33302E;
  transition: all .4s ease;
}

.c-selectUI .c-selectUI__children .c-selectUI__child:nth-last-child(1) {
  border-bottom: solid 1px #33302E;
}

.c-selectUI .c-selectUI__children .c-selectUI__child:hover {
  opacity: 1;
  background: #33302E;
  color: #F7F7F7;
}

.c-progress {
  position: relative;
  width: calc(100vw * (108 / 375));
  height: calc(100vw * (2 / 375));
  background: #eee;
}

.c-progress span {
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #FD780F;
}

.c-progress span::after {
  content: "";
  display: block;
  width: calc(100vw * (4 / 375));
  height: calc(100vw * (4 / 375));
  border-radius: calc(100vw * (4 / 375));
  background: #FD780F;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}

.c-swiperNav {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: calc(100vw * (20 / 375));
  gap: calc(100vw * (20 / 375));
  margin-bottom: calc(100vw * (32 / 375));
}

.c-contentsList {
  transition: all 1.6s ease;
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (32 / 375));
  gap: calc(100vw * (32 / 375));
}

.c-contentsList .c-contentsItem {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}

.c-contentsList .c-contentsItem:nth-child(1) {
  transition-delay: 0s;
}

.c-contentsList .c-contentsItem:nth-child(2) {
  transition-delay: 0.2s;
}

.c-contentsList .c-contentsItem:nth-child(3) {
  transition-delay: 0.4s;
}

.c-contentsList .c-contentsItem:nth-child(4) {
  transition-delay: 0.6s;
}

.c-contentsList .c-contentsItem:nth-child(5) {
  transition-delay: 0.8s;
}

.c-contentsList .c-contentsItem:nth-child(6) {
  transition-delay: 1s;
}

.c-contentsList .c-contentsItem:nth-child(7) {
  transition-delay: 1.2s;
}

.c-contentsList .c-contentsItem:nth-child(8) {
  transition-delay: 1.4s;
}

.c-contentsList.is-show .c-contentsItem {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.c-contentsItem {
  display: block;
  color: #33302E;
  transition: all 1.6s ease;
}

.c-contentsItem .c-contentsItem__thumb {
  margin-bottom: calc(100vw * (24 / 375));
  position: relative;
  aspect-ratio: 16/9;
  border-radius: calc(100vw * (10 / 375));
  overflow: hidden;
}

.c-contentsItem .c-contentsItem__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-contentsItem .c-contentsItem__thumb .c-btn {
  position: absolute;
  right: calc(100vw * (8 / 375));
  bottom: calc(100vw * (8 / 375));
  border: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-contentsItem .c-contentsItem__body {
  width: 100%;
}

.c-contentsItem .c-contentsItem__body .c-btn {
  display: none;
}

.c-contentsItem .c-contentsItem__title {
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-contentsItem .c-contentsItem__text {
  display: none;
  font-size: calc(100vw * (12 / 375));
  padding-bottom: calc(100vw * (24 / 375));
  border-bottom: solid 1px #eee;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-contentsItem .c-time {
  margin-top: calc(100vw * (12 / 375));
}

.c-contentsItem:hover {
  opacity: 1;
}

.c-contentsItem:hover .c-contentsItem__title {
  color: #FD780F;
}

.c-contentsItem:hover .c-contentsItem__text {
  border-color: #FD780F;
}

.c-contentsItem:hover .c-contentsItem__thumb img {
  transform: scale(1.2);
}

.c-contentsItem:hover .c-contentsItem__thumb .c-btn {
  background: #FD780F;
}

.c-contentsItem:hover .c-contentsItem__thumb .c-btn svg {
  animation: btn--arrow .4s ease 1 forwards;
}

.c-contentsItem:hover .c-contentsItem__thumb .c-btn svg path {
  fill: #fff;
}

.c-contentsItem:hover .c-contentsItem__foot .c-btn {
  background: #FD780F;
}

.c-contentsItem:hover .c-contentsItem__foot .c-btn svg {
  animation: btn--arrow .4s ease 1 forwards;
}

.c-contentsItem:hover .c-contentsItem__foot .c-btn svg path {
  fill: #fff;
}

.c-companyInfoList {
  display: flex;
  flex-direction: column;
}

.c-companyInfoItem {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #fff;
  padding-top: calc(100vw * (16 / 375));
  padding-bottom: calc(100vw * (16 / 375));
  grid-gap: calc(100vw * (8 / 375));
  gap: calc(100vw * (8 / 375));
}

.c-companyInfoItem:last-child {
  border-bottom: none;
}

.c-companyInfoItem .c-companyInfoItem__title {
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  color: #FD780F;
}

.c-companyInfoItem .c-companyInfoItem__text {
  font-size: calc(100vw * (14 / 375));
}

.c-containerBox {
  padding-top: calc(100vw * (24 / 375));
  padding-bottom: calc(100vw * (24 / 375));
  padding-left: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (32 / 375));
  margin-right: calc(50% - 50vw);
  border-top-left-radius: calc(100vw * (20 / 375));
  border-bottom-left-radius: calc(100vw * (20 / 375));
  background: #fff;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.is-loaded .c-containerBox {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.c-title + .c-containerBox, .c-contentTitle + .c-containerBox {
  margin-top: calc(100vw * (24 / 375));
}

.c-contentTitle {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .c-contentTitle {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.c-contentTitle h2 {
  display: block;
  font-size: calc(100vw * (20 / 375));
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-contentTitle .c-time {
  margin-top: calc(100vw * (16 / 375));
}

.c-contentThumb {
  margin-bottom: calc(100vw * (16 / 375));
}

.c-contentThumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.c-contentBody h3 {
  font-size: calc(100vw * (16 / 375));
  font-weight: 700;
  color: #FD780F;
  margin-bottom: calc(100vw * (8 / 375));
}

.c-contentBody h3:not(:first-child) {
  margin-top: calc(100vw * (24 / 375));
}

.c-contentBody p {
  font-size: calc(100vw * (12 / 375));
  margin-bottom: calc(100vw * (12 / 375));
}

.c-contentBody p:last-child {
  margin-bottom: calc(100vw * (0 / 375));
}

.c-contentBody p a {
  color: #33302E;
  text-decoration: underline;
}

.c-contentBody dl {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(100vw * (12 / 375));
}

.c-contentBody dl dt {
  width: calc(100% / 3);
  font-weight: 700;
}

.c-contentBody dl dd {
  width: calc(100% / 3*2);
}

.c-contentBody dl dd a {
  font-weight: 700;
  margin-left: calc(100vw * (8 / 375));
}

.c-contentBody article {
  background: #F7F7F7;
  border-radius: calc(100vw * (10 / 375));
  padding: calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375));
}

.c-contentBody article + article {
  margin-top: calc(100vw * (24 / 375));
}

.c-contentBody article h3 {
  font-size: calc(100vw * (10 / 375));
  margin-bottom: calc(100vw * (8 / 375));
}

.c-contentBody article h3:first-child {
  padding-top: calc(100vw * (8 / 375));
  border-top: solid 1px;
}

.c-contentBody article h4 {
  font-size: calc(100vw * (10 / 375));
  margin-bottom: calc(100vw * (8 / 375));
  color: #FD780F;
}

.c-contentBody article p:has(img), .c-contentBody article img {
  display: block;
  margin-bottom: calc(100vw * (16 / 375));
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw * (140 / 375));
  height: auto;
}

.c-contentTag {
  padding-top: calc(100vw * (24 / 375));
  padding-bottom: calc(100vw * (24 / 375));
}

.c-tagList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (16 / 375));
  gap: calc(100vw * (16 / 375));
  font-size: calc(100vw * (12 / 375));
}

.c-tag {
  display: inline-block;
  padding: calc(100vw * (4 / 375)) calc(100vw * (16 / 375)) calc(100vw * (4 / 375)) calc(100vw * (16 / 375));
  font-size: calc(100vw * (12 / 375));
  color: #79E0F9;
  border: solid 1px #79E0F9;
  border-radius: calc(100vw * (20 / 375));
}

.c-contentFoot {
  border-top: solid 1px #eee;
  padding-top: calc(100vw * (24 / 375));
}

.c-prevNext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(100vw * (24 / 375));
  padding-bottom: calc(100vw * (24 / 375));
}

.c-prevNextBtn {
  display: flex;
  align-items: center;
  grid-gap: calc(100vw * (12 / 375));
  gap: calc(100vw * (12 / 375));
}

.c-prevNextBtn.c-prevNextBtn--prev .c-btn {
  transform: rotateY(180deg);
}

.c-prevNextBtn span {
  display: block;
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  color: #FD780F;
}

.c-container {
  padding-right: calc(100vw * (24 / 375));
  padding-left: calc(100vw * (24 / 375));
  margin-right: auto;
  margin-left: auto;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.c-row--start {
  justify-content: flex-start;
}

.c-row--center {
  justify-content: center;
}

.c-row--end {
  justify-content: flex-end;
}

.c-row--around {
  justify-content: space-around;
}

.c-row--between {
  justify-content: space-between;
}

.c-row--top {
  align-items: flex-start;
}

.c-row--middle {
  align-items: center;
}

.c-row--bottom {
  align-items: flex-end;
}

.c-row--reverse {
  flex-direction: row-reverse;
}

.c-row--noGutters {
  margin-right: 0;
  margin-left: 0;
}

.c-row--noGutters > .c-col,
.c-row--noGutters > [class*="c-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.c-col,
[class*="c-col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-offset-1 {
  margin-left: 8.33333%;
}

.c-offset-2 {
  margin-left: 16.66667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.33333%;
}

.c-offset-5 {
  margin-left: 41.66667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.33333%;
}

.c-offset-8 {
  margin-left: 66.66667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.33333%;
}

.c-offset-11 {
  margin-left: 91.66667%;
}

.c-hidden--sm {
  display: none;
}

.c-hidden--md {
  display: block;
}

.c-hidden--lg {
  display: block;
}

.c-visible--sm {
  display: block;
}

.c-visible--md {
  display: none;
}

.c-visible--lg {
  display: none;
}

.c-title.c-title--center {
  text-align: center;
}

.c-title h2 {
  display: block;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (40 / 375));
  letter-spacing: .05em;
  line-height: 1;
  color: #FD780F;
  transition: all 1.6s ease .2s;
  white-space: nowrap;
  overflow: hidden;
}

.c-title h2 span {
  display: inline-block;
  transform: translateY(100%);
  transition: all .4s ease;
}

.c-title h2 span:nth-child(1) {
  transition-delay: 0s;
}

.c-title h2 span:nth-child(2) {
  transition-delay: 0.05s;
}

.c-title h2 span:nth-child(3) {
  transition-delay: 0.1s;
}

.c-title h2 span:nth-child(4) {
  transition-delay: 0.15s;
}

.c-title h2 span:nth-child(5) {
  transition-delay: 0.2s;
}

.c-title h2 span:nth-child(6) {
  transition-delay: 0.25s;
}

.c-title h2 span:nth-child(7) {
  transition-delay: 0.3s;
}

.c-title h2 span:nth-child(8) {
  transition-delay: 0.35s;
}

.c-title h2 span:nth-child(9) {
  transition-delay: 0.4s;
}

.c-title h2 span:nth-child(10) {
  transition-delay: 0.45s;
}

.c-title h2 span:nth-child(11) {
  transition-delay: 0.5s;
}

.c-title h2 span:nth-child(12) {
  transition-delay: 0.55s;
}

.c-title h2 span:nth-child(13) {
  transition-delay: 0.6s;
}

.c-title h2 span:nth-child(14) {
  transition-delay: 0.65s;
}

.c-title h2 span:nth-child(15) {
  transition-delay: 0.7s;
}

.c-title h2 span:nth-child(16) {
  transition-delay: 0.75s;
}

.c-title h2 span:nth-child(17) {
  transition-delay: 0.8s;
}

.c-title h2 span:nth-child(18) {
  transition-delay: 0.85s;
}

.c-title h2 span:nth-child(19) {
  transition-delay: 0.9s;
}

.c-title h2 span:nth-child(20) {
  transition-delay: 0.95s;
}

.c-title p {
  display: inline-block;
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  margin-top: calc(100vw * (8 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all .4s ease .4s;
}

.c-title.is-animation h2 span {
  transform: translateY(0);
}

.c-title.is-animation p {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.c-time {
  display: block;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (12 / 375));
  font-weight: 600;
  line-height: 1;
  color: #FD780F;
}

.c-textSet {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (16 / 375));
  font-weight: 600;
  line-height: 2;
  margin-bottom: calc(100vw * (16 / 375));
}

.c-textSet.c-textSet--en {
  font-size: calc(100vw * (10 / 375));
  color: #FD780F;
  font-weight: 700;
}

.c-formItem {
  margin-bottom: calc(100vw * (24 / 375));
}

.c-formSubmit {
  margin: 48px auto 0;
  max-width: 300px;
}

.c-formSubmit + .c-formSubmit {
  margin-top: 32px;
}

.c-formLabel {
  display: block;
  margin-bottom: calc(100vw * (8 / 375));
  font-size: calc(100vw * (12 / 375));
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.c-formLabel--required::after {
  content: "※";
  display: inline-block;
  color: #FD780F;
  font-size: .8rem;
  transform: translateY(-75%);
}

.c-formText, .c-formTextArea {
  display: block;
  background: #F7F7F7;
  border: solid 1px #eee;
  color: #33302E;
  width: 100%;
  font-size: 1.6rem;
  padding: calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375));
  border-radius: calc(100vw * (4 / 375));
  line-height: 1;
}

.c-formText:-ms-input-placeholder, .c-formTextArea:-ms-input-placeholder {
  color: #ddd;
}

.c-formText::placeholder, .c-formTextArea::placeholder {
  color: #ddd;
}

.c-radioGroupList, .c-checkGroupList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.c-radioGroupList .c-radioGroupItem, .c-radioGroupList .c-checkGroupItem, .c-checkGroupList .c-radioGroupItem, .c-checkGroupList .c-checkGroupItem {
  width: auto;
}

.c-radioGroupItem, .c-checkGroupItem {
  display: block;
  margin-bottom: 4px;
}

.c-radioGroupItem input.c-formRadio, .c-radioGroupItem input.c-formCheck, .c-checkGroupItem input.c-formRadio, .c-checkGroupItem input.c-formCheck {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.c-radioGroupItem input.c-formRadio:checked + .c-formRadioLabel::after, .c-radioGroupItem input.c-formRadio:checked + .c-formCheckLabel::after, .c-radioGroupItem input.c-formCheck:checked + .c-formRadioLabel::after, .c-radioGroupItem input.c-formCheck:checked + .c-formCheckLabel::after, .c-checkGroupItem input.c-formRadio:checked + .c-formRadioLabel::after, .c-checkGroupItem input.c-formRadio:checked + .c-formCheckLabel::after, .c-checkGroupItem input.c-formCheck:checked + .c-formRadioLabel::after, .c-checkGroupItem input.c-formCheck:checked + .c-formCheckLabel::after {
  width: calc(100vw * (8 / 375));
  height: calc(100vw * (8 / 375));
  opacity: 1;
}

.c-radioGroupItem .c-formRadioLabel, .c-radioGroupItem .c-formCheckLabel, .c-checkGroupItem .c-formRadioLabel, .c-checkGroupItem .c-formCheckLabel {
  padding-left: calc(100vw * (24 / 375));
  position: relative;
}

.c-radioGroupItem .c-formRadioLabel::before, .c-radioGroupItem .c-formRadioLabel::after, .c-radioGroupItem .c-formCheckLabel::before, .c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formCheckLabel::after {
  content: "";
  display: block;
  position: absolute;
}

.c-radioGroupItem .c-formRadioLabel::before, .c-radioGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formCheckLabel::before {
  width: calc(100vw * (16 / 375));
  height: calc(100vw * (16 / 375));
  border: solid 1px #eee;
  top: 50%;
  left: calc(100vw * (8 / 375));
  transform: translate(-50%, -50%);
}

.c-radioGroupItem .c-formRadioLabel::after, .c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formCheckLabel::after {
  width: calc(100vw * (0 / 375));
  height: calc(100vw * (0 / 375));
  background: #FD780F;
  top: 50%;
  left: calc(100vw * (8 / 375));
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all .4s ease;
}

.c-radioGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formRadioLabel::before {
  border-radius: calc(100vw * (16 / 375));
}

.c-radioGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formRadioLabel::after {
  border-radius: calc(100vw * (8 / 375));
}

.c-radioGroupItem .c-formCheckLabel a, .c-checkGroupItem .c-formCheckLabel a {
  font-weight: 700;
}

.c-radioGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formCheckLabel::before {
  border-radius: calc(100vw * (2 / 375));
}

.c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formCheckLabel::after {
  border-radius: calc(100vw * (1 / 375));
}

.c-formSelect {
  position: relative;
}

.c-formSelect select {
  display: block;
  background: #F7F7F7;
  color: #33302E;
  width: 100%;
  border: solid 1px #33302E;
  font-size: 1.6rem;
  padding: 7px 32px;
  line-height: 1;
}

.c-formSelect::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #33302E;
  border-bottom: solid 2px #33302E;
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  transform: rotate(45deg);
}

.c-formTextArea {
  height: 240px;
  resize: none;
  line-height: 1.5;
}

.c-formAgreement {
  text-align: right;
}

.c-logo {
  display: flex;
  align-items: center;
  line-height: 1;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}

.c-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.c-modal .c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 48, 46, 0.75);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 0;
}

.c-modal .c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw * (48 / 375));
  height: calc(100vw * (48 / 375));
  background: #33302E;
  cursor: pointer;
  z-index: 2;
}

.c-modal .c-modal__close::before, .c-modal .c-modal__close::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-modal .c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal .c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal .c-modal__wrap {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc( 100% - 32px);
  background: #F7F7F7;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-modal .c-modal__wrap::-webkit-scrollbar {
  display: none;
}

.c-modal .c-modal__body {
  padding: calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375));
}

.c-modal .c-modal__iframe {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}

.c-modal .c-modal__iframe::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100vw * (48 / 375));
  padding: calc(100vw * (8 / 375)) calc(100vw * (0 / 375)) calc(100vw * (0 / 375)) calc(100vw * (0 / 375));
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FD780F;
  --loading-mask: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--loading-mask);
  mask: var(--loading-mask);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: modalLoading 1s infinite linear;
}

@keyframes modalLoading {
  to {
    transform: rotate(1turn);
  }
}

.c-modal .c-modal__iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

@keyframes modalLoading {
  to {
    transform: rotate(1turn);
  }
}

.c-pager {
  margin-top: 64px;
}

.c-pagerNum {
  max-width: 480px;
  margin: 0 auto;
}

.c-pagerNum {
  max-width: 480px;
  margin: 0 auto;
}

.c-pagerList, .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: calc(100vw * (12 / 375));
  gap: calc(100vw * (12 / 375));
}

.c-pagerItem, .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #eee;
  transition: all .4s ease;
}

.page-numbers.dots {
  transform: translate(0, -25%);
  color: #eee;
}

.page-numbers.prev, .page-numbers.next {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (12 / 375));
  font-weight: 700;
  transition: all .4s ease;
  color: #33302E;
}

.c-pagerItem:first-child, .page-numbers:first-child {
  margin-left: 0;
}

.c-pagerItem:last-child, .page-numbers:last-child {
  margin-right: 0;
}

.c-pagerItem.is-active, a.c-pagerItem:hover, .page-numbers.current, a.page-numbers:hover {
  color: #FD780F;
  opacity: 1;
}

.c-panel {
  padding-top: calc(100vw * (24 / 375));
  padding-bottom: calc(100vw * (24 / 375));
  padding-left: calc(100vw * (20 / 375));
  padding-right: calc(100vw * (20 / 375));
  background: #fff;
  border-radius: calc(100vw * (10 / 375));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-panel .c-panel__title {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (32 / 375));
  font-weight: 700;
  line-height: 1;
  color: #FD780F;
  margin-bottom: calc(100vw * (24 / 375));
}

.c-panel .c-panel__text {
  font-size: calc(100vw * (12 / 375));
  margin-bottom: calc(100vw * (24 / 375));
}

.c-panel .c-viewMore {
  background: #F7F7F7;
  padding: calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375));
}

.c-sideNav {
  display: none;
  padding-bottom: 64px;
}

.c-sideNav .c-sideNav__bar {
  width: 2px;
  height: 25vh;
  background: #ddd;
  overflow: hidden;
}

.c-sideNav .c-sideNav__bar span {
  display: block;
  background: #FD780F;
  width: 100%;
  height: 0;
}

.c-sideNav .c-sideNav__list {
  padding-left: 32px;
}

.c-sideNav .c-sideNav__list .c-sideNav__item {
  margin-bottom: 12px;
}

.c-sideNav .c-sideNav__item {
  display: block;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  color: #ddd;
  transition: all .8s ease;
}

.c-sideNav .c-sideNav__item.is-active {
  color: #79E0F9;
}

.c-sideNav .c-sideNav__item:hover {
  opacity: 1;
}

.c-toggle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 48px;
}

.c-toggle .c-toggleBg {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FD780F;
  transition: all .8s ease;
  border-radius: 48px;
}

.c-toggle .c-toggleList {
  display: flex;
}

.c-toggle .c-toggleItem {
  width: 120px;
  padding: 17px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #eee;
  cursor: pointer;
  position: relative;
  transition: all .4s ease;
  z-index: 1;
}

.c-toggle .c-toggleItem.ic-active {
  color: #fff;
}

.c-xtuberListWrap {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (16 / 375));
  gap: calc(100vw * (16 / 375));
}

.c-xtuberListWrap + .c-xtuberListWrap {
  margin-top: calc(100vw * (64 / 375));
}

.c-xtuberListWrap .c-btn {
  font-size: calc(100vw * (18 / 375));
}

.c-xtuberList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (16 / 375));
  gap: calc(100vw * (16 / 375));
}

.c-xtuberList .c-xtuberItem {
  width: calc(50% - (100vw * (16 / 375) / 2));
}

.c-xtuberItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: calc(100vw * (8 / 375));
  gap: calc(100vw * (8 / 375));
}

.c-xtuberItem .c-xtuberItem__thumb {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: calc(100vw * (10 / 375));
  overflow: hidden;
  width: 100%;
}

.c-xtuberItem .c-xtuberItem__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.c-xtuberItem .c-xtuberItem__bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--vtuber-color, #FD780F);
  opacity: 1;
  z-index: 0;
}

.c-xtuberItem .c-xtuberItem__bgname {
  position: absolute;
  top: calc(100vw * (16 / 375));
  left: calc(100vw * (8 / 375));
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (24 / 375));
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #F7F7F7;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-150%);
}

.c-xtuberItem .c-xtuberItem__name {
  text-align: center;
  font-size: calc(100vw * (16 / 375));
  font-weight: 700;
  color: #33302E;
}

.c-xtuberItem:hover {
  opacity: 1;
}

.c-xtuberItem:hover .c-xtuberItem__thumb img {
  transform: scale(1.2);
}

.c-xtuberItem:hover .c-xtuberItem__thumb .c-xtuberItem__bgname {
  opacity: .8;
  transform: translateX(0);
}

.c-xtuberShowHero {
  position: fixed;
  width: 75%;
  height: calc(100vh - 72px);
  z-index: -1;
  top: 72px;
  right: -15%;
}

.c-xtuberShowHero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% * (60/75));
  height: 100%;
  background: var(--vtuber-color, #FD780F);
  z-index: -1;
  clip-path: polygon(100% 0, 100% 100%, 100% 100%);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.is-show .c-xtuberShowHero::before {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.c-xtuberShowHero img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 16px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-show .c-xtuberShowHero img {
  opacity: 1;
  transform: translate(-50%, 0);
}

.c-xtuberShowHero.c-xtuberShowHero--r {
  right: 0;
}

.c-xtuberShowHero.c-xtuberShowHero--r::before {
  left: auto;
  right: 0;
}

.c-xtuberShowHero.c-xtuberShowHero--r img {
  max-width: 100vw;
  object-fit: cover;
  left: auto;
  right: 0;
  transform: translate(0, 16px);
}

.c-xtuberShowHead {
  position: relative;
  width: 75%;
  margin-bottom: calc(100vw * (64 / 375));
}

.c-xtuberShowNameWrap {
  margin-bottom: calc(100vw * (32 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.is-loaded .c-xtuberShowNameWrap {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.c-xtuberShowGallery, .c-xtuberShowSNS, .c-xtuberShowDescription, .c-xtuberShowProfile, .c-xtuberShowScroll {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.is-loaded .c-xtuberShowGallery, .is-loaded .c-xtuberShowSNS, .is-loaded .c-xtuberShowDescription, .is-loaded .c-xtuberShowProfile, .is-loaded .c-xtuberShowScroll {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.c-xtuberShowName {
  display: block;
  color: var(--vtuber-color, #FD780F);
  line-height: 1;
}

.c-xtuberShowName.c-xtuberShowName--ja {
  font-size: calc(100vw * (40 / 375));
  font-weight: 700;
}

.c-xtuberShowName.c-xtuberShowName--en {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  font-size: calc(100vw * (16 / 375));
  margin-bottom: calc(100vw * (16 / 375));
}

.c-xtuberShowGallery {
  margin-bottom: calc(100vw * (24 / 375));
  position: relative;
}

.c-xtuberShowGalleryTitle {
  display: block;
  font-size: calc(100vw * (12 / 375));
  font-weight: 500;
  margin-bottom: calc(100vw * (8 / 375));
}

.c-xtuberShowGalleryList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (8 / 375));
  gap: calc(100vw * (8 / 375));
  margin-bottom: calc(100vw * (0 / 375));
}

.c-xtuberShowGalleryList .c-xtuberShowGalleryItem {
  width: calc((25%) - (100vw * (8 / 375) * 3 / 4));
}

.c-xtuberShowGalleryItem {
  aspect-ratio: 1/1;
  border-radius: calc(100vw * (5 / 375));
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.c-xtuberShowGalleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.c-xtuberShowGalleryItem::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% / 3);
  background: var(--vtuber-color, #FD780F);
  border-radius: calc(100vw * (5 / 375));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-xtuberShowGalleryItem:hover::before, .c-xtuberShowGalleryItem.is-active::before {
  height: calc(100% / 2);
}

.c-xtuberShowGalleryNav {
  display: flex;
  align-items: center;
  grid-gap: calc(100vw * (20 / 375));
  gap: calc(100vw * (20 / 375));
}

.c-xtuberShowGalleryNav .c-xtuberShowGalleryNav__prev, .c-xtuberShowGalleryNav .c-xtuberShowGalleryNav__next {
  cursor: pointer;
}

.c-xtuberShowGalleryNav .c-xtuberShowGalleryNav__progress {
  display: block;
}

.c-xtuberShowGalleryNav .c-xtuberShowGalleryNav__progress span {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-xtuberShowSNS {
  display: flex;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375));
  margin-bottom: calc(100vw * (24 / 375));
  border-radius: calc(100vw * (10 / 375));
  grid-gap: calc(100vw * (16 / 375));
  gap: calc(100vw * (16 / 375));
}

.c-xtuberShowSNSTitle {
  display: block;
  font-size: calc(100vw * (16 / 375));
  font-weight: 300;
  text-align: center;
  line-height: 1;
}

.c-xtuberShowSNSList {
  display: flex;
  align-items: center;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.c-xtuberShowSNSList .c-xtuberShowSNSItem svg {
  display: block;
  width: auto;
  height: calc(100vw * (24 / 375));
}

.c-xtuberShowSNSList .c-xtuberShowSNSItem svg path {
  fill: #33302E;
}

.c-xtuberShowDescription {
  margin-bottom: calc(100vw * (32 / 375));
}

.c-xtuberShowDescription p {
  font-size: calc(100vw * (18 / 375));
  font-weight: 700;
  line-height: 1.5;
  color: var(--vtuber-color, #FD780F);
  text-shadow: 0 0 4px #fff;
}

.c-xtuberShowProfile {
  margin-bottom: calc(100vw * (44 / 375));
}

.c-xtuberShowProfile dl {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(100vw * (14 / 375));
}

.c-xtuberShowProfile dl dt {
  width: calc(100% / 3);
  font-weight: 700;
}

.c-xtuberShowProfile dl dd {
  width: calc(100% / 3*2);
}

.c-xtuberShowVideoList .swiper-container {
  margin-bottom: calc(100vw * (16 / 375));
}

.c-xtuberShowVideoItem {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.c-xtuberShowVideoItem img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.c-xtuberShowVideoItem::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #33302E;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.c-xtuberShowVideoItem .c-xtuberShowVideoItem__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.c-xtuberShowVideoItem .c-xtuberShowVideoItem__icon svg {
  display: block;
  width: auto;
  height: calc(100vw * (48 / 375));
}

.c-xtuberShowVideoItem .c-xtuberShowVideoItem__icon svg path {
  fill: #F7F7F7;
}

.c-xtuberShowVideoItem:hover img {
  transform: scale(1.2);
}

.c-xtuberShowVideoItem:hover .c-xtuberShowVideoItem__icon {
  transform: translate(-50%, -50%) scale(0.8);
}

.c-xtuberShowBodyTab {
  overflow: scroll;
  margin-right: calc(100vw * (-32 / 375));
  margin-bottom: calc(100vw * (24 / 375));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-xtuberShowBodyTab::-webkit-scrollbar {
  display: none;
}

.c-xtuberShowBodyTab .c-xtuberShowBodyTabList {
  display: flex;
  align-items: center;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.c-xtuberShowBodyTab .c-xtuberShowBodyTabItem {
  display: flex;
  align-items: center;
  grid-gap: calc(100vw * (8 / 375));
  gap: calc(100vw * (8 / 375));
  font-weight: 400;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (16 / 375));
  line-height: 1;
  color: #33302E;
  border-radius: 10px;
  overflow-wrap: initial;
  opacity: .3;
  position: relative;
}

.c-xtuberShowBodyTab .c-xtuberShowBodyTabItem::before {
  content: '';
  display: block;
  width: calc(100vw * (0 / 375));
  height: calc(100vw * (0 / 375));
  background: #33302E;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-xtuberShowBodyTab .c-xtuberShowBodyTabItem.is-active {
  opacity: 1;
  font-weight: 700;
}

.c-xtuberShowBodyTab .c-xtuberShowBodyTabItem.is-active::before {
  width: calc(100vw * (8 / 375));
  height: calc(100vw * (8 / 375));
  border-radius: calc(100vw * (8 / 375));
}

.c-xtuberShowBodySection {
  border-top: solid 1px var(--vtuber-color, #FD780F);
  padding-top: calc(100vw * (16 / 375));
  padding-bottom: calc(100vw * (24 / 375));
}

.c-xtuberShowBodySection h3 {
  font-size: calc(100vw * (18 / 375));
  color: #33302E;
}

.c-xtuberShowBodySection dl dd a {
  color: var(--vtuber-color, #FD780F);
}

.c-xtuberShowVoiceList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  grid-gap: calc(100vw * (16 / 375));
  gap: calc(100vw * (16 / 375));
}

.c-xtuberShowVoiceItem audio {
  display: block;
  width: 100%;
}

article.c-xtuberShowHistoryBox h4 {
  background: #fff;
  padding: calc(100vw * (4 / 375)) calc(100vw * (8 / 375)) calc(100vw * (4 / 375)) calc(100vw * (8 / 375));
  font-size: calc(100vw * (14 / 375));
  border-radius: calc(100vw * (5 / 375));
  margin-bottom: calc(100vw * (12 / 375));
}

article.c-xtuberShowHistoryBox.c-xtuberShowHistoryBox--scrollable {
  overflow: scroll;
  max-height: calc(100vw * (414 / 375));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

article.c-xtuberShowHistoryBox.c-xtuberShowHistoryBox--scrollable::-webkit-scrollbar {
  display: none;
}

.c-xtuberShowBodyDownload {
  background: #F7F7F7;
  padding: calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375)) calc(100vw * (16 / 375));
  border-radius: calc(100vw * (10 / 375));
}

.c-xtuberShowBodyDownload h3 {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (32 / 375));
  line-height: 1;
  font-weight: 700;
  color: #FD780F;
  margin-bottom: calc(100vw * (24 / 375));
}

.c-xtuberShowBodyDownload .c-viewMore {
  margin-top: calc(100vw * (24 / 375));
}

.p-bg {
  position: fixed;
  top: 0;
  left: calc(100% / 3);
  width: 100%;
  z-index: -1;
  transform: translateX(-50%) rotate(-15deg);
  overflow: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-bg svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%, #f7f7f7 100%);
}

.is-top .p-bg {
  opacity: 0;
}

.p-contactHead {
  padding-bottom: calc(100vw * (24 / 375));
  border-bottom: solid 1px #eee;
  margin-bottom: calc(100vw * (24 / 375));
}

.p-contactHead p span {
  color: #FD780F;
  font-size: calc(100vw * (12 / 375));
}

.p-contactBody {
  padding-left: calc(100vw * (0 / 375));
}

.p-contactCompleteFoot {
  margin-top: calc(100vw * (40 / 375));
  padding-left: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (24 / 375));
}

.p-topCircle {
  position: fixed;
  width: 100vmin;
  height: 100vmin;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(100px);
  -webkit-filter: blur(100px);
  will-change: transform, opacity;
}

.p-topCircle .p-topCircle__filter {
  display: none;
  pointer-events: none;
}

.p-topCircle .p-topCircle__itemParent {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: filter, -webkit-filter;
  filter: url(#topCircle__filter);
  -webkit-filter: url(#topCircle__filter);
}

.p-topCircle .p-topCircle__itemChild {
  position: absolute;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: .5;
  will-change: left, background, transform;
}

.p-topCircle .p-topCircle__itemChild:not(.p-topCircle__itemChild--empty) {
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--1 {
  background: linear-gradient(0deg, #F779D9 0%, #FFD1F4 100%);
  background: linear-gradient(90deg, rgba(247, 121, 217, 0.5) 0%, #FD780F 100%);
  opacity: .8;
}

.p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--2 {
  background: linear-gradient(0deg, #79E0F9 0%, #F0FCFF 100%);
  background: linear-gradient(-90deg, rgba(121, 224, 249, 0.5) 0%, #FD780F 100%);
  opacity: .8;
}

.p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--empty {
  background: transparent !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  opacity: 0;
}

.p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--empty.p-topCircle__itemChild--1 {
  left: 25%;
}

.p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--empty.p-topCircle__itemChild--2 {
  left: 75%;
}

.p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--empty p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(100vw * (12 / 375));
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.p-topCircle .p-topCircle__end {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.p-topCircle .p-topCircle__end svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-topCircle .p-topCircle__end _::-webkit-full-page-media, .p-topCircle .p-topCircle__end _:future, :root .p-topCircle .p-topCircle__end {
  display: block;
}

.p-topCircle .p-topCircle__center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: calc(100vw * (96 / 375));
  height: calc(100vw * (96 / 375));
  opacity: 0;
}

.p-topCircle .p-topCircle__center p {
  font-size: calc(100vw * (24 / 375));
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
  text-stroke: 1px #D27630;
  -webkit-text-stroke: 1px #D27630;
  paint-order: stroke;
  line-height: 1;
  position: relative;
}

.p-topCircle .p-topCircle__center::before, .p-topCircle .p-topCircle__center::after {
  content: "";
  position: absolute;
  width: calc(100vw * (64 / 375));
  height: 1px;
  background: #D27630;
  z-index: -1;
}

.p-topCircle .p-topCircle__center::before {
  transform: rotate(45deg);
}

.p-topCircle .p-topCircle__center::after {
  transform: rotate(-45deg);
}

.p-topCircle .p-topCircle__itemMd, .p-topCircle .p-topCircle__itemSm {
  position: absolute;
  opacity: 0;
  border-radius: 100%;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-topCircle .p-topCircle__itemMd {
  width: 12.5%;
  height: 12.5%;
}

.p-topCircle .p-topCircle__itemMd.p-topCircle__itemMd__1 {
  background: linear-gradient(0deg, #F779D9 0%, #FFE7F8 100%);
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.p-topCircle .p-topCircle__itemMd.p-topCircle__itemMd__2 {
  background: linear-gradient(0deg, #79E0F9 0%, #EEFFEF 100%);
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  animation-delay: -6s;
}

.p-topCircle .p-topCircle__itemSm {
  width: 6.25%;
  height: 6.25%;
}

.p-topCircle .p-topCircle__itemSm.p-topCircle__itemSm__1 {
  background: linear-gradient(90deg, #FFB67D 0%, #F779D9 100%);
  top: 50%;
  left: 12.5%;
  transform: translate(-50%, -50%);
  animation-delay: -4s;
}

.p-topCircle .p-topCircle__itemSm.p-topCircle__itemSm__2 {
  background: linear-gradient(-90deg, #FFB67D 0%, #79E0F9 100%);
  top: 50%;
  left: 87.5%;
  transform: translate(-50%, -50%);
  animation-delay: -2s;
}

.p-hero {
  height: 100vh;
  height: 100svh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  transition: all .8s ease;
  position: relative;
  padding-top: calc(100vw * (72 / 375));
  padding-bottom: calc(100vw * (24 / 375));
}

.p-hero .p-heroImage {
  padding-left: calc(100vw * (36 / 375));
  padding-right: calc(100vw * (36 / 375));
  padding-bottom: calc(100vw * (16 / 375));
  height: calc(100% - (100vw * (184 / 375)));
  min-height: calc((100vw * (303 / 375)) / 16 * 27);
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.is-loaded .p-hero .p-heroImage {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-hero .p-heroImage .swiper, .p-hero .p-heroImage .swiper-container, .p-hero .p-heroImage .swiper-wrapper, .p-hero .p-heroImage .swiper-slide {
  height: 100%;
}

.p-hero .p-heroImage .swiper {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: calc(100vw * (24 / 375));
  overflow: hidden;
}

.p-hero .p-heroImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero .p-heroMarquee {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(100vw * (72 / 375));
  transform: translateY(-50%);
  filter: drop-shadow(0 0 0 rgba(51, 48, 46, 0.1));
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s;
}

.is-loaded .p-hero .p-heroMarquee {
  filter: drop-shadow(-4px 4px 0 rgba(51, 48, 46, 0.1));
}

.p-hero .p-heroMarquee .p-heroMarquee__item {
  display: flex;
  grid-gap: calc(100vw * (32 / 375));
  gap: calc(100vw * (32 / 375));
  animation: heroMarquee 8s linear infinite;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg {
  display: block;
  width: auto;
  height: calc(100vw * (30 / 375));
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path {
  transform: translateY(100%);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(1) {
  transition-delay: 1.6s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(2) {
  transition-delay: 1.7s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(3) {
  transition-delay: 1.8s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(4) {
  transition-delay: 1.9s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(5) {
  transition-delay: 2s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(6) {
  transition-delay: 2.1s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(7) {
  transition-delay: 2.2s;
}

.p-hero .p-heroMarquee .p-heroMarquee__item svg path:nth-child(8) {
  transition-delay: 2.3s;
}

.is-loaded .p-hero .p-heroMarquee .p-heroMarquee__item svg path {
  transform: translateY(0);
}

.p-hero .p-heroCatchphrase {
  position: absolute;
  z-index: 1;
  top: calc(100vw * (200 / 375));
  left: calc(100vw * (50 / 375));
  width: calc(100vw * (152 / 375));
  display: none;
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s;
}

.is-loaded .p-hero .p-heroCatchphrase {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-hero .p-heroCatchphrase svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-hero .p-heroText {
  position: relative;
  z-index: 1;
  margin-top: calc(100vw * (-76 / 375));
  padding-right: calc(100vw * (20 / 375));
  padding-left: calc(100vw * (20 / 375));
  margin-bottom: calc(100vw * (24 / 375));
  left: calc(100vw * (0 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s;
}

.is-loaded .p-hero .p-heroText {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-hero .p-heroText .p-heroText__typo {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (16 / 375));
  gap: calc(100vw * (16 / 375));
  margin-bottom: calc(100vw * (12 / 375));
}

.p-hero .p-heroText .p-heroText__typo .p-heroText__typo__item svg {
  display: block;
  width: auto;
  height: calc(100vw * (40 / 375));
}

.p-hero .p-heroText h2 {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.p-hero .p-heroText p {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  line-height: 1;
  color: #FD780F;
}

.p-hero .p-heroNav {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}

.is-loaded .p-hero .p-heroNav {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-hero .p-heroScroll {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s;
}

.is-loaded .p-hero .p-heroScroll {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-hero .p-heroScroll .c-btn {
  background: transparent;
}

.p-hero .p-heroScroll .c-btn:hover {
  background: #FD780F;
}

@keyframes heroMarquee {
  100% {
    transform: translateX(calc(-1 *  (((100vw * ((30/17*202)/375))) + (100vw * (32/375)))));
  }
}

@keyframes XtuberMarquee {
  100% {
    transform: translateX(calc(-1 *  (((100vw * ((200)/375))) + (100vw * (24/375)))));
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.p-mainAbout {
  padding-top: calc(100vw * (24 / 375));
  padding-bottom: calc(100vw * (60 / 375));
}

.p-mainAbout .p-mainAboutMain {
  position: sticky;
  top: calc(100vw * (56 / 375));
  display: flex;
  flex-direction: column;
  height: calc(100vh - (100vw * (112 / 375)));
  justify-content: space-between;
}

.p-mainAbout .p-mainAboutSpace {
  height: 100vh;
}

.p-mainAbout .c-title {
  margin-bottom: 0;
  padding-bottom: calc(100vw * (48 / 375));
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg {
  margin-bottom: calc(100vw * (8 / 375));
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg {
  display: block;
  width: auto;
  height: calc(100vw * (80 / 375));
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg:nth-child(2) {
  display: none;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path {
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(1) {
  transition-delay: 0s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(2) {
  transition-delay: 0.05s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(3) {
  transition-delay: 0.1s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(4) {
  transition-delay: 0.15s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(5) {
  transition-delay: 0.2s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(6) {
  transition-delay: 0.25s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(7) {
  transition-delay: 0.3s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(8) {
  transition-delay: 0.35s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(9) {
  transition-delay: 0.4s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(10) {
  transition-delay: 0.45s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(11) {
  transition-delay: 0.5s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(12) {
  transition-delay: 0.55s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(13) {
  transition-delay: 0.6s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(14) {
  transition-delay: 0.65s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg path:nth-child(15) {
  transition-delay: 0.7s;
}

.p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__text {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (10 / 375));
  font-weight: 700;
  color: #FD780F;
  line-height: 1;
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.p-mainAbout .p-mainAboutHead.is-show .p-mainAboutConcept .p-mainAboutConcept__svg svg path {
  opacity: 1;
  transform: translateY(0);
}

.p-mainAbout .p-mainAboutHead.is-show .p-mainAboutConcept .p-mainAboutConcept__text {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainAbout .p-mainAboutBody {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainAbout .p-mainAboutBody .c-textSet.js-separate span {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: .5;
}

.p-mainAbout .p-mainAboutBody .c-textSet.js-separate span.is-show {
  opacity: 1;
}

.p-mainAbout .p-mainAboutBody.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg {
  margin-bottom: calc(100vw * (8 / 375));
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg {
  display: block;
  width: auto;
  height: calc(100vw * (32 / 375));
  margin-left: auto;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path {
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(1) {
  transition-delay: 0s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(2) {
  transition-delay: 0.05s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(3) {
  transition-delay: 0.1s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(4) {
  transition-delay: 0.15s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(5) {
  transition-delay: 0.2s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(6) {
  transition-delay: 0.25s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(7) {
  transition-delay: 0.3s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(8) {
  transition-delay: 0.35s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(9) {
  transition-delay: 0.4s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg path:nth-child(10) {
  transition-delay: 0.45s;
}

.p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__text {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (10 / 375));
  font-weight: 700;
  color: #FD780F;
  line-height: 1;
  text-align: right;
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.p-mainAbout .p-mainAboutFoot.is-show .p-mainAboutFoot__svg svg path {
  opacity: 1;
  transform: translateY(0);
}

.p-mainAbout .p-mainAboutFoot.is-show .p-mainAboutFoot__text {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainBusiness {
  padding-top: calc(100vw * (40 / 375));
  padding-bottom: calc(100vw * (60 / 375));
}

.p-mainBusiness .p-mainBusinessHead {
  padding-bottom: calc(100vw * (16 / 375));
  position: sticky;
  top: calc(100vw * (56 / 375));
}

.p-mainBusiness .p-mainBusinessHead .c-title {
  margin-bottom: calc(100vw * (32 / 375));
}

.p-mainBusiness .p-mainBusinessHead .p-mainBusinessConcept {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainBusiness .p-mainBusinessHead .p-mainBusinessConcept .p-mainBusinessConcept__svg svg {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vw * (32 / 375));
}

.p-mainBusiness .p-mainBusinessHead .p-mainBusinessConcept.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainBusiness .p-mainBusinessBody {
  position: sticky;
  top: calc(100vw * (213 / 375));
}

.p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__space {
  height: 100vw;
}

.p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text {
  padding-bottom: calc(100vw * (16 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text .c-textSet.js-separate span {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: .5;
}

.p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text .c-textSet.js-separate span.is-show {
  opacity: 1;
}

.p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text .c-textSet.c-textSet--en {
  margin-bottom: 0;
}

.p-mainBusiness .p-mainBusinessFoot {
  height: 100vw;
}

.p-mainXtuber {
  padding-top: calc(100vw * (40 / 375));
  padding-bottom: calc(100vw * (60 / 375));
}

.p-mainXtuber .p-mainXtuberHead {
  margin-bottom: calc(100vw * (40 / 375));
}

.p-mainXtuber .p-mainXtuberBody {
  margin-bottom: calc(100vw * (48 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainXtuber .p-mainXtuberBody.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainXtuber .p-mainXtuberFoot {
  padding-left: calc(100vw * (48 / 375));
  padding-right: calc(100vw * (48 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainXtuber .p-mainXtuberFoot.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-XtuberSlider {
  position: relative;
}

.p-XtuberSliderHead, .p-XtuberSliderFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
  padding-left: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (24 / 375));
}

.p-XtuberSliderHead {
  margin-bottom: calc(100vw * (16 / 375));
}

.p-XtuberSliderFoot {
  margin-top: calc(100vw * (8 / 375));
}

.p-XtuberSliderBtn {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

.p-XtuberSliderNav.c-swiperNav {
  margin: 0;
}

.p-XtuberSliderCross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw * (144 / 375));
  aspect-ratio: 1/1;
  opacity: .2;
  z-index: -1;
}

.p-XtuberSliderCross::before, .p-XtuberSliderCross::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #D27630;
  position: absolute;
  top: 50%;
  left: 50%;
}

.p-XtuberSliderCross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-XtuberSliderCross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-XtuberSliderMarquee {
  overflow: hidden;
  pointer-events: none;
  position: relative;
  z-index: -1;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item {
  display: flex;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
  animation: XtuberMarquee 8s linear infinite;
  padding-top: calc(100vw * (12 / 375));
  padding-bottom: calc(100vw * (12 / 375));
  overflow-wrap: initial;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span {
  display: block;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (60 / 375));
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transform: translateY(120%);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-show .p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span {
  transform: translateY(0);
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(1) {
  transition-delay: 0.8s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(2) {
  transition-delay: 0.9s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(3) {
  transition-delay: 1s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(4) {
  transition-delay: 1.1s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(5) {
  transition-delay: 1.2s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(6) {
  transition-delay: 1.3s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(7) {
  transition-delay: 1.4s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(8) {
  transition-delay: 1.5s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(9) {
  transition-delay: 1.6s;
}

.p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span:nth-child(10) {
  transition-delay: 1.7s;
}

.p-XtuberSliderItem.p-XtuberSliderItem--1 .swiper-wrapper {
  align-items: flex-start;
}

.p-XtuberSliderItem.p-XtuberSliderItem--2 .swiper-wrapper {
  align-items: flex-end;
}

.p-XtuberSliderItem .swiper-wrapper {
  padding-bottom: 8px;
}

.p-XtuberSliderItem .swiper-container {
  padding-left: calc(100vw * (64 / 375));
  padding-right: calc(100vw * (64 / 375));
}

.p-XtuberSliderItem .swiper-slide {
  border-radius: calc(100vw * (10 / 375));
  cursor: pointer;
}

.p-XtuberSliderItem .swiper-slide.c-hidden--sm {
  pointer-events: none;
}

.p-XtuberSliderItem .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}

.p-XtuberSliderCard {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: calc(100vw * (10 / 375));
  overflow: hidden;
}

.p-XtuberSliderCard::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 247, 0.7);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: visible;
  transform: translate(-50%, -50%);
  border-radius: calc(100vw * (10 / 375));
}

.p-XtuberSliderCard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.p-XtuberSliderCard .c-btn {
  position: absolute;
  right: calc(100vw * (8 / 375));
  bottom: calc(100vw * (8 / 375));
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.swiper-slide-active .p-XtuberSliderCard .c-btn {
  opacity: 1;
  visibility: visible;
}

.p-XtuberSliderCard .p-XtuberSliderCard__profile {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (8 / 375));
  gap: calc(100vw * (8 / 375));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  padding: 40% 15% 0 15%;
  text-align: left;
  z-index: 3;
}

.p-XtuberSliderCard .p-XtuberSliderCard__profile h3 {
  font-size: calc(100vw * (16 / 375));
  color: #FD780F;
  line-height: 1;
}

.p-XtuberSliderCard .p-XtuberSliderCard__profile dl {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(100vw * (12 / 375));
  color: #33302E;
}

.swiper-container-Xtuber-2 .p-XtuberSliderCard .p-XtuberSliderCard__profile dl {
  flex-direction: row-reverse;
}

.p-XtuberSliderCard .p-XtuberSliderCard__profile dl dt {
  width: calc(100% / 3);
  font-weight: 700;
}

.p-XtuberSliderCard .p-XtuberSliderCard__profile dl dd {
  width: calc(100% / 3*2);
}

.p-XtuberSliderCard .p-XtuberSliderCard__bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--vtuber-color, #FD780F);
  opacity: 1;
  z-index: 0;
}

.p-XtuberSliderCard .p-XtuberSliderCard__name {
  position: absolute;
  top: calc(100vw * (16 / 375));
  left: calc(100vw * (8 / 375));
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (24 / 375));
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #F7F7F7;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateX(-150%);
}

.swiper-slide-active .p-XtuberSliderCard .p-XtuberSliderCard__name {
  opacity: .8;
  transform: translateX(0);
}

.swiper-slide-active .p-XtuberSliderCard::after {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide-active .p-XtuberSliderCard:hover {
  opacity: 1;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.swiper-slide-active .p-XtuberSliderCard:hover .p-XtuberSliderCard__profile {
  opacity: 1;
  visibility: visible;
}

.p-mainNews {
  padding-top: calc(100vw * (40 / 375));
  padding-bottom: calc(100vw * (60 / 375));
}

.p-mainNews .p-mainNewsHead {
  margin-bottom: calc(100vw * (32 / 375));
}

.p-mainNews .p-mainNewsBody {
  padding-left: calc(100vw * (24 / 375));
}

.p-mainNews .p-mainNewsBox {
  background: #fff;
  border-top-left-radius: calc(100vw * (20 / 375));
  border-bottom-left-radius: calc(100vw * (20 / 375));
  padding-top: calc(100vw * (24 / 375));
  padding-bottom: calc(100vw * (32 / 375));
  position: relative;
}

.p-mainNews .p-mainNewsBox .swiper-container {
  padding-left: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (48 / 375));
}

.p-mainNews .p-mainNewsList {
  margin-bottom: calc(100vw * (24 / 375));
}

.p-mainNews .p-mainNewsList .c-contentsList {
  display: block;
}

.p-mainNews .p-newsNav {
  margin-bottom: calc(100vw * (40 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainNews .p-newsNav.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainNews .p-mainNewsMore {
  padding-left: calc(100vw * (24 / 375));
  padding-right: calc(100vw * (48 / 375));
  position: relative;
  top: calc(100vw * (0 / 375));
  margin-top: calc(100vw * (0 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainNews .p-mainNewsMore.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-mainCompany {
  padding-top: calc(100vw * (40 / 375));
  padding-bottom: calc(100vw * (60 / 375));
}

.p-mainCompany .p-mainCompanyHead {
  margin-bottom: calc(100vw * (32 / 375));
}

.p-mainCompany .p-mainCompanyBody {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-mainCompany .p-mainCompanyBody.is-show {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-footerMarquee {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-footerMarquee .p-footerMarquee__item {
  display: flex;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
  animation: footerMarquee 16s linear infinite;
  position: relative;
}

.p-footerMarquee .p-footerMarquee__item span {
  display: block;
  transform: translateY(100%);
  transition: all .4s ease;
}

.p-footerMarquee .p-footerMarquee__item span:nth-child(1) {
  transition-delay: 0s;
}

.p-footerMarquee .p-footerMarquee__item span:nth-child(2) {
  transition-delay: 0.1s;
}

.p-footerMarquee .p-footerMarquee__item span:nth-child(3) {
  transition-delay: 0.2s;
}

.p-footerMarquee .p-footerMarquee__item span:nth-child(4) {
  transition-delay: 0.3s;
}

.p-footerMarquee .p-footerMarquee__item span:nth-child(5) {
  transition-delay: 0.4s;
}

.p-footerMarquee .p-footerMarquee__item span svg {
  display: block;
  width: auto;
  height: calc(100vw * (72 / 375));
}

.p-footerMarquee .p-footerMarquee__item span svg path {
  fill: #79E0F9;
}

.p-footerMarquee.is-show .p-footerMarquee__item span {
  transform: translateY(0);
}

@keyframes footerMarquee {
  100% {
    transform: translateX(calc(-1 *  (((100vw * ((717.81)/375))) + (100vw * (24/375)))));
  }
}

.p-footer {
  background: #79E0F9;
  border-top-left-radius: calc(100vw * (10 / 375));
  border-top-right-radius: calc(100vw * (10 / 375));
  position: relative;
  z-index: 1;
}

.p-footer .p-footerWrap {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (40 / 375));
  gap: calc(100vw * (40 / 375));
  padding-top: calc(100vw * (40 / 375));
  padding-bottom: calc(100vw * (40 / 375));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  mask-image: linear-gradient(90deg, #fff 33.33%, transparent 66.66%);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-footer.is-show .p-footerWrap {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-footer .p-footerPanelList {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.p-footer .p-footerPanelList .c-panel {
  flex: 1 1;
}

.p-footer .p-footerSectionList {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (40 / 375));
  gap: calc(100vw * (40 / 375));
}

.p-footer .p-footerSectionItem .p-footerSectionItem__title {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (12 / 375));
  font-weight: 700;
  color: #FD780F;
  margin-bottom: calc(100vw * (16 / 375));
}

.p-footer .p-footerMenuList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.p-footer .p-footerMenuItem {
  display: block;
  font-size: calc(100vw * (12 / 375));
  font-weight: 400;
  width: calc(50% - (100vw * (24/375) / 2));
  color: #33302E;
}

.p-footer .p-footerSNSList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.p-footer .p-footerSNSItem svg, .p-footer .p-footerSNSItem img {
  display: block;
  width: auto;
  height: calc(100vw * (32 / 375));
}

.p-footer .p-footerSNSItem svg path {
  fill: #33302E;
}

.p-footer .p-footerCopyright {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
}

.p-footer .p-footerLogo {
  width: 100%;
}

.p-footer .p-footerLogo svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding-right: calc(100vw * (12 / 375));
  padding-left: calc(100vw * (12 / 375));
  z-index: 1000;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-header .p-headerLogo {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: calc(100vw * (20 / 375));
  padding-bottom: calc(100vw * (20 / 375));
}

.is-top .p-header .p-headerLogo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.is-top.is-scroll--view .p-header .p-headerLogo, .is-top.is-navOpen .p-header .p-headerLogo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-header .p-headerLogo a {
  display: block;
}

.p-header .p-headerLogo .c-logo svg {
  display: block;
  width: auto;
  height: calc(100vw * (16 / 375));
}

.p-header .p-headerLogo .c-logo svg path {
  fill: #33302E;
}

.p-header .p-headerLogo span {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.p-header .p-headerMenuBtn {
  width: calc(100vw * (52 / 375));
  height: calc(100vw * (32 / 375));
  border-radius: calc(100vw * (16 / 375));
  transition: all .4s ease;
  cursor: pointer;
  background: #fff;
  position: relative;
}

.p-header .p-headerMenuBtn span {
  display: block;
  position: absolute;
  right: calc(100vw * (13 / 375));
  height: 1px;
  background: #FD780F;
  transform: translateY(-50%);
  transition: width .4s ease .4s, top .4s ease .4s, opacity .4s ease, transform .4s ease;
}

.p-header .p-headerMenuBtn span:nth-child(1) {
  top: calc(50% - 4px);
  width: calc(100vw * (26 / 375));
}

.p-header .p-headerMenuBtn span:nth-child(2) {
  top: 50%;
  width: calc(100vw * (19.5 / 375));
}

.p-header .p-headerMenuBtn span:nth-child(3) {
  top: calc(50% + 4px);
  width: calc(100vw * (13 / 375));
}

.is-navOpen .p-header .p-headerMenuBtn span {
  transition: width .4s ease, top .4s ease, opacity .4s ease .4s, transform .4s ease .4s;
}

.is-navOpen .p-header .p-headerMenuBtn span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

.is-navOpen .p-header .p-headerMenuBtn span:nth-child(2) {
  opacity: 0;
  width: calc(100vw * (26 / 375));
}

.is-navOpen .p-header .p-headerMenuBtn span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  width: calc(100vw * (26 / 375));
}

.p-header .p-headerMenuList {
  display: none;
}

.p-header .p-headerMenuItem {
  display: block;
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  color: #33302E;
  position: relative;
  overflow: hidden;
}

.p-header .p-headerMenuItem span[data-word] {
  display: block;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-header .p-headerMenuItem span[data-word]::after {
  content: attr(data-word);
  display: block;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-header .p-headerMenuItem:hover {
  opacity: 1;
}

.p-header .p-headerMenuItem:hover span[data-word] {
  transform: translateY(-100%);
}

.p-header .p-headerMenuItem:hover span[data-word]::after {
  transform: translateY(0);
}

.p-header .p-headerContact {
  display: none;
  width: calc(100vw * (238 / 375));
}

.p-header .p-headerContact a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #FD780F;
  font-size: calc(100vw * (14 / 375));
  font-weight: 700;
  position: relative;
  line-height: 1;
}

.p-header .p-headerContact a::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100vw * (4 / 375));
  position: absolute;
  bottom: calc(100vw * (-2 / 375));
  left: 50%;
  transform: translateX(-50%);
  background: #79E0F9;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-header .p-headerContact a:hover {
  opacity: 1;
}

.p-header .p-headerContact a:hover::before {
  height: calc(100vw * (16 / 375));
}

.p-loading, .p-page_transition {
  background: #F7F7F7;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-page_transition {
  transition: all .8s ease;
  z-index: 900;
}

.is-loaded .p-page_transition {
  opacity: 0;
  visibility: hidden;
}

.p-page_transition.is-show {
  opacity: 1;
  visibility: visible;
}

.p-loading {
  background: #FD780F;
  transition: all 1.6s ease .8s;
  z-index: 5000;
}

.p-loading .p-loading__filter {
  display: none;
  pointer-events: none;
}

.p-loading .p-loading__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F7F7;
  transition: all 1.6s ease .6s;
}

.p-loading .p-loading__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw * (64 / 375));
  display: -ms-grid;
  display: grid;
  animation: loading 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  will-change: filter, -webkit-filter;
  filter: url(#loading__filter);
  -webkit-filter: url(#loading__filter);
}

.p-loading .p-loading__item::before, .p-loading .p-loading__item::after {
  content: "";
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  width: calc(100vw * (32 / 375));
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .5;
}

.p-loading .p-loading__item::before {
  background: #F779D9;
}

.p-loading .p-loading__item::after {
  background: #79E0F9;
  margin-left: auto;
}

.is-loaded .p-loading {
  top: -100%;
}

.is-loaded .p-loading .p-loading__bg {
  top: -100%;
}

.is-loaded .p-loading .c-logo {
  opacity: 0;
  visibility: hidden;
}

@keyframes loading {
  50% {
    width: calc(100vw * (32 / 375));
  }
  100% {
    width: calc(100vw * (64 / 375));
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.p-nav {
  background: #79E0F9;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  padding-top: calc(100vw * (120 / 375));
  padding-bottom: calc(100vw * (120 / 375));
  overflow: scroll;
  z-index: 900;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-nav::-webkit-scrollbar {
  display: none;
}

.p-nav .p-navWrap {
  display: flex;
  flex-direction: column;
  grid-gap: calc(100vw * (40 / 375));
  gap: calc(100vw * (40 / 375));
}

.p-nav .p-navMenuList .p-navMenuItem {
  display: block;
  margin-bottom: 24px;
}

.p-nav .p-navMenuList .p-navMenuItem:last-child {
  margin-bottom: 0;
}

.p-nav .p-navBg {
  position: fixed;
  z-index: -1;
  top: 15%;
  left: 50%;
  transform: translateX(-50%) rotate(-15deg);
  width: 150%;
  opacity: .25;
  pointer-events: none;
}

.p-nav .p-navBg svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-nav .p-navBg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #79e0f9 0%, rgba(121, 224, 249, 0) 50%, #79e0f9 100%);
}

.p-nav .p-navMenuItem {
  position: relative;
}

.p-nav .p-navMenuItem .c-title h2 {
  font-size: calc(100vw * (32 / 375));
  color: #FD780F;
}

.p-nav .p-navMenuItem .c-title p {
  font-size: calc(100vw * (12 / 375));
  color: #33302E;
}

.is-navOpen .p-nav .p-navMenuItem .c-title h2 span {
  transform: translateY(0);
}

.is-navOpen .p-nav .p-navMenuItem .c-title p {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.p-nav .p-navSectionItem .p-navSectionItem__title {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: calc(100vw * (12 / 375));
  font-weight: 700;
  color: #FD780F;
  margin-bottom: calc(100vw * (16 / 375));
}

.p-nav .p-navSNSList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(100vw * (24 / 375));
  gap: calc(100vw * (24 / 375));
}

.p-nav .p-navSNSItem svg {
  display: block;
  width: auto;
  height: calc(100vw * (32 / 375));
}

.p-nav .p-navSNSItem svg path {
  fill: #33302E;
}

.is-navOpen .p-nav {
  opacity: 1;
  visibility: visible;
}

.u-vaBase {
  vertical-align: baseline;
}

.u-vaTop {
  vertical-align: top;
}

.u-vaMiddle {
  vertical-align: middle;
}

.u-vaBottom {
  vertical-align: bottom;
}

.u-vaTxtBottom {
  vertical-align: text-bottom;
}

.u-vaTxtTop {
  vertical-align: text-top;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-dsNone {
  display: none;
}

.u-dsInline {
  display: inline;
}

.u-dsInlineBlock {
  display: inline-block;
}

.u-dsBlock {
  display: block;
}

.u-dsTable {
  display: table;
}

.u-dsTableCell {
  display: table-cell;
}

.u-dsFlex {
  display: flex;
}

.u-dsInlineFlex {
  display: inline-flex;
}

.u-floatLleft {
  float: left;
}

.u-floatRight {
  float: right;
}

.u-floatNone {
  float: none;
}

@media screen and (min-width: 375px) {
  /* sm */
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-sm--start {
    justify-content: flex-start;
  }
  .c-row-sm--center {
    justify-content: center;
  }
  .c-row-sm--end {
    justify-content: flex-end;
  }
  .c-row-sm--around {
    justify-content: space-around;
  }
  .c-row-sm--between {
    justify-content: space-between;
  }
  .c-row-sm--top {
    align-items: flex-start;
  }
  .c-row-sm--middle {
    align-items: center;
  }
  .c-row-sm--bottom {
    align-items: flex-end;
  }
  .c-row-sm--reverse {
    flex-direction: row-reverse;
  }
  .c-order-sm-first {
    order: -1;
  }
  .c-order-sm-last {
    order: 13;
  }
  .c-order-sm-reset {
    order: initial;
  }
  .c-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .c-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .c-offset-sm-3 {
    margin-left: 25%;
  }
  .c-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .c-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .c-offset-sm-6 {
    margin-left: 50%;
  }
  .c-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .c-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .c-offset-sm-9 {
    margin-left: 75%;
  }
  .c-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .c-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  /* md */
  .swiper-button-prev,
  .swiper-button-next {
    font-size: calc(100vw * (var(--swiper-navigation-font-size) / 1440));
  }
  .l-wrapper {
    padding-top: 180px;
  }
  .l-main {
    margin-bottom: 128px;
  }
  .c-btn {
    border-radius: calc(100vw * (375 / 1440));
  }
  .c-btn {
    grid-gap: calc(100vw * (12 / 1440));
    gap: calc(100vw * (12 / 1440));
  }
  .c-btn {
    padding: calc(100vw * (4 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (4 / 1440)) calc(100vw * (16 / 1440));
  }
  .c-btn {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-btn .c-btn__icon {
    width: calc(100vw * (20 / 1440));
  }
  .c-btn .c-btn__icon {
    height: calc(100vw * (20 / 1440));
  }
  .c-viewMore {
    padding: calc(100vw * (24 / 1440)) calc(100vw * (24 / 1440)) calc(100vw * (24 / 1440)) calc(100vw * (24 / 1440));
  }
  .c-viewMore {
    border-radius: calc(100vw * (5 / 1440));
  }
  .c-viewMore .c-viewMore__text {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-loadMore {
    margin-top: 0;
  }
  .c-progress {
    width: calc(100vw * (108 / 1440));
  }
  .c-progress {
    height: calc(100vw * (2 / 1440));
  }
  .c-progress span::after {
    width: calc(100vw * (4 / 1440));
  }
  .c-progress span::after {
    height: calc(100vw * (4 / 1440));
  }
  .c-progress span::after {
    border-radius: calc(100vw * (4 / 1440));
  }
  .c-swiperNav {
    grid-gap: calc(100vw * (20 / 1440));
    gap: calc(100vw * (20 / 1440));
  }
  .c-swiperNav {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .c-contentsList {
    grid-gap: calc(100vw * (40 / 1440));
    gap: calc(100vw * (40 / 1440));
  }
  .c-contentsItem .c-contentsItem__thumb {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-contentsItem .c-contentsItem__thumb {
    border-radius: calc(100vw * (10 / 1440));
  }
  .c-contentsItem .c-contentsItem__thumb .c-btn {
    right: calc(100vw * (8 / 1440));
  }
  .c-contentsItem .c-contentsItem__thumb .c-btn {
    bottom: calc(100vw * (8 / 1440));
  }
  .c-contentsItem .c-contentsItem__title {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-contentsItem .c-contentsItem__text {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-contentsItem .c-contentsItem__text {
    padding-bottom: calc(100vw * (24 / 1440));
  }
  .c-contentsItem .c-contentsItem__text {
    display: block;
  }
  .c-contentsItem .c-time {
    margin-top: calc(100vw * (12 / 1440));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) {
    display: flex;
    grid-gap: calc(100vw * (32 / 375));
    gap: calc(100vw * (32 / 375));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__thumb {
    flex: 1 1;
    margin-bottom: 0;
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__thumb .c-btn {
    display: none;
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__title {
    font-size: calc(100vw * (18 / 375));
    margin-bottom: calc(100vw * (24 / 375));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__body {
    flex: 2 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__foot {
    position: relative;
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__foot .c-btn {
    display: block;
    position: absolute;
    top: calc(100vw * (-16 / 375));
    right: 0;
    border-color: #eee;
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-time {
    margin-top: calc(100vw * (24 / 375));
  }
  .c-companyInfoItem {
    padding-top: calc(100vw * (16 / 1440));
  }
  .c-companyInfoItem {
    padding-bottom: calc(100vw * (16 / 1440));
  }
  .c-companyInfoItem {
    grid-gap: calc(100vw * (8 / 1440));
    gap: calc(100vw * (8 / 1440));
  }
  .c-companyInfoItem .c-companyInfoItem__title {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-companyInfoItem .c-companyInfoItem__text {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-containerBox {
    padding-top: calc(100vw * (80 / 1440));
  }
  .c-containerBox {
    padding-bottom: calc(100vw * (80 / 1440));
  }
  .c-containerBox {
    padding-left: calc(100vw * (80 / 1440));
  }
  .c-containerBox {
    padding-right: calc(100vw * (100 / 1440));
  }
  .c-containerBox {
    border-top-left-radius: calc(100vw * (20 / 1440));
  }
  .c-containerBox {
    border-bottom-left-radius: calc(100vw * (20 / 1440));
  }
  .c-title + .c-containerBox, .c-contentTitle + .c-containerBox {
    margin-top: calc(100vw * (40 / 1440));
  }
  .c-contentTitle h2 {
    font-size: calc(100vw * (32 / 1440));
  }
  .c-contentTitle .c-time {
    margin-top: calc(100vw * (16 / 1440));
  }
  .c-contentThumb {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .c-contentThumb img {
    max-width: calc(100vw * (720 / 1440));
  }
  .c-contentBody h3 {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-contentBody h3 {
    margin-bottom: calc(100vw * (8 / 1440));
  }
  .c-contentBody h3:not(:first-child) {
    margin-top: calc(100vw * (24 / 1440));
  }
  .c-contentBody p {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-contentBody p {
    margin-bottom: calc(100vw * (14 / 1440));
  }
  .c-contentBody p:last-child {
    margin-bottom: calc(100vw * (0 / 1440));
  }
  .c-contentBody dl {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-contentBody dl dd a {
    margin-left: calc(100vw * (8 / 1440));
  }
  .c-contentBody article {
    border-radius: calc(100vw * (10 / 1440));
  }
  .c-contentBody article {
    padding: calc(100vw * (40 / 1440)) calc(100vw * (40 / 1440)) calc(100vw * (40 / 1440)) calc(100vw * (40 / 1440));
  }
  .c-contentBody article:has(img) {
    display: flex;
    flex-wrap: wrap;
    grid-gap: calc(100vw * (16 / 375));
    gap: calc(100vw * (16 / 375));
    justify-content: flex-end;
  }
  .c-contentBody article:has(img) *:not(img):not(h3):not(dt):not(dd):not(p:has(img)) {
    font-size: calc(100vw * (10 / 375));
    margin-bottom: calc(100vw * (8 / 375));
  }
  .c-contentBody article + article {
    margin-top: calc(100vw * (40 / 1440));
  }
  .c-contentBody article h3 {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-contentBody article h3 {
    margin-bottom: calc(100vw * (0 / 1440));
  }
  .c-contentBody article h3:first-child {
    padding-top: calc(100vw * (16 / 1440));
  }
  .c-contentBody article h3 {
    width: 100%;
  }
  .c-contentBody article h4 {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-contentBody article h4 {
    margin-bottom: calc(100vw * (0 / 1440));
  }
  .c-contentBody article p:has(img), .c-contentBody article img {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .c-contentBody article p:has(img), .c-contentBody article img {
    width: calc(100vw * (140 / 1440));
  }
  .c-contentBody article p:has(img), .c-contentBody article img {
    width: calc(100vw * (200 / 375));
  }
  .c-contentTag {
    padding-top: calc(100vw * (24 / 1440));
  }
  .c-contentTag {
    padding-bottom: calc(100vw * (24 / 1440));
  }
  .c-tagList {
    grid-gap: calc(100vw * (16 / 1440));
    gap: calc(100vw * (16 / 1440));
  }
  .c-tagList {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-tag {
    padding: calc(100vw * (4 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (4 / 1440)) calc(100vw * (16 / 1440));
  }
  .c-tag {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-tag {
    border-radius: calc(100vw * (20 / 1440));
  }
  .c-contentFoot {
    padding-top: calc(100vw * (24 / 1440));
  }
  .c-prevNext {
    padding-top: calc(100vw * (24 / 1440));
  }
  .c-prevNext {
    padding-bottom: calc(100vw * (24 / 1440));
  }
  .c-prevNextBtn {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .c-prevNextBtn span {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-container {
    padding-right: calc(100vw * (100 / 1440));
  }
  .c-container {
    padding-left: calc(100vw * (100 / 1440));
  }
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-md--start {
    justify-content: flex-start;
  }
  .c-row-md--center {
    justify-content: center;
  }
  .c-row-md--end {
    justify-content: flex-end;
  }
  .c-row-md--around {
    justify-content: space-around;
  }
  .c-row-md--between {
    justify-content: space-between;
  }
  .c-row-md--top {
    align-items: flex-start;
  }
  .c-row-md--middle {
    align-items: center;
  }
  .c-row-md--bottom {
    align-items: flex-end;
  }
  .c-row-md--reverse {
    flex-direction: row-reverse;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-reset {
    order: initial;
  }
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-md-1 {
    margin-left: 8.33333%;
  }
  .c-offset-md-2 {
    margin-left: 16.66667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.33333%;
  }
  .c-offset-md-5 {
    margin-left: 41.66667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.33333%;
  }
  .c-offset-md-8 {
    margin-left: 66.66667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.33333%;
  }
  .c-offset-md-11 {
    margin-left: 91.66667%;
  }
  .c-hidden--sm {
    display: block;
  }
  .c-hidden--md {
    display: none;
  }
  .c-visible--sm {
    display: none;
  }
  .c-visible--md {
    display: block;
  }
  .c-title h2 {
    font-size: calc(100vw * (50 / 1440));
  }
  .c-title p {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-title p {
    margin-top: calc(100vw * (8 / 1440));
  }
  .c-time {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-textSet {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-textSet {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .c-textSet.c-textSet--en {
    font-size: calc(100vw * (10 / 1440));
  }
  .c-formItem {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .c-formItem {
    display: flex;
    align-items: center;
  }
  .c-formItem .c-formLabel {
    width: calc(100vw * (160 / 1440));
  }
  .c-formItem .c-formLabel + * {
    flex: 1 1;
  }
  .c-formItem:has(.c-formTextArea) {
    align-items: flex-start;
  }
  .c-formItem:has(.c-formTextArea) .c-formLabel {
    padding-top: calc(100vw * (16 / 1440));
  }
  .c-formLabel {
    margin-bottom: calc(100vw * (0 / 1440));
  }
  .c-formLabel {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-formText, .c-formTextArea {
    padding: calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440));
  }
  .c-formText, .c-formTextArea {
    border-radius: calc(100vw * (4 / 1440));
  }
  .c-radioGroupList, .c-checkGroupList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .c-radioGroupItem input.c-formRadio:checked + .c-formRadioLabel::after, .c-radioGroupItem input.c-formRadio:checked + .c-formCheckLabel::after, .c-radioGroupItem input.c-formCheck:checked + .c-formRadioLabel::after, .c-radioGroupItem input.c-formCheck:checked + .c-formCheckLabel::after, .c-checkGroupItem input.c-formRadio:checked + .c-formRadioLabel::after, .c-checkGroupItem input.c-formRadio:checked + .c-formCheckLabel::after, .c-checkGroupItem input.c-formCheck:checked + .c-formRadioLabel::after, .c-checkGroupItem input.c-formCheck:checked + .c-formCheckLabel::after {
    width: calc(100vw * (8 / 1440));
  }
  .c-radioGroupItem input.c-formRadio:checked + .c-formRadioLabel::after, .c-radioGroupItem input.c-formRadio:checked + .c-formCheckLabel::after, .c-radioGroupItem input.c-formCheck:checked + .c-formRadioLabel::after, .c-radioGroupItem input.c-formCheck:checked + .c-formCheckLabel::after, .c-checkGroupItem input.c-formRadio:checked + .c-formRadioLabel::after, .c-checkGroupItem input.c-formRadio:checked + .c-formCheckLabel::after, .c-checkGroupItem input.c-formCheck:checked + .c-formRadioLabel::after, .c-checkGroupItem input.c-formCheck:checked + .c-formCheckLabel::after {
    height: calc(100vw * (8 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel, .c-radioGroupItem .c-formCheckLabel, .c-checkGroupItem .c-formRadioLabel, .c-checkGroupItem .c-formCheckLabel {
    padding-left: calc(100vw * (24 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::before, .c-radioGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formCheckLabel::before {
    width: calc(100vw * (16 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::before, .c-radioGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formCheckLabel::before {
    height: calc(100vw * (16 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::before, .c-radioGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formCheckLabel::before {
    left: calc(100vw * (8 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::after, .c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formCheckLabel::after {
    width: calc(100vw * (0 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::after, .c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formCheckLabel::after {
    height: calc(100vw * (0 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::after, .c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formCheckLabel::after {
    left: calc(100vw * (8 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::before, .c-checkGroupItem .c-formRadioLabel::before {
    border-radius: calc(100vw * (16 / 1440));
  }
  .c-radioGroupItem .c-formRadioLabel::after, .c-checkGroupItem .c-formRadioLabel::after {
    border-radius: calc(100vw * (8 / 1440));
  }
  .c-radioGroupItem .c-formCheckLabel::before, .c-checkGroupItem .c-formCheckLabel::before {
    border-radius: calc(100vw * (2 / 1440));
  }
  .c-radioGroupItem .c-formCheckLabel::after, .c-checkGroupItem .c-formCheckLabel::after {
    border-radius: calc(100vw * (1 / 1440));
  }
  .c-modal .c-modal__close {
    width: calc(100vw * (48 / 1440));
  }
  .c-modal .c-modal__close {
    height: calc(100vw * (48 / 1440));
  }
  .c-modal .c-modal__wrap {
    max-width: calc(100vw * (768 / 1440));
  }
  .c-modal .c-modal__body {
    padding: calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440));
  }
  .c-modal .c-modal__iframe::before {
    width: calc(100vw * (48 / 1440));
  }
  .c-modal .c-modal__iframe::before {
    padding: calc(100vw * (8 / 1440)) calc(100vw * (0 / 1440)) calc(100vw * (0 / 1440)) calc(100vw * (0 / 1440));
  }
  .c-pagerList, .nav-links {
    grid-gap: calc(100vw * (12 / 1440));
    gap: calc(100vw * (12 / 1440));
  }
  .c-pagerItem, .page-numbers {
    font-size: 2rem;
  }
  .page-numbers.prev, .page-numbers.next {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-panel {
    padding-top: calc(100vw * (24 / 1440));
  }
  .c-panel {
    padding-bottom: calc(100vw * (24 / 1440));
  }
  .c-panel {
    padding-left: calc(100vw * (20 / 1440));
  }
  .c-panel {
    padding-right: calc(100vw * (20 / 1440));
  }
  .c-panel {
    border-radius: calc(100vw * (10 / 1440));
  }
  .c-panel .c-panel__title {
    font-size: calc(100vw * (32 / 1440));
  }
  .c-panel .c-panel__title {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-panel .c-panel__text {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-panel .c-panel__text {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-panel .c-viewMore {
    padding: calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440));
  }
  .c-sideNav {
    display: flex;
  }
  .c-xtuberListWrap {
    grid-gap: calc(100vw * (16 / 1440));
    gap: calc(100vw * (16 / 1440));
  }
  .c-xtuberListWrap + .c-xtuberListWrap {
    margin-top: calc(100vw * (64 / 1440));
  }
  .c-xtuberListWrap .c-btn {
    font-size: calc(100vw * (18 / 1440));
  }
  .c-xtuberList {
    grid-gap: calc(100vw * (32 / 1440));
    gap: calc(100vw * (32 / 1440));
  }
  .c-xtuberList .c-xtuberItem {
    width: calc(25% - (100vw * (32 / 1440) * 3 / 4));
  }
  .c-xtuberItem {
    grid-gap: calc(100vw * (8 / 1440));
    gap: calc(100vw * (8 / 1440));
  }
  .c-xtuberItem .c-xtuberItem__thumb {
    border-radius: calc(100vw * (10 / 1440));
  }
  .c-xtuberItem .c-xtuberItem__bgname {
    top: calc(100vw * (16 / 1440));
  }
  .c-xtuberItem .c-xtuberItem__bgname {
    left: calc(100vw * (8 / 1440));
  }
  .c-xtuberItem .c-xtuberItem__bgname {
    font-size: calc(100vw * (24 / 1440));
  }
  .c-xtuberItem .c-xtuberItem__name {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowHero {
    width: 50%;
    right: 0;
  }
  .c-xtuberShowHero::before {
    width: 100%;
  }
  .c-xtuberShowHero img {
    width: auto;
    height: 100%;
  }
  .c-xtuberShowHead {
    margin-bottom: calc(100vw * (64 / 1440));
  }
  .c-xtuberShowHead {
    width: 60%;
  }
  .c-xtuberShowNameWrap {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .c-xtuberShowName.c-xtuberShowName--ja {
    font-size: calc(100vw * (100 / 1440));
  }
  .c-xtuberShowName.c-xtuberShowName--en {
    font-size: calc(100vw * (18 / 1440));
  }
  .c-xtuberShowName.c-xtuberShowName--en {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowGallery {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowGalleryTitle {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowGalleryTitle {
    margin-bottom: calc(100vw * (0 / 1440));
  }
  .c-xtuberShowGalleryTitle {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-xtuberShowGalleryList {
    grid-gap: calc(100vw * (16 / 1440));
    gap: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowGalleryList {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowGalleryList .c-xtuberShowGalleryItem {
    width: calc((20%) - (100vw * (16 / 1440) * 4 / 5));
  }
  .c-xtuberShowGalleryItem {
    border-radius: calc(100vw * (5 / 1440));
  }
  .c-xtuberShowGalleryItem::before {
    border-radius: calc(100vw * (5 / 1440));
  }
  .c-xtuberShowGalleryNav {
    grid-gap: calc(100vw * (20 / 1440));
    gap: calc(100vw * (20 / 1440));
  }
  .c-xtuberShowGalleryNav {
    justify-content: flex-end;
  }
  .c-xtuberShowSNS {
    padding: calc(100vw * (20 / 1440)) calc(100vw * (20 / 1440)) calc(100vw * (20 / 1440)) calc(100vw * (20 / 1440));
  }
  .c-xtuberShowSNS {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowSNS {
    border-radius: calc(100vw * (10 / 1440));
  }
  .c-xtuberShowSNS {
    grid-gap: calc(100vw * (16 / 1440));
    gap: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowSNSTitle {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowSNSTitle {
    padding-right: calc(100vw * (16 / 375));
    border-right: solid 1px #eee;
  }
  .c-xtuberShowSNSList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowSNSList .c-xtuberShowSNSItem svg {
    height: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowDescription {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .c-xtuberShowDescription p {
    font-size: calc(100vw * (32 / 1440));
  }
  .c-xtuberShowScroll {
    display: none;
  }
  #vtuberbody.c-containerBox {
    width: 60%;
    padding: calc(100vw * (60 / 375)) calc(100vw * (60 / 375)) calc(100vw * (60 / 375)) calc(100vw * (60 / 375));
  }
  .c-xtuberShowProfile {
    margin-bottom: calc(100vw * (44 / 1440));
  }
  .c-xtuberShowProfile {
    display: none;
  }
  .c-xtuberShowProfile dl {
    font-size: calc(100vw * (14 / 1440));
  }
  .c-xtuberShowVideoList .swiper-container {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowVideoItem .c-xtuberShowVideoItem__icon svg {
    height: calc(100vw * (48 / 1440));
  }
  .c-xtuberShowBody:has(.c-xtuberShowBodyTab) {
    display: flex;
    align-items: flex-start;
    grid-gap: calc(100vw * (48 / 375));
    gap: calc(100vw * (48 / 375));
  }
  .c-xtuberShowBodyTab {
    width: calc(100vw * (96 / 375));
    position: sticky;
    top: calc(100vw * (90 / 375));
  }
  .c-xtuberShowBodyMain {
    width: calc(100% - (100vw * ((96 + 48) / 1440)));
  }
  .c-xtuberShowBodyTab {
    margin-right: calc(100vw * (0 / 1440));
  }
  .c-xtuberShowBodyTab {
    margin-bottom: calc(100vw * (0 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabList {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem {
    grid-gap: calc(100vw * (8 / 1440));
    gap: calc(100vw * (8 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem {
    font-size: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem::before {
    width: calc(100vw * (0 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem::before {
    height: calc(100vw * (0 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem.is-active::before {
    width: calc(100vw * (8 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem.is-active::before {
    height: calc(100vw * (8 / 1440));
  }
  .c-xtuberShowBodyTab .c-xtuberShowBodyTabItem.is-active::before {
    border-radius: calc(100vw * (8 / 1440));
  }
  .c-xtuberShowBodySection {
    padding-top: calc(100vw * (16 / 1440));
  }
  .c-xtuberShowBodySection {
    padding-bottom: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowBodySection h3 {
    font-size: calc(100vw * (18 / 1440));
  }
  .c-xtuberShowVoiceList {
    grid-gap: calc(100vw * (16 / 1440));
    gap: calc(100vw * (16 / 1440));
  }
  article.c-xtuberShowHistoryBox h4 {
    padding: calc(100vw * (4 / 1440)) calc(100vw * (8 / 1440)) calc(100vw * (4 / 1440)) calc(100vw * (8 / 1440));
  }
  article.c-xtuberShowHistoryBox h4 {
    font-size: calc(100vw * (14 / 1440));
  }
  article.c-xtuberShowHistoryBox h4 {
    border-radius: calc(100vw * (5 / 1440));
  }
  article.c-xtuberShowHistoryBox h4 {
    margin-bottom: calc(100vw * (12 / 1440));
  }
  article.c-xtuberShowHistoryBox.c-xtuberShowHistoryBox--scrollable {
    max-height: calc(100vw * (414 / 1440));
  }
  .c-xtuberShowBodyDownload {
    padding: calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440)) calc(100vw * (16 / 1440));
  }
  .c-xtuberShowBodyDownload {
    border-radius: calc(100vw * (10 / 1440));
  }
  .c-xtuberShowBodyDownload {
    padding: calc(100vw * (24 / 375)) calc(100vw * (24 / 375)) calc(100vw * (24 / 375)) calc(100vw * (24 / 375));
  }
  .c-xtuberShowBodyDownload h3 {
    font-size: calc(100vw * (32 / 1440));
  }
  .c-xtuberShowBodyDownload h3 {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-xtuberShowBodyDownload .c-viewMore {
    margin-top: calc(100vw * (24 / 1440));
  }
  .p-contactHead {
    padding-bottom: calc(100vw * (48 / 1440));
  }
  .p-contactHead {
    margin-bottom: calc(100vw * (48 / 1440));
  }
  .p-contactHead p span {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-contactBody {
    padding-left: calc(100vw * (96 / 1440));
  }
  .p-contactCompleteFoot {
    margin-top: calc(100vw * (40 / 1440));
  }
  .p-contactCompleteFoot {
    padding-left: calc(100vw * (24 / 1440));
  }
  .p-contactCompleteFoot {
    padding-right: calc(100vw * (24 / 1440));
  }
  .p-contactCompleteFoot {
    max-width: calc(100vw * (400 / 1440));
    margin-left: auto;
    margin-right: auto;
  }
  #contact .c-containerBox.c-containerBox--form {
    position: relative;
    padding-bottom: calc(100vw * (0 / 375));
  }
  #contact .c-containerBox.c-containerBox--form::before, #contact .c-containerBox.c-containerBox--form::after {
    content: "";
    position: absolute;
    background: #fff;
  }
  #contact .c-containerBox.c-containerBox--form::before {
    width: calc(100vw * (700 / 375));
    height: calc(100vw * (80 / 375));
    border-bottom-left-radius: calc(100vw * (20 / 375));
    top: 100%;
    right: 0;
  }
  #contact .c-containerBox.c-containerBox--form::after {
    width: calc(100vw * (20 / 375));
    height: calc(100vw * (20 / 375));
    top: 100%;
    right: calc(100vw * (700 / 375));
    -webkit-mask-image: url('data:image/svg+xml;utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9634 20C19.9874 19.6109 19.9996 19.2186 19.9996 18.8235C19.9996 8.42758 11.572 0 1.17607 0H20V20H19.9634ZM0 0.0361423V0H1.17607C0.781087 0 0.388946 0.0121655 0 0.0361423Z" fill="black"/></svg>');
    mask-image: url('data:image/svg+xml;utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9634 20C19.9874 19.6109 19.9996 19.2186 19.9996 18.8235C19.9996 8.42758 11.572 0 1.17607 0H20V20H19.9634ZM0 0.0361423V0H1.17607C0.781087 0 0.388946 0.0121655 0 0.0361423Z" fill="black"/></svg>');
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  #contact .c-containerBox.c-containerBox--form .c-formSubmit {
    padding-left: calc(100vw * (0 / 375));
    position: relative;
    top: calc(100vw * (40 / 375));
    max-width: calc(100vw * (400 / 1440));
    margin-left: auto;
    margin-right: 0;
  }
  .p-topCircle {
    width: 75vmin;
    height: 75vmin;
  }
  .p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--empty {
    transform: translate(-50%, -50%) !important;
  }
  .p-topCircle .p-topCircle__itemChild.p-topCircle__itemChild--empty p {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-topCircle .p-topCircle__center {
    width: calc(100vw * (128 / 1440));
  }
  .p-topCircle .p-topCircle__center {
    height: calc(100vw * (128 / 1440));
  }
  .p-topCircle .p-topCircle__center {
    transform: translate(-50%, -50%);
  }
  .p-topCircle .p-topCircle__center p {
    font-size: calc(100vw * (24 / 1440));
  }
  .p-topCircle .p-topCircle__center::before, .p-topCircle .p-topCircle__center::after {
    width: calc(100vw * (144 / 1440));
  }
  .p-topCircle .p-topCircle__itemMd.p-topCircle__itemMd__1 {
    left: -12.5%;
  }
  .p-topCircle .p-topCircle__itemMd.p-topCircle__itemMd__2 {
    left: 112.5%;
  }
  .p-topCircle .p-topCircle__itemSm {
    width: 25%;
    height: 25%;
  }
  .p-topCircle .p-topCircle__itemSm.p-topCircle__itemSm__1 {
    left: 0;
  }
  .p-topCircle .p-topCircle__itemSm.p-topCircle__itemSm__2 {
    left: 100%;
  }
  .p-hero {
    padding-top: calc(100vw * (138 / 1440));
  }
  .p-hero {
    padding-bottom: calc(100vw * (48 / 1440));
  }
  .p-hero .p-heroImage {
    padding-left: calc(100vw * (48 / 1440));
  }
  .p-hero .p-heroImage {
    padding-right: calc(100vw * (48 / 1440));
  }
  .p-hero .p-heroImage {
    padding-bottom: calc(100vw * (16 / 1440));
  }
  .p-hero .p-heroImage {
    width: calc(100% - (100vw * (0.13889)));
    height: 100%;
    margin-left: auto;
    margin-bottom: calc(100vw * (-16 / 375));
    min-height: auto;
  }
  .p-hero .p-heroImage .swiper {
    border-radius: calc(100vw * (24 / 1440));
  }
  .p-hero .p-heroMarquee {
    top: calc(100vw * (132 / 1440));
  }
  .p-hero .p-heroMarquee .p-heroMarquee__item {
    grid-gap: calc(100vw * (80 / 1440));
    gap: calc(100vw * (80 / 1440));
  }
  .p-hero .p-heroMarquee .p-heroMarquee__item {
    animation-duration: 16s;
  }
  .p-hero .p-heroMarquee .p-heroMarquee__item svg {
    height: calc(100vw * (96 / 1440));
  }
  .p-hero .p-heroCatchphrase {
    top: calc(100vw * (200 / 1440));
  }
  .p-hero .p-heroCatchphrase {
    left: calc(100vw * (50 / 1440));
  }
  .p-hero .p-heroCatchphrase {
    width: calc(100vw * (152 / 1440));
  }
  .p-hero .p-heroCatchphrase {
    display: block;
  }
  .p-hero .p-heroText {
    margin-top: calc(100vw * (-76 / 1440));
  }
  .p-hero .p-heroText {
    padding-right: calc(100vw * (0 / 1440));
  }
  .p-hero .p-heroText {
    padding-left: calc(100vw * (0 / 1440));
  }
  .p-hero .p-heroText {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .p-hero .p-heroText {
    left: calc(100vw * (50 / 1440));
  }
  .p-hero .p-heroText {
    position: absolute;
    top: 50%;
  }
  .p-hero .p-heroText .p-heroText__typo {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .p-hero .p-heroText .p-heroText__typo {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .p-hero .p-heroText .p-heroText__typo .p-heroText__typo__item svg {
    height: calc(100vw * (50 / 1440));
  }
  .p-hero .p-heroText p {
    font-size: calc(100vw * (14 / 1440));
  }
  .p-hero .p-heroNav {
    position: absolute;
    bottom: calc(100vw * (36 / 375));
    right: calc(100vw * (50 / 375));
    margin-bottom: 0;
  }
  .p-hero .p-heroScroll {
    position: absolute;
    bottom: calc(100vw * (28 / 375));
    left: calc(100vw * (50 / 375));
  }
  @keyframes heroMarquee {
    100% {
      transform: translateX(calc(-1 *  (((100vw * ((96/17*202)/1440))) + (100vw * (80/1440)))));
    }
  }
  @keyframes XtuberMarquee {
    100% {
      transform: translateX(calc(-1 *  (((100vw * ((266.5)/1440))) + (100vw * (40/1440)))));
    }
  }
  .p-mainAbout {
    padding-top: calc(100vw * (28 / 1440));
  }
  .p-mainAbout {
    padding-bottom: calc(100vw * (80 / 1440));
  }
  .p-mainAbout .p-mainAboutMain {
    top: calc(100vw * (84 / 1440));
  }
  .p-mainAbout .p-mainAboutMain {
    height: calc(100vh - (100vw * (168 / 1440)));
  }
  .p-mainAbout .c-title {
    padding-bottom: calc(100vw * (156 / 1440));
  }
  .p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg {
    height: calc(100vw * (56 / 1440));
  }
  .p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg:nth-child(1) {
    display: none;
  }
  .p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__svg svg:nth-child(2) {
    display: block;
  }
  .p-mainAbout .p-mainAboutHead .p-mainAboutConcept .p-mainAboutConcept__text {
    font-size: calc(100vw * (14 / 1440));
  }
  .p-mainAbout .p-mainAboutBody {
    max-width: calc(100vw * (400 / 1440));
    margin-left: auto;
    margin-right: auto;
  }
  .p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__svg svg {
    height: calc(100vw * (56 / 1440));
  }
  .p-mainAbout .p-mainAboutFoot .p-mainAboutFoot__text {
    font-size: calc(100vw * (14 / 1440));
  }
  .p-mainBusiness {
    padding-top: calc(100vw * (60 / 1440));
  }
  .p-mainBusiness {
    padding-bottom: calc(100vw * (180 / 1440));
  }
  .p-mainBusiness .p-mainBusinessHead {
    padding-bottom: calc(100vw * (16 / 1440));
  }
  .p-mainBusiness .p-mainBusinessHead {
    top: calc(100vw * (84 / 1440));
  }
  .p-mainBusiness .p-mainBusinessHead .c-title {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .p-mainBusiness .p-mainBusinessHead .p-mainBusinessConcept .p-mainBusinessConcept__svg svg {
    height: calc(100vw * (32 / 1440));
  }
  .p-mainBusiness .p-mainBusinessBody {
    top: calc(100vw * (255 / 1440));
  }
  .p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__space {
    height: 50vmin;
  }
  .p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text {
    padding-bottom: calc(100vw * (40 / 1440));
  }
  .p-mainBusiness .p-mainBusinessBody .p-mainBusinessBody__text {
    max-width: calc(100vw * (600 / 1440));
    margin-left: auto;
    margin-right: auto;
  }
  .p-mainBusiness .p-mainBusinessFoot {
    height: 50vmin;
  }
  .p-mainXtuber {
    padding-top: calc(100vw * (40 / 1440));
  }
  .p-mainXtuber {
    padding-bottom: calc(100vw * (60 / 1440));
  }
  .p-mainXtuber .p-mainXtuberHead {
    margin-bottom: calc(100vw * (40 / 1440));
  }
  .p-mainXtuber .p-mainXtuberBody {
    margin-bottom: calc(100vw * (48 / 1440));
  }
  .p-mainXtuber .p-mainXtuberFoot {
    padding-left: calc(100vw * (48 / 1440));
  }
  .p-mainXtuber .p-mainXtuberFoot {
    padding-right: calc(100vw * (48 / 1440));
  }
  .p-mainXtuber .p-mainXtuberFoot {
    max-width: calc(100vw * (400 / 1440));
    margin-left: auto;
    margin-right: auto;
  }
  .p-XtuberSliderHead, .p-XtuberSliderFoot {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .p-XtuberSliderHead, .p-XtuberSliderFoot {
    padding-left: calc(100vw * (64 / 1440));
  }
  .p-XtuberSliderHead, .p-XtuberSliderFoot {
    padding-right: calc(100vw * (64 / 1440));
  }
  .p-XtuberSliderHead .p-XtuberSliderBtn, .p-XtuberSliderFoot .p-XtuberSliderBtn {
    width: calc(100vw * (464 / 375));
    margin-left: 0;
    margin-right: 0;
  }
  .p-XtuberSliderHead .p-XtuberSliderBtn .c-btn, .p-XtuberSliderFoot .p-XtuberSliderBtn .c-btn {
    margin: 0 auto;
  }
  .p-XtuberSliderHead::after, .p-XtuberSliderFoot::after {
    content: "";
    display: block;
    width: calc(100vw * (464 / 375));
  }
  .p-XtuberSliderHead {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .p-XtuberSliderFoot {
    margin-top: calc(100vw * (8 / 1440));
  }
  .p-XtuberSliderFoot {
    flex-direction: row-reverse;
  }
  .p-XtuberSliderCross {
    width: calc(100vw * (500 / 1440));
  }
  .p-XtuberSliderMarquee .p-XtuberSliderMarquee__item {
    grid-gap: calc(100vw * (40 / 1440));
    gap: calc(100vw * (40 / 1440));
  }
  .p-XtuberSliderMarquee .p-XtuberSliderMarquee__item {
    padding-top: calc(100vw * (12 / 1440));
  }
  .p-XtuberSliderMarquee .p-XtuberSliderMarquee__item {
    padding-bottom: calc(100vw * (12 / 1440));
  }
  .p-XtuberSliderMarquee .p-XtuberSliderMarquee__item span {
    font-size: calc(100vw * (80 / 1440));
  }
  .p-XtuberSliderItem.p-XtuberSliderItem--1 {
    margin-bottom: calc(100vw * (-100 / 1440));
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 75%, 50% 100%, 0 100%);
  }
  .p-XtuberSliderItem.p-XtuberSliderItem--2 {
    clip-path: polygon(0 25%, 50% 25%, 50% 0, 100% 0, 100% 100%, 0 100%);
    margin-top: calc(100vw * (-100 / 1440));
  }
  .p-XtuberSliderItem .swiper-wrapper {
    height: calc(100vw * (464 / 1440)) !important;
  }
  .p-XtuberSliderItem .swiper-container {
    padding-left: calc(100vw * (64 / 1440));
  }
  .p-XtuberSliderItem .swiper-container {
    padding-right: calc(100vw * (64 / 1440));
  }
  .p-XtuberSliderItem .swiper-container[dir="rtl"] .swiper-slide {
    transform-origin: top center;
  }
  .p-XtuberSliderItem .swiper-slide {
    border-radius: calc(100vw * (10 / 1440));
  }
  .p-XtuberSliderItem .swiper-slide {
    flex: 0 0 auto;
    width: calc(100vw * (288 / 1440)) !important;
    height: calc(100vw * (288 / 1440)) !important;
    transition: width .8s ease,height .8s ease;
  }
  .p-XtuberSliderItem .swiper-slide.swiper-slide-active {
    width: calc(100vw * (464 / 1440)) !important;
    height: calc(100vw * (464 / 1440)) !important;
  }
  .p-XtuberSliderCard {
    border-radius: calc(100vw * (10 / 1440));
  }
  .p-XtuberSliderCard::after {
    border-radius: calc(100vw * (10 / 1440));
  }
  .p-XtuberSliderCard .c-btn {
    right: calc(100vw * (8 / 1440));
  }
  .p-XtuberSliderCard .c-btn {
    bottom: calc(100vw * (8 / 1440));
  }
  .p-XtuberSliderCard .p-XtuberSliderCard__profile {
    grid-gap: calc(100vw * (8 / 1440));
    gap: calc(100vw * (8 / 1440));
  }
  .p-XtuberSliderCard .p-XtuberSliderCard__profile h3 {
    font-size: calc(100vw * (16 / 1440));
  }
  .p-XtuberSliderCard .p-XtuberSliderCard__profile dl {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-XtuberSliderCard .p-XtuberSliderCard__name {
    top: calc(100vw * (16 / 1440));
  }
  .p-XtuberSliderCard .p-XtuberSliderCard__name {
    left: calc(100vw * (8 / 1440));
  }
  .p-XtuberSliderCard .p-XtuberSliderCard__name {
    font-size: calc(100vw * (36 / 1440));
  }
  .p-mainNews {
    padding-top: calc(100vw * (100 / 1440));
  }
  .p-mainNews {
    padding-bottom: calc(100vw * (200 / 1440));
  }
  .p-mainNews .p-mainNewsHead {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .p-mainNews .p-mainNewsBody {
    padding-left: calc(100vw * (100 / 1440));
  }
  .p-mainNews .p-mainNewsBox {
    border-top-left-radius: calc(100vw * (20 / 1440));
  }
  .p-mainNews .p-mainNewsBox {
    border-bottom-left-radius: calc(100vw * (20 / 1440));
  }
  .p-mainNews .p-mainNewsBox {
    padding-top: calc(100vw * (60 / 1440));
  }
  .p-mainNews .p-mainNewsBox {
    padding-bottom: calc(100vw * (0 / 1440));
  }
  .p-mainNews .p-mainNewsBox::before, .p-mainNews .p-mainNewsBox::after {
    content: "";
    position: absolute;
    background: #fff;
  }
  .p-mainNews .p-mainNewsBox::before {
    width: calc(100vw * (700 / 375));
    height: calc(100vw * (80 / 375));
    border-bottom-left-radius: calc(100vw * (20 / 375));
    top: 100%;
    right: 0;
  }
  .p-mainNews .p-mainNewsBox::after {
    width: calc(100vw * (20 / 375));
    height: calc(100vw * (20 / 375));
    top: 100%;
    right: calc(100vw * (700 / 375));
    -webkit-mask-image: url('data:image/svg+xml;utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9634 20C19.9874 19.6109 19.9996 19.2186 19.9996 18.8235C19.9996 8.42758 11.572 0 1.17607 0H20V20H19.9634ZM0 0.0361423V0H1.17607C0.781087 0 0.388946 0.0121655 0 0.0361423Z" fill="black"/></svg>');
    mask-image: url('data:image/svg+xml;utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9634 20C19.9874 19.6109 19.9996 19.2186 19.9996 18.8235C19.9996 8.42758 11.572 0 1.17607 0H20V20H19.9634ZM0 0.0361423V0H1.17607C0.781087 0 0.388946 0.0121655 0 0.0361423Z" fill="black"/></svg>');
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  .p-mainNews .p-mainNewsBox .swiper-container {
    padding-left: calc(100vw * (60 / 1440));
  }
  .p-mainNews .p-mainNewsBox .swiper-container {
    padding-right: calc(100vw * (60 / 1440));
  }
  .p-mainNews .p-mainNewsList {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .p-mainNews .p-newsNav {
    margin-bottom: calc(100vw * (40 / 1440));
  }
  .p-mainNews .p-mainNewsMore {
    padding-left: calc(100vw * (0 / 1440));
  }
  .p-mainNews .p-mainNewsMore {
    padding-right: calc(100vw * (200 / 1440));
  }
  .p-mainNews .p-mainNewsMore {
    top: calc(100vw * (40 / 1440));
  }
  .p-mainNews .p-mainNewsMore {
    margin-top: calc(100vw * (-40 / 1440));
  }
  .p-mainNews .p-mainNewsMore {
    max-width: calc(100vw * (500 / 1440));
    margin-left: auto;
    margin-right: 0;
  }
  .p-mainCompany {
    padding-top: calc(100vw * (40 / 1440));
  }
  .p-mainCompany {
    padding-bottom: calc(100vw * (60 / 1440));
  }
  .p-mainCompany {
    display: flex;
  }
  .p-mainCompany .p-mainCompanyHead {
    margin-bottom: calc(100vw * (32 / 1440));
  }
  .p-mainCompany .p-mainCompanyHead {
    flex: 1 1;
  }
  .p-mainCompany .p-mainCompanyBody {
    flex: 1 1;
  }
  .p-footerMarquee .p-footerMarquee__item {
    grid-gap: calc(100vw * (40 / 1440));
    gap: calc(100vw * (40 / 1440));
  }
  .p-footerMarquee .p-footerMarquee__item {
    animation-duration: 32s;
  }
  .p-footerMarquee .p-footerMarquee__item span svg {
    height: calc(100vw * (108 / 1440));
  }
  @keyframes footerMarquee {
    100% {
      transform: translateX(calc(-1 *  (((100vw * ((1076.72)/1440))) + (100vw * (24/1440)))));
    }
  }
  .p-footer {
    border-top-left-radius: calc(100vw * (10 / 1440));
  }
  .p-footer {
    border-top-right-radius: calc(100vw * (10 / 1440));
  }
  .p-footer .c-container {
    padding-left: calc(100vw * (50 / 375));
    padding-right: calc(100vw * (50 / 375));
  }
  .p-footer .p-footerWrap {
    grid-gap: calc(100vw * (60 / 1440));
    gap: calc(100vw * (60 / 1440));
  }
  .p-footer .p-footerWrap {
    padding-top: calc(100vw * (40 / 1440));
  }
  .p-footer .p-footerWrap {
    padding-bottom: calc(100vw * (40 / 1440));
  }
  .p-footer .p-footerWrap {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .p-footer .p-footerPanelList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .p-footer .p-footerPanelList {
    flex-direction: row;
    width: calc(50% - (100vw * (60/1440)/2));
  }
  .p-footer .p-footerSectionList {
    grid-gap: calc(100vw * (40 / 1440));
    gap: calc(100vw * (40 / 1440));
  }
  .p-footer .p-footerSectionList {
    width: calc(50% - (100vw * (60/1440)/2));
    justify-content: space-between;
  }
  .p-footer .p-footerSectionItem .p-footerSectionItem__title {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-footer .p-footerSectionItem .p-footerSectionItem__title {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .p-footer .p-footerMenuList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .p-footer .p-footerMenuItem {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-footer .p-footerMenuItem {
    width: calc((100% / 3) - (100vw * (24/1440) * 2 / 3));
  }
  .p-footer .p-footerSNSList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .p-footer .p-footerSNSItem svg, .p-footer .p-footerSNSItem img {
    height: calc(100vw * (32 / 1440));
  }
  .p-header {
    padding-right: calc(100vw * (48 / 1440));
  }
  .p-header {
    padding-left: calc(100vw * (48 / 1440));
  }
  .p-header .p-headerLogo {
    padding-top: calc(100vw * (32 / 1440));
  }
  .p-header .p-headerLogo {
    padding-bottom: calc(100vw * (32 / 1440));
  }
  .p-header .p-headerLogo .c-logo svg {
    height: calc(100vw * (20 / 1440));
  }
  .p-header .p-headerMenuBtn {
    width: calc(100vw * (52 / 1440));
  }
  .p-header .p-headerMenuBtn {
    height: calc(100vw * (32 / 1440));
  }
  .p-header .p-headerMenuBtn {
    border-radius: calc(100vw * (16 / 1440));
  }
  .p-header .p-headerMenuBtn {
    display: none;
  }
  .p-header .p-headerMenuBtn span {
    right: calc(100vw * (13 / 1440));
  }
  .p-header .p-headerMenuBtn span:nth-child(1) {
    width: calc(100vw * (26 / 1440));
  }
  .p-header .p-headerMenuBtn span:nth-child(2) {
    width: calc(100vw * (19.5 / 1440));
  }
  .p-header .p-headerMenuBtn span:nth-child(3) {
    width: calc(100vw * (13 / 1440));
  }
  .is-navOpen .p-header .p-headerMenuBtn span:nth-child(2) {
    width: calc(100vw * (26 / 1440));
  }
  .is-navOpen .p-header .p-headerMenuBtn span:nth-child(3) {
    width: calc(100vw * (26 / 1440));
  }
  .p-header .p-headerMenuList {
    display: flex;
    grid-gap: calc(100vw * (40 / 375));
    gap: calc(100vw * (40 / 375));
  }
  .p-header .p-headerMenuItem {
    font-size: calc(100vw * (14 / 1440));
  }
  .p-header .p-headerContact {
    width: calc(100vw * (238 / 1440));
  }
  .p-header .p-headerContact {
    display: flex;
    justify-content: flex-end;
  }
  .p-header .p-headerContact a {
    font-size: calc(100vw * (14 / 1440));
  }
  .p-header .p-headerContact a::before {
    height: calc(100vw * (4 / 1440));
  }
  .p-header .p-headerContact a::before {
    bottom: calc(100vw * (-2 / 1440));
  }
  .p-header .p-headerContact a:hover::before {
    height: calc(100vw * (16 / 1440));
  }
  .p-loading .p-loading__item {
    width: calc(100vw * (64 / 1440));
  }
  .p-loading .p-loading__item::before, .p-loading .p-loading__item::after {
    width: calc(100vw * (32 / 1440));
  }
  @keyframes loading {
    50% {
      width: calc(100vw * (32 / 1440));
    }
    100% {
      width: calc(100vw * (64 / 1440));
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .p-nav {
    padding-top: calc(100vw * (120 / 1440));
  }
  .p-nav {
    padding-bottom: calc(100vw * (120 / 1440));
  }
  .p-nav .p-navWrap {
    grid-gap: calc(100vw * (40 / 1440));
    gap: calc(100vw * (40 / 1440));
  }
  .p-nav .p-navMenuItem .c-title h2 {
    font-size: calc(100vw * (32 / 1440));
  }
  .p-nav .p-navMenuItem .c-title p {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-nav .p-navSectionItem .p-navSectionItem__title {
    font-size: calc(100vw * (12 / 1440));
  }
  .p-nav .p-navSectionItem .p-navSectionItem__title {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .p-nav .p-navSNSList {
    grid-gap: calc(100vw * (24 / 1440));
    gap: calc(100vw * (24 / 1440));
  }
  .p-nav .p-navSNSItem svg {
    height: calc(100vw * (32 / 1440));
  }
}

@media screen and (min-width: 1024px) {
  /* lg */
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-lg--start {
    justify-content: flex-start;
  }
  .c-row-lg--center {
    justify-content: center;
  }
  .c-row-lg--end {
    justify-content: flex-end;
  }
  .c-row-lg--around {
    justify-content: space-around;
  }
  .c-row-lg--between {
    justify-content: space-between;
  }
  .c-row-lg--top {
    align-items: flex-start;
  }
  .c-row-lg--middle {
    align-items: center;
  }
  .c-row-lg--bottom {
    align-items: flex-end;
  }
  .c-row-lg--reverse {
    flex-direction: row-reverse;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-reset {
    order: initial;
  }
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.66667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.33333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.66667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.66667%;
  }
  .c-hidden--md {
    display: block;
  }
  .c-hidden--lg {
    display: none;
  }
  .c-visible--md {
    display: none;
  }
  .c-visible--lg {
    display: block;
  }
  .c-pagerItem, .page-numbers {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1440px) {
  /* xl */
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-xl--start {
    justify-content: flex-start;
  }
  .c-row-xl--center {
    justify-content: center;
  }
  .c-row-xl--end {
    justify-content: flex-end;
  }
  .c-row-xl--around {
    justify-content: space-around;
  }
  .c-row-xl--between {
    justify-content: space-between;
  }
  .c-row-xl--top {
    align-items: flex-start;
  }
  .c-row-xl--middle {
    align-items: center;
  }
  .c-row-xl--bottom {
    align-items: flex-end;
  }
  .c-row-xl--reverse {
    flex-direction: row-reverse;
  }
  .c-order-xl-first {
    order: -1;
  }
  .c-order-xl-last {
    order: 13;
  }
  .c-order-xl-reset {
    order: initial;
  }
  .c-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .c-offset-xl-2 {
    margin-left: 16.66667%;
  }
  .c-offset-xl-3 {
    margin-left: 25%;
  }
  .c-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .c-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .c-offset-xl-6 {
    margin-left: 50%;
  }
  .c-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .c-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .c-offset-xl-9 {
    margin-left: 75%;
  }
  .c-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .c-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-contentsItem:not(.c-contentsItem--swiper) {
    grid-gap: calc(100vw * (32 / 1440));
    gap: calc(100vw * (32 / 1440));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__title {
    font-size: calc(100vw * (18 / 1440));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__title {
    margin-bottom: calc(100vw * (24 / 1440));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-contentsItem__foot .c-btn {
    top: calc(100vw * (-16 / 1440));
  }
  .c-contentsItem:not(.c-contentsItem--swiper) .c-time {
    margin-top: calc(100vw * (24 / 1440));
  }
  .c-contentBody article:has(img) {
    grid-gap: calc(100vw * (16 / 1440));
    gap: calc(100vw * (16 / 1440));
  }
  .c-contentBody article:has(img) *:not(img):not(h3):not(dt):not(dd):not(p:has(img)) {
    font-size: calc(100vw * (12 / 1440));
  }
  .c-contentBody article:has(img) *:not(img):not(h3):not(dt):not(dd):not(p:has(img)) {
    margin-bottom: calc(100vw * (16 / 1440));
  }
  .c-contentBody article:has(img) *:not(img):not(h3):not(dt):not(dd):not(p:has(img)) {
    width: calc(100% - (100vw * (216 / 1440)));
  }
  .c-contentBody article:has(img) p:has(img), .c-contentBody article:has(img) img {
    width: calc(100vw * (200 / 375));
  }
  .c-contentBody article p:has(img), .c-contentBody article img {
    width: calc(100vw * (200 / 1440));
  }
  .c-xtuberShowSNSTitle {
    padding-right: calc(100vw * (16 / 1440));
  }
  #vtuberbody.c-containerBox {
    padding: calc(100vw * (60 / 1440)) calc(100vw * (60 / 1440)) calc(100vw * (60 / 1440)) calc(100vw * (60 / 1440));
  }
  .c-xtuberShowBody:has(.c-xtuberShowBodyTab) {
    grid-gap: calc(100vw * (48 / 1440));
    gap: calc(100vw * (48 / 1440));
  }
  .c-xtuberShowBodyTab {
    width: calc(100vw * (96 / 1440));
  }
  .c-xtuberShowBodyTab {
    top: calc(100vw * (90 / 1440));
  }
  .c-xtuberShowBodyDownload {
    padding: calc(100vw * (24 / 1440)) calc(100vw * (24 / 1440)) calc(100vw * (24 / 1440)) calc(100vw * (24 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form {
    padding-bottom: calc(100vw * (0 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form::before {
    width: calc(100vw * (700 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form::before {
    height: calc(100vw * (80 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form::before {
    border-bottom-left-radius: calc(100vw * (20 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form::after {
    width: calc(100vw * (20 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form::after {
    height: calc(100vw * (20 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form::after {
    right: calc(100vw * (700 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form .c-formSubmit {
    padding-left: calc(100vw * (0 / 1440));
  }
  #contact .c-containerBox.c-containerBox--form .c-formSubmit {
    top: calc(100vw * (40 / 1440));
  }
  .p-hero .p-heroImage {
    margin-bottom: calc(100vw * (-16 / 1440));
  }
  .p-hero .p-heroNav {
    bottom: calc(100vw * (36 / 1440));
  }
  .p-hero .p-heroNav {
    right: calc(100vw * (50 / 1440));
  }
  .p-hero .p-heroScroll {
    bottom: calc(100vw * (28 / 1440));
  }
  .p-hero .p-heroScroll {
    left: calc(100vw * (50 / 1440));
  }
  .p-XtuberSliderHead .p-XtuberSliderBtn, .p-XtuberSliderFoot .p-XtuberSliderBtn {
    width: calc(100vw * (464 / 1440));
  }
  .p-XtuberSliderHead::after, .p-XtuberSliderFoot::after {
    width: calc(100vw * (464 / 1440));
  }
  .p-mainNews .p-mainNewsBox::before {
    width: calc(100vw * (700 / 1440));
  }
  .p-mainNews .p-mainNewsBox::before {
    height: calc(100vw * (80 / 1440));
  }
  .p-mainNews .p-mainNewsBox::before {
    border-bottom-left-radius: calc(100vw * (20 / 1440));
  }
  .p-mainNews .p-mainNewsBox::after {
    width: calc(100vw * (20 / 1440));
  }
  .p-mainNews .p-mainNewsBox::after {
    height: calc(100vw * (20 / 1440));
  }
  .p-mainNews .p-mainNewsBox::after {
    right: calc(100vw * (700 / 1440));
  }
  .p-footer .c-container {
    padding-left: calc(100vw * (50 / 1440));
  }
  .p-footer .c-container {
    padding-right: calc(100vw * (50 / 1440));
  }
  .p-header .p-headerMenuList {
    grid-gap: calc(100vw * (40 / 1440));
    gap: calc(100vw * (40 / 1440));
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .c-contentBody article:has(img) p:has(img), .c-contentBody article:has(img) img {
    width: calc(100vw * (200 / 1440));
  }
}

@media screen and (max-width: 767px) {
  .is-scroll--xtuberShow .c-xtuberShowHero {
    opacity: 0;
  }
  .c-xtuberShowSNS {
    flex-direction: column;
  }
  .p-XtuberSliderHead, .p-XtuberSliderFoot {
    flex-direction: column;
  }
  .p-XtuberSliderItem .swiper-container[dir="rtl"] .swiper-slide.swiper-slide-prev {
    transform-origin: top left;
  }
  .p-XtuberSliderItem .swiper-container[dir="rtl"] .swiper-slide.swiper-slide-next {
    transform-origin: top right;
  }
  .p-XtuberSliderItem .swiper-slide {
    transform: scale(0.5);
    transform-origin: top center;
    transform: none;
  }
  .p-XtuberSliderItem .swiper-slide.swiper-slide-prev {
    transform-origin: top right;
  }
  .p-XtuberSliderItem .swiper-slide.swiper-slide-next {
    transform-origin: top left;
  }
  .p-XtuberSliderItem .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}

/*# sourceMappingURL=../../_style-map/assets/styles/main.css.map */
