@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  color: #3e3f42;
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

#c-svg {
  display: none;
}

/*下記追加記述*/
@font-face {
  font-style: normal;
  font-weight: 900;
  src: url("../font/Arial.ttf") format("truetype");
  font-family: "Arial";
  font-display: swap;
}
.en {
  font-family: "Arial", Helvetica, "San Francisco", sans-serif;
}

/* foundation */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

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

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

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

cite {
  font-style: normal;
}

/* layout */
.l-header .c-hamburger {
  display: none;
  z-index: 100;
  position: fixed;
  top: 5.13cqw;
}
.l-header .navi {
  -ms-overflow-style: none;
  -webkit-transition: all 0.3s;
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: calc((100% - 570px) / 2);
  width: 100cqw;
  height: 100dvh;
  padding: 35.9cqw 0;
  overflow-y: scroll;
  background-color: #fff;
  scrollbar-width: none;
  transition: all 0.3s;
}
.l-header .navi::-webkit-scrollbar {
  display: none;
}
@starting-style {
  .l-header .navi {
    opacity: 0;
  }
}
.l-header .navi.is-active {
  display: block;
}
.l-header .navi .list {
  display: grid;
  row-gap: 10.26cqw;
  place-content: center;
  place-items: center;
}
.l-header .navi .list__item .link {
  color: #006400;
  font-weight: bold;
  font-size: 7.18cqw;
}
.l-header .navi .list__item .link:hover {
  opacity: 0.7;
}
.l-header .navi .contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 3.08cqw;
  -moz-column-gap: 3.08cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.08cqw;
  align-items: center;
  justify-content: center;
  width: 73.33cqw;
  height: 16.41cqw;
  margin: 11.79cqw auto 0;
  border: 1px solid #006400;
  border-radius: 16.41cqw;
  color: #006400;
  font-size: 4.62cqw;
}
.l-header .navi .contact .icon {
  aspect-ratio: 1/1;
  width: 8.21cqw;
  padding: 1.79cqw;
  border: 1px solid #006400;
  border-radius: 50%;
  background-color: #006400;
  color: #fff;
}
.l-header .navi .contact:hover {
  background-color: #006400;
  color: #fff;
}
.l-header .navi .contact:hover .icon {
  background-color: #fff;
  color: #006400;
}
.l-header .navi .sns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 6.15cqw;
  -moz-column-gap: 6.15cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 6.15cqw;
  align-items: center;
  justify-content: center;
  margin-top: 11.79cqw;
}
.l-header .navi .sns .link .icon {
  width: 8.97cqw;
}
.l-header .navi .sns .link:hover {
  opacity: 0.7;
}

.l-footer {
  padding: 7.69cqw 0 2.56cqw;
  background-color: #fff;
}
.l-footer .sns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 5.13cqw;
  -moz-column-gap: 5.13cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5.13cqw;
  align-items: center;
}
.l-footer .sns .link .icon {
  width: 8.97cqw;
}
.l-footer .sns .link:hover {
  opacity: 0.7;
}
.l-footer .copyright {
  display: block;
  margin-top: 10.26cqw;
  color: #575757;
  font-size: 2.56cqw;
}

/*component*/
.c-inner01 {
  margin: 0 5.13cqw;
}

.c-btn01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 3.33cqw;
  -moz-column-gap: 3.33cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.33cqw;
  align-items: center;
  justify-content: center;
  width: 51.28cqw;
  height: 15.38cqw;
  border: 1px solid #006400;
  border-radius: 15.38cqw;
  color: #006400;
  font-weight: bold;
  font-size: 4.62cqw;
  line-height: 1.33;
}
.c-btn01:hover {
  border: 1px solid #006400;
  background-color: #fff;
  color: #006400;
}
.c-btn01 .icon {
  -webkit-transition: all 0.3s;
  aspect-ratio: 1/1;
  width: 8.21cqw;
  padding: 1.79cqw;
  border-radius: 50%;
  background-color: #f08300;
  color: #fff;
  transition: all 0.3s;
}
.c-btn01:hover {
  background-color: #006400;
  color: #fff;
}
.c-btn01:hover .icon {
  background-color: #fff;
  color: #006400;
}

