@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;0,900;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
font-size: rem(フォントのサイズ);
*/
/*
@include fw-sb();
*/
.sp_br {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp_br {
    display: none;
  }
}

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

.ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.return-to-top-btn {
  position: fixed;
  right: 3%;
  bottom: 12%;
  z-index: 3;
  transition: 0.3s ease;
}
.return-to-top-btn a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.return-to-top-btn__text {
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  margin-left: -4px;
}

.hide.return-to-top-btn {
  pointer-events: none;
  opacity: 0;
}

.return-to-top-btn-footer {
  opacity: 0;
  padding-bottom: 2em;
}

.bottom.return-to-top-btn-footer {
  position: fixed;
  right: 3%;
  bottom: 9%;
  opacity: 1;
  padding-bottom: 3em;
}

#mouse-stalker {
  position: fixed;
  opacity: 0;
}

.active#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 73px;
  height: 73px;
  transition: transform 0.2s;
  transition-timing-function: ease;
  z-index: 2;
  opacity: 1;
}
.active#mouse-stalker img {
  opacity: 0;
  width: 0;
  height: 0;
  transition: 0.6s ease;
}
.active#mouse-stalker.is_active {
  top: -10px;
  left: -10px;
  width: 73px;
  height: 73px;
  transition: 0.2s;
}
.active#mouse-stalker.is_active img {
  width: 73px;
  height: 73px;
  opacity: 1;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

: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;
  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;
}

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

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

.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;
  -webkit-appearance: 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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 1600px) {
  body {
    background: #fff !important;
  }
}

.contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  width: 100%;
  margin: 0 auto;
  padding: 8em 3% 2em;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .contact {
    padding: 12em 3% 8em;
    gap: 0;
  }
}
@media screen and (min-width: 1600px) {
  .contact {
    padding: 12em 3% 8em;
  }
}

.contact-ttl {
  font-size: 3.5rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .contact-ttl {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .contact-ttl {
    font-size: 11.25rem;
  }
}

.contact-text {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .contact-text {
    margin-top: 1em;
  }
}
@media screen and (min-width: 960px) {
  .contact-text br {
    display: none;
  }
}

.contact-button-area {
  text-align: center;
  padding-top: 2em;
}
@media screen and (min-width: 960px) {
  .contact-button-area {
    padding-top: 6em;
  }
}

.contact-button {
  margin: auto;
}
.contact-button a {
  padding: 2em 4em !important;
  position: relative;
}
@media screen and (min-width: 960px) {
  .contact-button a {
    padding: 0 !important;
    width: 580px;
    height: 127px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.contact-button a::after {
  position: absolute;
  content: url("../img/common/gradation_arrow.png");
  margin-left: 0.5em;
  top: 35%;
}
@media screen and (min-width: 960px) {
  .contact-button a::after {
    right: 40px;
    top: 50px;
  }
}
.contact-button span {
  position: relative;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 960px) {
  .contact-button span {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .contact-button span {
    font-size: 2rem !important;
  }
}

.news {
  display: flex;
  padding: 4em 6%;
  gap: 2em;
}
@media screen and (min-width: 960px) {
  .news {
    max-width: 1500px;
    margin: 0 auto;
    gap: 4em;
    padding: 6em 6%;
  }
}

.news-ttl {
  font-size: 1.875rem;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .news-ttl {
    font-size: 3.4375rem;
    line-height: 1;
    margin-right: 0.25em;
  }
}

.news-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3em;
}
.news-left .brand-viewmore a::before {
  font-size: 1em;
}
@media screen and (min-width: 960px) {
  .news-left {
    justify-content: center;
    align-items: center;
  }
}
.news-left .brand-viewmore {
  writing-mode: vertical-rl;
  margin-left: 0.5em;
}
@media screen and (min-width: 960px) {
  .news-left .brand-viewmore {
    width: 143px;
    height: 143px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .news-left .brand-viewmore {
    writing-mode: initial;
  }
}
@media screen and (min-width: 960px) {
  .news-left .brand-viewmore::before {
    margin-left: 0;
    width: 147px;
    height: 147px;
  }
}
.news-left .brand-viewmore a {
  font-size: 1rem;
}
@media screen and (max-width: 1280px) {
  .news-left .brand-viewmore a {
    background: linear-gradient(to bottom, #8FC4EB, #BA82B2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
}
.news-right {
  flex-grow: 1;
  padding-top: 2em;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.news-list__item {
  border-top: solid 1px #C7C7C7;
}
.news-list__item:last-of-type {
  border-bottom: solid 1px #C7C7C7;
}
.news-list__item a {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  position: relative;
  transition: 0.6s;
}
@media screen and (min-width: 960px) {
  .news-list__item a {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    padding: 0 6em 0 4em;
    gap: 4em;
  }
}
@media screen and (min-width: 960px) {
  .news-list__item a:hover {
    transform: translateX(1em);
  }
  .news-list__item a:hover::before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    animation: fadeIn 0.6s;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    right: 8%;
  }
  to {
    opacity: 1;
    right: 5%;
  }
}
.privacypolicy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.5em;
  padding: 8em 6% 4em;
  line-height: 2;
  max-width: 1228px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .privacypolicy {
    padding-top: 14em;
  }
}
.privacypolicy__text {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .privacypolicy__text {
    font-size: 1rem;
  }
}

.privacypolicy-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.privacypolicy-ttl__main {
  font-size: 1.5rem;
}
.privacypolicy-ttl__sub {
  font-size: 0.8125rem;
}

.privacypolicy-inner__ttl {
  font-size: 0.875rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 960px) {
  .privacypolicy-inner__ttl {
    font-size: 1.0625rem;
  }
}
.privacypolicy-inner__text {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .privacypolicy-inner__text {
    font-size: 1rem;
  }
}
.privacypolicy-inner__right-box {
  text-align: right;
}

.privacypolicy-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75em;
}
.privacypolicy-list__item {
  display: flex;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .privacypolicy-list__item {
    font-size: 1rem;
  }
}
.privacypolicy-list__number {
  width: 3em;
  flex-shrink: 0;
}
.space-wide.privacypolicy-list {
  gap: 2em;
}

.nomal-list__item {
  text-indent: -1em;
  padding-left: 1em;
}

.top-loader-bg {
  display: none;
}

.firstTime .top-loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.firstTime .top-loader__image {
  width: 26%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  display: flex;
  align-items: center;
}
.firstTime .top-loader__image img {
  width: 100%;
  height: auto;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wide {
  0% {
    opacity: 1;
    width: 26%;
  }
  50% {
    opacity: 1;
    width: 100%;
    scale: 1.2;
  }
  75% {
    opacity: 0.7;
    width: 100%;
    scale: 1.2;
  }
  100% {
    opacity: 0;
    width: 100%;
    scale: 1.2;
  }
}
.firstTime .open.top-loader__image-01 {
  animation: fadein 0.5s ease-out forwards;
  animation-delay: 1s;
}
.firstTime .open.top-loader__image-02 {
  animation: fadein 0.5s ease-out forwards;
  animation-delay: 2s;
}
.firstTime .open.top-loader__image-03 {
  animation: fadein 0.5s ease-out forwards;
  animation-delay: 3s;
}
.firstTime .active.top-loader-bg {
  display: block;
}
.firstTime .active.top-loader__image-01 img,
.firstTime .active.top-loader__image-02 img {
  animation: fadeout 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}
.firstTime .active.top-loader__image-03 {
  opacity: 1;
  animation: wide 2.25s ease-in-out forwards;
  animation-delay: 0.25s;
}
.firstTime .top-loader__image-03 img {
  scale: 0.9;
}
.firstTime .active.top-loader__image-03 img {
  animation: fadeout 2.25s ease-in-out forwards;
  animation-delay: 0.25s;
}
.firstTime .active.top-loader-bg {
  animation: hide 1s ease-out forwards;
  animation-delay: 1.25s;
}
@keyframes hide {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}

.topfade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.topfade.active {
  opacity: 1;
  transform: translateY(0px);
}

.header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 999;
  transition: 0.3s ease;
  height: 100%;
}
.header a {
  pointer-events: all;
}

.active .header-fixed-area {
  background: #D9E4EB;
}

.b-active.header-fixed-area {
  background: rgba(255, 255, 255, 0.8) !important;
}

@keyframes header-bg {
  0% {
    background: initial;
  }
  100% {
    background: #D9E4EB;
  }
}
.hide.header {
  pointer-events: none;
  opacity: 0;
}

.active.hide.header {
  pointer-events: all;
  opacity: 1;
}

.header-item.global-navigation {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .header-item.global-navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-shrink: 0;
  }
}
.header-item.global-navigation .global-navigation__list {
  flex-direction: row;
  align-items: center;
}
.header-item.global-navigation .global-navigation__item {
  font-size: 0.875rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (min-width: 1600px) {
  .header-item.global-navigation .global-navigation__item {
    font-size: 1.0625rem;
  }
}
.header-item.global-navigation .gradation-button {
  margin-left: 50px;
}

.header-overlay {
  position: absolute;
  background: #D9E4EB;
  width: 100%;
  min-height: calc(100dvh - 52px);
  padding: 3em 2em;
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .header-overlay {
    position: initial;
    display: none;
  }
}

.header-overlay.active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
  position: fixed;
  transform: translateY(0);
  opacity: 1;
  transition: 0.8s ease-in-out;
  pointer-events: initial;
}
@media screen and (min-width: 1280px) {
  .header-overlay.active {
    display: none;
  }
}

.header-overlay .global-navigation {
  margin-bottom: 3em;
}
.header-overlay .global-navigation__list {
  flex-direction: column;
  row-gap: 1.25em;
}
.header-overlay .global-navigation__item {
  font-weight: 600;
  font-size: 2rem;
}

.header-logo img {
  width: auto;
  height: 16px;
}
@media screen and (min-width: 1280px) {
  .header-logo img {
    width: auto;
    max-height: 24px;
    height: auto;
  }
}
.header-logo a {
  pointer-events: all;
}

.header-nav-button {
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .header-nav-button {
    display: none;
  }
}

.header-fixed-area {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) !important;
  transition: 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .header-fixed-area {
    padding: 0 3%;
    background: initial !important;
    pointer-events: none;
  }
}
@media screen and (min-width: 1600px) {
  .header-fixed-area {
    padding: 0;
  }
}
.header-fixed-area__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 3%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .header-fixed-area__inner {
    width: 100%;
    height: 100px;
    padding: 0;
    justify-content: start;
  }
}
@media screen and (min-width: 1600px) {
  .header-fixed-area__inner {
    max-width: 1545px;
    height: 203px;
    justify-content: space-between;
  }
}

.header-text-effect {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s;
  display: block;
}
.header-text-effect::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  transition: inherit;
  letter-spacing: 0.25em;
}
.header-text-effect > span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
  letter-spacing: 0.25em;
}
.header-text-effect:hover > span, .header-text-effect:focus > span {
  transform: translateY(-100%);
}
.header-text-effect:hover::after, .header-text-effect:focus::after {
  transform: translateY(0%);
}

