<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #212329;
  color: #fff;
}
.second_screen_show{
	display:none;
}
.scrren_div p {
    display: flex;
    margin-bottom: 60px;
}
.cf7-buttons.hide_last_screen p {
    display: flex;
}

.cf7-buttons.hide_last_screen p button {
    margin-right: 30px;
}
.scrren_div .s_step {
    width: 200px;
}
.first_screen_show label textarea {
    height: 177px;
}
.g_box {
    background: #63B52F;
    color: #fff;
    font-weight: 400;
    padding: 2px 4px;
    font-size: 0.6875rem;
    margin: 0 3px;
    width: 34px;
    display: inline-block;
    height: 20px;
    text-align: center;
}
.error {
    color: red;
    margin-left: 1.25rem;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    max-width: 43.75rem;
    width: 100%;
}

.first_screen_show label label.error {
    margin: 10px 20px;
}

@media screen and (max-width: 767px) {
	.first_screen_show label {
		flex-direction: column;
	}
	.first_screen_show label .lable_span {
		margin-bottom: 10px;
	}
	.btn_first {
		margin-right: 0;
	}
	.contact-form__check.form-check {
		padding: 0;
		max-width: 70%;
		margin: 6.25rem auto 3.562rem;
	}
	.cf7-buttons.hide_last_screen p {
		flex-direction: column;
	}

	.scrren_div p {
		flex-direction: column;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
.first_screen_show label {
    margin-bottom: 1.875rem;
    display: flex;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

.contact-form__check.form-check a {
    text-decoration: underline;
}

.contact-form__check p {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.5625rem;
    font-weight: 500;
}

.contact-form__check p span.wpcf7-form-control-wrap {
    margin-top: 1.5625rem;
}
.contact-form__check.form-check {
    margin-top: 6.25rem;
	padding-right: 135px;
}
.btn_first {
    margin-right: 130px;
}
.lable_span {
    max-width: 11.75rem;
    width: 100%;
    display: inline-block;
	padding: 0.5625rem 0;
}
.contact-form__check p span.wpcf7-form-control-wrap label {
    margin-bottom: 0;
}
.btn_first a {
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.is-fixed {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* --- 基本のリンク設定 --- */
a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default font-weight */
h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: #000;
  color: initial;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

figure {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.vision {
  width: 100%;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.vision__inner {
  width: 100%;
  position: relative;
}

.vision__main {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.vision__sub {
  width: 218px;
  width: 13.625rem;
  height: auto;
  position: absolute;
  top: 59%;
  right: 60px;
  right: 3.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vision__title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 62px;
  margin-bottom: 3.875rem;
}

.vision__lead {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.73;
  text-align: center;
}

.overview {
  width: 100%;
  padding-bottom: 200px;
  padding-bottom: 2.5rem;
}

.overview__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.overview__title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  margin-left: 88px;
  margin-left: 5.5rem;
}

.overview__info {
  margin-left: 168px;
  margin-left: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.overview-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.overview-info__name {
  width: 161px;
  width: 10.0625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.overview-info__content {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 56px;
  padding-left: 3.5rem;
  border-left: 1px solid #818181;
}

.overview-info__content a {
  color: #fff;
}

.overview__map {
  width: 100%;
  aspect-ratio: 1000/400;
}

.overview__map iframe {
  width: 100%;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (max-width: 768px) {
  .vision {
    padding-bottom: 5.0625rem;
  }

  .vision__main {
    margin-bottom: 2.3125rem;
  }

  .vision__title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .vision__lead {
    text-align: left;
    font-size: 1.4375rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
  }

  .overview {
    padding-bottom: 2rem;
  }

  .overview__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5625rem;
  }

  .overview__title {
    font-size: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }

  .overview__info {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 0.75rem;
  }

  .overview-info__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3125rem;
  }

  .overview-info__name {
    width: 100%;
  }

  .overview-info__content {
    width: 100%;
    padding-left: 0.625rem;
    padding-bottom: 0.75rem;
    border-left: none;
    border-bottom: 1px solid #818181;
  }

  .overview__map {
    max-width: 37.5rem;
    margin: auto;
    aspect-ratio: 328/200;
  }
}
.attachment-top {
  width: 100%;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

.attachment-top__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}

.attachment-top__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  gap: 2rem;
}

.attachment-link__item {
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
          box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  padding: 77px 20px 20px;
  padding: 4.8125rem 1.25rem 1.25rem;
  text-align: right;
}

.attachment-link__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.63;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.attachment-link__btn {
  display: inline-block;
}

.attachment-content {
  width: 100%;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
}

.attachment-content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 25px;
  left: 1.5625rem;
}

.attachment-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  gap: 3.125rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.attachment-grid--3 a {
  color: #fff;
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.attachment-grid--3 a:hover {
  opacity: 0.6;
}

.sales-grid__name {
  text-align: left;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.sales-grid-name__jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.sales-grid-name__en {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.attachment-grid--3 a .sales-grid__img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}

.attachment-grid--3 a .sales-grid__img img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.attachment-grid--3 a:hover .sales-grid__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .attachment-top {
    padding-bottom: 11.5rem;
  }

  .attachment-top__lead {
    max-width: 37.5rem;
    width: 100%;
    margin-inline: auto;
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.73;
    margin-bottom: 3.8125rem;
  }

  .attachment-top__links {
    max-width: 37.5rem;
    width: 100%;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }

  .attachment-link__item {
    padding: 2.3125rem 3.75rem 1.5rem;
    text-align: center;
  }

  .attachment-link__title {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }

  .attachment-content {
    padding-bottom: 4.5625rem;
  }

  .attachment-content__title {
    font-size: 2.25rem;
    top: 0.75rem;
    left: 1.4375rem;
  }

  .attachment-grid--3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .attachment-grid--3 a {
    max-width: 37.5rem;
    width: 100%;
    margin: auto;
  }

  .sales-grid__name {
    margin-bottom: 1rem;
  }

  .sales-grid-name__jp {
    font-size: 1.0625rem;
    letter-spacing: 0;
    margin-bottom: 0.25rem;
  }

  .attachment-grid--3 .sales-flex__lead {
    margin-bottom: 0;
  }
}
.sub-fv-title__bob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sub-fv-title__bob::after {
  content: attr(data-text) "";
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 13px 27px;
  padding: 0.8125rem 1.6875rem;
  background: #63B52F;
  margin-left: 16px;
  margin-left: 1rem;
}

.bob-body {
  width: 100%;
  position: relative;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.bob-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 160px;
  gap: 10rem;
}

.bob-body__container {
  width: 100%;
}

.bob-body__name {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.bob-body-name__jp {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.bob-body-name__en {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.bob-body-container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bob-body__img {
  max-width: 516px;
  max-width: 32.25rem;
  width: 100%;
}

.bob-body__text {
  max-width: 425px;
  max-width: 26.5625rem;
  margin-left: 88px;
  margin-left: 5.5rem;
  height: auto;
  position: relative;
}

.bob-body__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}

.bob-body__btn {
  display: inline-block;
  position: absolute;
  bottom: 42px;
  bottom: 2.625rem;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sub-fv-title__bob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sub-fv-title__bob::after {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    padding: 0.3125rem 1.1875rem;
    margin-left: 0;
    margin-top: 0.75rem;
  }

  .bob-body {
    padding-bottom: 10rem;
  }

  .bob-body__inner {
    gap: 6.25rem;
  }

  .bob-body__name {
    max-width: 37.5rem;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 1rem;
  }

  .bob-body-name__jp {
    font-size: 0.9375rem;
    letter-spacing: 0;
    margin-bottom: 0.5625rem;
  }

  .bob-body-name__en {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .bob-body-container__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .bob-body__img {
    max-width: 37.5rem;
    width: 100%;
    margin-bottom: 0.9375rem;
  }

  .bob-body__text {
    max-width: 37.5rem;
    width: 100%;
    margin-left: 0;
    padding-bottom: 7.4375rem;
  }

  .bob-body__lead {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 2.0625rem;
  }
}
.c-test {
  margin-top: 10px;
  margin-top: 0.625rem;
  background-color: aqua;
}
.c-test p {
  color: blue;
}

.catalog-content {
  width: 100%;
  background: #F1F1EE;
  color: #212329;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.catalog-content__title {
  width: 94%;
  margin: 0 3% 50px;
  margin: 0 3% 3.125rem;
  border-bottom: 1px solid #818181;
}

.catalog-content-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.73;
}

.en.catalog-content-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
}

.catalog-content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 40px;
  gap: 2.5rem;
}

.catalog-content__item a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.catalog-content__item a:hover {
  opacity: 0.6;
}

.catalog-content-item__img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  aspect-ratio: 220/310;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.catalog-content-item__img img {
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-content__item a:hover .catalog-content-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-content-item__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.bobcat-cta {
  width: 100%;
  background: #F1F1EE;
  padding: 120px 0 100px;
  padding: 7.5rem 0 6.25rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bobcat-cta__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}

.bobcat-cta__container {
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.bobcat-cta__container--body::after,
.bobcat-cta__container--attachment::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bobcat-cta__container--body:hover::after,
.bobcat-cta__container--attachment:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bobcat-cta__container--body::after {
  background: url(../../assets/images/common/catalog_bottom_general.jpg) no-repeat center center/cover;
}

.bobcat-cta__container--attachment::after {
  background: url(../../assets/images/common/catalog_bottom_attachment.jpg) no-repeat center center/cover;
}

.bobcat-cta__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #212329;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}

.bobcat-cta__container:hover .bobcat-cta__bg {
  opacity: 0.3;
}

.bobcat-cta__text {
  position: relative;
  z-index: 2;
}

.bobcat-cta__title {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.bobcat-cta__title--en {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.bobcat-cta__title--jp {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bobcat-cta__title--jp::before,
.bobcat-cta__title--jp::after {
  content: "";
  width: 36px;
  width: 2.25rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
}

.bobcat-cta__title--jp::before {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.bobcat-cta__title--jp::after {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.bobcat-cta__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
}

.bobcat-cta__btn {
  display: block;
  width: 320px;
  width: 20rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 21.5px 11px;
  padding: 1.34375rem 0.6875rem;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bobcat-cta__btn:hover {
  background: #212329;
  color: #fff;
}

.bobcat-cta__btn::after {
  content: "";
  display: block;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  background: url(../../assets/images/common/icon_btn_b.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 11px;
  right: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bobcat-cta__btn:hover::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

.catalog-contact {
  width: 100%;
  padding: 60px 0 51px;
  padding: 3.75rem 0 3.1875rem;
  background: url(../../assets/images/common/catalog_contact_bg.jpg) no-repeat center center/cover;
}

.catalog-contact__container {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-contact__title {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.48;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.catalog-contact__head {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.catalog-contact__bottom {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .catalog-content {
    padding-bottom: 3.75rem;
    margin-top: -0.0625rem;
  }

  .catalog-content__title {
    width: 100%;
    margin: 0 0 2rem;
  }

  .catalog-content-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.73;
  }

  .en.catalog-content-title {
    font-size: 1.875rem;
  }

  .catalog-content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0.75rem;
  }

  .catalog-content-item__img {
    aspect-ratio: 158/222;
    margin-bottom: 0.5rem;
  }

  .catalog-content-item__title {
    font-size: 0.9375rem;
    letter-spacing: 0;
    margin-bottom: 0.5625rem;
  }

  .bobcat-cta {
    padding: 3.75rem 0 7.5rem;
  }

  .bobcat-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .bobcat-cta__container {
    aspect-ratio: initial;
    padding: 6.875rem 2.125rem;
  }

  .bobcat-cta__container--body:hover::after,
.bobcat-cta__container--attachment:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .bobcat-cta__container--body::after {
    background: url(../../assets/images/common/catalog_bottom_general_sp.jpg) no-repeat center center/cover;
  }

  .bobcat-cta__container--attachment::after {
    background: url(../../assets/images/common/catalog_bottom_attachment_sp.jpg) no-repeat center center/cover;
  }

  .bobcat-cta__title {
    margin-bottom: 2.0625rem;
  }

  .bobcat-cta__title--en {
    margin-bottom: 0.4375rem;
  }

  .bobcat-cta__title--jp {
    font-size: 1.375rem;
  }

  .bobcat-cta__title--jp::before {
    margin-right: 0.5rem;
  }

  .bobcat-cta__title--jp::after {
    margin-left: 0.5rem;
  }

  .bobcat-cta__btn {
    width: 15rem;
  }

  .catalog-contact {
    background: url(../../assets/images/common/catalog_contact_sp.jpg) no-repeat center center/cover;
  }

  .catalog-contact__container {
    max-width: 18rem;
    margin: auto;
  }
}
.complete__container {
  width: 100%;
  background: #F1F1EE;
  color: #212329;
  text-align: center;
  padding: 0 3% 60px;
  padding: 0 3% 3.75rem;
}

.complete__lead {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.complete__btn {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .complete__container {
    padding: 0 23px 3.75rem;
  }

  .complete__lead {
    font-size: 0.875rem;
    margin-bottom: 3.125rem;
  }
}
.contact-content {
  width: 100%;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background: #F1F1EE;
  color: #212329;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.contact-content__inner {
  max-width: 930px;
  max-width: 58.125rem;
  width: 100%;
  margin: auto;
}

.contact-content__flow {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
  gap: 7.5rem;
  margin-bottom: 84px;
  margin-bottom: 5.25rem;
}

.contact-flow__item {
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #212329;
  border-radius: 50%;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact-flow__item.current {
  background: #212329;
  color: #fff;
}

.contact-flow__item--confirm {
  position: relative;
}

.contact-flow__item--confirm::before,
.contact-flow__item--confirm::after {
  content: "";
  display: block;
  width: 120px;
  width: 7.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #212329;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-flow__item--confirm::before {
  right: 100%;
}

.contact-flow__item--confirm::after {
  left: 100%;
}

.contact-content__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.form-container__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-container__item:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.form-item__title {
  max-width: 188px;
  max-width: 11.75rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding: 9px 0;
  padding: 0.5625rem 0;
}

.required::after {
  content: "必須";
  background: #63B52F;
  display: inline-block;
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.81;
  padding: 0 5px;
  padding: 0 0.3125rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.mwform-checkbox-field {
  position: relative;
}

.form-container__item p:not([class]) {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}

.mw_wp_form_confirm .form-container__item p:not([class]) {
  padding: 20px;
  padding: 1.25rem;
}

.mw_wp_form_confirm .contact-form__check {
  display: none;
}

.form-item__body {
  max-width: 700px;
  max-width: 38.75rem;
  width: 100%;
  margin-left: 20px;
  margin-left: 1.25rem;
  background: #fff;
  padding: 10px;
  padding: 0.625rem;
}

.mw_wp_form .error {
  color: #f04343 !important;
}

.form-container__item .error {
  padding: 10px 0 0 20px;
  padding: 0.625rem 0 0 1.25rem;
}

.form-item__detail.form-container__item {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.form-item__detail textarea {
  aspect-ratio: 700/200;
}

.contact-form__check {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 61px;
  margin: 0 auto 3.8125rem;
  text-align: center;
}

.form-check__lead {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.form-check__lead a {
  text-decoration: underline;
}

.form-check__lead a:hover {
  opacity: 0.6;
}

.form-check__icon {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}

.form-check__label {
  position: relative;
  padding-left: 8px;
  padding-left: 0.5rem;
}

form input[type=checkbox] + span {
  position: relative;
}

form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  left: -1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border: 1px solid #818181;
}

form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -23px;
  left: -1.4375rem;
  background: #63B52F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  opacity: 0;
}

form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact-form__submit {
  width: 100%;
  margin: auto;
  text-align: center;
}

.mw_wp_form_confirm .contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
}

.contact__btn--submit,
.contact__btn--back {
  width: 300px;
  width: 18.75rem;
  height: 80px;
  height: 5rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid #212329;
}

.mw_wp_form_input .contact__btn--submit {
  margin: auto;
}

.contact__btn--submit {
  background: #212329;
  color: #fff;
}

.contact__btn--submit:hover {
  background: #F1F1EE;
  color: #212329;
}

.contact__btn--back {
  background: #fff;
  color: #212329;
}

@media screen and (max-width: 768px) {
  .contact-content {
    padding-bottom: 10rem;
  }

  .contact-content__inner {
    max-width: 100%;
    padding: 0 23px;
  }

  .contact-content__flow {
    gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .contact-flow__item {
    width: 5rem;
    height: 5rem;
  }

  .contact-flow__item--confirm::before,
.contact-flow__item--confirm::after {
    width: 2.5rem;
  }

  .contact-content__lead {
    width: 18rem;
    text-align: left;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.57;
    margin-bottom: 4.9375rem;
    margin-inline: auto;
  }

  .form-container__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .form-item__title {
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.8125rem;
  }

  .form-container__item p:not([class]) {
    max-width: 100%;
  }

  .form-item__body {
    max-width: 100%;
    margin-left: 0;
  }

  .form-item__detail textarea {
    aspect-ratio: 328/200;
  }

  .contact-form__check {
    margin: 0 auto 3.5625rem;
  }

  .mw_wp_form_confirm .contact-form__submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.footer {
  width: 100%;
  background: #F1F1EE;
  padding: 40px 0 80px;
  padding: 2.5rem 0 5rem;
  color: #212329;
}

.footer__inner {
  width: 100%;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.footer__logo {
  max-width: 80.5px;
  max-width: 5.03125rem;
  width: 100%;
  margin-bottom: 21.3px;
  margin-bottom: 1.33125rem;
}

.footer-info__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.footer-info__address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-links__sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.footer-links__sns a {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-links__sns a:hover {
  opacity: 0.6;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  gap: 2rem;
}

.footer-nav__list li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-nav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-nav__list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  height: 0.0625rem;
  background: #212329;
  margin-top: 5px;
  margin-top: 0.3125rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.footer-nav__list li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 1.875rem 0 5.1625rem;
  }

  .footer__inner {
    padding: 0 23px;
  }

  .footer__logo {
    margin-bottom: 0.83125rem;
  }

  .footer-info__name {
    font-size: 0.9375rem;
    letter-spacing: 0;
    margin-bottom: 0.625rem;
  }

  .footer-info__address {
    font-size: 0.6875rem;
    line-height: 1.25;
    margin-bottom: 1.875rem;
  }

  .footer__copyright {
    font-size: 0.5625rem;
  }

  .footer-links__sns {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 23px;
  }
}
.fv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}

.fv__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.fv__title {
  width: 100%;
}

.fv__copy {
  display: block;
  max-width: 1104px;
  max-width: 69rem;
  width: 100%;
  margin: auto;
}

#fv-swiper {
  width: 100%;
  height: inherit;
}

#fv-swiper .swiper-wrapper {
  width: 100%;
  height: inherit;
}

#fv-swiper .swiper-slide {
  width: 100%;
  height: inherit;
}

#fv-swiper .swiper-slide picture {
  display: block;
  width: 100%;
  height: inherit;
}

#fv-swiper .swiper-slide picture img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.swiper-slide-active picture img,
.swiper-slide-duplicate-active picture img,
.swiper-slide-prev picture img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

@media screen and (max-width: 768px) {
  .fv__text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0;
  }

  .fv__title {
    width: 100%;
  }

  .fv__copy {
    max-width: 100%;
    padding: 0 0.4375rem;
    margin-bottom: 2.75rem;
  }

  .fv__lead {
    width: 88.5%;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.73;
    padding: 0 23px;
  }
}
.header-b {
  width: 100%;
  height: 110px;
  height: 6.875rem;
  background: #212329;
  position: sticky;
  top: 0;
  z-index: 2999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #BCBCBC;
}

.header-b__logo {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  height: inherit;
  z-index: 200;
}

.header-b__logo a {
  display: block;
  width: 100%;
  height: inherit;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header-b__logo a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .header-b {
    height: 4.875rem;
  }

  .header-b__logo {
    max-width: 4.1875rem;
  }
}
.header-w {
  width: 100%;
  height: 110px;
  height: 6.875rem;
  background: #F1F1EE;
  position: sticky;
  top: 0;
  z-index: 2999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #BCBCBC;
}

.header-w__logo {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  height: inherit;
  z-index: 200;
}

.header-w__logo a {
  display: block;
  width: 100%;
  height: inherit;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: url(../../assets/images/common/oval3logo.svg) no-repeat center center/100%;
}

.open .header-w__logo a {
  background: url(../../assets/images/common/oval3logo_w.png) no-repeat center center/100%;
}

.header-w__logo a:hover {
  opacity: 0.6;
}

.header-w .pc-nav__list &gt; li &gt; a,
.header-w .pc-nav__list &gt; li &gt; button {
  color: #212329;
}

.header-w .second-menu__list {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .16);
          box-shadow: 0 2px 15px rgba(0, 0, 0, .16);
}

@media screen and (max-width: 768px) {
  .header-w {
    height: 4.875rem;
  }

  .header-w__logo {
    max-width: 4.1875rem;
  }

  .header-w .header__hamburger {
    background: url(../../assets/images/common/icon_menu_b.svg) no-repeat center center/cover;
  }

  .open.header__hamburger {
    background: url(../../assets/images/common/icon_menu_close.svg) no-repeat center center/cover;
  }
}
.header {
  width: 100%;
  height: 110px;
  height: 6.875rem;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 2999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #BCBCBC;
}

.header.change {
  background: #212329;
  border-bottom: 1px solid #BCBCBC;
}

.header__inner {
  width: 100%;
  height: inherit;
  padding-right: 0;
  padding-left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 200;
  position: relative;
}

.header__inner.open {
  background: #212329;
}

.header__logo {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  height: inherit;
  z-index: 200;
}

.header__logo a {
  width: 100%;
  height: inherit;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__logo a:hover {
  opacity: 0.6;
}

.header__right {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav--pc {
  height: inherit;
  z-index: 200;
}

.pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: inherit;
}

.pc-nav &gt; div {
  height: inherit;
}

.pc-nav__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 32px;
  padding-right: 2rem;
}

.pc-nav__list &gt; li {
  height: inherit;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin: 0 16px;
  margin: 0 1rem;
}

.pc-nav__list &gt; li &gt; a,
.pc-nav__list &gt; li &gt; button {
  height: inherit;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}

.mega-menu {
  position: relative;
}

.second-menu__list {
  position: absolute;
  top: 128px;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F1F1EE;
  padding: 40px 50px;
  padding: 2.5rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* gap: 59px;
  gap: 3.6875rem; */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mega-menu:hover .second-menu__list {
  opacity: 1;
  visibility: visible;
}

.second-menu__list &gt; li {
  width: 12rem;
}

.second-menu__list &gt; li &gt; a {
  display: inline-block;
  color: #212329;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20.5px;
  margin-bottom: 1.28125rem;
  position: relative;
}

.third-menu__list {
  width: 165px;
  width: 10.3125rem;
  padding-top: 23.5px;
  padding-top: 1.46875rem;
  border-top: 1px solid #e0e0e0;
}

.third-menu__list &gt; li &gt; a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  position: relative;
}

.pc-nav__list &gt; li &gt; a::after,
.pc-nav__list &gt; li &gt; button::after,
.second-menu__list &gt; li &gt; a::after,
.third-menu__list &gt; li &gt; a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
  margin-top: 5px;
  margin-top: 0.3125rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  left: 0%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.pc-nav__list &gt; li &gt; a::after,
.pc-nav__list &gt; li &gt; button::after {
  top: 56%;
}

.second-menu__list &gt; li &gt; a::after,
.third-menu__list &gt; li &gt; a::after {
  top: 75%;
}

.pc-nav__list &gt; li &gt; a:hover::after,
.pc-nav__list &gt; li &gt; button:hover::after,
.second-menu__list &gt; li &gt; a:hover::after,
.third-menu__list &gt; li &gt; a:hover::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.pc-nav__btn {
  width: 160px;
  width: 10rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-left: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}

.contact-btn__catalog {
  background: #212329;
}

.contact-btn__contact {
  background: #63B52F;
}

.contact-btn__catalog:hover {
  background: #F1F1EE;
  color: #212329;
}

.contact-btn__contact:hover {
  background: #F1F1EE;
  color: #63B52F;
}

.contact-btn__catalog::before,
.contact-btn__contact::before {
  content: "";
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contact-btn__catalog::before {
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  background: url(../../assets/images/common/icon_catalog_w.svg) no-repeat center center/cover;
}

.contact-btn__contact::before {
  width: 27px;
  width: 1.6875rem;
  height: 21px;
  height: 1.3125rem;
  background: url(../../assets/images/common/icon_mail_w.svg) no-repeat center center/cover;
}

.contact-btn__catalog:hover::before {
  background: url(../../assets/images/common/icon_catalog_b.svg) no-repeat center center/cover;
}

.contact-btn__contact:hover::before {
  background: url(../../assets/images/common/icon_mail_g.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .header {
    height: 4.875rem;
  }

  .header__inner {
    width: 100%;
    height: inherit;
    padding-right: 23px;
    padding-left: 23px;
  }

  .header__logo {
    max-width: 4.1875rem;
  }

  .header__hamburger {
    width: 3rem;
    height: 3rem;
    background: url(../../assets/images/common/icon_menu.svg) no-repeat center center/cover;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 200;
    cursor: pointer;
  }

  .header__hamburger:hover {
    opacity: 0.6;
  }

  .open.header__hamburger {
    background: url(../../assets/images/common/icon_menu_close.svg) no-repeat center center/cover;
  }
}
.inner {
  max-width: 1050px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .inner {
    padding-right: 23px;
    padding-left: 23px;
  }
}

/* Custom */
.news-article {
  width: 100%;
  background: #fff;
  padding: 0 0 180px;
  padding: 0 0 11.25rem;
  color: #212329;
}

.news-article__inner {
  width: 94%;
  margin: auto;
  border-top: 1px solid #818181;
}

.news-article__container {
  max-width: 900px;
  max-width: 56.25rem;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.news-article__date {
  max-width: 60px;
  max-width: 3.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-article-item-date {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.news-article-item-date__big {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

.news-article__img {
  max-width: 100%;
  overflow: hidden;
}

.news-article__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-article__content {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
  margin-left: 60px;
  margin-left: 3.75rem;
}

.news-article__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding: 15px 0 50px;
  padding: 0.9375rem 0 3.125rem;
  border-bottom: 1px solid #212329;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.news-article__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.article__link {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.article__link--prev,
.article__link--next {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__link--tolist {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__link--prev:hover,
.article__link--tolist:hover,
.article__link--next:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__link--tolist {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__link--tolist a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article__link--tolist a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #212329;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.article__link--tolist:hover.article__link--tolist a {
  opacity: 0.6;
}

.article__link--tolist:hover.article__link--tolist a::after {
  width: 0;
}

.article__link--prev,
.article__link--next {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.article__link--prev {
  left: 0;
}

.article__link--next {
  right: 0;
}

.article__link--prev a,
.article__link--next a {
  width: 100%;
  height: 48px;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.article__link--prev a {
  padding-left: 66px;
  padding-left: 4.125rem;
}

.article__link--next a {
  padding-right: 66px;
  padding-right: 4.125rem;
}

.article__link--prev a::before,
.article__link--next a::before {
  content: "";
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #212329;
  background: #F1F1EE;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__link--prev a::before {
  left: 0;
}

.article__link--next a::before {
  right: 0;
}

.article__link--prev a:hover::before,
.article__link--next a:hover::before {
  background: #212329;
}

.article__link--prev a::after,
.article__link--next a::after {
  content: "";
  display: block;
  width: 5px;
  width: 0.3125rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.article__link--prev a::after {
  left: 25px;
  left: 1.5625rem;
  background: url(../../assets/images/common/icon_btn_prev_b.svg) no-repeat center center/cover;
}

.article__link--next a::after {
  right: 25px;
  right: 1.5625rem;
  background: url(../../assets/images/common/icon_btn_b.svg) no-repeat center center/cover;
}

.article__link--prev a:hover::after {
  background: url(../../assets/images/common/icon_btn_prev_w.svg) no-repeat center center/cover;
}

.article__link--next a:hover::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .news-article {
    padding: 0 0 5.625rem;
  }

  .news-article__inner {
    width: 100%;
  }

  .news-article__container {
    max-width: 56.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5rem;
    padding-right: 23px;
    padding-left: 23px;
  }

  .news-article__date {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .news-article-item-date {
    font-size: 0.8125rem;
  }

  .news-article-item-date__big {
    font-size: 2.5rem;
    line-height: 1;
  }

  .news-article__img {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 1.875rem;
  }

  .news-article__content {
    max-width: 100%;
    margin-left: 0;
  }

  .news-article__title {
    font-size: 1.125rem;
    padding: 0.9375rem 0 0;
    border-bottom: none;
    margin-bottom: 1.875rem;
  }

  .news-article__body p {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0;
    padding-bottom: 1.25rem;
  }

  .article__link {
    padding-top: 3.75rem;
  }

  .article__link--prev,
.article__link--next {
    font-size: 0.6875rem;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .article__link--tolist {
    font-size: 1rem;
  }

  .article__link--tolist a::after {
    height: 0.0625rem;
    margin-top: 0.625rem;
  }

  .article__link--prev,
.article__link--next {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 95%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .article__link--prev a,
.article__link--next a {
    width: 100%;
    height: auto;
  }

  .article__link--prev a {
    padding-left: 0;
  }

  .article__link--next a {
    padding-right: 0;
  }

  .article__link--prev a::before,
.article__link--next a::before {
    width: 3.5rem;
    height: 3.5rem;
    top: -180%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .article__link--prev a::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .article__link--next a::before {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }

  .article__link--prev a:hover::before,
.article__link--next a:hover::before {
    background: #212329;
  }

  .article__link--prev a::after,
.article__link--next a::after {
    top: -175%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .article__link--next a::after {
    right: auto;
    right: initial;
  }
}

/* Custom */
.news {
  width: 100%;
  background: #fff;
  padding: 0 3% 200px;
  padding: 0 3% 12.5rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.news__inner {
  width: 100%;
  border-top: 1px solid #818181;
}

.sub-news-list__item {
  width: 100%;
  border-bottom: 1px solid #818181;
}

.sub-news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-news-list__item a:hover {
  opacity: 0.6;
}

.sub-news-item__date {
  max-width: 42px;
  max-width: 2.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-news-item-date {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.sub-news-item-date__big {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
}

.sub-news-item__img {
  max-width: 240px;
  max-width: 15rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  aspect-ratio: 240/240;
  margin-left: 80px;
  margin-left: 5rem;
}

.sub-news-item a:hover .sub-news-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-news-item__img img {
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-news-item__text {
  padding-top: 70px;
  padding-top: 4.375rem;
  margin-left: 80px;
  margin-left: 5rem;
}

.sub-news-item__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}

.sub-news-item__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.videos .sub-news-item__text p{
  -webkit-line-clamp: initial;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 0 0 10rem;
  }

  .sub-news-list__item a {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sub-news-item__date {
    max-width: 2.625rem;
    margin-bottom: 0.6875rem;
  }

  .sub-news-item-date {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
  }

  .sub-news-item-date__big {
    font-size: 2.5rem;
  }

  .sub-news-item__img {
    max-width: 41.4%;
    overflow: hidden;
    margin-left: 0;
  }

  .sub-news-item__text {
    max-width: 55%;
    padding-top: 0;
    margin-left: 0.75rem;
  }

  .sub-news-item__title {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
  }

  .sub-news-item__text p {
    display: none;
  }
}
.list-pagination {
  padding-top: 120px;
  padding-top: 7.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links li {
  margin: 0 12px;
  margin: 0 0.75rem;
}

.nav-links li .page-numbers {
  width: 12px;
  width: 0.75rem;
  height: 37px;
  height: 2.3125rem;
  border-bottom: 1px solid #818181;
  border-bottom: 0.0625rem solid #818181;
  color: #818181;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.77;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.nav-links li .page-numbers:hover {
  opacity: 0.6;
}

.nav-links li .current {
  color: #212329;
  border-bottom: 1px solid #212329;
  border-bottom: 0.0625rem solid #212329;
}

.nav-links li .current:hover {
  opacity: 1;
}

.works .nav-links li .current {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.nav-links li .dots {
  border-bottom: none;
}

.nav-links li .prev,
.nav-links li .next {
  display: block;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 50%;
  background: #F1F1EE;
  position: relative;
  border: 1px solid #212329;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.works .nav-links li .prev,
.works .nav-links li .next {
  background: #212329;
  border: 1px solid #fff;
}

.nav-links li .prev:hover,
.nav-links li .next:hover {
  opacity: 1;
  background: #212329;
}

.works .nav-links li .prev:hover,
.works .nav-links li .next:hover {
  background: #fff;
}

.nav-links li .prev {
  margin-right: 60px;
  margin-right: 3.75rem;
}

.nav-links li .next {
  margin-left: 60px;
  margin-left: 3.75rem;
}

.nav-links li .prev::after,
.nav-links li .next::after {
  content: "";
  display: block;
  width: 5px;
  width: 0.3125rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.nav-links li .prev::after {
  background: url(../../assets/images/common/icon_btn_prev_b.svg) no-repeat center center/cover;
}

.nav-links li .next::after {
  background: url(../../assets/images/common/icon_btn_b.svg) no-repeat center center/cover;
}

.nav-links li .prev:hover::after {
  background: url(../../assets/images/common/icon_btn_prev_w.svg) no-repeat center center/cover;
}

.nav-links li .next:hover::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

.works .nav-links li .prev::after {
  background: url(../../assets/images/common/icon_btn_prev_w.svg) no-repeat center center/cover;
}

.works .nav-links li .next::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

.works .nav-links li .prev:hover::after {
  background: url(../../assets/images/common/icon_btn_prev_b.svg) no-repeat center center/cover;
}

.works .nav-links li .next:hover::after {
  background: url(../../assets/images/common/icon_btn_b.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .list-pagination {
    padding-top: 5rem;
  }

  .nav-links li .page-numbers {
    font-size: 0.875rem;
  }

  .nav-links li .prev {
    margin-right: 0.5625rem;
  }

  .nav-links li .next {
    margin-left: 0.5625rem;
  }
}
.policy {
  width: 100%;
  background: #F1F1EE;
  color: #212329;
  margin-top: -1px;
  margin-top: -0.0625rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.policy__head,
.policy-list__item,
.policy-block__lead,
.policy-block__info {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.policy__head {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.policy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.policy__block:not(:last-of-type) {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.policy-block__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.policy-block__list {
  list-style: auto;
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .policy {
    padding-bottom: 7.5rem;
  }

  .policy__head,
.policy-list__item,
.policy-block__lead,
.policy-block__info {
    font-size: 0.75rem;
    letter-spacing: 0;
  }

  .policy__head {
    margin-bottom: 2.5rem;
  }

  .policy__block {
    gap: 0.9375rem;
  }

  .policy__block:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }

  .policy-block__title {
    font-size: 1.0625rem;
    letter-spacing: 0;
  }

  .policy-block__list {
    list-style: auto;
    padding-left: 1em;
  }
}
.loading {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading-title {
  opacity: 0;
  visibility: hidden;
}

.loading-fadein {
  opacity: 0;
  visibility: hidden;
 &nbsp;-webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

#gt_float_wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.glitch {
  background: #000 no-repeat center;
  background-size: 0;
  width: 15vw;
  height: auto;
  aspect-ratio: 274/268.3;
  position: relative;
  opacity: 0;
}

.glitch::before,
.glitch::after,
.glitch .channel {
  background: inherit;
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.glitch::before,
.glitch::after {
  content: "";
}

.glitch.anime::before {
  -webkit-animation: glitch-before 3s linear infinite alternate both;
          animation: glitch-before 3s linear infinite alternate both;
  content: "";
}

@-webkit-keyframes glitch-before {
  0% {
    -webkit-clip-path: polygon(0% 82.1395349696%, 100% 82.1395349696%, 100% 87.825463871%, 0% 87.825463871%);
            clip-path: polygon(0% 82.1395349696%, 100% 82.1395349696%, 100% 87.825463871%, 0% 87.825463871%);
    -webkit-transform: translate(-17%, 17%);
            transform: translate(-17%, 17%);
  }
  2% {
    -webkit-clip-path: polygon(0% 80.5755498438%, 100% 80.5755498438%, 100% 82.9578195638%, 0% 82.9578195638%);
            clip-path: polygon(0% 80.5755498438%, 100% 80.5755498438%, 100% 82.9578195638%, 0% 82.9578195638%);
    -webkit-transform: translate(-17.2504654325%, 12.70277281%);
            transform: translate(-17.2504654325%, 12.70277281%);
  }
  4% {
    -webkit-clip-path: polygon(0% -13.228034279%, 100% -13.228034279%, 100% 20.8332710333%, 0% 20.8332710333%);
            clip-path: polygon(0% -13.228034279%, 100% -13.228034279%, 100% 20.8332710333%, 0% 20.8332710333%);
    -webkit-transform: translate(-16.2549048234%, 12.9527958738%);
            transform: translate(-16.2549048234%, 12.9527958738%);
  }
  6% {
    -webkit-clip-path: polygon(0% 6.4633586868%, 100% 6.4633586868%, 100% -13.7392695432%, 0% -13.7392695432%);
            clip-path: polygon(0% 6.4633586868%, 100% 6.4633586868%, 100% -13.7392695432%, 0% -13.7392695432%);
    -webkit-transform: translate(-12.7655189835%, 12.5086352978%);
            transform: translate(-12.7655189835%, 12.5086352978%);
  }
  8% {
    -webkit-clip-path: polygon(0% 27.509931958%, 100% 27.509931958%, 100% 33.085864674%, 0% 33.085864674%);
            clip-path: polygon(0% 27.509931958%, 100% 27.509931958%, 100% 33.085864674%, 0% 33.085864674%);
    -webkit-transform: translate(-14.3961235714%, 12.9569029231%);
            transform: translate(-14.3961235714%, 12.9569029231%);
  }
  10% {
    -webkit-clip-path: polygon(0% 33.4051070888%, 100% 33.4051070888%, 100% 26.8189401232%, 0% 26.8189401232%);
            clip-path: polygon(0% 33.4051070888%, 100% 33.4051070888%, 100% 26.8189401232%, 0% 26.8189401232%);
    -webkit-transform: translate(-14.4574057127%, 23.100097192%);
            transform: translate(-14.4574057127%, 23.100097192%);
  }
  12% {
    -webkit-clip-path: polygon(0% 70.4696945827%, 100% 70.4696945827%, 100% 612.2867052684%, 0% 612.2867052684%);
            clip-path: polygon(0% 70.4696945827%, 100% 70.4696945827%, 100% 612.2867052684%, 0% 612.2867052684%);
    -webkit-transform: translate(-14.0869391726%, 12.95452828%);
            transform: translate(-14.0869391726%, 12.95452828%);
  }
  14% {
    -webkit-clip-path: polygon(0% 95.9663334918%, 100% 95.9663334918%, 100% 72.295227187%, 0% 72.295227187%);
            clip-path: polygon(0% 95.9663334918%, 100% 95.9663334918%, 100% 72.295227187%, 0% 72.295227187%);
    -webkit-transform: translate(-15.950758718%, 23.3890846825%);
            transform: translate(-15.950758718%, 23.3890846825%);
  }
  6% {
    -webkit-clip-path: polygon(0% 22.9193906334%, 100% 22.9193906334%, 100% 46.748919145%, 0% 46.748919145%);
            clip-path: polygon(0% 22.9193906334%, 100% 22.9193906334%, 100% 46.748919145%, 0% 46.748919145%);
    -webkit-transform: translate(-16.9565589875%, 13.02145735%);
            transform: translate(-16.9565589875%, 13.02145735%);
  }
  18% {
    -webkit-clip-path: polygon(0% 69.9952696919%, 100% 69.9952696919%, 100% 65.8319286268%, 0% 65.8319286268%);
            clip-path: polygon(0% 69.9952696919%, 100% 69.9952696919%, 100% 65.8319286268%, 0% 65.8319286268%);
    -webkit-transform: translate(-17.387020471%, 13.458332575%);
            transform: translate(-17.387020471%, 13.458332575%);
  }
  20%, 100% {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes glitch-before {
  0% {
    -webkit-clip-path: polygon(0% 82.1395349696%, 100% 82.1395349696%, 100% 87.825463871%, 0% 87.825463871%);
            clip-path: polygon(0% 82.1395349696%, 100% 82.1395349696%, 100% 87.825463871%, 0% 87.825463871%);
    -webkit-transform: translate(-17%, 17%);
            transform: translate(-17%, 17%);
  }
  2% {
    -webkit-clip-path: polygon(0% 80.5755498438%, 100% 80.5755498438%, 100% 82.9578195638%, 0% 82.9578195638%);
            clip-path: polygon(0% 80.5755498438%, 100% 80.5755498438%, 100% 82.9578195638%, 0% 82.9578195638%);
    -webkit-transform: translate(-17.2504654325%, 12.70277281%);
            transform: translate(-17.2504654325%, 12.70277281%);
  }
  4% {
    -webkit-clip-path: polygon(0% -13.228034279%, 100% -13.228034279%, 100% 20.8332710333%, 0% 20.8332710333%);
            clip-path: polygon(0% -13.228034279%, 100% -13.228034279%, 100% 20.8332710333%, 0% 20.8332710333%);
    -webkit-transform: translate(-16.2549048234%, 12.9527958738%);
            transform: translate(-16.2549048234%, 12.9527958738%);
  }
  6% {
    -webkit-clip-path: polygon(0% 6.4633586868%, 100% 6.4633586868%, 100% -13.7392695432%, 0% -13.7392695432%);
            clip-path: polygon(0% 6.4633586868%, 100% 6.4633586868%, 100% -13.7392695432%, 0% -13.7392695432%);
    -webkit-transform: translate(-12.7655189835%, 12.5086352978%);
            transform: translate(-12.7655189835%, 12.5086352978%);
  }
  8% {
    -webkit-clip-path: polygon(0% 27.509931958%, 100% 27.509931958%, 100% 33.085864674%, 0% 33.085864674%);
            clip-path: polygon(0% 27.509931958%, 100% 27.509931958%, 100% 33.085864674%, 0% 33.085864674%);
    -webkit-transform: translate(-14.3961235714%, 12.9569029231%);
            transform: translate(-14.3961235714%, 12.9569029231%);
  }
  10% {
    -webkit-clip-path: polygon(0% 33.4051070888%, 100% 33.4051070888%, 100% 26.8189401232%, 0% 26.8189401232%);
            clip-path: polygon(0% 33.4051070888%, 100% 33.4051070888%, 100% 26.8189401232%, 0% 26.8189401232%);
    -webkit-transform: translate(-14.4574057127%, 23.100097192%);
            transform: translate(-14.4574057127%, 23.100097192%);
  }
  12% {
    -webkit-clip-path: polygon(0% 70.4696945827%, 100% 70.4696945827%, 100% 612.2867052684%, 0% 612.2867052684%);
            clip-path: polygon(0% 70.4696945827%, 100% 70.4696945827%, 100% 612.2867052684%, 0% 612.2867052684%);
    -webkit-transform: translate(-14.0869391726%, 12.95452828%);
            transform: translate(-14.0869391726%, 12.95452828%);
  }
  14% {
    -webkit-clip-path: polygon(0% 95.9663334918%, 100% 95.9663334918%, 100% 72.295227187%, 0% 72.295227187%);
            clip-path: polygon(0% 95.9663334918%, 100% 95.9663334918%, 100% 72.295227187%, 0% 72.295227187%);
    -webkit-transform: translate(-15.950758718%, 23.3890846825%);
            transform: translate(-15.950758718%, 23.3890846825%);
  }
  6% {
    -webkit-clip-path: polygon(0% 22.9193906334%, 100% 22.9193906334%, 100% 46.748919145%, 0% 46.748919145%);
            clip-path: polygon(0% 22.9193906334%, 100% 22.9193906334%, 100% 46.748919145%, 0% 46.748919145%);
    -webkit-transform: translate(-16.9565589875%, 13.02145735%);
            transform: translate(-16.9565589875%, 13.02145735%);
  }
  18% {
    -webkit-clip-path: polygon(0% 69.9952696919%, 100% 69.9952696919%, 100% 65.8319286268%, 0% 65.8319286268%);
            clip-path: polygon(0% 69.9952696919%, 100% 69.9952696919%, 100% 65.8319286268%, 0% 65.8319286268%);
    -webkit-transform: translate(-17.387020471%, 13.458332575%);
            transform: translate(-17.387020471%, 13.458332575%);
  }
  20%, 100% {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: none;
            transform: none;
  }
}
.glitch.anime::after {
  -webkit-animation: glitch-after 3s linear infinite alternate both;
          animation: glitch-after 3s linear infinite alternate both;
  content: "";
}

@-webkit-keyframes glitch-after {
  0% {
    -webkit-clip-path: polygon(0% 19.0206664262%, 100% 19.0206664262%, 100% 34.3133576988%, 0% 34.3133576988%);
            clip-path: polygon(0% 19.0206664262%, 100% 19.0206664262%, 100% 34.3133576988%, 0% 34.3133576988%);
    -webkit-transform: translate(-8.5348826798%, 12.86312993%);
            transform: translate(-8.5348826798%, 12.86312993%);
  }
  2% {
    -webkit-clip-path: polygon(0% 53.281113%, 100% 53.281113%, 100% 154.0693809695%, 0% 54.0693809695%);
            clip-path: polygon(0% 53.281113%, 100% 53.281113%, 100% 154.0693809695%, 0% 54.0693809695%);
    -webkit-transform: translate(-30.0964495133%, 12.8280713288%);
            transform: translate(-30.0964495133%, 12.8280713288%);
  }
  4% {
    -webkit-clip-path: polygon(0% 20.1697935266%, 100% 20.1697935266%, 100% 12.181954819%, 0% 12.181954819%);
            clip-path: polygon(0% 20.1697935266%, 100% 20.1697935266%, 100% 12.181954819%, 0% 12.181954819%);
    -webkit-transform: translate(-12.5476909687%, 12.8256953169%);
            transform: translate(-12.5476909687%, 12.8256953169%);
  }
  6% {
    -webkit-clip-path: polygon(0% 66.531953147%, 100% 66.531953147%, 100% 182.2280612906%, 0% 82.2280612906%);
            clip-path: polygon(0% 66.531953147%, 100% 66.531953147%, 100% 182.2280612906%, 0% 82.2280612906%);
    -webkit-transform: translate(-22.578671205%, 12.7451423432%);
            transform: translate(-22.578671205%, 12.7451423432%);
  }
  8% {
    -webkit-clip-path: polygon(0% 5.831422031%, 100% 5.831422031%, 100% 13.31967209%, 0% 13.31967209%);
            clip-path: polygon(0% 5.831422031%, 100% 5.831422031%, 100% 13.31967209%, 0% 13.31967209%);
    -webkit-transform: translate(-5.539828949%, 22.8340445088%);
            transform: translate(-5.539828949%, 22.8340445088%);
  }
  10% {
    -webkit-clip-path: polygon(0% 57.6878707489%, 100% 57.6878707489%, 100% 63.518763281%, 0% 63.518763281%);
            clip-path: polygon(0% 57.6878707489%, 100% 57.6878707489%, 100% 63.518763281%, 0% 63.518763281%);
    -webkit-transform: translate(-12.5490495142%, 13.690706626%);
            transform: translate(-12.5490495142%, 13.690706626%);
  }
  12% {
    -webkit-clip-path: polygon(0% 5.0893493351%, 100% 5.0893493351%, 100% 12.2283466833%, 0% 12.2283466833%);
            clip-path: polygon(0% 5.0893493351%, 100% 5.0893493351%, 100% 12.2283466833%, 0% 12.2283466833%);
    -webkit-transform: translate(-17.2038344383%, 3.2782268264%);
            transform: translate(-17.2038344383%, 3.2782268264%);
  }
  14% {
    -webkit-clip-path: polygon(0% 38.2818647358%, 100% 38.2818647358%, 100% 45.050743958%, 0% 45.050743958%);
            clip-path: polygon(0% 38.2818647358%, 100% 38.2818647358%, 100% 45.050743958%, 0% 45.050743958%);
    -webkit-transform: translate(-81.662680908%, 3.3340387514%);
            transform: translate(-81.662680908%, 3.3340387514%);
  }
  6% {
    -webkit-clip-path: polygon(0% 13.264679445%, 100% 13.264679445%, 100% 29.0988806487%, 0% 29.0988806487%);
            clip-path: polygon(0% 13.264679445%, 100% 13.264679445%, 100% 29.0988806487%, 0% 29.0988806487%);
    -webkit-transform: translate(-15.146879053%, 3.313453563%);
            transform: translate(-15.146879053%, 3.313453563%);
  }
  18% {
    -webkit-clip-path: polygon(0% 87.805175658%, 100% 87.805175658%, 100% 78.9132382294%, 0% 78.9132382294%);
            clip-path: polygon(0% 87.805175658%, 100% 87.805175658%, 100% 78.9132382294%, 0% 78.9132382294%);
    -webkit-transform: translate(-13.916394579%, 3.0490528275%);
            transform: translate(-13.916394579%, 3.0490528275%);
  }
  20%, 100% {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes glitch-after {
  0% {
    -webkit-clip-path: polygon(0% 19.0206664262%, 100% 19.0206664262%, 100% 34.3133576988%, 0% 34.3133576988%);
            clip-path: polygon(0% 19.0206664262%, 100% 19.0206664262%, 100% 34.3133576988%, 0% 34.3133576988%);
    -webkit-transform: translate(-8.5348826798%, 12.86312993%);
            transform: translate(-8.5348826798%, 12.86312993%);
  }
  2% {
    -webkit-clip-path: polygon(0% 53.281113%, 100% 53.281113%, 100% 154.0693809695%, 0% 54.0693809695%);
            clip-path: polygon(0% 53.281113%, 100% 53.281113%, 100% 154.0693809695%, 0% 54.0693809695%);
    -webkit-transform: translate(-30.0964495133%, 12.8280713288%);
            transform: translate(-30.0964495133%, 12.8280713288%);
  }
  4% {
    -webkit-clip-path: polygon(0% 20.1697935266%, 100% 20.1697935266%, 100% 12.181954819%, 0% 12.181954819%);
            clip-path: polygon(0% 20.1697935266%, 100% 20.1697935266%, 100% 12.181954819%, 0% 12.181954819%);
    -webkit-transform: translate(-12.5476909687%, 12.8256953169%);
            transform: translate(-12.5476909687%, 12.8256953169%);
  }
  6% {
    -webkit-clip-path: polygon(0% 66.531953147%, 100% 66.531953147%, 100% 182.2280612906%, 0% 82.2280612906%);
            clip-path: polygon(0% 66.531953147%, 100% 66.531953147%, 100% 182.2280612906%, 0% 82.2280612906%);
    -webkit-transform: translate(-22.578671205%, 12.7451423432%);
            transform: translate(-22.578671205%, 12.7451423432%);
  }
  8% {
    -webkit-clip-path: polygon(0% 5.831422031%, 100% 5.831422031%, 100% 13.31967209%, 0% 13.31967209%);
            clip-path: polygon(0% 5.831422031%, 100% 5.831422031%, 100% 13.31967209%, 0% 13.31967209%);
    -webkit-transform: translate(-5.539828949%, 22.8340445088%);
            transform: translate(-5.539828949%, 22.8340445088%);
  }
  10% {
    -webkit-clip-path: polygon(0% 57.6878707489%, 100% 57.6878707489%, 100% 63.518763281%, 0% 63.518763281%);
            clip-path: polygon(0% 57.6878707489%, 100% 57.6878707489%, 100% 63.518763281%, 0% 63.518763281%);
    -webkit-transform: translate(-12.5490495142%, 13.690706626%);
            transform: translate(-12.5490495142%, 13.690706626%);
  }
  12% {
    -webkit-clip-path: polygon(0% 5.0893493351%, 100% 5.0893493351%, 100% 12.2283466833%, 0% 12.2283466833%);
            clip-path: polygon(0% 5.0893493351%, 100% 5.0893493351%, 100% 12.2283466833%, 0% 12.2283466833%);
    -webkit-transform: translate(-17.2038344383%, 3.2782268264%);
            transform: translate(-17.2038344383%, 3.2782268264%);
  }
  14% {
    -webkit-clip-path: polygon(0% 38.2818647358%, 100% 38.2818647358%, 100% 45.050743958%, 0% 45.050743958%);
            clip-path: polygon(0% 38.2818647358%, 100% 38.2818647358%, 100% 45.050743958%, 0% 45.050743958%);
    -webkit-transform: translate(-81.662680908%, 3.3340387514%);
            transform: translate(-81.662680908%, 3.3340387514%);
  }
  6% {
    -webkit-clip-path: polygon(0% 13.264679445%, 100% 13.264679445%, 100% 29.0988806487%, 0% 29.0988806487%);
            clip-path: polygon(0% 13.264679445%, 100% 13.264679445%, 100% 29.0988806487%, 0% 29.0988806487%);
    -webkit-transform: translate(-15.146879053%, 3.313453563%);
            transform: translate(-15.146879053%, 3.313453563%);
  }
  18% {
    -webkit-clip-path: polygon(0% 87.805175658%, 100% 87.805175658%, 100% 78.9132382294%, 0% 78.9132382294%);
            clip-path: polygon(0% 87.805175658%, 100% 87.805175658%, 100% 78.9132382294%, 0% 78.9132382294%);
    -webkit-transform: translate(-13.916394579%, 3.0490528275%);
            transform: translate(-13.916394579%, 3.0490528275%);
  }
  20%, 100% {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-transform: none;
            transform: none;
  }
}
.glitch .channel {
  mix-blend-mode: screen;
}

.glitch .channel::before {
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.glitch.anime .r {
  -webkit-animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
          animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
}

@-webkit-keyframes rgb-shift-r {
  0% {
    -webkit-transform: translate(-14.9235492612%, 12.2618275226%);
            transform: translate(-14.9235492612%, 12.2618275226%);
  }
  2% {
    -webkit-transform: translate(-13.0250029443%, 12.4274257496%);
            transform: translate(-13.0250029443%, 12.4274257496%);
  }
  4% {
    -webkit-transform: translate(-14.238764856%, 0.202350055%);
            transform: translate(-14.238764856%, 0.202350055%);
  }
  6% {
    -webkit-transform: translate(0.928703967%, 20.2549953122%);
            transform: translate(0.928703967%, 20.2549953122%);
  }
  8% {
    -webkit-transform: translate(0.9546945063%, 12.396809075%);
            transform: translate(0.9546945063%, 12.396809075%);
  }
  10% {
    -webkit-transform: translate(-14.7169735187%, 0.4494295095%);
            transform: translate(-14.7169735187%, 0.4494295095%);
  }
  12% {
    -webkit-transform: translate(-13.7063833384%, 12.1978200261%);
            transform: translate(-13.7063833384%, 12.1978200261%);
  }
  14% {
    -webkit-transform: translate(-10.0318914235%, 12.112908928%);
            transform: translate(-10.0318914235%, 12.112908928%);
  }
  6% {
    -webkit-transform: translate(-13.652808253%, 12.4938895312%);
            transform: translate(-13.652808253%, 12.4938895312%);
  }
  18% {
    -webkit-transform: translate(-13.4007884002%, 12.318708229%);
            transform: translate(-13.4007884002%, 12.318708229%);
  }
  20%, 100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rgb-shift-r {
  0% {
    -webkit-transform: translate(-14.9235492612%, 12.2618275226%);
            transform: translate(-14.9235492612%, 12.2618275226%);
  }
  2% {
    -webkit-transform: translate(-13.0250029443%, 12.4274257496%);
            transform: translate(-13.0250029443%, 12.4274257496%);
  }
  4% {
    -webkit-transform: translate(-14.238764856%, 0.202350055%);
            transform: translate(-14.238764856%, 0.202350055%);
  }
  6% {
    -webkit-transform: translate(0.928703967%, 20.2549953122%);
            transform: translate(0.928703967%, 20.2549953122%);
  }
  8% {
    -webkit-transform: translate(0.9546945063%, 12.396809075%);
            transform: translate(0.9546945063%, 12.396809075%);
  }
  10% {
    -webkit-transform: translate(-14.7169735187%, 0.4494295095%);
            transform: translate(-14.7169735187%, 0.4494295095%);
  }
  12% {
    -webkit-transform: translate(-13.7063833384%, 12.1978200261%);
            transform: translate(-13.7063833384%, 12.1978200261%);
  }
  14% {
    -webkit-transform: translate(-10.0318914235%, 12.112908928%);
            transform: translate(-10.0318914235%, 12.112908928%);
  }
  6% {
    -webkit-transform: translate(-13.652808253%, 12.4938895312%);
            transform: translate(-13.652808253%, 12.4938895312%);
  }
  18% {
    -webkit-transform: translate(-13.4007884002%, 12.318708229%);
            transform: translate(-13.4007884002%, 12.318708229%);
  }
  20%, 100% {
    -webkit-transform: none;
            transform: none;
  }
}
.glitch .r::before {
  background: #f00;
}

.glitch.anime .g {
  -webkit-animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
          animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
}

@-webkit-keyframes rgb-shift-g {
  0% {
    -webkit-transform: translate(-13.358832001%, 12.053556317%);
            transform: translate(-13.358832001%, 12.053556317%);
  }
  2% {
    -webkit-transform: translate(-13.7076865578%, 0.227586403%);
            transform: translate(-13.7076865578%, 0.227586403%);
  }
  4% {
    -webkit-transform: translate(-10.9757895513%, 12.1047069882%);
            transform: translate(-10.9757895513%, 12.1047069882%);
  }
  6% {
    -webkit-transform: translate(12.888179758%, 12.086954661%);
            transform: translate(12.888179758%, 12.086954661%);
  }
  8% {
    -webkit-transform: translate(-13.935895483%, 12.216329581%);
            transform: translate(-13.935895483%, 12.216329581%);
  }
  10% {
    -webkit-transform: translate(-10.514953831%, 12.4870128958%);
            transform: translate(-10.514953831%, 12.4870128958%);
  }
  12% {
    -webkit-transform: translate(-13.0349562788%, 12.203123102%);
            transform: translate(-13.0349562788%, 12.203123102%);
  }
  14% {
    -webkit-transform: translate(-14.966473318%, 10.1262877969%);
            transform: translate(-14.966473318%, 10.1262877969%);
  }
  6% {
    -webkit-transform: translate(0.9553838333%, 10.3346501446%);
            transform: translate(0.9553838333%, 10.3346501446%);
  }
  18% {
    -webkit-transform: translate(0.8057062013%, 12.320087388%);
            transform: translate(0.8057062013%, 12.320087388%);
  }
  20%, 100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rgb-shift-g {
  0% {
    -webkit-transform: translate(-13.358832001%, 12.053556317%);
            transform: translate(-13.358832001%, 12.053556317%);
  }
  2% {
    -webkit-transform: translate(-13.7076865578%, 0.227586403%);
            transform: translate(-13.7076865578%, 0.227586403%);
  }
  4% {
    -webkit-transform: translate(-10.9757895513%, 12.1047069882%);
            transform: translate(-10.9757895513%, 12.1047069882%);
  }
  6% {
    -webkit-transform: translate(12.888179758%, 12.086954661%);
            transform: translate(12.888179758%, 12.086954661%);
  }
  8% {
    -webkit-transform: translate(-13.935895483%, 12.216329581%);
            transform: translate(-13.935895483%, 12.216329581%);
  }
  10% {
    -webkit-transform: translate(-10.514953831%, 12.4870128958%);
            transform: translate(-10.514953831%, 12.4870128958%);
  }
  12% {
    -webkit-transform: translate(-13.0349562788%, 12.203123102%);
            transform: translate(-13.0349562788%, 12.203123102%);
  }
  14% {
    -webkit-transform: translate(-14.966473318%, 10.1262877969%);
            transform: translate(-14.966473318%, 10.1262877969%);
  }
  6% {
    -webkit-transform: translate(0.9553838333%, 10.3346501446%);
            transform: translate(0.9553838333%, 10.3346501446%);
  }
  18% {
    -webkit-transform: translate(0.8057062013%, 12.320087388%);
            transform: translate(0.8057062013%, 12.320087388%);
  }
  20%, 100% {
    -webkit-transform: none;
            transform: none;
  }
}
.glitch .g::before {
  background: #0f0;
}

.glitch.anime .b {
  -webkit-animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
          animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
}

@-webkit-keyframes rgb-shift-b {
  0% {
    -webkit-transform: translate(-14.2029528995%, 0.2987082391%);
            transform: translate(-14.2029528995%, 0.2987082391%);
  }
  2% {
    -webkit-transform: translate(-14.3120817887%, 12.176742873%);
            transform: translate(-14.3120817887%, 12.176742873%);
  }
  4% {
    -webkit-transform: translate(0.876469042%, 10.1299191087%);
            transform: translate(0.876469042%, 10.1299191087%);
  }
  6% {
    -webkit-transform: translate(-13.9009292022%, 12.234568329%);
            transform: translate(-13.9009292022%, 12.234568329%);
  }
  8% {
    -webkit-transform: translate(0.123489567%, 10.1770758651%);
            transform: translate(0.123489567%, 10.1770758651%);
  }
  10% {
    -webkit-transform: translate(-10.967038913%, 10.2720877008%);
            transform: translate(-10.967038913%, 10.2720877008%);
  }
  12% {
    -webkit-transform: translate(12.7455581869%, 10.3204989575%);
            transform: translate(12.7455581869%, 10.3204989575%);
  }
  14% {
    -webkit-transform: translate(0.09849531%, 10.206565319%);
            transform: translate(0.09849531%, 10.206565319%);
  }
  6% {
    -webkit-transform: translate(12.4402684348%, 20.1738967901%);
            transform: translate(12.4402684348%, 20.1738967901%);
  }
  18% {
    -webkit-transform: translate(-13.51266882%, 12.1446783427%);
            transform: translate(-13.51266882%, 12.1446783427%);
  }
  20%, 100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rgb-shift-b {
  0% {
    -webkit-transform: translate(-14.2029528995%, 0.2987082391%);
            transform: translate(-14.2029528995%, 0.2987082391%);
  }
  2% {
    -webkit-transform: translate(-14.3120817887%, 12.176742873%);
            transform: translate(-14.3120817887%, 12.176742873%);
  }
  4% {
    -webkit-transform: translate(0.876469042%, 10.1299191087%);
            transform: translate(0.876469042%, 10.1299191087%);
  }
  6% {
    -webkit-transform: translate(-13.9009292022%, 12.234568329%);
            transform: translate(-13.9009292022%, 12.234568329%);
  }
  8% {
    -webkit-transform: translate(0.123489567%, 10.1770758651%);
            transform: translate(0.123489567%, 10.1770758651%);
  }
  10% {
    -webkit-transform: translate(-10.967038913%, 10.2720877008%);
            transform: translate(-10.967038913%, 10.2720877008%);
  }
  12% {
    -webkit-transform: translate(12.7455581869%, 10.3204989575%);
            transform: translate(12.7455581869%, 10.3204989575%);
  }
  14% {
    -webkit-transform: translate(0.09849531%, 10.206565319%);
            transform: translate(0.09849531%, 10.206565319%);
  }
  6% {
    -webkit-transform: translate(12.4402684348%, 20.1738967901%);
            transform: translate(12.4402684348%, 20.1738967901%);
  }
  18% {
    -webkit-transform: translate(-13.51266882%, 12.1446783427%);
            transform: translate(-13.51266882%, 12.1446783427%);
  }
  20%, 100% {
    -webkit-transform: none;
            transform: none;
  }
}
.glitch .b::before {
  background: #00f;
}

@media screen and (max-width: 768px) {
  .glitch {
    width: 35vw;
  }
}
.sub-fv__sales.sub-fv {
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}

.fv-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 83px;
  margin-bottom: 5.1875rem;
}

.fv-content__text {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.fv-content__text--rental {
  max-width: 462px;
  max-width: 28.875rem;
}

.fv-content__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.73;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 41px;
  margin-bottom: 2.5625rem;
}

.fv-content__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fv-content__img {
  width: 100%;
}

.fv-content__img--sales {
  max-width: 592px;
  max-width: 37rem;
}

.fv-content__img--rental {
  max-width: 570px;
  max-width: 35.625rem;
}

.fv__anchor {
  max-width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  gap: 32px;
  gap: 2rem;
  margin: auto;
}

.fv__anchor--rental.fv__anchor {
  max-width: 656px;
  max-width: 41rem;
  grid-template-columns: repeat(4, 1fr);
}

.fv-anchor__item {
  width: 100%;
  height: 80px;
  height: 5rem;
  border: 1px solid #fff;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.fv-anchor__item:hover {
  border: 1px solid #63B52F;
  background: #63B52F;
}

.sales-section {
  width: 100%;
  position: relative;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

#sales-parts.sales-section {
  padding-bottom: 133px;
  padding-bottom: 8.3125rem;
}

#rental-bobcat.sales-section {
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
}

.sales-section__fv {
  width: 100%;
  position: relative;
}

#sales-other .sales-section__fv,
#rental-other .sales-section__fv {
  margin-bottom: 126px;
  margin-bottom: 7.875rem;
}

.sales-section-fv__inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sales-section-fv__img {
  display: block;
  width: 100%;
  height: 100%;
}

.sales-section-fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.sales-section__title {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 25px;
  left: 1.5625rem;
}

.title-jp.sales-section__title {
  font-family: "Noto Sans JP", sans-serif;
}

.sales-section__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 18px;
  padding-left: 1.125rem;
}

.sales-section__single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -60px;
  margin-top: -3.75rem;
  z-index: 2;
  position: relative;
}

#sales-bobcat .sales-section__single,
#sales-other .sales-section__single,
#sales-drill .sales-section__single,
#rental-other .sales-section__single,
#rental-drill .sales-section__single {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.sales-single__text {
  max-width: 405px;
  max-width: 25.3125rem;
  width: 100%;
  height: auto;
  position: relative;
}

.sales-single__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

#sales-gayk .sales-single__lead {
  margin-bottom: 192px;
  margin-bottom: 12rem;
}

#sales-bobcat .sales-single__lead,
#sales-drill .sales-single__lead {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

#sales-old .sales-single__lead,
#sales-parts .sales-single__lead {
  margin-bottom: 283px;
  margin-bottom: 17.6875rem;
}

#rental-other .sales-single__lead {
  margin-bottom: 0;
}

#rental-drill .sales-single__lead {
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}

#rental-gayk .sales-single__lead {
  margin-bottom: 200px;
  margin-bottom: 12.5rem;
}

#rental-bobcat .sales-single__lead {
  margin-bottom: 88px;
  margin-bottom: 5.5rem;
}

.sales-single__img {
  max-width: 516px;
  max-width: 32.25rem;
  width: 100%;
  margin-left: 75px;
  margin-left: 4.6875rem;
  display: block;
}

.sales-section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.sales-section__flex:last-child {
  margin-bottom: 0;
}

.sales-flex__img {
  max-width: 342px;
  max-width: 21.375rem;
  width: 100%;
  margin-right: 86px;
  margin-right: 5.375rem;
  display: block;
}

#sales-bobcat .sales-flex__img {
  margin-right: 54px;
  margin-right: 3.375rem;
}

.sales-flex__text {
  width: 100%;
  height: auto;
  position: relative;
}

.sales-flex__title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.63;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.sales-flex__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.sales-section__grid {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
}

.sales-section__grid--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 142px;
  gap: 8.875rem;
}

.sales-section__grid--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  gap: 3rem;
}

.sales-section__grid--2 .sales-flex__text {
  min-height: 212px;
  min-height: 13.25rem;
}

.sales-section__grid--3 .sales-flex__text {
  min-height: 275px;
  min-height: 17.1875rem;
}

.sales-grid__item {
  width: 100%;
}

.sales-grid__item .sales-flex__title {
  font-size: 18px;
  font-size: 1.125rem;
}

.sales-grid__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.77;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.sales-grid__img,
.sales-grid__movie {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}

.sales-grid__movie {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  aspect-ratio: 300/200;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sales-grid__movie:hover {
  opacity: 0.6;
}

.sales-grid__movie img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sales-grid__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sales-section__btn {
  display: inline-block;
  position: absolute;
  bottom: 18px;
  bottom: 1.125rem;
  right: 0;
}

.sales-flex__btn {
  display: inline-block;
  position: absolute;
  bottom: 6px;
  bottom: 0.375rem;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sub-fv__sales.sub-fv {
    padding-bottom: 5rem;
  }

  .fv-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.0625rem;
  }

  .sub-fv__sales .fv-content {
    padding-top: 4.625rem;
  }

  .fv-content__text {
    max-width: 37.5rem;
    width: 100%;
    margin: auto;
  }

  .fv-content__title {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 1.5625rem;
  }

  .fv-content__text--rental .fv-content__title {
    font-size: 1.34375rem;
  }

  .fv-content__lead {
    font-size: 0.9375rem;
    line-height: 1.733;
    letter-spacing: 0;
  }

  .fv-content__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.25rem;
  }

  .fv__anchor {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
  }

  .fv__anchor--rental.fv__anchor {
    max-width: 37.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .fv-anchor__item {
    height: 3.75rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }

  .fv-anchor__item:hover {
    border: 1px solid #63B52F;
    background: #63B52F;
  }

  .sales-section {
    padding-bottom: 4.625rem;
  }

  #sales-parts.sales-section {
    padding-bottom: 3.6875rem;
  }

  #rental-bobcat.sales-section {
    padding-bottom: 5.125rem;
  }

  .sales-section__fv {
    aspect-ratio: 375/220;
  }

  #sales-other .sales-section__fv,
#rental-other .sales-section__fv {
    margin-bottom: 4.5625rem;
  }

  .sales-section__title {
    font-size: 3rem;
    top: 1rem;
    left: 1.4375rem;
    line-height: 1.25;
  }

  .title-jp.sales-section__title {
    font-size: 2.25rem;
  }

  .sales-section__title span {
    font-size: 1.0625rem;
    letter-spacing: 0;
    padding-left: 0;
    display: block;
  }

  .sales-section__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -3.75rem;
  }

  #sales-drill .sales-section__single,
#sales-bobcat .sales-section__single,
#rental-drill .sales-section__single {
    padding-bottom: 0;
  }

  #sales-other .sales-section__single,
#rental-other .sales-section__single {
    padding-bottom: 7.5rem;
  }

  .sales-single__text {
    max-width: 37.5rem;
    width: 100%;
    padding-bottom: 1.125rem;
  }

  .sales-single__lead {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 2rem;
  }

  #sales-gayk .sales-single__lead {
    margin-bottom: 7rem;
  }

  #sales-bobcat .sales-single__lead {
    margin-bottom: 0.625rem;
  }

  #sales-drill .sales-single__lead {
    margin-bottom: 3.875rem;
  }

  #sales-old .sales-single__lead,
#sales-parts .sales-single__lead {
    margin-bottom: 6.25rem;
  }

  #rental-other .sales-single__lead {
    margin-bottom: 0;
  }

  #rental-drill .sales-single__lead {
    margin-bottom: 2.3125rem;
  }

  #rental-gayk .sales-single__lead {
    margin-bottom: 5.625rem;
  }

  #rental-bobcat .sales-single__lead {
    margin-bottom: 5.125rem;
  }

  .sales-single__img {
    max-width: 37.5rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }

  .sales-section__flex {
    max-width: 37.5rem;
    width: 100%;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.5rem;
  }

  .sales-flex__img {
    max-width: 37.5rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #sales-bobcat .sales-flex__img {
    margin-right: 0;
  }

  .sales-flex__text {
    width: 100%;
  }

  .sales-flex__title {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .sales-flex__lead {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 5.625rem;
  }

  #sales-drill .sales-flex__lead {
    margin-bottom: 6.875rem;
  }

  #sales-other .sales-flex__lead {
    margin-bottom: 6rem;
  }

  .sales-section__grid--2 {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .sales-section__grid--3 {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .sales-section__grid--2 .sales-flex__text,
.sales-section__grid--3 .sales-flex__text {
    min-height: 0;
    min-height: initial;
  }

  .sales-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sales-grid__item .sales-flex__title {
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sales-grid__title {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sales-grid__img {
    margin-bottom: 1.5625rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sales-section__grid--2 .sales-flex__text,
.sales-section__grid--3 .sales-flex__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sales-grid__movie {
    max-width: 100%;
  }
}
.header__nav--sp {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: hidden;
}

.header__nav--sp.open {
  visibility: visible;
  opacity: 1;
}

.sp-nav {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
  color: #fff;
}

.sp-nav a {
  color: #fff;
}

.sp-nav.open {
  visibility: visible;
  opacity: 1;
}

.sp-nav__bg {
  background: #212329;
  width: 100%;
  height: inherit;
  overflow-y: scroll;
  position: relative;
}

.sp-nav__container {
  width: 100%;
  height: inherit;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 155px 23px 20px;
  padding: 9.6875rem 1.4375rem 1.25rem;
  margin: 0 auto;
  position: relative;
}

.sp-nav-container__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
  gap: 3.375rem;
  margin: 0 auto;
}

.sp-nav__links {
  width: 160px;
  width: 10rem;
}

.sp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-bottom: 88px;
  margin-bottom: 5.5rem;
}

.sp-nav__list &gt; li &gt; a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.sp-nav__accordion &gt; p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  gap: 3.125rem;
}

.sp-nav__accordion &gt; p::after {
  content: "";
  display: block;
  width: 18px;
  width: 1.125rem;
  height: 9px;
  height: 0.5625rem;
  background: url(../../assets/images/common/icon_menu_down.svg) no-repeat center center/cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sp-nav__accordion &gt; p.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sp-second__list {
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  display: none;
}

.js-accordion {
  cursor: pointer;
}

.sp-second__list &gt; li{
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.sp-second__list &gt; li:last-child {
  margin-bottom: 0;
}

.sp-second__list &gt; li &gt; a {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #63B52F;
  border-bottom: 1px solid #63B52F;
  padding-bottom: 10.5px;
  padding-bottom: 0.65625rem;
  margin-bottom: 13.5px;
  margin-bottom: 0.84375rem;
}

.sp-third__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.sp-third__list &gt; li &gt; a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.sp-nav__btn {
  width: 100px;
  width: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}

.sp-nav-btn {
  width: 100%;
  height: 100px;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.sp-nav-btn.contact-btn__catalog {
  background: #fff;
  color: #212329;
}

.sp-nav-btn.contact-btn__contact:hover {
  background: #63B52F;
  color: #fff;
}

.sp-nav-btn.contact-btn__catalog::before {
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  background: url(../../assets/images/common/icon_catalog_b.svg) no-repeat center center/cover;
}

.sp-nav-btn.contact-btn__contact:hover::before {
  background: url(../../assets/images/common/icon_mail_w.svg) no-repeat center center/cover;
}

.sp-nav__bottom {
  width: 120px;
  width: 7.5rem;
}

.sp-nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.sp-nav__sns a {
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.sp-nav__copyright {
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 400;
}

.sub-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-cta__container {
  width: 50%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 131px 25px 45px;
  padding: 8.1875rem 1.5625rem 2.8125rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sub-cta__container--catalog::after,
.sub-cta__container--contact::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sub-cta__container--catalog:hover::after,
.sub-cta__container--contact:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sub-cta__container--catalog::after {
  background: url(../../assets/images/common/sub-cta_img_catalog.jpg) no-repeat center center/cover;
}

.sub-cta__container--contact::after {
  background: url(../../assets/images/common/sub-cta_img_contact.jpg) no-repeat center center/cover;
}

.sub-cta__bg {
  position: absolute;
  inset: 0;
  background: #212329;
  opacity: 0.9;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}

.sub-cta__container:hover .sub-cta__bg {
  opacity: 0.4;
}

.sub-cta__text {
  position: relative;
  z-index: 2;
}

.sub-cta__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.sub-cta__title--en {
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 700px;
}

.sub-cta__title--jp {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

.sub-cta__lead {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 1.66;
}

.sub-cta .top-contact-btn {
  border: none;
}

.sub-cta__tel {
  margin-top: 18px;
  margin-top: 1.125rem;
  position: relative;
  z-index: 2;
}

.sub-cta-tel__text {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  gap: 0.375rem;
  line-height: 1;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.sub-cta-tel__text a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.sub-cta-tel__bottom {
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (max-width: 768px) {
  .sub-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sub-cta__container {
    width: 100%;
    padding: 5.375rem 23px 2.1875rem;
  }

  .sub-cta__container--catalog:hover::after,
.sub-cta__container--contact:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .sub-cta__container--catalog::after {
    background: url(../../assets/images/common/sub-cta_img_catalog_sp.jpg) no-repeat center center/cover;
  }

  .sub-cta__container--contact::after {
    background: url(../../assets/images/common/sub-cta_img_contact_sp.jpg) no-repeat center center/cover;
  }

  .sub-cta__bg {
    opacity: 0.6;
  }

  .sub-cta__container:hover .sub-cta__bg {
    opacity: 0.6;
  }
}
.sub-fv {
  width: 100%;
  padding: 180px 0 115px;
  padding: 11.25rem 0 7.1875rem;
}

.sub-fv__news{
  background: #fff;
  color: #212329;
}
.sub-fv__catalog,
.sub-fv__policy,
.sub-fv__contact {
  background: #F1F1EE;
  color: #212329;
}

.sub-fv__title--en {
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700px;
}

.sub-fv__title--jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub-fv {
    padding: 4.9375rem 0 5.125rem;
  }

  .sub-fv__title--en {
    font-size: 3.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.9375rem;
  }

  .sub-fv__title--jp {
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
}
.top-contact {
  width: 100%;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}

.top-contact__img {
  width: 100%;
  display: block;
}

.top-contact__title {
  text-align: center;
  margin: -24px 0 51px;
  margin: -1.5rem 0 3.1875rem;
  position: relative;
  z-index: 2;
}

.top-contact-title__en {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  line-height: 1;
}

.top-contact-title__jp {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.top-contact__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-contact-container__text {
  max-width: 312px;
  max-width: 19.5rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.top-contact-container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-contact-container__info {
  max-width: 229px;
  max-width: 14.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-contact-info__head {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: center;
}

.top-contact-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.top-contact-info__tel--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.top-contact-info__tel::before,
.top-contact-info__tel--sp::before {
  content: "";
  display: block;
}

.top-contact-info__tel::before {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: url(../../assets/images/common/icon_tel_w.svg) no-repeat center center/cover;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.top-contact-info__tel--sp::before {
  width: 18px;
  width: 1.125rem;
  height: 30px;
  height: 1.875rem;
  background: url(../../assets/images/common/icon_tel_sp_w.svg) no-repeat center center/cover;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.top-contact-info__bottom {
  font-size: 10px;
  font-size: 0.625rem;
  color: #818181;
}

.top-contact-container__btn {
  padding-left: 42px;
  padding-left: 2.625rem;
  position: relative;
}

.top-contact-container__btn::before {
  content: "";
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 18px;
  left: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-contact-container__btn::after {
  content: "";
  display: block;
  width: calc(100% - 2.625rem);
  height: 1px;
  height: 0.0625rem;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-contact-btn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0;
  padding: 1.0625rem 0;
  width: 320px;
  width: 20rem;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid #fff;
}

.top-contact-btn:hover {
  background: #212329;
  color: #fff;
}

.top-contact-btn__catalog {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.top-contact-btn__catalog::before,
.top-contact-btn__contact::before {
  content: "";
  display: block;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.top-contact-btn__catalog::before {
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  background: url(../../assets/images/common/icon_catalog_b.svg) no-repeat center center/cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.top-contact-btn__contact::before {
  width: 24px;
  width: 1.5rem;
  height: 18px;
  height: 1.125rem;
  background: url(../../assets/images/common/icon_mail_b.svg) no-repeat center center/cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.top-contact-btn:hover.top-contact-btn__catalog::before {
  background: url(../../assets/images/common/icon_catalog_w.svg) no-repeat center center/cover;
}

.top-contact-btn:hover.top-contact-btn__contact::before {
  background: url(../../assets/images/common/icon_mail_w.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .top-contact {
    padding-bottom: 2.8125rem;
  }

  .top-contact__title {
    margin: -1.5rem 0 1.5rem;
  }

  .top-contact-title__en {
    margin-bottom: 0.9375rem;
  }

  .top-contact-title__jp {
    font-size: 0.75rem;
    line-height: 1;
  }

  .top-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .top-contact-container__text {
    margin: auto;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 2.1875rem;
  }

  .top-contact-container__content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .top-contact-container__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 1.5625rem;
  }

  .top-contact-info__head {
    font-size: 0.875rem;
  }

  .top-contact-container__btn {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .top-contact-container__btn::before {
    width: 20rem;
    height: 0.0625rem;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .top-contact-container__btn::after {
    width: 20rem;
    top: calc(50% + 0.75rem);
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }

  .top-contact-btn {
    width: 18rem;
  }

  .top-contact-btn__catalog {
    margin-bottom: 3rem;
  }
}
.top-sales {
  width: 100%;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}

.top-content-inner {
  width: 94.14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-content__text {
  max-width: 660px;
  max-width: 41.25rem;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-right: -295px;
  margin-right: -18.4375rem;
}

.top-content__title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.top-content__head {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
}

.top-content-text__body {
  width: 329px;
  width: 20.5625rem;
  text-align: right;
}

.top-content__lead {
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.top-rental .top-content__lead {
  margin-bottom: 115px;
  margin-bottom: 7.1875rem;
}

.top-content__btn {
  display: inline-block;
}

.top-content__img {
  display: block;
  min-height: 560px;
  min-height: 35rem;
  width: 67.72vw;
  position: relative;
  z-index: 1;
  opacity: 0.6;
}

.top-content__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  border-radius: 1.25rem 0 0 1.25rem;
}

.top-rental {
  width: 100%;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}

@media screen and (max-width: 768px) {
  .top-sales {
    padding-bottom: 5rem;
  }

  .top-content-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .top-content__text {
    max-width: 41.25rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: -1.3125rem;
    padding: 0 23px;
  }

  .top-content__title {
    margin-bottom: 1.3125rem;
  }

  .top-content__head {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.6875rem;
  }

  .top-content-text__body {
    width: 100%;
  }

  .top-content__lead {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 1.6875rem;
  }

  .top-rental .top-content__lead {
    margin-bottom: 1.5625rem;
  }

  .top-content__img {
    min-height: 0;
    min-height: initial;
    width: 100vw;
  }

  .top-content__img img {
    border-radius: 0;
  }

  .top-rental {
    padding-bottom: 3rem;
  }
}
.top-news {
  width: 100%;
  padding: 72px 0 180px;
  padding: 4.5rem 0 11.25rem;
  position: relative;
}

.top-news__bg {
  width: 100%;
  position: absolute;
  top: 157px;
  top: 9.8125rem;
  left: 0;
  z-index: 1;
}

.top-news-bg__inner {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  overflow: hidden;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-news-bg__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}

.top-news-bg__item {
  width: 328px;
  width: 20.5rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}

.top-news__inner {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-news__title {
  display: block;
  max-width: min(56.8081991215vw, 776px);
  width: 100%;
  position: absolute;
  top: 24.5%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-19%);
          transform: translateX(-19%);
}

.top-news-title__copy {
  width: 100%;
}

.top-news__img {
  max-width: 430px;
  max-width: 26.875rem;
  width: 100%;
  margin-right: 85px;
  margin-right: 5.3125rem;
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
}

.top-news__content {
  max-width: 485px;
  max-width: 30.3125rem;
  width: 100%;
  text-align: right;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}

.top-news__lead {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}

.top-news-content__wrapper {
  position: relative;
}

.top-news-content__title {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.top-news-content__list {
  width: 100%;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  text-align: left;
}

.news-list {
  border-top: 1px dotted #818181;
}

.news-list__item {
  border-bottom: 1px dotted #818181;
}

.news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 14px 5px 14px 0;
  padding: 0.875rem 0.3125rem 0.875rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-list__item a:hover {
  opacity: 0.6;
}

.news-item__date {
  max-width: 42px;
  max-width: 2.625rem;
  width: 100%;
  margin-right: 16px;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-item-date {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.news-item-date__big {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

.news-item__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-news-content__btn {
  display: inline-block;
}

.more-btn {
  color: #fff;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.more-btn span {
  display: inline-block;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 50%;
  background: #fff;
  margin-left: 12px;
  margin-left: 0.75rem;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.more-btn span.btn-w {
  background: transparent;
  border: 1px solid #212329;
}

.more-btn span::after {
  content: "";
  display: block;
  width: 4px;
  width: 0.25rem;
  height: 8px;
  height: 0.5rem;
  background: url(../../assets/images/common/icon_btn_b.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.more-btn:hover.more-btn span {
  background: #212329;
}

.more-btn:hover.more-btn span::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .top-news {
    width: 100%;
    padding: 0 0 5rem;
  }

  .top-news__bg {
    top: 7.3125rem;
  }

  .top-news-bg__wrapper {
    -webkit-animation: loop-slide 30s infinite linear 1s both;
            animation: loop-slide 30s infinite linear 1s both;
  }

  .top-news-bg__item {
    width: 13.875rem;
    margin-left: 0.75rem;
  }

  .top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -2.5rem;
  }

  .top-news__title {
    display: block;
    width: 60.8%;
    top: 15.5rem;
  }

  .top-news__img {
    max-width: 26.875rem;
    width: 52.26%;
    margin-right: auto;
    margin-bottom: 4.1875rem;
  }

  .top-news__content {
    max-width: 100%;
    width: 100%;
    text-align: left;
    text-align: initial;
    padding: 0 1.0625rem;
    margin: auto;
  }

  .top-news-content__title {
    margin-bottom: 0.9375rem;
  }

  .top-news-content__list {
    margin-bottom: 0;
  }

  .news-item__title {
    font-size: 0.875rem;
    line-height: 1.57;
  }

  .top-news-content__btn {
    position: absolute;
    top: -0.3125rem;
    right: 0;
  }

  .more-btn {
    height: 3.5rem;
    font-size: 0.75rem;
  }

  .more-btn span {
    width: 3.5rem;
    height: 3.5rem;
  }

  .more-btn span::after {
    width: 0.3125rem;
    height: 0.5rem;
  }
}
.top-works {
  width: 100%;
  background: #F1F1EE;
  padding: 100px 0;
  padding: 6.25rem 0;
  text-align: center;
  color: #212329;
}

.top-works__title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.top-works-title__en {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.top-works-title__jp {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
}

#top-works-swiper {
  margin-bottom: 61px;
  margin-bottom: 3.8125rem;
}

#top-works-swiper .swiper-wrapper {
  padding: 4vw 0;
}

.works-list__item {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

#top-works-swiper .swiper-slide-active,
#top-works-swiper .swiper-slide-prev,
#top-works-swiper .swiper-slide-next {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

#top-works-swiper .swiper-slide-active {
  -webkit-transform: scale(1.1, 1.2);
          transform: scale(1.1, 1.2);
}

.works-list__item:hover {
  opacity: 0.8;
}

.works-item__img {
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  aspect-ratio: 300/300;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.works-item__img img {
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-list__item:hover .works-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.works-item__cat {
  display: inline-block;
  background: #212329;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 12px 7px;
  padding: 0.375rem 0.75rem 0.4375rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.works-item__title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 68px;
  min-height: 4.25rem;
}

.works-item__btn {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  position: relative;
}

.works-item__btn::after {
  content: "";
  display: block;
  width: 70px;
  width: 4.375rem;
  height: 6px;
  height: 0.375rem;
  background: url(../../assets/images/common/icon_btn_more.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.catalog-content .works-item__btn::after {
  width: 85px;
  width: 5.3125rem;
  height: 8px;
  height: 0.5rem;
}

.top-works-content__btn {
  display: inline-block;
}

.top-works-content__btn .more-btn {
  color: #212329;
}

#top-works-swiper .swiper-button-prev,
#top-works-swiper .swiper-button-next {
  width: 40px;
  width: 2.5rem;
  height: 100px;
  height: 6.25rem;
  top: auto;
  top: initial;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top-works-swiper .swiper-button-prev::after,
#top-works-swiper .swiper-button-next::after {
  width: 40px;
  width: 2.5rem;
  height: 100px;
  height: 6.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  z-index: 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#top-works-swiper .swiper-button-prev {
  left: 3%;
}

#top-works-swiper .swiper-button-next {
  right: 3%;
}

#top-works-swiper .swiper-button-prev::after {
  background-image: url(../../assets/images/common/icon_arrow_prev_b.png);
}

#top-works-swiper .swiper-button-next::after {
  background-image: url(../../assets/images/common/icon_arrow_next_b.png);
}

#top-works-swiper .swiper-button-prev:hover::after {
  background-image: url(../../assets/images/common/icon_arrow_prev_w.png);
}

#top-works-swiper .swiper-button-next:hover::after {
  background-image: url(../../assets/images/common/icon_arrow_next_w.png);
}

@media screen and (max-width: 768px) {
  .top-works {
    padding: 5rem 0;
  }

  .top-works-title__jp {
    font-size: 1.25rem;
  }

  #top-works-swiper .swiper-wrapper {
    padding: 0;
  }

  #top-works-swiper .swiper-slide-active {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }

  .works-item__img {
    aspect-ratio: 288/360;
    margin-bottom: 1.25rem;
  }

  .works-item__title {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    -webkit-line-clamp: 4;
    min-height: 5.375rem;
  }

  .works-item__btn {
    font-size: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.4375rem;
  }

  .works-item__btn::after {
    width: 5.25rem;
    height: 0.4375rem;
  }

  .catalog-content .works-item__btn::after {
    width: 6.125rem;
    height: 0.5625rem;
  }

  #top-works-swiper .swiper-button-prev {
    left: 0.8125rem;
  }

  #top-works-swiper .swiper-button-next {
    right: 0.8125rem;
  }
}
.works-article {
  width: 100%;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.works-article__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
  margin-bottom: 12.5rem;
}

.works-article__container {
  max-width: 656px;
  max-width: 41rem;
  width: 100%;
}

.works-article__head {
  width: 100%;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #818181;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.works-article__head .sub-works-item__category {
  color: #212329;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.works-article__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 49px;
  margin-bottom: 3.0625rem;
}

.works-article__content {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.works-article__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 2.66;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem;
}

.works-article__img {
  width: 100%;
  aspect-ratio: 656/350;
}

.works-article__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 656/350;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-article__container .article__link {
  color: #fff;
}

.works-article__container .article__link--prev a {
  color: #fff;
}

.works-article__container .article__link--tolist a {
  color: #fff;
}

.works-article__container .article__link--tolist a::after {
  background: #fff;
}

.works-article__container .article__link--next a {
  color: #fff;
}

.works-article__container .article__link--prev a::before,
.works-article__container .article__link--next a::before {
  border: 1px solid #fff;
  background: #212329;
}

.works-article__container .article__link--prev a:hover::before,
.works-article__container .article__link--next a:hover::before {
  background: #F1F1EE;
}

.works-article__container .article__link--prev a::after {
  background: url(../../assets/images/common/icon_btn_prev_w.svg) no-repeat center center/cover;
}

.works-article__container .article__link--next a::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

.works-article__container .article__link--prev a:hover::after {
  background: url(../../assets/images/common/icon_btn_prev_b.svg) no-repeat center center/cover;
}

.works-article__container .article__link--next a:hover::after {
  background: url(../../assets/images/common/icon_btn_b.svg) no-repeat center center/cover;
}

.works-article__sidebar {
  max-width: 226px;
  max-width: 14.125rem;
  width: 100%;
  margin-left: 118px;
  margin-left: 7.375rem;
}

.works-article-sidebar__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #818181;
}

.works-article-sidebar__list {
  width: 100%;
}

.works-article-sidebar__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
  padding: 1.125rem 0;
  border-bottom: 1px solid #818181;
}

.works-article-sidebar__item::after {
  content: "";
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  background: url(../../assets/images/common/icon_btn_g.svg) no-repeat center center/cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.works-article-sidebar__item a {
  color: #bcbcbc;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.works-article-sidebar__item:hover a {
  color: #fff;
}

.works-article-sidebar__item:hover::after {
  background: url(../../assets/images/common/icon_btn_w.svg) no-repeat center center/cover;
}

.works-article-sidebar__item:has(span):hover::after {
  background: url(../../assets/images/common/icon_btn_g.svg) no-repeat center center/cover;
}

.works-article-sidebar__item span {
  color: #bcbcbc;
}

.works-article__relation {
  width: 100%;
}

.works-article-relation__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 51px;
  margin-bottom: 3.1875rem;
}

.works-article-relation__wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 50px;
  gap: 3.125rem;
}

@media screen and (max-width: 768px) {
  .works-article {
    padding-bottom: 10.0625rem;
  }

  .works-article__wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .works-article__container {
    max-width: 100%;
  }

  .works-article__tab {
    width: 100%;
  }

  .works-article__head {
    padding-bottom: 0.875rem;
  }

  .works-article__head .sub-works-item__category {
    margin-bottom: 1.5rem;
  }

  .works-article__title {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .works-article__body p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 2;
    padding-bottom: 2.125rem;
  }

  .works-article__img {
    aspect-ratio: 328/200;
    margin-bottom: 1.875rem;
  }

  .works-article__img img {
    aspect-ratio: 328/200;
  }
}
.works {
  width: 100%;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.works__tab {
  max-width: 840px;
  max-width: 52.5rem;
  margin: 0 auto 160px;
  margin: 0 auto 10rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 40px;
  gap: 2.5rem;
}

.works-tab__item {
  width: 100%;
  height: 56px;
  height: 3.5rem;
  border: 1px solid #fff;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.works-tab__item:hover {
  border: 1px solid #63B52F;
  background: #63B52F;
}

.current.works-tab__item {
  border: 1px solid #63B52F;
  background: #63B52F;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  -webkit-transition: initial;
  transition: initial;
}

.works__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 100px 50px;
  gap: 6.25rem 3.125rem;
}

.sub-works-list__item {
  width: 100%;
}

.sub-works-list__item a {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sub-works-list__item a:hover {
  opacity: 0.6;
}

.sub-works-item__img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  aspect-ratio: 300/300;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #818181;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.sub-works-list__item a:hover .sub-works-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-works-item__img img {
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-works-item__category {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  background: #fff;
  padding: 7px 6px 8px;
  padding: 0.4375rem 0.375rem 0.5rem;
  line-height: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.sub-works-item__title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 78px;
  min-height: 4.875rem;
  overflow: hidden;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.sub-works-item__date {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.news-article__container a{
	color: #63B52F !important;
}

.news-article__container img{
	padding: 20px 0;
}

.news-article__container .wp-block-image figcaption{
	margin-top: -10px;
}

.works-article__body img{
	padding: 15px 0;
}

.works-article__body h2{
	padding: 15px 0;
}

.works-article__body .wp-block-image figcaption{
	margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .works {
    padding-bottom: 10rem;
  }

  .works__tab {
    max-width: 100%;
    margin: 0 auto 5.125rem;
    gap: 0.5rem;
  }

  .works-tab__item {
    font-size: 0.9375rem;
    font-size: 0.75rem;
    letter-spacing: 0;
  }

  .works__list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .sub-works-item__img {
    aspect-ratio: 328/200;
  }

  .sub-works-item__title {
    font-size: 0.875rem;
    letter-spacing: 0;
    -webkit-line-clamp: 3;
    min-height: 0;
    min-height: initial;
    margin-bottom: 1.25rem;
  }
}

.works-article__body .l-container a{
	color: #fff;
	font-weight: bold;
}

.works-article__body a{
	color: #63B52F !important;
}

.g-list span.bold{
	color: #fff !important;
}

.g-table th{
	    width: 13%;
    text-align: left;
	padding: 10px;
}

.g-table th,
.g-table02 th{
	width: 20%;
    text-align: left;
    padding: 10px;
}

.g-table td,
.g-table02 td{
	padding: 10px;
}



.news-article__content .article__link a{
	color: #000 !important;
}

.works-article__container .article__link a {
	color: #fff !important;
}

.c-text02{
	color: #fff !important;
}

.g-list li{
	color: #fff !important;
}

.sub-fv__works{
	background-color: #fff;
}

.sub-fv__works .suv-fv__title{
	color: #000;
}

.works{
	background-color: #fff;
}

.works-tab__item{
	border: 1px solid #000;
	color: #000;
}

.current.works-tab__item{
	color: #fff;
}

.sub-works-item__category{
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}

.sub-works-item__title{
	color: #000;
}

.works .nav-links li .current{
	color: #000;
}

.works .nav-links li .next{
	border: 1px solid #000;
}

.sub-works-item__date{
	color: #000;
}

.works-article{
	background: #fff;
	color: #000;
}

.works-article__head .sub-works-item__category{
	color: #fff;
}

.works-article__container .article__link a{
	color: #000 !important;
}

.works-article-sidebar__item a{
	color: #000;
}

.works-article-sidebar__item:hover a{
	color: #aaa;
}

.works-article-sidebar__item:hover::after{
	background: url(../../assets/images/common/icon_btn_g.svg) no-repeat center center/cover;
}

/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
	margin: auto;
    display: block;
    width: 80%;
    top: 50%;
    left: 50%;
    max-width: 700px;
    position: absolute;
    transform: translate(-50%,-50%);
}

.close {
  position: absolute;
  top: 135px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.wp-element-caption{
	font-size: 14px;
}

.news-article__content{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.works-article__container{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>