.c-hamburger {
  display: block;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}
.c-hamburger__wrap {
  -webkit-transition: all 0.3s;
  position: relative;
  width: 9.23cqw;
  height: 4.87cqw;
  transition: all 0.3s;
}
.c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.51cqw;
  transform: translateX(-50%);
  border-radius: 0.51cqw;
  background-color: #006400;
  transition: all 0.3s;
}
.c-hamburger__wrap span:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.c-hamburger__wrap span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
}
.c-hamburger__wrap span:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
}

.c-ttl01 {
  color: #f08316;
  font-weight: 900;
  font-size: 11.03cqw;
}

/*project*/
.breadcrumb .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
}
.breadcrumb .list__item:not(:last-child) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
}
.breadcrumb .list__item:not(:last-child)::after {
  display: inline-block;
  width: 0.8rem;
  height: 1px;
  background-color: #fff;
  content: "";
}

.p-pagination01 .nums {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.p-pagination01 .nums .num {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 3.9rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #fff;
  font-size: min(1.5rem, 15px);
}
.p-pagination01 .nums .num.is-current {
  background-color: #006400;
  pointer-events: none;
}
.p-pagination01 .nums .num:hover {
  opacity: 0.7;
}
.p-pagination01 .nums .dot {
  font-size: min(1.8rem, 18px);
  opacity: 0.25;
}

/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.uniball#uniball {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.uniball#uniball .fv {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #006400;
}
.uniball#uniball .fv__wrap {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.uniball#uniball .fv__wrap .fig {
  -webkit-transition: all 1s cubic-bezier(0.04, 0.25, 0.4, 1.01);
  width: 230px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.04, 0.25, 0.4, 1.01);
}
.uniball#uniball .fv__wrap .fig.is-show {
  opacity: 1;
}
.uniball#uniball .pcBg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex: 1;
  height: 100dvh;
  background-color: #006400;
}
.uniball#uniball .photos__wrap {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.uniball#uniball .photos__wrap .photo {
  position: absolute;
  overflow: hidden;
  border-radius: 2rem;
}
.uniball#uniball .photos__wrap .photo.photo01 {
  top: 21%;
  left: 13.2%;
  width: 41%;
}
.uniball#uniball .photos__wrap .photo.photo02 {
  top: 66.2%;
  left: 46.2%;
  width: 34.6%;
}
.uniball#uniball .photos__wrap::before, .uniball#uniball .photos__wrap::after {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  content: "";
}
.uniball#uniball .photos__wrap::before {
  top: 13.4%;
  left: 40.3%;
  width: 31.5%;
  background-color: #dfe2cc;
}
.uniball#uniball .photos__wrap::after {
  z-index: -1;
  top: 52.6%;
  left: 51%;
  width: 13.7%;
  background-color: #d29274;
}
.uniball#uniball .menu {
  -ms-overflow-style: none;
  padding-top: 14dvh;
  padding-bottom: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