.global-navigation__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 50px;
}
@media screen and (min-width: 1280px) {
  .global-navigation__list {
    column-gap: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .global-navigation__list {
    column-gap: 50px;
  }
}
.global-navigation__item {
  font-family: "Montserrat", sans-serif;
}

.top.global-navigation__list {
  display: none;
}

#index .top.global-navigation__list {
  display: flex;
}

#index .under.global-navigation__list {
  display: none;
}

.gradation-button {
  display: inline-block;
  border: 2px solid;
  border-image-slice: 1;
  flex-shrink: 0;
  border: solid 2px #BA82B2;
}
.gradation-button a {
  display: block;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .gradation-button a {
    padding: 0.74em 1.85em;
  }
}
.gradation-button a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  background-image: linear-gradient(70deg, #BA82B2 45%, #FFF 50%, #BA82B2 55%);
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 1280px) {
  .gradation-button a span {
    line-height: inherit;
    font-size: 1.04rem;
  }
}
.gradation-button a:hover span {
  animation: shine 1.4s;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.global-navigation-button {
  transform: scale(1.2, 0.6);
  --color: #333333;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
}
.global-navigation-button svg {
  width: 64px;
  height: 48px;
  top: -6px;
  left: -14px;
  stroke: var(--color);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: absolute;
}
.global-navigation-button svg path {
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}
.global-navigation-button svg path:nth-child(2) {
  --duration: .7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}
.global-navigation-button svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}
.global-navigation-button.active svg path {
  --offset: 57px;
}
.global-navigation-button.active svg path:nth-child(1), .global-navigation-button.active svg path:nth-child(3) {
  --delay: .15s;
  --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.global-navigation-button.active svg path:nth-child(2) {
  --duration: .4s;
  --offset: 2px;
  --array-1: 1px;
}
.global-navigation-button.active svg path:nth-child(3) {
  --offset: 58px;
}

.global-navigation-sp {
  position: absolute;
  bottom: 2em;
  left: 2em;
  width: calc(100% - 4em);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (min-width: 1280px) {
  .global-navigation-sp {
    display: none;
  }
}
.global-navigation-sp__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28vw;
  max-width: 160px;
}
.global-navigation-sp__image img {
  width: 100%;
  height: auto;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 4em 3% 1em;
  gap: 3em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1782px;
    margin: 0 auto;
    padding-right: 0;
  }
}

.footer-nav {
  padding: 0 3%;
}
@media screen and (min-width: 960px) {
  .footer-nav {
    margin: 0 auto;
  }
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.25em 0;
}
.footer-nav-list__item {
  width: 50%;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 960px) {
  .footer-nav-list__item {
    font-size: 1rem;
  }
}
.footer-nav-list__item a {
  padding: 0.5em 0;
}
.footer-nav-list__item a:hover, .footer-nav-list__item a:focus {
  color: #C7C7C7;
}

