@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ==========================================================================//
//
//	RESET
//
// ========================================================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  background: #0d1a3c url("/assets/img/common/bg-rgb.png") no-repeat top center/1920px 8000px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  body {
    background: #0d1a3c url("/assets/img/common/bg-rgb.png") repeat-y top 0vw left -56vw;
    background-size: 255vw;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 768px) {
  .pc-item {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-item {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-item {
    display: block;
  }
}

body.is-nav-open {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .header {
    transition: padding-top 0.3s;
  }
}
.header__inner {
  display: flex;
  width: min(100% - 48px, 1200px);
  max-width: 1200px;
  margin-top: min(15 / 1200 * 100vw, 15px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .header__inner {
    width: 100%;
    padding-block: 4vw;
    padding-inline: 5.3333333333vw;
  }
}
.header__brand {
  display: flex;
  align-items: center;
  gap: min(42 / 1200 * 100vw, 42px);
}
@media (max-width: 767px) {
  .header__brand {
    gap: 3.3333333333vw;
  }
}
.header__logo > img {
  width: 148px;
}
@media (max-width: 767px) {
  .header__logo > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 19.6vw;
  }
}
.header__logo-sub > img {
  width: 97px;
}
@media (max-width: 767px) {
  .header__logo-sub > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__logo-sub {
    width: 12.9333333333vw;
  }
}
.header__logo-layer > img {
  width: 629px;
}
@media (max-width: 767px) {
  .header__logo-layer > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__logo-layer {
    width: 53.3333333333vw;
  }
}
.header__utilities {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: min(16 / 1200 * 100vw, 16px);
}
@media (max-width: 767px) {
  .header__utilities {
    gap: 2.9333333333vw;
  }
}
.header__lang-wrap {
  display: flex;
  align-items: center;
}
.header__lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  list-style: none;
  margin: 0;
}
.header__lang::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  border-radius: 9999px;
  background: #fff;
  transition: transform 0.3s;
}
.header__lang.is-en::before {
  transform: translateX(100%);
}
.header__lang-item {
  position: relative;
  z-index: 1;
}
.header__lang-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 26px;
  padding-inline: 10px;
  border: none;
  border-radius: 9999px;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}