.uniball#uniball .menu::-webkit-scrollbar {
  display: none;
}
.uniball#uniball .menu .navi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
  margin: 0 auto;
}
.uniball#uniball .menu .navi .list {
  display: grid;
  row-gap: 4.5rem;
}
.uniball#uniball .menu .navi .list__item .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  width: 30rem;
  height: 15.3rem;
  padding: 0 2rem;
  border: 2px solid #fff8dc;
  border-radius: 2rem;
  color: #fff8dc;
  font-weight: bold;
  font-size: min(2.8rem, 28px);
}
.uniball#uniball .menu .navi .list__item .link .icon {
  width: 11.8rem;
}
.uniball#uniball .menu .navi .list__item .link:hover {
  background-color: #fff8dc;
  color: #006400;
}
.uniball#uniball .menu .navi .list__item:nth-child(odd) {
  padding-left: 6rem;
}
.uniball#uniball .menu .navi .contact {
  width: 36rem;
  height: 16rem;
  margin: auto auto 0;
  padding: 0 2rem;
  border-bottom: 1.6rem solid #f08300;
  border-radius: 2rem 2rem 0 0;
  background-color: #fff8dc;
}
.uniball#uniball .menu .navi .contact__ttl {
  -webkit-transform: rotate(-5deg);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-5deg);
  color: #006400;
  font-weight: 900;
  font-size: min(4.3rem, 43px);
}
.uniball#uniball .menu .navi .contact__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  justify-content: center;
  width: 28.6rem;
  height: 6.4rem;
  margin: 0 auto;
  border: 1px solid #006400;
  border-radius: 6.4rem;
  color: #006400;
  font-size: min(1.8rem, 18px);
}
.uniball#uniball .menu .navi .contact__link .icon {
  aspect-ratio: 1/1;
  width: 3.2rem;
  padding: 0.7rem;
  border: 1px solid #006400;
  border-radius: 50%;
  background-color: #006400;
  color: #fff;
}
.uniball#uniball .menu .navi .contact__link:hover {
  background-color: #006400;
  color: #fff;
}
.uniball#uniball .menu .navi .contact__link:hover .icon {
  background-color: #fff;
  color: #006400;
}
.uniball#uniball .main {
  container-type: inline-size;
  width: 570px;
  border: 1px solid #fff8dc;
}
.uniball#uniball .main .l-main {
  overflow-x: clip;
  border-radius: 0 0 7.69cqw 7.69cqw;
  background-color: #fff8dc;
}
.uniball#uniball .s-mv .mvSlider {
  margin: 15.38cqw auto 0;
}
.uniball#uniball .s-mv .mvSlider .fig {
  width: 81.54cqw;
  margin: 0 auto;
}
.uniball#uniball .s-concept {
  padding-top: 12.82cqw;
  padding-bottom: 32.56cqw;
}
.uniball#uniball .s-concept__cont {
  position: relative;
  margin-left: 5.13cqw;
  padding: 8.72cqw 4.36cqw 138.46cqw;
  border-radius: 7.69cqw 0 0 7.69cqw;
  background-color: #006400;
  color: #ffffff;
}
.uniball#uniball .s-concept__cont__ttl {
  color: #fff8dc;
}
.uniball#uniball .s-concept__cont__desc {
  margin-top: 13.85cqw;
  font-weight: bold;
  font-size: 4.62cqw;
  line-height: 2.11;
}
.uniball#uniball .s-concept__cont .fig {
  -webkit-transition: all 1.5s cubic-bezier(0.04, 0.25, 0.4, 1.01);
  position: absolute;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.04, 0.25, 0.4, 1.01);
}
.uniball#uniball .s-concept__cont .fig.fig01 {
  top: 153.85cqw;
  left: -5.13cqw;
  width: 89.74cqw;
  border-radius: 0 7.69cqw 7.69cqw 0;
}
.uniball#uniball .s-concept__cont .fig.fig02 {
  right: 0;
  bottom: -51.28cqw;
  width: 58.97cqw;
  border-radius: 7.69cqw 0 0 7.69cqw;
}
.uniball#uniball .s-features {
  padding-top: 25.64cqw;
}
.uniball#uniball .s-features__cont {
  position: relative;
  margin-top: 22.56cqw;
  padding: 7.18cqw 5.13cqw 10.26cqw;
  border: 1px solid #006400;
  border-radius: 0 5.13cqw 5.13cqw 5.13cqw;
  color: #006400;
}
.uniball#uniball .s-features__cont__ttl {
  display: grid;
  position: absolute;
  bottom: 100%;
  left: 0;
  place-items: center;
  width: 6.5em;
  height: 1.5em;
  border: 1px solid #006400;
  border-bottom: none;
  border-radius: 2.56cqw 2.56cqw 0 0;
  color: #006400;
  font-weight: 500;
  font-size: 5.13cqw;
}
.uniball#uniball .s-features__cont .lead {
  font-weight: bold;
  font-size: 4.36cqw;
  line-height: 1.67;
}
.uniball#uniball .s-features__cont.cont01 {
  margin-top: 14.1cqw;
}
.uniball#uniball .s-features__cont.cont01 .wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-column-gap: 5.13cqw;
  -moz-column-gap: 5.13cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5.13cqw;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 5.13cqw;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item .fig {
  width: 12.82cqw;
  margin: 0 auto;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item .name {
  margin-top: 2.56cqw;
  font-weight: bold;
  font-size: 3.59cqw;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item .name .ls {
  letter-spacing: 0.1em;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item .comment {
  position: absolute;
  top: -9.23cqw;
  left: -19.49cqw;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item .comment__wrap {
  display: grid;
  position: relative;
  place-items: center;
  width: 26.15cqw;
  height: 16.41cqw;
  border-radius: 16.41cqw;
  background-color: #f08300;
  color: #fff;
  font-weight: bold;
  font-size: 3.08cqw;
  line-height: 1.33;
  text-align: center;
}
.uniball#uniball .s-features__cont.cont01 .wrap__item .comment__wrap::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  top: calc(100% - 1px);
  right: 8.97cqw;
  aspect-ratio: 12/10;
  width: 3.08cqw;
  background-color: #f08300;
  content: "";
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.uniball#uniball .s-features__cont.cont02 .fig01 {
  margin-top: -2.56cqw;
  margin-right: -5.13cqw;
}
.uniball#uniball .s-features__cont.cont02 .wrap {
  -webkit-column-gap: 3.85cqw;
  -moz-column-gap: 3.85cqw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.85cqw;
  align-items: flex-start;
  margin-top: 7.69cqw;
}
.uniball#uniball .s-features__cont.cont02 .wrap .black {
  width: 24.87cqw;
}
.uniball#uniball .s-features__cont.cont02 .wrap .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 8.97cqw;
  font-weight: 500;
  font-size: 4.1cqw;
  line-height: 1.63;
}
.uniball#uniball .s-features__cont.cont03 .fig {
  margin-top: 8.97cqw;
}
.uniball#uniball .s-features__cont.cont03 .ant {
  margin-top: 7.69cqw;
  font-size: 3.33cqw;
  line-height: 1.14;
}
.uniball#uniball .s-features__cont.cont04 {
  padding: 5.38cqw 4.36cqw 8.97cqw;
}
.uniball#uniball .s-features__cont.cont04 .fig {
  margin-top: 7.69cqw;
}
.uniball#uniball .s-features__cont.cont04 .ant {
  font-size: 3.59cqw;
  text-align: right;
}
.uniball#uniball .s-features__cont.cont04 .desc {
  margin-top: 5.13cqw;
  font-weight: 500;
  font-size: 4.1cqw;
  line-height: 1.63;
}
.uniball#uniball .s-features__link {
  margin-top: 10.26cqw;
  margin-left: auto;
}
.uniball#uniball .s-lineup {
  padding-top: 24.36cqw;
}
.uniball#uniball .s-lineup__ttl {
  margin-left: 5.13cqw;
}
.uniball#uniball .s-lineup .sliderWrap .wrap {
  display: grid;
  position: relative;
  place-content: start center;
  place-items: start center;
  border-radius: 5.13cqw;
  text-align: center;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt {
  color: #424242;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt__name {
  display: grid;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.59cqw;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt__name .jp {
  font-size: 3.08cqw;
  line-height: 1;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt__name .eng {
  font-weight: bold;
  font-size: 3.59cqw;
  letter-spacing: 0.1em;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt__name .size {
  -webkit-transform: translateY(-50%);
  display: grid;
  position: absolute;
  top: 50%;
  left: calc(100% + 2.56cqw);
  place-content: center;
  aspect-ratio: 1/1;
  width: 11.79cqw;
  transform: translateY(-50%);
  border: 1px solid #424242;
  border-radius: 50%;
  font-size: 3.08cqw;
  line-height: 1;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt__name .size .fs {
  font-size: 2.56cqw;
}
.uniball#uniball .s-lineup .sliderWrap .wrap .txt__desc {
  margin-top: 6.92cqw;
  font-weight: 500;
  font-size: 3.08cqw;
  line-height: 1.83;
}
.uniball#uniball .s-lineup .sliderWrap .lineupSlider {
  position: relative;
}
.uniball#uniball .s-lineup .sliderWrap .lineupSlider .arrow {
  -webkit-transform: translateY(-50%);
  display: grid;
  z-index: 3;
  position: absolute;
  top: 50%;
  place-content: center;
  aspect-ratio: 1/1;
  width: 11.54cqw;
  padding-right: 1.28cqw;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #d5d0d0;
  mix-blend-mode: multiply;
  cursor: pointer;
}
.uniball#uniball .s-lineup .sliderWrap .lineupSlider .arrow::after {
  -webkit-transform: rotate(45deg);
  aspect-ratio: 1/1;
  width: 3.33cqw;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.uniball#uniball .s-lineup .sliderWrap .lineupSlider .arrow.prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  left: 3.85cqw;
  transform: translateY(-50%) rotate(180deg);
}
.uniball#uniball .s-lineup .sliderWrap .lineupSlider .arrow.next {
  right: 3.85cqw;
}
.uniball#uniball .s-lineup .sliderWrap .lineupSlider .arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.uniball#uniball .s-lineup .sliderWrap .dot {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 3.08cqw;
  -moz-column-gap: 3.08cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.08cqw;
  align-items: center;
  justify-content: center;
  margin-top: 4.36cqw;
}
.uniball#uniball .s-lineup .sliderWrap .dot .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  width: 2.05cqw;
  height: auto;
  margin: 0;
  background-color: #e6e6e6;
  opacity: 1;
}
.uniball#uniball .s-lineup .sliderWrap .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bababa;
}
.uniball#uniball .s-lineup .sliderWrap .desc {
  margin-top: 5.13cqw;
  color: #006400;
  font-weight: 500;
  font-size: 4.1cqw;
  line-height: 1.5;
  text-align: center;
}
.uniball#uniball .s-lineup .lineupSlider01 {
  margin-top: 12.82cqw;
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap {
  padding: 17.95cqw 0 7.69cqw;
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap .fig {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 5.13cqw;
  left: 50%;
  width: 20cqw;
  transform: translateX(-50%);
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap .bg {
  width: 58.72cqw;
  margin-bottom: 22.31cqw;
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap.green {
  background-color: #dfe2cc;
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap.brown {
  background-color: #bda389;
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap.blue {
  background-color: #cfdad6;
}
.uniball#uniball .s-lineup .lineupSlider01 .wrap.red {
  background-color: #d29274;
}
.uniball#uniball .s-lineup .lineupSlider02 {
  margin-top: 26.41cqw;
}
.uniball#uniball .s-lineup .lineupSlider02 .wrap {
  padding: 3.85cqw 0 7.69cqw;
}
.uniball#uniball .s-lineup .lineupSlider02 .wrap .icon {
  position: absolute;
  top: 3.59cqw;
  left: 3.59cqw;
  width: 17.18cqw;
}
.uniball#uniball .s-lineup .lineupSlider02 .wrap .fig {
  width: 73.33cqw;
  margin-bottom: 1.28cqw;
}
.uniball#uniball .s-lineup .lineupSlider02 .wrap.white {
  background-color: #f3f1e7;
}
.uniball#uniball .s-lineup .lineupSlider02 .wrap.black {
  background-color: #b4b1a6;
}
.uniball#uniball .s-lineup .lineupSlider02 .swiper-slide {
  height: auto;
}
.uniball#uniball .s-lineup .lineupSlider02 .design {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 0 3.33cqw;
  border-radius: 5.13cqw;
  background-color: #f8f7f7;
}
.uniball#uniball .s-lineup .lineupSlider02 .design .desc {
  margin-top: 5.13cqw;
  color: #006400;
  font-weight: 500;
  font-size: 3.33cqw;
  line-height: 1.57;
  text-align: center;
}
.uniball#uniball .s-lineup__cont {
  margin-top: 10.26cqw;
}
.uniball#uniball .s-lineup__cont .scene {
  padding: 3.85cqw 4.36cqw 7.69cqw;
  border: 1px solid #006400;
  border-radius: 5.13cqw;
}
.uniball#uniball .s-lineup__cont .scene__ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.56cqw;
  -moz-column-gap: 2.56cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.56cqw;
  align-items: center;
  padding-bottom: 3.85cqw;
  border-bottom: 2px dotted #006400;
  color: #006400;
  font-weight: bold;
  font-size: 4.62cqw;
}
.uniball#uniball .s-lineup__cont .scene__ttl .icon {
  width: 12.82cqw;
}
.uniball#uniball .s-lineup__cont .scene .fig {
  margin-top: 3.85cqw;
  overflow: hidden;
  border-radius: 5.13cqw;
}
.uniball#uniball .s-lineup__cont .scene__desc {
  margin-top: 2.56cqw;
  color: #006400;
  font-size: 4.1cqw;
  line-height: 1.63;
}
.uniball#uniball .s-lineup__cont .refill {
  margin-top: 16.67cqw;
}
.uniball#uniball .s-lineup__cont .refill__wrap {
  width: 83.59cqw;
  margin: 0 auto;
  padding: 7.69cqw 0 6.41cqw;
  border-radius: 5.13cqw;
  background-color: #fff;
}
.uniball#uniball .s-lineup__cont .refill__wrap .txt {
  margin-top: 7.69cqw;
  color: #424242;
  text-align: center;
}
.uniball#uniball .s-lineup__cont .refill__wrap .txt__name {
  font-weight: 500;
  font-size: 3.59cqw;
}
.uniball#uniball .s-lineup__cont .refill__wrap .txt__desc {
  margin-top: 6.41cqw;
  font-weight: 500;
  font-size: 3.59cqw;
  line-height: 1.71;
}
.uniball#uniball .s-lineup__cont .refill__desc {
  margin-top: 8.97cqw;
  color: #006400;
  font-weight: 500;
  font-size: 4.1cqw;
  line-height: 1.5;
  text-align: center;
}
.uniball#uniball .s-contact {
  padding: 30.77cqw 0 16.67cqw;
}
.uniball#uniball .s-contact .fig {
  overflow: hidden;
  border-radius: 5.13cqw;
}
.uniball#uniball .s-contact .fig.fig02 {
  margin-top: 8.97cqw;
}
.uniball#uniball .s-contact__ttl {
  margin-top: 21.79cqw;
}
.uniball#uniball .s-contact__link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 16.41cqw;
  margin-top: 4.1cqw;
  font-weight: normal;
}
.uniball#uniball .s-contact__link .icon {
  background-color: #006400;
}
.uniball#uniball .s-contact__link:hover .icon {
  background-color: #fff;
  color: #006400;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .l-header .navi {
    left: 0;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
  .uniball#uniball .photos {
    display: none;
  }
  .uniball#uniball .main {
    width: 50%;
  }
}
@media screen and (max-width: 799px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .l-header .c-hamburger {
    display: block;
    right: 5.13cqw;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .uniball#uniball .menu {
    display: none;
  }
  .uniball#uniball .main {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}