.sns-icon-list,
.footer-sns-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1em;
}
@media screen and (min-width: 960px) {
  .sns-icon-list,
  .footer-sns-list {
    margin-right: 3%;
  }
}
.sns-icon-list__item,
.footer-sns-list__item {
  width: 33px;
  aspect-ratio: 1/1;
  border: solid 1px #C7C7C7;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
}
.sns-icon-list__item a,
.footer-sns-list__item a {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sns-icon-list__item a:hover img, .sns-icon-list__item a:focus img,
.footer-sns-list__item a:hover img,
.footer-sns-list__item a:focus img {
  filter: brightness(0) invert(1);
}
.sns-icon-list__item:nth-of-type(1) a:hover, .sns-icon-list__item:nth-of-type(1) a:focus,
.footer-sns-list__item:nth-of-type(1) a:hover,
.footer-sns-list__item:nth-of-type(1) a:focus {
  background: #000;
}
.sns-icon-list__item:nth-of-type(1) a img,
.footer-sns-list__item:nth-of-type(1) a img {
  margin-left: 1px;
}
.sns-icon-list__item:nth-of-type(2) a:hover, .sns-icon-list__item:nth-of-type(2) a:focus,
.footer-sns-list__item:nth-of-type(2) a:hover,
.footer-sns-list__item:nth-of-type(2) a:focus {
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.sns-icon-list__item:nth-of-type(3) a:hover, .sns-icon-list__item:nth-of-type(3) a:focus,
.footer-sns-list__item:nth-of-type(3) a:hover,
.footer-sns-list__item:nth-of-type(3) a:focus {
  background: #1877f2;
}

.footer-bottom-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.fv-content {
  padding-top: 52px;
  margin-bottom: 4em;
}
@media screen and (min-width: 1280px) {
  .fv-content {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .fv-content {
    padding-top: 203px;
    margin-bottom: 0;
  }
}

.fv-content-textbox {
  position: absolute;
  bottom: 30%;
  left: 3%;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .fv-content-textbox {
    bottom: 36%;
    left: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .fv-content-textbox {
    left: 15%;
    bottom: 45%;
  }
}
.fv-content-textbox__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .fv-content-textbox__text {
    font-size: 8vw;
  }
}
@media screen and (min-width: 960px) {
  .fv-content-textbox__text {
    font-size: 3.875rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
  }
}
@media screen and (min-width: 1600px) {
  .fv-content-textbox__text {
    font-size: 4.5rem;
  }
}
.fv-content-textbox__text-line {
  background: #fff;
  padding: 0.25em 0;
  letter-spacing: 10px;
  padding-left: 0.45em;
}
.fv-content-textbox__text-line-long {
  padding-right: 0.5em;
}

.fv-content-slider {
  width: 90%;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .fv-content-slider {
    width: 100%;
  }
}
.fv-content-slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 1671/3760;
  border-radius: 10px;
}
.fv-content-slider .swiper-slide {
  aspect-ratio: 1671/3760;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1600px) {
  .fv-content-slider .swiper-slide {
    background-size: 120% auto;
    background-position: center;
  }
}
.fv-content-slider .swiper-slide-01 {
  background-image: url("../img/top/fv/image_fv-slider_sp_01.jpg");
}
.fv-content-slider .swiper-slide-02 {
  background-image: url("../img/top/fv/image_fv-slider_sp_02.jpg");
}
.fv-content-slider .swiper-slide-03 {
  background-image: url("../img/top/fv/image_fv-slider_sp_03.jpg");
}
.fv-content-slider .swiper-slide-04 {
  background-image: url("../img/top/fv/image_fv-slider_sp_04.jpg");
}
.fv-content-slider .swiper-slide-05 {
  background-image: url("../img/top/fv/image_fv-slider_sp_05.jpg");
}
.fv-content-slider .swiper-slide-06 {
  background-image: url("../img/top/fv/image_fv-slider_sp_06.jpg");
}
.fv-content-slider .swiper-slide-07 {
  background-image: url("../img/top/fv/image_fv-slider_sp_07.jpg");
}
.fv-content-slider .swiper-slide-08 {
  background-image: url("../img/top/fv/image_fv-slider_sp_08.jpg");
}
.fv-content-slider .swiper-slide-09 {
  background-image: url("../img/top/fv/image_fv-slider_sp_09.jpg");
}
.fv-content-slider .swiper-slide-10 {
  background-image: url("../img/top/fv/image_fv-slider_sp_10.jpg");
}
.fv-content-slider .swiper-slide-11 {
  background-image: url("../img/top/fv/image_fv-slider_sp_11.jpg");
}
.fv-content-slider .swiper-slide-12 {
  background-image: url("../img/top/fv/image_fv-slider_sp_12.jpg");
}
@media screen and (min-width: 767px) {
  .fv-content-slider .swiper-slide-01 {
    background-image: url("../img/top/fv/image_fv-slider_01.jpg");
  }
  .fv-content-slider .swiper-slide-02 {
    background-image: url("../img/top/fv/image_fv-slider_02.jpg");
  }
  .fv-content-slider .swiper-slide-03 {
    background-image: url("../img/top/fv/image_fv-slider_03.jpg");
  }
  .fv-content-slider .swiper-slide-04 {
    background-image: url("../img/top/fv/image_fv-slider_04.jpg");
  }
  .fv-content-slider .swiper-slide-05 {
    background-image: url("../img/top/fv/image_fv-slider_05.jpg");
  }
  .fv-content-slider .swiper-slide-06 {
    background-image: url("../img/top/fv/image_fv-slider_06.jpg");
  }
  .fv-content-slider .swiper-slide-07 {
    background-image: url("../img/top/fv/image_fv-slider_07.jpg");
  }
  .fv-content-slider .swiper-slide-08 {
    background-image: url("../img/top/fv/image_fv-slider_08.jpg");
  }
  .fv-content-slider .swiper-slide-09 {
    background-image: url("../img/top/fv/image_fv-slider_09.jpg");
  }
  .fv-content-slider .swiper-slide-10 {
    background-image: url("../img/top/fv/image_fv-slider_10.jpg");
  }
  .fv-content-slider .swiper-slide-11 {
    background-image: url("../img/top/fv/image_fv-slider_11.jpg");
  }
  .fv-content-slider .swiper-slide-12 {
    background-image: url("../img/top/fv/image_fv-slider_12.jpg");
  }
}

.brand {
  position: relative;
  margin-bottom: 6em;
}
@media screen and (min-width: 1280px) {
  .brand {
    margin-bottom: 12em;
    padding-top: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .brand {
    padding-top: 12%;
    padding-bottom: 22em;
  }
}
.brand__ttl {
  margin-left: 2em;
}
@media screen and (min-width: 1280px) {
  .brand__ttl {
    position: absolute;
    top: -4%;
    margin-left: 0;
  }
}

.brand-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .brand-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1476px;
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .brand-wrapper__ttl {
    order: 0;
  }
}
@media screen and (min-width: 1280px) {
  .brand-wrapper__slider-controller {
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .brand-wrapper__slider {
    order: 3;
  }
}
@media screen and (min-width: 1280px) {
  .brand-wrapper__viewmore {
    order: 2;
  }
}

.ttl-two-line__text {
  display: block;
  line-height: 1;
}
.ttl-two-line__text-sub {
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .ttl-two-line__text-sub {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .ttl-two-line__text-sub {
    font-size: 4rem;
  }
}
.ttl-two-line__text-main {
  font-size: 3rem;
}
@media screen and (min-width: 960px) {
  .ttl-two-line__text-main {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .ttl-two-line__text-main {
    font-size: 9.0625rem;
  }
}
.ttl-two-line__text + .ttl-two-line__text {
  margin-top: 0.25em;
}

.brand-content-slider {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width:767px) and (max-width:1280px) {
  .brand-content-slider {
    width: 70%;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 1280px) {
  .brand-content-slider {
    width: 834px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
}
.brand-content-slider img {
  width: 100%;
  height: auto;
}
.brand-content-slider canvas {
  display: none;
}

.brand-content-slider-controller {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: right;
  gap: 30px;
  width: 70%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 1280px) {
  .brand-content-slider-controller {
    width: 100%;
    gap: 54px;
    margin-bottom: 4em;
  }
}

.brand-content-slider-controller__button {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  pointer-events: all;
}
@media screen and (min-width: 1280px) {
  .brand-content-slider-controller__button {
    width: 56px;
    height: 56px;
  }
}

.brand-content-slider-controller__button:before,
.brand-content-slider-controller__button:after {
  position: absolute;
  content: "";
}

.brand-content-slider-controller__button:before {
  top: 25px;
  left: 0;
  width: 36px;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 1280px) {
  .brand-content-slider-controller__button:before {
    top: 28px;
    width: 56px;
  }
}

.brand-content-slider-controller__button:after {
  top: 21px;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 0 solid transparent;
}
@media screen and (min-width: 1280px) {
  .brand-content-slider-controller__button:after {
    top: 23px;
    border-top: 5px solid transparent;
  }
}

.brand-content-slider-controller__button-prev:after {
  left: 0;
  border-left: 0 solid transparent;
  border-right: 12px solid #000;
}

.brand-content-slider-controller__button-next:after {
  right: 0;
  border-right: 0 solid transparent;
  border-left: 12px solid #000;
}

.brand-viewmore {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .viewmore-btn-wrapper {
    margin: auto auto 0;
  }
}

.move-btn {
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1280px) {
  .move-btn {
    transform: initial !important;
  }
}

.gradation-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .gradation-text {
    border-radius: 50%;
    width: 191px;
    height: 191px;
    background: #fff;
  }
}
.gradation-text a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(to right, #8FC4EB, #BA82B2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  gap: 6px;
}
@media screen and (min-width: 960px) {
  .gradation-text a {
    font-weight: lighter;
  }
}
.gradation-text a::before {
  content: "●";
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  .gradation-text a::before {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .gradation-text::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: linear-gradient(to right, #8FC4EB, #BA82B2);
    width: 195px;
    height: 195px;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -1;
    border-radius: 50%;
  }
}

.banner__wrap {
  width: 84%;
  margin: 2rem auto 2em;
}
@media screen and (min-width: 1280px) {
  .banner__wrap {
    max-width: 1476px;
    width: 96%;
    margin: 0 auto;
    margin-top: 85px;
  }
}
.banner__img {
  width: 100%;
  transition: opacity 0.3s ease;
}
.banner__img:hover {
  opacity: 0.8;
}

.aboutus {
  background: #D9E4EB;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .aboutus {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .aboutus {
    padding: 0;
  }
}
.aboutus::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.625em;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 0;
  font-size: 3.5rem;
}
@media screen and (min-width: 960px) {
  .aboutus::before {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus::before {
    font-size: 11.25rem;
  }
}

.aboutus-ttl {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  z-index: 1;
  /*
    &::before{
      content: '';
      display: block;
      width: 100%;
      height: 0.625em;
      background: #fff;
      position: absolute;
      top: 0;
      z-index: -1;
    }
  */
}
@media screen and (min-width: 960px) {
  .aboutus-ttl {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-ttl {
    font-size: 11.25rem;
  }
}

.aboutus-content {
  width: 100%;
  overflow: hidden;
  padding: 0 0 6em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .aboutus-content {
    overflow: initial;
    aspect-ratio: 192/101;
    padding: 8em 0 0em;
    max-height: 1010px;
    display: flex;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-content {
    padding: 12em 0 2em;
    max-height: 1010px;
  }
}

.aboutus-content-inner {
  display: flex;
  flex-direction: column;
  background: rgba(217, 228, 235, 0.8);
}
@media screen and (min-width: 767px) {
  .aboutus-content-inner {
    width: 88%;
    margin-left: auto;
    padding-top: 0;
    padding-right: 32%;
    background: initial;
  }
}
@media screen and (min-width: 960px) {
  .aboutus-content-inner {
    width: initial;
    padding-right: 50%;
  }
}
.aboutus-content-inner__ttl {
  order: 1;
}
.aboutus-content-inner__image {
  order: 0;
}
@media screen and (min-width: 767px) {
  .aboutus-content-inner__image {
    order: 2;
  }
}
.aboutus-content-inner__text {
  order: 2;
}
@media screen and (min-width: 767px) {
  .aboutus-content-inner__text {
    order: 1;
  }
}

.aboutus-content-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 4em;
  padding: 0 6%;
}
@media screen and (min-width: 767px) {
  .aboutus-content-ttl {
    margin-bottom: 5em;
    padding: 0;
  }
}
.aboutus-content-ttl__main {
  font-size: 1.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .aboutus-content-ttl__main {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
  .aboutus-content-ttl__main br {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-content-ttl__main {
    font-size: 2.85rem;
  }
}
.aboutus-content-ttl__sub {
  letter-spacing: 5px;
  font-size: 0.75rem;
}
@media screen and (min-width: 767px) {
  .aboutus-content-ttl__sub {
    letter-spacing: 0.4em;
    margin-top: 0.8em;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-content-ttl__sub {
    font-size: 1.0625rem;
    margin-left: 10px;
  }
}

.aboutus-content-text {
  line-height: 3em;
  padding: 0 6%;
}
@media screen and (min-width: 767px) {
  .aboutus-content-text {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-content-text {
    font-size: 1.25rem;
    letter-spacing: 0.25em;
  }
  .aboutus-content-text .pc-hidden {
    display: none;
  }
}

.aboutus-content-image-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 3em 0 4em;
  aspect-ratio: 250/101;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .aboutus-content-image-box {
    position: relative;
    padding: 3em 0 6em;
    width: 36%;
    max-width: 708px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 35/33;
    margin: auto 0;
  }
}

.aboutus-content-image {
  position: absolute;
  z-index: 2;
  width: 40%;
  left: 10%;
}
@media screen and (min-width: 767px) {
  .aboutus-content-image {
    position: static;
    margin-top: 5%;
    width: 47%;
  }
}
.aboutus-content-image img {
  width: 100%;
  height: auto;
}

.aboutus-content-image-icon {
  top: 10%;
  right: 0;
  width: 70%;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .aboutus-content-image-icon {
    position: absolute;
    width: 93%;
    top: 8%;
    margin: 0;
  }
}
.aboutus-content-image-icon svg {
  width: 100%;
  height: auto;
}

.business {
  background-image: url(../img/top/business/bg_business_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 125/229;
  position: relative;
  overflow: hidden;
}
.business::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/business/bg_business_sp_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (min-width: 767px) {
  .business::before {
    background-image: url(../img/top/business/bg_business_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 767px) {
  .business {
    background-image: url(../img/top/business/bg_business.jpg);
    aspect-ratio: 16/9;
  }
}
.business__ttl {
  position: absolute;
  top: 10%;
  left: 3%;
}
@media screen and (min-width: 767px) {
  .business__ttl {
    position: static;
  }
}

.active.business::before {
  opacity: 1;
}

.business-ttl {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .business-ttl {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .business-ttl {
    font-size: 10.625rem;
  }
}

@media screen and (min-width: 767px) {
  .business-ttl-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
  }
}

.business-ttl-viewmore {
  display: none;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 767px) {
  .business-ttl-viewmore {
    display: block;
  }
}
.business-ttl-viewmore a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.business-inner {
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  padding: 20% 0;
  transition: all 0.6s ease;
}
@media screen and (min-width: 767px) {
  .business-inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-top: 10%;
  }
}

.business-list {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .business-list {
    width: 94%;
    max-width: 1782px;
    margin: 0 auto;
  }
}
.business-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 60%;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .business-list__item {
    width: 28%;
  }
}
.business-list__item + .business-list__item {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .business-list__item + .business-list__item {
    position: static;
    margin-left: -4%;
  }
}
.business-list__item-01 {
  margin-left: -5%;
  margin-top: 20%;
}
@media screen and (min-width: 767px) {
  .business-list__item-01 {
    margin-left: 0;
    margin-top: 0;
    order: 0;
  }
}
.business-list__item-02 {
  right: -8%;
}
@media screen and (min-width: 767px) {
  .business-list__item-02 {
    order: 1;
  }
}
.business-list__item-03 {
  left: -5%;
  bottom: -70%;
}
@media screen and (min-width: 767px) {
  .business-list__item-03 {
    order: 3;
  }
}
.business-list__item-04 {
  right: -8%;
  bottom: -45%;
}
@media screen and (min-width: 767px) {
  .business-list__item-04 {
    order: 2;
  }
}

.business-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  gap: 0.5em;
  position: relative;
}
.business-list-item__text {
  color: #fff;
}
.business-list-item__text-main {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (min-width:767px) and (max-width:1280px) {
  .business-list-item__text-main {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .business-list-item__text-main {
    font-size: 2.125rem;
  }
}
.business-list-item__text-sub {
  font-size: 0.8125rem;
}
.business-list-item svg {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.active.business-inner svg path {
  stroke: #fff;
  stroke-dasharray: 1280, 1280;
  stroke-dashoffset: 0;
  animation: dash 1.5s forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1280;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.business-viewmore-btn {
  position: absolute;
  bottom: 10%;
  right: 20%;
}
@media screen and (min-width: 767px) {
  .business-viewmore-btn {
    display: none;
  }
}
.business-viewmore-btn a {
  color: #fff;
}
.business-viewmore-btn a::before {
  content: "●";
  margin-right: 0.5em;
}

.media {
  background: #D0CFDD;
  padding: 0 0 2em;
  min-height: 80dvh;
  position: relative;
}
.media::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.75em;
  background: #fff;
  position: absolute;
  top: 0;
  font-size: 3.5rem;
}
@media screen and (min-width: 960px) {
  .media::before {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .media::before {
    font-size: 11.25rem;
  }
}

.media-ttl {
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .media-ttl {
    font-size: 7.5rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .media-ttl {
    font-size: 11.25rem;
  }
}

.top-media-textbox {
  width: 94%;
  margin: 0 auto;
  padding: 5% 0 0;
}
.top-media-textbox__text {
  line-height: 2;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-media-textbox__text {
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .top-media-textbox__text br.sp {
    display: none;
  }
}

.top-media-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  transition: all 0.8s ease-in-out;
  aspect-ratio: 8/5;
  width: 94%;
  margin: -6% auto 0;
}
.top-media-area__item {
  position: absolute;
  transition: all 0.8s ease-in-out;
  width: 49%;
  transform: translate(0, 56%);
}
.top-media-area__item-01 {
  z-index: 7;
  order: 0;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-01 {
    max-width: 577px;
    width: 30%;
  }
}
.top-media-area__item-02 {
  transform: rotate(8deg) translate(22%, 76%);
  z-index: 6;
  order: 1;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-02 {
    max-width: 354px;
    width: 20%;
    transform: rotate(-12deg) translate(-50%, 100%);
  }
}
.top-media-area__item-03 {
  transform: rotate(-8deg) translate(14%, 117%);
  transform: rotate(-8deg) translate(2%, 23%);
  z-index: 0;
  order: 5;
  width: 40%;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-03 {
    max-width: 354px;
    width: 20%;
    transform: rotate(8deg) translate(-22%, 220%);
    transform: rotate(8deg) translate(-2%, 50%);
  }
}
.top-media-area__item-04 {
  transform: rotate(8deg) translate(24%, 104%);
  z-index: 5;
  order: 3;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-04 {
    max-width: 354px;
    width: 20%;
    transform: rotate(5deg) translate(-18%, 246%);
  }
}
.top-media-area__item-05 {
  transform: rotate(8deg) translate(8%, 58%);
  z-index: 3;
  order: 2;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-05 {
    max-width: 577px;
    width: 30%;
    transform: rotate(-1deg) translate(1%, 71%);
  }
}
.top-media-area__item-06 {
  transform: rotate(-10deg) translate(-5%, 58%);
  z-index: 2;
  order: 6;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-06 {
    max-width: 351px;
    width: 20%;
    transform: rotate(9deg) translate(57%, 172%);
  }
}
.top-media-area__item-07 {
  transform: rotate(-10deg) translate(-11%, 53%);
  z-index: 1;
  order: 4;
}
@media screen and (min-width: 960px) {
  .top-media-area__item-07 {
    max-width: 351px;
    width: 20%;
    transform: rotate(-18deg) translate(22%, 118%);
  }
}
.top-media-area__item img {
  width: 100%;
  height: auto;
}

.item-active.top-media-area {
  aspect-ratio: initial;
}

.item-active.top-media-area__item {
  transform: rotate(0);
  margin: 0 !important;
}

.item-active .top-media-area__item-01 {
  transform: translate(-52%, 124%);
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-01 {
    transform: translate(0%, 56%);
  }
}
.item-active .top-media-area__item-02 {
  transform: translate(52%, 56%);
  transform: translate(52%, 236%);
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-02 {
    transform: translate(-145%, 150%);
  }
}
.item-active .top-media-area__item-03 {
  transform: translate(52%, 164%);
  transform: translate(52%, 148%);
  z-index: 1;
  width: 49%;
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-03 {
    transform: translate(-145%, 114%);
    width: 20%;
  }
}
.item-active .top-media-area__item-04 {
  transform: translate(52%, 272%);
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-04 {
    transform: translate(-145%, 381%);
  }
}
.item-active .top-media-area__item-05 {
  transform: translate(-52%, 207%);
  transform: translate(-52%, 361%);
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-05 {
    transform: translate(0%, 180%);
  }
}
.item-active .top-media-area__item-06 {
  transform: translate(52%, 50%);
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-06 {
    transform: translate(146%, 264%);
  }
}
.item-active .top-media-area__item-07 {
  transform: translate(-52%, 315%);
  transform: translate(-52%, 277%);
}
@media screen and (min-width: 960px) {
  .item-active .top-media-area__item-07 {
    transform: translate(146%, 198%);
  }
}

/*
.company {
  background-image: url('../img/top/company/bg_company_sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
}
*/
@media screen and (min-width: 1280px) {
  .active.company::before {
    position: fixed;
  }
}

.company {
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  z-index: 1;
  /*
    background-image: url('../img/top/company/bg_company_sp.jpg');
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: center;
    background-attachment: fixed; 
  */
}
.company::before {
  content: "";
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/top/company/bg_company_sp.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (min-width: 767px) {
  .company::before {
    background-image: url("../img/top/company/bg_company.jpg");
  }
}
@media screen and (min-width: 1280px) {
  .company::before {
    position: absolute;
    background-size: auto 110%;
  }
}
@media screen and (min-width: 1600px) {
  .company::before {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 960px) {
  .company__ttl {
    transition: all 0.6s ease;
    width: 88%;
  }
}
@media screen and (min-width: 1600px) {
  .company__ttl {
    margin: 0 auto 1em;
  }
}
.company__inner {
  position: relative;
}
.company__inner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1600px) {
  .company__inner img {
    height: auto;
    width: 100%;
  }
}
.company__inner__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
}
@media screen and (min-width: 767px) {
  .company__inner__item {
    width: 100%;
    align-items: center;
    margin: 0 auto;
    transition: all 0.6s ease;
  }
}
/*
.active{
  .company{
    &__ttl{
      opacity: 1;
    }
    &__inner__item{
      opacity: 1;
    }
  }
}
*/
.company-sticky {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.company-sticky img {
  width: 100%;
  height: auto;
}

.company-ttl {
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 1476px;
}
@media screen and (min-width: 960px) {
  .company-ttl {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .company-ttl {
    font-size: 6.25rem;
  }
}

.company-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .company-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.company-content-item {
  width: 70%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .company-content-item {
    width: 100%;
    max-width: 466px;
    max-height: 466px;
  }
}
.company-content-item a {
  width: 100%;
  aspect-ratio: 1/1;
}
.company-content-item + .company-content-item {
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .company-content-item + .company-content-item {
    margin-left: 104px;
  }
}

.company-content-item-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .company-content-item-link {
    gap: 0;
  }
}
.company-content-item-link__text-top {
  font-size: 1.4375rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1280px) {
  .company-content-item-link__text-top {
    font-size: 2.5rem;
    margin-bottom: 0.25em;
  }
}
.company-content-item-link__text-center {
  font-size: 0.75rem;
}
@media screen and (min-width: 767px) {
  .company-content-item-link__text-center {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .company-content-item-link__text-center {
    font-size: 1.125rem;
    margin-bottom: 2em;
  }
}
.company-content-item-link__text-bottom {
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .company-content-item-link__text-bottom {
    font-size: 1.125rem;
  }
}
.company-content-item-link__text-bottom::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1.5rem;
}

.company-under {
  padding-top: 72px;
}
@media screen and (min-width: 960px) {
  .company-under {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .company-profile {
    display: flex;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.company-under-fv {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  padding-bottom: 8em;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .company-under-fv {
    /*
    position: fixed;
    left: 0;
    top: 0;
    width: 52%;
    height: 100vh;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    */
    position: sticky;
    left: 0;
    top: 0;
    width: 52%;
    height: 100%;
    flex-shrink: 0;
    justify-content: center;
    padding-bottom: 4em;
    padding-top: 16em;
  }
}
.company-under-fv__image {
  margin: 0 1.5% 0 auto;
  width: 60%;
}
@media screen and (min-width: 960px) {
  .company-under-fv__image {
    order: 1;
    display: none;
  }
}
.company-under-fv__image img {
  width: 100%;
  height: auto;
}
.company-under-fv__ttl {
  position: absolute;
  bottom: 0;
  left: 6%;
}
@media screen and (min-width: 960px) {
  .company-under-fv__ttl {
    position: static;
  }
}

.company-under-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4em;
}
.company-under-ttl__text-main {
  transition: all 0.3s ease;
  font-size: 4.125rem;
}
@media screen and (min-width: 960px) {
  .company-under-ttl__text-main {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .company-under-ttl__text-main {
    font-size: 8.125rem;
  }
}
.company-under-ttl__text-sub {
  transition: all 0.3s ease;
  font-size: 1.0625rem;
}
@media screen and (min-width: 960px) {
  .company-under-ttl__text-sub {
    font-size: 1.25rem;
    padding-left: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .company-under-ttl__text-sub {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 960px) {
  .active.company-under-fv__ttl .company-under-ttl__text-main {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .active.company-under-fv__ttl .company-under-ttl__text-main {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 960px) {
  .active.company-under-fv__ttl .company-under-ttl__text-sub {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .active.company-under-fv__ttl .company-under-ttl__text-sub {
    font-size: 1.4375rem;
  }
}

.finish.company-under-fv {
  opacity: 0;
  pointer-events: none;
}

/*
.company-profile-list-wrapper{
  width: 94%;
  margin: 0 auto;
  padding: 0 3%;

  &:first-of-type{
    padding-top: 2em;
  }
}
*/
.company-profile-dl-wrapper {
  width: 94%;
  margin: 0 auto;
  padding: 4em 3% 0;
}
@media screen and (min-width: 960px) {
  .company-profile-dl-wrapper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4em;
    width: 54%;
    margin: 0 0 0 auto;
  }
}
.company-profile-dl-wrapper__image {
  display: none;
}
@media screen and (min-width: 960px) {
  .company-profile-dl-wrapper__image {
    display: block;
  }
}
.company-profile-dl-wrapper__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 960px) {
  .company-profile-dl {
    padding: 0 12% 0 8%;
  }
}
.company-profile-dl__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 2em 0;
  gap: 2em;
  line-height: 1.5;
  border-top: solid 1px #C7C7C7;
  font-size: 0.8125rem;
}
.company-profile-dl__inner:last-of-type {
  border-bottom: solid 1px #C7C7C7;
}

.company-profile-dt {
  min-width: 7em;
  font-weight: initial;
}

.company-profile-dd {
  line-height: 1.5;
}

.company-history {
  padding: 8em 0 4em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .company-history {
    padding: 10em 0 6em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.company-history__ttl {
  width: 88%;
  margin: 0 auto 3em;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .company-history__ttl {
    position: sticky;
    left: 0;
    top: 8em;
    width: 40%;
    height: 100%;
    padding-bottom: 5em;
    margin: initial;
    flex-shrink: 0;
    align-items: center;
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .company-history__ttl .company-under-ttl__text-main {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .company-history__ttl .company-under-ttl__text-main {
    font-size: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .company-history__ttl .company-under-ttl__text-sub {
    font-size: 1.125rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .company-history__ttl .company-under-ttl__text-sub {
    font-size: 1.4375rem;
  }
}

.company-history-content {
  height: 50vh;
  overflow: hidden;
  position: relative;
  padding-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .company-history-content {
    width: 60%;
    height: 800px;
    padding-top: 6em;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .company-history-content {
    padding-top: 10em;
  }
}
.company-history-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
}

.company-history-content.active::before {
  display: none;
}

.company__inner img {
  opacity: 0;
  transition: all 0.6s ease;
}

.active.company .company__inner img {
  opacity: 1;
}

.company-history-list-wrapper {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 4em;
  border-left: solid 1px #746E92;
}
.company-history-list-wrapper:first-of-type {
  padding-top: 2em;
}
.company-history-list-wrapper:last-of-type {
  border-left: 0;
  padding-bottom: 0;
  margin-top: -0.5em;
}

.company-history-list-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  margin-left: -10px;
  margin-bottom: 1em;
}
.company-history-list-ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #746E92;
  margin-right: 4%;
}

.company-history-dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  gap: 1em;
}
.company-history-dl__inner {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  line-height: 1.5;
  font-size: 0.8125rem;
}

.company-history-dt {
  min-width: 3em;
  font-weight: initial;
}

.more-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1;
  margin-top: 2em;
  margin-left: 10%;
}
@media screen and (min-width: 960px) {
  .more-btn {
    justify-content: center;
    width: 60%;
    margin-left: 18%;
    margin-top: 3em;
  }
}
.more-btn button {
  display: flex;
  align-items: center;
}

.more-btn-plus {
  display: inline-block;
  width: 0.9375rem;
  height: 2px;
  background: currentColor;
  position: relative;
  margin-left: 0.5em;
}
.more-btn-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}

.active .more-btn-plus::before {
  display: none;
}

/*
.company-group-company{
  background: $blue_spindle;
  padding: 6em 0;
  position: relative;

  &::before{
    content: "";
    display: block;
    background: url("../img/company/bg_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 23/21;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 2em;
    opacity: 0.4;

    @include mq(pc) {
      width: 20%;
    }
  }
}
*/
.company-group-company-ttl {
  width: 88%;
  margin: 0 auto 0.5em;
  color: rgba(255, 255, 255, 0.4);
  font-size: 3.4375rem;
  line-height: 1.25;
  letter-spacing: 0.75px;
  max-width: 1545px;
}
@media screen and (min-width: 960px) {
  .company-group-company-ttl {
    font-size: 5rem;
    text-align: center;
  }
  .company-group-company-ttl br {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .company-group-company-ttl {
    font-size: 7.1875rem;
  }
}

.company-group-company-list-wrapper {
  width: 94%;
  max-width: 1545px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.company-group-company-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2%;
}
@media screen and (min-width: 960px) {
  .company-group-company-list {
    gap: 2.5%;
  }
}
.company-group-company-list__item {
  width: 32%;
  margin-bottom: 2%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 960px) {
  .company-group-company-list__item {
    width: 18%;
    min-height: 100px;
  }
  .company-group-company-list__item:hover {
    transform: rotate(6deg);
    transition: all 0.3s ease;
  }
}
.company-group-company-list__item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
@media screen and (min-width: 960px) {
  .company-group-company-list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.company-group-company-list__item a img {
  width: auto;
  height: 90%;
  display: block;
  margin: 5% auto 0;
}
@media screen and (min-width: 960px) {
  .company-group-company-list__item a img {
    margin: 0 auto;
  }
}

.company-contact {
  padding: 8em 0 6em;
}

.test-w {
  position: relative;
  background: #B9CFDE;
  position: relative;
  /*
  &::before{
    content: "";
    display: block;
    background: url("../img/company/bg_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 23/21;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 2em;
    opacity: 0.4;
    z-index: 1;

    @include mq(pc) {
      width: 20%;
    }
  }
  */
}

.test {
  background: #B5B0D1;
  position: absolute;
  padding: 6em 0;
  z-index: -1;
  width: 100%;
}
.test::before {
  content: "";
  display: block;
  background: url("../img/company/bg_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 23/21;
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 2em;
  opacity: 0.4;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .test::before {
    width: 20%;
  }
}
.test img {
  mix-blend-mode: luminosity;
}

.test2 {
  background: #B9CFDE;
  display: block;
  padding: 6em 0;
}
.test2::before {
  content: "";
  display: block;
  background: url("../img/company/bg_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 23/21;
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 2em;
  opacity: 0.4;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .test2::before {
    width: 20%;
  }
}
.message-under {
  overflow: hidden;
  margin-bottom: 4em;
}
@media screen and (min-width: 1280px) {
  .message-under {
    margin-bottom: 8em;
  }
}

.message-under-fv {
  margin-top: 52px;
  padding: 4em 0 0;
  background: #D9E4EB;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .message-under-fv {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .message-under-fv {
    margin-top: 0;
    padding-top: 203px;
  }
}
.message-under-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .message-under-fv::before {
    height: 30%;
  }
}
.message-under-fv__image {
  width: 88%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .message-under-fv__image {
    max-width: 988px;
  }
}
.message-under-fv__image img {
  width: 100%;
  height: auto;
}

.message-under-ttl {
  font-size: 4.0625rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .message-under-ttl {
    font-size: 9.375rem;
  }
}

.message-under-logo-circle {
  width: 80%;
  position: absolute;
  bottom: -35%;
  right: -45%;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .message-under-logo-circle {
    width: 492px;
    right: -30%;
    bottom: 15%;
  }
}
.message-under-logo-circle img {
  width: 100%;
  height: auto;
}

.message-director {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 25%;
}
@media screen and (min-width: 960px) {
  .message-director {
    margin-top: 0;
  }
}

.message-director-wrapper {
  padding: 4em 0;
  width: 88%;
}
@media screen and (min-width: 1280px) {
  .message-director-wrapper {
    padding: 0;
    width: 100%;
  }
}

.message-director-min {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1280px) {
  .message-director-min {
    display: none;
  }
}
.message-director-min__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
}
.message-director-min__image {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
.message-director-min__image img {
  width: 100%;
  height: auto;
}

.message-director-min-ttl-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
}
.message-director-min-ttl-sub__post {
  font-size: 0.8125rem;
}
.message-director-min-ttl-sub__name {
  font-size: 1.5625rem;
}

.message-director-min-message {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5em;
}
.message-director-min-message__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.message-director-min-message__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em;
}
.message-director-min-message__text {
  font-size: 0.875rem;
  line-height: 2em;
}

.message-item-before01,
.message-item-before02 {
  display: none;
}

.bg-active01,
.bg-active02 {
  background: #B9CFDE;
}

.message-director-large-before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

.message-director-large {
  position: relative;
}

.message-director-large {
  display: none;
}
@media screen and (min-width: 1280px) {
  .message-director-large {
    display: block;
  }
}
.message-director-large__inner {
  min-height: 100vh;
}

.message-director-large-before {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10%;
  padding-bottom: 270px;
}
.message-director-large-before__left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em;
  max-width: 532px;
  width: 48%;
}
.message-director-large-before__left__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 6.5625rem;
  font-weight: bold;
}
.message-director-large-before__left__sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
}
.message-director-large-before__left__sub-post {
  font-size: 0.875rem;
}
.message-director-large-before__left__sub-name {
  font-size: 1.9375rem;
}
.message-director-large-before__right {
  max-width: 678px;
  margin-top: 270px;
  width: 40%;
}
.message-director-large-before__right img {
  width: 100%;
  height: auto;
}

.message-director-large-after {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10%;
  padding-bottom: 270px;
  background: #B9CFDE;
}
.message-director-large-after__left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em;
  max-width: 532px;
  width: 48%;
}
.message-director-large-after__left__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.message-director-large-after__left__text-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em;
  font-size: 0.875rem;
  line-height: 2em;
}
.message-director-large-after__right {
  max-width: 678px;
  margin-top: 270px;
  width: 40%;
}
.message-director-large-after__right img {
  width: 100%;
  height: auto;
}

.news-under {
  display: flex;
  align-items: flex-start;
  padding: calc(72px + 2em) 6% 4em;
  gap: 6%;
}
@media screen and (min-width: 1280px) {
  .news-under {
    padding: calc(100px + 4em) 6% 4em;
  }
}
@media screen and (min-width: 1600px) {
  .news-under {
    padding: calc(203px + 4em) 0 6em;
    max-width: 1400px;
    margin: 0 auto;
  }
}

.news-under-inner {
  width: 100%;
  display: flex;
}

.news-under-heading {
  writing-mode: vertical-rl;
  position: sticky;
  left: 0;
  top: 4em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 4em;
}
.news-under-ttl {
  font-size: 1.8125rem;
}
@media screen and (min-width: 1600px) {
  .news-under-ttl {
    font-size: 3.125rem;
  }
}

.news-under-heading-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 0.6875rem;
  gap: 3em;
}
.news-under-list {
  padding-top: 1.5em;
  width: 100%;
  margin-left: 3%;
}

.news-under-list-item {
  border-top: solid 1px #C7C7C7;
}
@media screen and (min-width: 1280px) {
  .news-under-list-item {
    padding: 0 4em;
  }
}
.news-under-list-item:last-of-type {
  border-bottom: solid 1px #C7C7C7;
}
.news-under-list-item a {
  display: block;
  position: relative;
  transition: 0.6s;
}
@media screen and (min-width: 1280px) {
  .news-under-list-item a:hover {
    transform: translateX(1em);
  }
  .news-under-list-item a:hover::before {
    content: "";
    display: block;
    background-image: url(../img/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    animation: fadeIn 0.6s;
  }
}
.news-under-list-item__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  padding: 2em 0;
}
@media screen and (min-width: 1280px) {
  .news-under-list-item__inner {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 6em;
  }
}
.news-under-list-item__sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4em;
  font-size: 0.75rem;
}
@media screen and (min-width: 1600px) {
  .news-under-list-item__sub {
    gap: 7.25em;
    flex-shrink: 0;
  }
}
.news-under-list-item__sub-time {
  width: 5em;
}
.news-under-list-item__sub-tag {
  width: 4em;
}
.news-under-list-item__main {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1600px) {
  .news-under-list-item__main {
    font-size: 0.875rem;
  }
}

.news-under-more-btn {
  display: table;
  border: solid 1px #746E92;
  margin: 0 auto;
}
.news-under-more-btn a {
  display: block;
}
.news-under-more-btn__text {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #746E92;
  padding: 1em 3em;
}

.news-under-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.8;
  font-size: 0.8125rem;
  padding-top: 1.5em;
  margin-left: 6%;
}
@media screen and (min-width: 960px) {
  .news-under-content {
    flex-shrink: 0;
  }
}
.news-under-content a {
  color: #746E92;
}
.news-under-content img {
  width: 100%;
  height: auto;
  margin-bottom: 3em;
}

.news-under-content-ttl {
  font-size: 0.9375rem;
  margin-bottom: 3em;
}
@media screen and (min-width: 1600px) {
  .news-under-content-ttl {
    font-size: 1rem;
  }
}

.news-under-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  gap: 2em;
  width: 100%;
}
.news-under-nav__back {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
}
.news-under-nav__prev, .news-under-nav__next {
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  margin-top: 6px;
}
.news-under-nav__prev {
  border-bottom: solid 1px #333333;
  border-left: solid 1px #333333;
}
.news-under-nav__next {
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
}

.shop-list-fv {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .shop-list-fv {
    position: relative;
    aspect-ratio: 144/43;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.shop-list-fv__image {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .shop-list-fv__image {
    display: block;
    width: 46%;
    max-width: 925px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.shop-list-fv__image__item {
  display: none;
}
@media screen and (min-width: 960px) {
  .shop-list-fv__image__item {
    opacity: 0;
    transition: 0.3s;
  }
}
.shop-list-fv__image img {
  width: 100%;
  height: auto;
}

.active.shop-list-fv__image__item {
  display: block;
  opacity: 1;
}

.shop-list-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 0 3%;
  margin-bottom: 4em;
  gap: 0.5em;
}
@media screen and (min-width: 960px) {
  .shop-list-ttl {
    margin-top: auto;
    margin-bottom: 6em;
  }
}
.shop-list-ttl__text-main {
  font-size: 3.3125rem;
}
@media screen and (min-width: 960px) {
  .shop-list-ttl__text-main {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .shop-list-ttl__text-main {
    font-size: 6.25rem;
  }
}
.shop-list-ttl__text-sub {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .shop-list-ttl__text-sub {
    font-size: 1.125rem;
  }
}

.shop-list-category__ttl {
  margin-bottom: 1em;
}

.shop-list-category-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .shop-list-category-ttl {
    text-align: left;
    font-weight: bold;
    padding-left: 3%;
  }
}

.category-list-scroll {
  padding: 0 3%;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .category-list-scroll {
    width: 54%;
    margin-bottom: 0;
  }
}
.category-list-scroll__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
@media screen and (min-width: 960px) {
  .category-list-scroll__inner {
    overflow-x: initial;
  }
}
.category-list-scroll__inner::-webkit-scrollbar {
  background: #E2E2E2;
  height: 5px;
  padding-top: 10px;
}
.category-list-scroll__inner::-webkit-scrollbar-thumb {
  background-color: #C7C7C7;
  border: none;
}
.category-list-scroll__inner::-webkit-scrollbar-thumb:hover {
  background-color: #707070;
}

.category-list {
  display: flex;
  height: 3em;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .category-list {
    flex-wrap: wrap;
    height: initial;
    min-width: 550px;
    margin-bottom: 0;
  }
}
.category-list__item {
  width: 40%;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  pointer-events: all;
  border-right: solid 1px #707070;
}
.category-list__item:first-of-type {
  border-left: solid 1px #707070;
}
@media screen and (min-width: 960px) {
  .category-list__item:last-of-type {
    border-left: solid 1px #707070;
    margin-top: 1em;
  }
}
.category-list__item:hover, .category-list__item:focus {
  color: #8FC4EB;
}
@media screen and (min-width: 960px) {
  .category-list__item {
    width: 32%;
    height: 2em;
    position: relative;
  }
  .category-list__item::after {
    content: "→";
    display: block;
    position: absolute;
    right: 10%;
    color: #333333;
  }
}
.category-list__item button {
  display: block;
  width: 100%;
  height: 100%;
}

.on.category-list__item {
  color: #8FC4EB;
}

.shop-list-tab-contents-list__item {
  display: none;
}
@media screen and (min-width: 960px) {
  .shop-list-tab-contents-list__item {
    padding: 3%;
  }
}

.active.shop-list-tab-contents-list__item {
  display: block;
}

.shop-list-search {
  padding: 1.5em 3% 2.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (min-width: 960px) {
  .shop-list-search {
    width: 30%;
    padding: 0;
    margin-left: auto;
    margin-bottom: 1.5em;
  }
}
.shop-list-search input {
  border: solid 1px #707070;
  border-radius: 25px;
  line-height: 36px;
  width: 100%;
  padding-left: 1.5em;
}
.shop-list-search input::placeholder {
  color: #C7C7C7;
}
.shop-list-search__text {
  font-size: 0.8125rem;
  padding-left: 2em;
}
.shop-list-search__box {
  position: relative;
}
.shop-list-search__box::before {
  content: "";
  background: url("../img/shoplist/icon_search.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 1.5em;
}

.shop-list-map-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .shop-list-map-wrap {
    display: block;
    height: 776px;
    overflow: hidden;
  }
}

.shop-list-area {
  width: 100%;
  background: #707070;
  padding: 1em;
}
@media screen and (min-width: 960px) {
  .shop-list-area {
    float: right;
    width: 30%;
  }
}
.shop-list-area__inner {
  width: 100%;
  position: relative;
}
.shop-list-area__inner::before {
  content: "↓";
  position: absolute;
  right: 1.5em;
  line-height: 40px;
  font-size: 0.8125rem;
}
.shop-list-area select {
  background: #fff;
  width: 100%;
  height: 40px;
  padding-left: 1.5em;
  font-size: 0.8125rem;
}

.shop-list-map {
  width: 100%;
  height: 50vh;
  background: #707070;
}
@media screen and (min-width: 960px) {
  .shop-list-map {
    float: left;
    width: 70%;
    min-height: 776px;
  }
}

.shop-list-shoplist {
  padding: 0.75em 3% 6%;
  background: #E2E2E2;
}
@media screen and (min-width: 960px) {
  .shop-list-shoplist {
    height: 704px;
    overflow-y: scroll;
    float: right;
    width: 30%;
    padding: 1em;
    gap: 1em;
  }
}
.shop-list-shoplist__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75em;
}
.shop-list-shoplist__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
  padding: 6%;
  color: #707070;
  background: #fff;
}
.shop-list-shoplist__item__ttl {
  font-size: 0.9375rem;
}
.shop-list-shoplist__item__text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75em;
}
.shop-list-shoplist__item__text-address-number {
  font-size: 0.75rem;
}
.shop-list-shoplist__item__text-address {
  font-size: 0.8125rem;
}
.shop-list-shoplist__item__text-tel {
  font-size: 0.75rem;
}
.shop-list-shoplist__item__link {
  font-size: 0.75rem;
}
.shop-list-shoplist__item__link a {
  border-bottom: solid 1px #707070;
}

.gm-style .gm-style-iw-c h3, .gm-style .gm-style-iw-c p {
  color: #fff;
}

.gm-style-iw-d {
  overflow: initial;
}

.shop-list-pop-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  padding: 2em;
  border-radius: 0;
  background: #746E92;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.5;
  max-width: 432px;
  min-height: 180px;
  position: relative;
}
.shop-list-pop-pc::after {
  display: block;
  width: 35px;
  content: url("../img/shoplist/icon_shoplist_arrow.png");
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
.shop-list-pop-pc__ttl {
  font-size: 0.8125rem;
}
.shop-list-pop-pc__inner {
  display: flex;
  flex-direction: column;
}
.shop-list-pop-pc__text {
  line-height: 2em;
}
.shop-list-pop-pc__link a {
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.shop-list-pop-pc .contribution-brand-cross-btn {
  top: 1em;
  right: 1em;
}
.shop-list-pop-pc .contribution-brand-cross-btn span {
  color: #fff;
  height: 2px;
}

.shop-list-pop-sp {
  width: 100%;
  padding: 4em 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.shop-list-pop-sp .contribution-brand-cross-btn {
  top: 1.5em;
  right: 1em;
}
.shop-list-pop-sp .contribution-brand-cross-btn span {
  color: #707070;
}
.shop-list-pop-sp__map {
  aspect-ratio: 375/302;
  background: #C7C7C7;
  width: 100vw;
}

.shop-list-root-sp .shop-list-pop-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop-list-root-sp .shop-list-pop-sp {
    display: block;
  }
}

.shoplist-annotation-text {
  margin-top: 6%;
  padding: 0 3%;
  line-height: 1.75;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333333;
}

#psha .shop-list-area,
#asplush .shop-list-area,
#mieru .shop-list-area {
  display: none !important;
}
#psha .shop-list-shoplist__item,
#asplush .shop-list-shoplist__item,
#mieru .shop-list-shoplist__item {
  display: none !important;
}
#psha .yNHHyP-marker-view,
#asplush .yNHHyP-marker-view,
#mieru .yNHHyP-marker-view {
  display: none !important;
}
@media screen and (min-width: 960px) {
  #psha .shop-list-shoplist,
  #asplush .shop-list-shoplist,
  #mieru .shop-list-shoplist {
    height: 100% !important;
  }
}

.business-under {
  padding-top: 52px;
  margin-bottom: 4em;
}
@media screen and (min-width: 1280px) {
  .business-under {
    padding-top: 0;
    margin-bottom: 10em;
  }
}

.business-under-inner {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .business-under-inner {
    display: flex;
    height: 100vh;
    overflow: hidden;
  }
}
.business-under-inner-fixarea {
  position: absolute;
  height: calc(50dvh - 16px);
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea {
    left: 0;
    width: 50%;
    height: 100%;
    overflow: initial;
    pointer-events: none;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .business-under-inner-fixarea {
    padding-top: 203px;
  }
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea::before {
    display: block;
    content: "";
    background: #D0CFDD;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 1600px) {
  .business-under-inner-fixarea::before {
    height: 203px;
  }
}
.business-under-inner-fixarea__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  background: #D0CFDD;
  height: calc(100vh - 52px);
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea__inner {
    overflow: hidden;
    height: 100vh;
  }
}
.business-under-inner-fixarea__frame {
  position: absolute;
  height: calc(50dvh - 16px);
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea__frame {
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1600px) {
  .business-under-inner-fixarea__frame {
    height: calc(100vh - 203px);
  }
}
.business-under-inner-fixarea__item {
  position: absolute;
  top: 0;
  transition: 0.6s all;
}
.business-under-inner-fixarea__image {
  height: 50dvh;
  height: calc(50dvh - 36px);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea__image {
    height: 100vh;
    height: calc(100dvh - 100px);
  }
}
@media screen and (min-width: 1600px) {
  .business-under-inner-fixarea__image {
    height: calc(100dvh - 203px);
  }
}
.business-under-inner-fixarea__image img {
  width: auto !important;
  height: calc(50dvh - 18px) !important;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea__image img {
    width: auto !important;
    height: 100% !important;
  }
}
.business-under-inner-fixarea__image-text {
  position: absolute;
  font-size: 1.625rem;
  color: #fff;
  mix-blend-mode: exclusion;
  top: 0;
  height: calc(50dvh - 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: -0.125em;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea__image-text {
    display: none;
  }
}
.business-under-inner-fixarea img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea img {
    width: auto;
    height: 100%;
  }
}

.business-under-inner-fixarea-ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea-ttl {
    display: none;
  }
}
.business-under-inner-fixarea-ttl__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em;
  height: 100%;
  margin-left: 12%;
}
.business-under-inner-fixarea-ttl__main {
  font-size: 2.875rem;
}
.business-under-inner-fixarea-ttl__sub {
  font-size: 1.0625rem;
  padding-left: 1em;
}

.business-under-inner-fixarea-ttl-min {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .business-under-inner-fixarea-ttl-min {
    display: none;
  }
}
.business-under-inner-fixarea-ttl-min__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(50dvh - 36px);
}
.business-under-inner-fixarea-ttl-min__text {
  font-size: 1.875rem;
  display: none;
}

.business-under-inner-fixarea-ttl,
.business-under-inner-fixarea-ttl-min {
  opacity: 0;
  transition: 0.6s all;
}

.active-ttl.business-under-inner-fixarea-ttl,
.active-ttl.business-under-inner-fixarea-ttl-min {
  opacity: 1;
}

.active-ttl-min.business-under-inner-fixarea-ttl-min__text {
  display: block;
}

.business-under-introduction {
  padding-top: calc(50dvh - 16px);
  position: relative;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction {
    width: 100%;
    padding-top: 0;
    margin-left: auto;
  }
}
.business-under-introduction-snap {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
  height: calc(50dvh - 36px);
  -webkit-overflow-scrolling: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.business-under-introduction-snap::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap {
    padding-left: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap {
    height: 100%;
  }
}
.business-under-introduction-snap-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em;
  scroll-snap-align: start;
  height: calc(50dvh - 36px);
  padding: 0 12%;
}
@media screen and (min-width: 960px) {
  .business-under-introduction-snap-item {
    gap: 3em;
  }
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item {
    height: 100%;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .business-under-introduction-snap-item {
    padding-top: 203px;
  }
}
.business-under-introduction-snap-item-top {
  background: #D0CFDD;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-top {
    background: #fff;
  }
}
.business-under-introduction-snap-item__ttl {
  font-size: 1.125rem;
}
.business-under-introduction-snap-item__text {
  font-size: 0.8125rem;
  line-height: 2.15;
  letter-spacing: 1px;
}

.business-under-introduction-snap-item-ttl {
  font-size: 1.875rem;
}
.business-under-introduction-snap-item-ttl-sp {
  text-align: center;
}
.business-under-introduction-snap-item-ttl-sp img {
  width: 16px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-ttl-sp {
    display: none;
  }
}
.business-under-introduction-snap-item-ttl-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-ttl-pc {
    display: block;
  }
}
.business-under-introduction-snap-item-ttl__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25em;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-ttl__main {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 1800px) {
  .business-under-introduction-snap-item-ttl__main {
    font-size: 9.0625rem;
  }
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-ttl__sub {
    font-size: 1.125rem;
    padding-left: 2em;
    font-weight: bold;
  }
}

.business-under-introduction-snap-item-ttl-min__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5em;
}
.business-under-introduction-snap-item-ttl-min__main {
  display: none;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-ttl-min__main {
    display: block;
    font-size: 2.5rem;
  }
}
.business-under-introduction-snap-item-ttl-min__sub {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .business-under-introduction-snap-item-ttl-min__sub {
    font-size: 1.25rem;
  }
}

.pagination {
  position: absolute;
  left: 1.5%;
  gap: 1em;
  display: none;
}
.pagination-sp {
  top: 68%;
}
.pagination-pc {
  top: calc(50dvh - 100px);
  left: 3%;
  z-index: 3;
  display: none;
}
@media screen and (min-width: 1600px) {
  .pagination-pc {
    top: calc(50dvh - 146px);
  }
}

.active.pagination-sp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .active.pagination-sp {
    display: none;
  }
}
.active.pagination-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .active.pagination-pc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.pagination a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #746E92;
  transition: transform 0.2s;
}

.pagination a.active {
  background: #746E92;
}

#pagination0 {
  display: none;
}

#active0 {
  top: 0;
}

#active1 {
  top: -50dvh;
  top: calc(-50dvh + 36px);
}
@media screen and (min-width: 1280px) {
  #active1 {
    top: calc(-100vh + 100px);
  }
}
@media screen and (min-width: 1600px) {
  #active1 {
    top: calc(-100vh + 203px);
  }
}

#active2 {
  top: -100vh;
  top: calc(-100vh + 36px);
  top: calc(-100dvh + 52px);
}
@media screen and (min-width: 1280px) {
  #active2 {
    top: calc(-200vh + 200px);
    top: -200vh;
    top: calc(-200vh + 200px);
  }
}
@media screen and (min-width: 1600px) {
  #active2 {
    top: calc(-200vh + 406px);
  }
}