.header__lang-button.is-current {
  background: #fff;
}
.header__lang-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .header__lang-button {
    min-width: 6.4vw;
    height: 3.4666666667vw;
    padding-inline: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.header__menu-button {
  position: relative;
  width: 64px;
  height: 64px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1100;
}
@media (max-width: 767px) {
  .header__menu-button {
    width: 7.2vw;
    height: 4.8586666667vw;
  }
}
.header__menu-button.is-open {
  position: fixed;
  top: 15px;
  right: 105px;
  z-index: 1100;
}
@media (max-width: 767px) {
  .header__menu-button.is-open {
    top: 4.6666666667vw;
    right: 4.6666666667vw;
  }
}
.header__menu-button span {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.4s, opacity 0.4s, top 0.4s;
}
@media (max-width: 767px) {
  .header__menu-button span {
    width: 100%;
    height: 0.2666666667vw;
  }
}
.header__menu-button span:nth-child(1) {
  top: 22px;
}
@media (max-width: 767px) {
  .header__menu-button span:nth-child(1) {
    top: 0;
  }
}
.header__menu-button span:nth-child(2) {
  top: 31px;
}
@media (max-width: 767px) {
  .header__menu-button span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.header__menu-button span:nth-child(3) {
  top: 40px;
}
@media (max-width: 767px) {
  .header__menu-button span:nth-child(3) {
    top: calc(100% - 0.2666666667vw);
  }
}
.header__menu-button.is-open span:nth-child(1) {
  top: 31px;
  transform: translateX(-50%) rotate(30deg);
}
@media (max-width: 767px) {
  .header__menu-button.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.header__menu-button.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu-button.is-open span:nth-child(3) {
  top: 31px;
  transform: translateX(-50%) rotate(-30deg);
}
@media (max-width: 767px) {
  .header__menu-button.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.header.is-scrolled {
  padding-top: 0;
  transition: padding-top 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(600 / 1200 * 100vw, 600px);
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
@media (max-width: 767px) {
  .global-nav {
    width: 100vw;
  }
}
.global-nav.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.global-nav.is-open .global-nav__item {
  transform: translateY(0);
  opacity: 1;
}
.global-nav__inner {
  padding: min(80 / 1200 * 100vw, 80px) min(80 / 1200 * 100vw, 80px);
}
@media (max-width: 767px) {
  .global-nav__inner {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin: 0;
  margin-top: min(55 / 1200 * 100vw, 55px);
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .global-nav__list {
    gap: 5.3333333333vw;
    margin-top: 7.3333333333vw;
  }
}
.global-nav__link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: min(28 / 1200 * 100vw, 28px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transition: color 0.3s;
}
.global-nav__link:hover:not(span) {
  color: #e11714;
}
@media (max-width: 767px) {
  .global-nav__link {
    font-size: 6.6666666667vw;
    line-height: 1.1428571429;
  }
}
.global-nav__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.global-nav__link.is-disabled:hover {
  cursor: default;
}
.global-nav__sublist {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 28px;
  padding-inline-start: 28px;
  list-style: none;
}
@media (max-width: 767px) {
  .global-nav__sublist {
    gap: 2.6666666667vw;
  }
}
.global-nav__sublink {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: min(24 / 1200 * 100vw, 24px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: color 0.3s;
}
.global-nav__sublink:hover {
  color: #e11714;
}
@media (max-width: 767px) {
  .global-nav__sublink {
    font-size: 5.3333333333vw;
    line-height: 1.1428571429;
  }
}
.global-nav__sublink.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.global-nav__sublink.is-disabled:hover {
  cursor: default;
}
.global-nav__u-link {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(22 / 1200 * 100vw, 22px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  transition: color 0.3s;
}
.global-nav__u-link:hover {
  color: #e11714;
}
@media (max-width: 767px) {
  .global-nav__u-link {
    font-size: 5.3333333333vw;
    line-height: 1.1428571429;
  }
}
.global-nav__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(16 / 1200 * 100vw, 16px);
  margin-top: min(60 / 1200 * 100vw, 60px);
  margin-right: min(50 / 1200 * 100vw, 50px);
}
@media (max-width: 767px) {
  .global-nav__social {
    gap: 4vw;
    margin-top: 8vw;
    margin-right: 0vw;
  }
}
.global-nav__social-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(15.68 / 1200 * 100vw, 15.68px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .global-nav__social-title {
    font-size: 4.2666666667vw;
  }
}
.global-nav__social-list {
  display: flex;
  align-items: center;
  gap: min(16 / 1200 * 100vw, 16px);
}
@media (max-width: 767px) {
  .global-nav__social-list {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
@media (max-width: 767px) {
  .global-nav__social-list li {
    flex: 0 0 auto;
  }
}
.global-nav__social-list a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s;
}
.global-nav__social-list a:hover {
  background-color: #e11714;
}
.global-nav__social-list a.social-link--x {
  mask-image: url("../img/common/icon-x.svg");
  -webkit-mask-image: url("../img/common/icon-x.svg");
}
.global-nav__social-list a.social-link--instagram {
  mask-image: url("../img/common/icon-instagram.svg");
  -webkit-mask-image: url("../img/common/icon-instagram.svg");
}
.global-nav__item:nth-child(1) {
  transition-delay: 0.05s;
}
.global-nav__item:nth-child(2) {
  transition-delay: 0.1s;
}
.global-nav__item:nth-child(3) {
  transition-delay: 0.15s;
}

.global-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 900;
}

body.is-nav-open .global-nav-overlay {
  opacity: 1;
  visibility: visible;
}

main {
  margin-top: min(185 / 1200 * 100vw, 185px);
}
@media (max-width: 767px) {
  main {
    margin-top: 24.6666666667vw;
  }
}

.footer {
  padding-block: 45px;
  background-color: rgb(0, 0, 0);
}
.footer__inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: min(32 / 1200 * 100vw, 32px);
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 8.4vw;
    width: 100%;
    padding-inline: 5.3333333333vw;
  }
}
.footer__nav-list, .footer__social-list {
  display: flex;
  gap: min(28 / 1200 * 100vw, 28px);
  font-size: min(14 / 1200 * 100vw, 14px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  .footer__nav-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.footer__nav-list a {
  transition: color 0.3s;
}
.footer__nav-list a:hover {
  color: #e11714;
}
.footer__meta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: min(16 / 1200 * 100vw, 16px);
}
@media (max-width: 767px) {
  .footer__meta {
    align-items: center;
    gap: 4.2666666667vw;
  }
}
.footer__social {
  display: flex;
  align-items: center;
}
.footer__social-list {
  display: flex;
  gap: min(16 / 1200 * 100vw, 16px);
}
@media (max-width: 767px) {
  .footer__social-list {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
@media (max-width: 767px) {
  .footer__social-list li {
    flex: 0 0 auto;
  }
}
.footer__social-list a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s;
}
.footer__social-list a:hover {
  background-color: #e11714;
}
.footer__social-list a.social-link--x {
  mask-image: url("../img/common/icon-x.svg");
  -webkit-mask-image: url("../img/common/icon-x.svg");
}
.footer__social-list a.social-link--instagram {
  mask-image: url("../img/common/icon-instagram.svg");
  -webkit-mask-image: url("../img/common/icon-instagram.svg");
}
.footer__social-title {
  margin-right: min(20 / 1200 * 100vw, 20px);
  font-weight: 400;
  font-size: min(19.6 / 1200 * 100vw, 19.6px);
}
@media (max-width: 767px) {
  .footer__social-title {
    margin-right: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 5.3333333333vw;
  }
}
.footer__copyright small {
  letter-spacing: 0.03em;
  font-weight: 300;
  font-size: min(14 / 1200 * 100vw, 14px);
  color: #fff;
}
@media (max-width: 767px) {
  .footer__copyright small {
    font-size: 3.2vw;
  }
}

.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.feature__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(50 / 1200 * 100vw, 50px);
  margin-bottom: min(60 / 1200 * 100vw, 60px);
}
@media (max-width: 767px) {
  .feature__links {
    gap: 10.6666666667vw;
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .feature__link {
    width: 100%;
  }
}
.feature__link a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: min(7 / 1200 * 100vw, 7px);
  max-width: 511px;
  min-height: 60px;
  padding-inline: min(20 / 1200 * 100vw, 20px);
  border-radius: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.09px 5.143px 5.64px 0.36px rgba(81, 81, 81, 0.5);
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  color: #000;
  font-weight: 700;
  font-size: min(13 / 1200 * 100vw, 13px);
}
@media (max-width: 767px) {
  .feature__link a {
    gap: 0.9333333333vw;
    width: 100%;
    max-width: none;
    padding-inline: 5.3333333333vw;
    text-align: center;
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 768px) {
  .feature__link a:hover {
    box-shadow: 0px 0px 1px 4px rgb(81, 81, 81);
  }
}
.feature__link a img {
  max-width: fit-content;
}
@media (max-width: 767px) {
  .feature__back-link {
    width: 43.2vw;
  }
}
.feature__back-link a {
  display: inline-block;
  padding: 21px 57px;
  background-color: #e11714;
  border: 1px solid #e11714;
  border-radius: 60px;
  color: #fff;
  font-size: min(16 / 1200 * 100vw, 16px);
  line-height: 1;
  box-shadow: 3.09px 5.143px 5.64px 0.36px rgba(1, 1, 1, 0.3);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .feature__back-link a {
    width: 100%;
    padding: 4vw 2.6666666667vw 4.6666666667vw;
    text-align: center;
    font-size: 4.352vw;
  }
}
@media (min-width: 768px) {
  .feature__back-link a:hover {
    opacity: 0.8;
  }
}