#active3 {
  top: -150dvh;
  top: calc(-150dvh + 36px);
  top: calc(-150dvh + 108px);
}
@media screen and (min-width: 1280px) {
  #active3 {
    top: calc(-300vh + 300px);
  }
}
@media screen and (min-width: 1600px) {
  #active3 {
    top: calc(-300vh + 609px);
  }
}

#active4 {
  top: -200vh;
  top: calc(-200vh + 36px);
  top: calc(-200dvh + 144px);
}
@media screen and (min-width: 1280px) {
  #active4 {
    top: calc(-400vh + 400px);
  }
}
@media screen and (min-width: 1600px) {
  #active4 {
    top: calc(-400vh + 812px);
  }
}

/*==========
ブランド
==========*/
.contribution-brand {
  padding: 0 6%;
  margin-bottom: 5em;
}
.contribution-brand__inner {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .contribution-brand__inner {
    height: auto !important;
  }
}

.brand-more-btn {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, #FFF 50%, #fff);
  width: 100%;
}
@media screen and (min-width: 960px) {
  .brand-more-btn {
    display: none !important;
  }
}
.brand-more-btn button {
  margin-top: auto;
}

.active.brand-more-btn {
  height: initial !important;
}

.contribution-brand-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .contribution-brand-ttl {
    align-items: center;
    margin-bottom: 4em;
  }
}
.contribution-brand-ttl__main {
  font-size: 2.1875rem;
}
@media screen and (min-width: 960px) {
  .contribution-brand-ttl__main {
    font-size: 4rem;
  }
}
.contribution-brand-ttl__sub {
  font-size: 2.1875rem;
}
@media screen and (min-width: 960px) {
  .contribution-brand-ttl__sub {
    font-size: 9.0625rem;
  }
}

.contribution-brand-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .contribution-brand-list {
    max-width: 1096px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
.contribution-brand-list__item {
  display: flex;
  flex-direction: column;
  width: 48%;
  flex-shrink: 0;
  margin-bottom: 8%;
}
@media screen and (min-width: 960px) {
  .contribution-brand-list__item {
    width: 22%;
    margin-left: 4%;
    margin-bottom: 6%;
  }
  .contribution-brand-list__item:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
.contribution-brand-list__item a {
  padding: 0 0.5em;
  display: block;
}

.active.contribution-brand-list__item {
  z-index: 3;
}

.contribution-brand-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  position: relative;
  margin-bottom: auto;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .contribution-brand-item {
    cursor: pointer;
  }
}
.contribution-brand-item__image, .contribution-brand-item__text,
.contribution-brand-item .contribution-brand-item-catalog {
  transition: all 0.3s ease;
}
.contribution-brand-item:hover .contribution-brand-item__image,
.contribution-brand-item:hover .contribution-brand-item__text,
.contribution-brand-item:hover .contribution-brand-item-catalog, .contribution-brand-item:focus .contribution-brand-item__image,
.contribution-brand-item:focus .contribution-brand-item__text,
.contribution-brand-item:focus .contribution-brand-item-catalog {
  opacity: 0.6;
}
.contribution-brand-item__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  aspect-ratio: 1/1;
  width: 100%;
  height: fit-content;
}
.contribution-brand-item__image img {
  width: 100%;
  height: auto;
}
.contribution-brand-item__text-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
  padding: 0 0.5em;
}
.contribution-brand-item__text {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .contribution-brand-item__text {
    font-size: 0.875rem;
  }
}

.contribution-brand-item-catalog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #F2F2F2;
  aspect-ratio: 1/1;
  width: 100%;
  height: fit-content;
  margin-top: auto;
}
.contribution-brand-item-catalog__text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25em;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.contribution-brand-item-catalog__text-main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .contribution-brand-item-catalog__text-main {
    font-size: 2.5rem;
  }
}
.contribution-brand-item-catalog__text-sub {
  font-size: 0.75rem;
  letter-spacing: 2px;
}
.contribution-brand-item-catalog__pdf {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: auto;
  background: #8FC4EB;
  color: #fff;
  padding: 0.5em 6%;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .contribution-brand-item-catalog__pdf {
    padding: 0.5em 12%;
  }
}
.contribution-brand-item-catalog__pdf-text {
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .contribution-brand-item-catalog__pdf-text {
    font-size: 0.875rem;
  }
}
.contribution-brand-item-catalog__pdf-icon {
  display: inline-block;
  margin-left: auto;
  line-height: 12px;
}

@media screen and (min-width: 960px) {
  .contribution-brand-produce-item {
    cursor: pointer;
  }
  .contribution-brand-produce-item .contribution-brand-produce-item__image {
    position: relative;
  }
  .contribution-brand-produce-item .contribution-brand-produce-item__image-before {
    display: block !important;
    position: absolute;
    top: 0;
    opacity: 1;
  }
  .contribution-brand-produce-item .contribution-brand-produce-item__image-after {
    display: block !important;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .contribution-brand-produce-item .contribution-brand-produce-item__textbox {
    transition: all 0.3s ease;
  }
  .contribution-brand-produce-item:hover .contribution-brand-produce-item__image-before, .contribution-brand-produce-item:focus .contribution-brand-produce-item__image-before {
    position: static;
  }
  .contribution-brand-produce-item:hover .contribution-brand-produce-item__image-after, .contribution-brand-produce-item:focus .contribution-brand-produce-item__image-after {
    position: absolute;
    top: 0;
    opacity: 1;
  }
  .contribution-brand-produce-item:hover .contribution-brand-produce-item__textbox, .contribution-brand-produce-item:focus .contribution-brand-produce-item__textbox {
    opacity: 0.3;
  }
}

.contribution-brand-item-shoplist__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #746E92;
  margin-left: 0.25em;
}

.contribution-brand-pop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 3em 1em;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  display: none;
}
@media screen and (min-width: 960px) {
  .contribution-brand-pop {
    max-width: 393px;
  }
}
.contribution-brand-pop__ttl {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 90%;
  margin-bottom: 1em;
  padding-left: 1em;
}
.contribution-brand-pop__text {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 90%;
  margin-bottom: 2em;
}

.active.contribution-brand-pop {
  display: flex;
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.active.contribution-brand-pop-produce {
  display: none;
}
@media screen and (min-width: 960px) {
  .active.contribution-brand-pop-produce {
    display: flex;
  }
}

.contribution-brand-cross-btn {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 5%;
  right: 5%;
  pointer-events: auto;
  cursor: pointer;
}
.contribution-brand-cross-btn span {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 20px;
  height: 1px;
  background: currentColor;
  border-radius: 1px;
  position: relative;
  transform: rotate(45deg);
}
.contribution-brand-cross-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.contribution-brand-btn {
  width: 90%;
  text-align: center;
  border-radius: 25px;
  border: solid 1px #707070;
  line-height: 1;
}
.contribution-brand-btn + .contribution-brand-btn {
  margin-top: 0.5em;
}
.contribution-brand-btn a {
  display: block;
  width: 100%;
  padding: 0.75em;
}
.contribution-brand-btn-rakuten {
  color: #A80000;
}
.contribution-brand-btn-cutie {
  color: #005EFF;
}
.contribution-brand-btn-amazon {
  color: #F8991C;
}
.contribution-brand-btn-produce {
  color: #746E92;
}
.contribution-brand-btn__text {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.contribution-brand-btn__arrow {
  vertical-align: top;
  margin-left: 0.5em;
}

.contribution-brand-produce {
  padding: 0 6%;
  margin-bottom: 4em;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce {
    max-width: 1096px;
    margin: 0 auto 2em;
    padding: 0;
    width: 88%;
  }
}

.contribution-brand-produce-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-ttl {
    margin-bottom: 4em;
    text-align: left;
  }
}
.contribution-brand-produce-ttl__main {
  font-size: 1.5625rem;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-ttl__main {
    font-size: 2.5rem;
    padding-left: 0;
  }
}
.contribution-brand-produce-ttl__sub {
  font-size: 0.8125rem;
  letter-spacing: 4px;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-ttl__sub {
    font-size: 0.9375rem;
    padding-left: 0;
  }
}

.contribution-brand-produce-list {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-list {
    flex-direction: row;
    gap: 4%;
  }
}
.contribution-brand-produce-list__item {
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-list__item {
    width: 22%;
  }
}

.contribution-brand-produce-item__image {
  position: relative;
  background: #F2F2F2;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: flex;
}
.contribution-brand-produce-item__image-before, .contribution-brand-produce-item__image-after {
  width: 100%;
  flex-shrink: 0;
}
.contribution-brand-produce-item__image-after {
  display: none;
}
.contribution-brand-produce-item__image img {
  width: 100%;
  height: auto;
}
.contribution-brand-produce-item__textbox {
  margin-bottom: 0.5em;
}
.contribution-brand-produce-item__textbox-ttl {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-item__textbox-ttl {
    width: 96%;
    margin: 0 auto 0.5em;
  }
}
.contribution-brand-produce-item__textbox-text {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .contribution-brand-produce-item__textbox-text {
    font-size: 0.875rem;
    height: 2.75em;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  .contribution-brand-produce-item__textbox-text::before {
    content: "…";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 6em;
    padding-left: 1.75em;
    line-height: calc(1em + 8px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff 1.5em, #fff);
  }
}

.contribution-brand-btn {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .contribution-brand-btn-produce {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .contribution-brand-pop-produce.active .contribution-brand-btn-produce {
    display: block !important;
  }
}

.contribution-brand-pop-produce {
  width: 88%;
  align-items: flex-start;
}
.contribution-brand-pop-produce__textbox {
  font-size: 0.875rem;
}
.contribution-brand-pop-produce__textbox-ttl {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.contribution-brand-pop-produce__textbox-text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.contribution-brand-pop-produce__textbox-text-long {
  height: 4.25em;
}
.contribution-brand-pop-produce__textbox-text-all::before {
  display: none;
}

.business-contact {
  margin-bottom: 4em;
}
@media screen and (min-width: 960px) {
  .business-contact {
    margin-bottom: 8em;
  }
}

.active-body {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .active-body {
    overflow: auto;
  }
}

/*
.brand-produce-shoplist-btn{
  margin-bottom: 1em;

  @include mq(pc) {
    margin-bottom: 0.5em;
  }
}
*/
.contribution-brand-btn-produce {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .contribution-brand-btn-produce {
    margin-top: 1em;
  }
}

.brand-produce-shoplist-btn {
  margin-top: 1em;
}
@media screen and (min-width: 960px) {
  .brand-produce-shoplist-btn {
    width: 96%;
    margin: 0 auto;
  }
}

.brandbanner__wrap {
  width: 100%;
  justify-content: flex-start;
  margin-top: 3rem;
  margin-bottom: 7.1%;
}
@media screen and (min-width: 960px) {
  .brandbanner__wrap {
    max-width: 1096px;
    margin: 0 auto;
    justify-content: flex-start;
    margin-top: -17px;
    margin-bottom: 70px;
  }
}
.brandbanner__img {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.brandbanner__img:hover {
  opacity: 0.8;
}

.under .contact {
  max-width: 1228px;
  margin: 0 auto;
  padding: 8em 3% 4em;
}
@media screen and (min-width: 960px) {
  .under .contact {
    padding: 8em 0;
  }
}
@media screen and (min-width: 1600px) {
  .under .contact {
    padding: 14em 0;
  }
}
.under .contact form {
  width: 100%;
  max-width: 600px;
}
.under .contact-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .under .contact-ttl {
    margin-bottom: 0.25em;
  }
}
.under .contact-ttl__text-main {
  font-size: 3.125rem;
  letter-spacing: 0.4px;
}
.under .contact-disclaimer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 4.5em;
}
@media screen and (max-width: 960px) {
  .under .contact-disclaimer {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .under .contact-disclaimer {
    margin-top: 4em;
  }
  .under .contact-disclaimer br {
    display: none;
  }
}
.under .contact-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.05em;
}
.under .contact-section {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.under .contact-section__title {
  font-size: 0.78rem;
  letter-spacing: 0.04rem;
  color: #707070;
}
@media screen and (max-width: 960px) {
  .under .contact-section__title {
    font-size: 0.9em;
    letter-spacing: 0.17rem;
  }
}
.under .contact-section__title.is_required {
  display: flex;
  align-items: center;
}
.under .contact-section__title.is_required::after {
  content: "必須";
  margin-left: 0.9em;
  border: 1px solid #707070;
  padding: 0.25em;
}
@media screen and (max-width: 960px) {
  .under .contact-section__title.is_required::after {
    margin-left: 0.9em;
    padding: 0.5em;
    font-size: 0.6em;
  }
}
.under .contact-section__input {
  margin-top: 1.15em;
  border: 1px solid #707070;
  font-size: 0.9375rem;
  height: 2.7em;
  flex: auto;
  width: 100%;
  padding-left: 0.9rem;
  color: #707070;
}
.under .contact-section__input::placeholder {
  color: #E2E2E2;
}
@media screen and (max-width: 960px) {
  .under .contact-section__input {
    margin-top: 0.85em;
  }
}
.under .contact-section__textarea {
  min-height: 16.6em;
  max-height: 16.6em;
  min-width: 100%;
  max-width: 100%;
  font-size: 0.9rem;
  padding-top: 1.3em;
  letter-spacing: 0.04em;
}
.under .contact-privacy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.under .contact-privacy__checkbox {
  background-color: lightgray;
  height: 0.8em;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  border: 0.1em solid lightgray;
}
@media screen and (max-width: 960px) {
  .under .contact-privacy__checkbox {
    height: 1.1em;
  }
}
.under .contact-privacy__checkbox:checked {
  background-color: white;
}
.under .contact-privacy__text {
  font-size: 0.7em;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 960px) {
  .under .contact-privacy__text {
    font-size: 0.8em;
    letter-spacing: 0.08rem;
  }
}
.under .contact-privacy__link {
  text-decoration-line: underline;
}
.under .contact-bottom {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.under .contact-confirm {
  margin-top: 3.5em;
}
@media screen and (max-width: 960px) {
  .under .contact-confirm {
    margin-top: 3em;
  }
}
.under .contact-confirm__btn {
  background-color: #c7c7c7;
  width: 14.8em;
  height: 4.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 960px) {
  .under .contact-confirm__btn {
    width: 66vw;
    height: 19.2vw;
    font-size: 1.0625rem;
  }
}

.is-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .is-mobile {
    display: initial;
  }
}

.confirm-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .confirm-top {
    text-align: center;
  }
}
.confirm-top__text {
  font-size: 0.75rem;
  letter-spacing: 0.2px;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .confirm-top__text {
    font-size: 0.9375rem;
    margin-bottom: 4em;
  }
}
.confirm-list {
  max-width: 750px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .confirm-list {
    margin-bottom: 4em;
  }
}
.confirm-list__item {
  height: fit-content;
  min-height: 4em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.6em;
  border-bottom: 1px solid lightgrey;
}
@media screen and (max-width: 960px) {
  .confirm-list__item {
    flex-direction: column;
    align-items: start;
    padding-left: 0em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 960px) {
  .confirm-list__item {
    padding: 1.5em 0;
  }
}
.confirm-list__item + .confirm-list__item {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .confirm-list__item + .confirm-list__item {
    margin-top: 0;
  }
}
.confirm-item__title {
  font-size: 0.8em;
  letter-spacing: 0.24em;
  width: 18.8em;
}
@media screen and (max-width: 960px) {
  .confirm-item__title {
    letter-spacing: 0.34em;
    width: initial;
    flex-shrink: 0;
  }
}
.confirm-item__field {
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .confirm-item__field {
    margin-top: 1.8em;
  }
}
.confirm-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirm-confirm__btn {
  background-color: #333333;
  width: 14.8em;
  height: 4.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.0625rem;
  letter-spacing: 0.1px;
  font-family: "Montserrat", sans-serif;
}
.confirm-return {
  margin-top: 2.5em;
  font-size: 0.9em;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .confirm-return {
    margin-top: 3em;
  }
}

.is-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .is-mobile {
    display: initial;
  }
}

.thanks-ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .thanks-ttl {
    margin-top: 2em;
    margin-bottom: 4em;
  }
}

.thanks-ttl__text-main {
  font-size: 3.513rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 960px) {
  .thanks-ttl__text-main {
    font-size: 2.913rem;
    letter-spacing: 0.4rem;
  }
}

.contact-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-thanks__top {
  font-size: 1.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .contact-thanks__top {
    font-size: 1.5em;
  }
}

.contact-thanks__text {
  margin-top: 2.5em;
  font-size: 0.96em;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .contact-thanks__text {
    margin-top: 2.7em;
    font-size: 0.83em;
    line-height: 1.6;
  }
}

.contact-thanks__link {
  margin-top: 4.9em;
  text-decoration-line: underline;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .contact-thanks__link {
    margin-top: 3.3em;
  }
}

.form-icon {
  width: 100%;
  position: relative;
}
.form-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 1.5em;
  top: 33px;
}
@media screen and (max-width: 950px) {
  .form-icon::before {
    top: 29px;
  }
}

/*# sourceMappingURL=style.css.map */
