/*
* top.css
*
*/
/* Magnific Popup CSS */
.mfp-bg {
  overflow: hidden;
  opacity: 0.9;
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  outline: none !important;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 1045;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:         zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  margin-top: -0.8em;
  width: auto;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  opacity: 0.65;
  opacity: 1;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #e9eae6;
  border-left: 1px solid #e9eae6;
  width: clamp(29px,3.88889vw, 56px);
  height: clamp(29px,3.88889vw, 56px);
  background-color: #fff;
  background-size: clamp(6px,0.83334vw, 12px) clamp(6px,0.83334vw, 12px);
}

button.mfp-close.-feature {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature {
    top: -0.69444vw;
    right: -4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature {
    top: -10px;
    right: -70px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature::before {
    width: 2.77778vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature::before {
    width: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature::after {
    width: 2.77778vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature::after {
    width: 40px !important;
  }
}

button.mfp-close.-system {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system {
    top: -0.69444vw;
    right: -5.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system::after {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case {
    top: -0.69444vw;
    right: -5.34722vw;
    background-color: transparent;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case::after {
    width: 56px !important;
  }
}

button.mfp-close.-price {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price {
    top: -0.69444vw;
    right: -5.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price::after {
    width: 56px !important;
  }
}

button.mfp-close:before,
button.mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: clamp(8px,1.04167vw, 15px);
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #4a29b4;
}

button.mfp-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

button.mfp-close:hover,
button.mfp-close:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  button.mfp-close {
    width: 14.93333vw;
    height: 14.93333vw;
    background-size: 3.2vw 3.2vw;
  }
  button.mfp-close:before,
  button.mfp-close:after {
    top: 0.8vw;
    width: 4vw;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1046;
  top: 50%;
  margin: 0;
  padding: 0;
  border-radius: clamp(1px,0.13889vw, 2px);
  width: clamp(28px,3.75vw, 54px);
  height: clamp(28px,3.75vw, 54px);
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #4a28b4 !important;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.9;
}

.mfp-arrow::before {
  content: "";
  display: block;
  width: clamp(5px,0.69445vw, 10px);
  height: clamp(6px,0.90278vw, 13px);
  background: url(/assets/img/common/icon_arrow_left_white.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .mfp-arrow {
    border-radius: 0.53333vw;
    width: 14.4vw;
    height: 14.4vw;
  }
  .mfp-arrow::before {
    width: 2.66667vw;
    height: 3.46667vw;
  }
}

.mfp-arrow-left {
  left: clamp(-13px,-1.59722vw, -23px);
}

@media screen and (max-width: 768px) {
  .mfp-arrow-left {
    left: -6.93333vw;
  }
}

.mfp-arrow-right {
  right: clamp(-13px,-1.59722vw, -23px);
}

.mfp-arrow-right::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .mfp-arrow-right {
    right: -6.93333vw;
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 173.33333vw;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1200px;
  }
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 768px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}

.mfp-fade {
  /* overlay at start */
  /* content at start */
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
  /* overlay animate in */
  /* overlay animate out */
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap {
  /* content animate it */
  /* content animate out */
}

.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.25s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

body {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-load="loaded"] body {
  opacity: 1;
}

/* ----------------------------------------------*
* review
*---------------------------------------------- */
.review {
  overflow: hidden;
  padding: 17.33333vw 2.66667vw 22.93333vw;
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .review {
    padding: 8.33333vw 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .review {
    padding: 120px 0 0;
  }
}

.review .c-title {
  width: 39.46667vw;
}

.review .slider {
  padding-top: 6.4vw;
}

@media screen and (min-width: 768px) {
  .review .slider {
    padding: 6.59722vw 2.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .review .slider {
    padding: 95px 40px;
  }
}

.review__lead {
  margin-top: 6.4vw;
  padding-left: 2.66667vw;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .review__lead {
    margin-top: 1.66667vw;
    padding: 0;
    text-align: center;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .review__lead {
    margin-top: 24px;
    font-size: 16px;
  }
}

.review__lead h2 {
  font-weight: normal;
}

.review__slider {
  position: relative;
  margin: 0 auto;
  width: 82.93333vw;
}

@media screen and (min-width: 768px) {
  .review__slider {
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider {
    max-width: 1200px;
  }
}

.review__slider .c-button {
  position: absolute;
  right: 0;
  bottom: 8.53333vw;
  left: 0;
  margin: auto;
  border-radius: 0.53333vw;
  width: 100%;
  max-width: 62.66667vw;
}

@media screen and (min-width: 768px) {
  .review__slider .c-button {
    bottom: 1.25vw;
    border-radius: 2px;
    max-width: initial;
    height: 3.47222vw;
    font-size: 1.11111vw;
    line-height: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider .c-button {
    bottom: 18px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

.review__slider__list {
  display: flex !important;
  flex-flow: wrap;

  gap: 8vw;
}

@media screen and (min-width: 768px) {
  .review__slider__list {
    gap: 2.63889vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__list {
    gap: 38px;
  }
}

.review__slider__list__item {
  display: flex;
  flex-flow: column;
  box-shadow: 0 7px 43px 4px rgba(182, 182, 182, 0.36);
}

@media screen and (min-width: 768px) {
  .review__slider__list__item {
    width: calc(100% / 3 - 1.80556vw) !important;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__list__item {
    width: calc(100% / 3 - 26px) !important;
  }
}

.review__slider__img {
  width: 100%;
}

.review__slider__img > span {
  display: block;
  padding-top: 59.2054575%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.review__slider__body {
  flex: 1;
  position: relative;
  margin: 0 6.66667vw;
  padding: 4.8vw 0 22.66667vw;
}

@media screen and (min-width: 768px) {
  .review__slider__body {
    margin: 0 1.73611vw;
    padding: 1.25vw 0 3.75vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__body {
    margin: 0 25px;
    padding: 18px 0 54px;
  }
}

.review__slider__head {
  letter-spacing: 0.04em;
  color: #d5ad58;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.66667;
}

.review__slider__text {
  letter-spacing: 0.04em;
  color: #4d4d4d;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .review__slider__text {
    font-size: 1.04167vw;
    line-height: 2;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__text {
    font-size: 15px;
  }
}

.review__slider__point {
  margin-top: 2.66667vw;
  margin-bottom: 4vw;
  padding: 1.86667vw;
  background-color: #f9f9f9;
  font-size: 3.2vw;

  gap: 1.33333vw;
}

@media screen and (min-width: 768px) {
  .review__slider__point {
    margin-top: 1.04167vw;
    margin-bottom: 2.77778vw;
    padding: 0.69444vw;
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__point {
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 10px;
    font-size: 14px;
  }
}

.review__slider__point li {
  display: flex;
  position: relative;

  gap: 0.8vw;
}

@media screen and (min-width: 768px) {
  .review__slider__point li {
    gap: 0.41667vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__point li {
    gap: 6px;
  }
}

.review__slider__point li::before {
  content: "";
  display: inline-block;
  margin-top: 0.2lh;
  width: 4vw;
  height: 4vw;
  background-image: url(/assets/img/column/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .review__slider__point li::before {
    margin-top: 0.1lh;
    width: 1.38889vw;
    height: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .review__slider__point li::before {
    width: 20px;
    height: 20px;
  }
}

.review__slider__point:not(:has(li)) {
  background-color: transparent;
}

.review__slider .swiper-wrapper {
  align-items: stretch !important;
}

.review__slider .swiper-slide {
  height: auto;
  background: #fff;
}

.review__slider .swiper-pagination {
  z-index: 1;
  bottom: -12.26667vw !important;
}

@media screen and (min-width: 768px) {
  .review__slider .swiper-pagination {
    display: none;
  }
}

.review__slider .swiper-pagination-bullet {
  opacity: 1;
  margin: 1.6vw !important;
  border: 1px solid #d5ad58;
  background: #fff;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .review__slider .swiper-pagination-bullet {
    display: none;
  }
}

.review__slider .swiper-pagination-bullet-active {
  background: #d5ad58;
}

.anchor__list {
  position: relative;
  z-index: 1;
  margin-top: 21.33333vw;
  padding: 16vw 2.66667vw 16vw;
}

.anchor__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2.66667vw;
  width: calc(100% + 5.33333vw);
  height: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .anchor__list {
    margin: 2.43056vw auto 0;
    padding: 2.43056vw 3.125vw;
    max-width: 83.33333vw;
    background-color: #fff;
  }
  .anchor__list::before {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list {
    margin: 35px auto 0;
    padding: 35px 45px;
    max-width: 1200px;
  }
}

.anchor__list .anchor__head {
  position: relative;
  z-index: 1;
}

.anchor__list .anchor__head::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e8e8e8;
}

.anchor__list .anchor__head span {
  padding-right: 2.13333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  letter-spacing: 0.04em;
  color: #d5ad58;
  font-size: 5.86667vw;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__head span {
    padding-right: 1.38889vw;
    font-size: 1.66667vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__head span {
    padding-right: 20px;
    font-size: 24px;
  }
}

.anchor__list .anchor__text {
  margin-top: 4vw;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__text {
    margin-top: 1.04167vw;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

.anchor__list ul {
  display: -ms-grid;
  display: grid;
  margin-top: 5.33333vw;

  gap: 2.66667vw;
  -ms-grid-columns: 1fr 2.66667vw 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .anchor__list ul {
    margin-top: 2.08333vw;

    gap: 0.69444vw;
    -ms-grid-columns: 1fr 0.69444vw 1fr 0.69444vw 1fr 0.69444vw 1fr 0.69444vw 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list ul {
    margin-top: 30px;

    gap: 10px;
  }
}

.anchor__list .anchor__linkText {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3.46667vw;
  border-radius: 0.53333vw;
  width: 100%;
  height: 26.66667vw;
  cursor: pointer;
  transition: background-color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: rgba(213, 173, 88, 0.2);
  letter-spacing: 0.04em;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText {
    padding-left: 1.38889vw;
    border-radius: clamp(1px,0.13889vw, 2px);
    height: 6.94444vw;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__linkText {
    padding-left: 20px;
    border-radius: 2px;
    height: 100px;
    font-size: 16px;
  }
}

.anchor__list .anchor__linkText .-arrow {
  overflow: hidden;
  position: absolute;
  top: initial;
  right: 3.46667vw;
  bottom: 4vw;
  width: 9.06667vw;
  height: 4px;
  -webkit-transform: initial;
          transform: initial;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText .-arrow {
    top: 50%;
    right: 0.69444vw;
    width: 2.36111vw;
    height: 0.27778vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__linkText .-arrow {
    right: 10px;
    width: 34px;
    height: 4px;
  }
}

.anchor__list .anchor__linkText .-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.06667vw;
  height: 4px;
  background-image: url(/assets/img/common/arw_mini_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText .-arrow::before {
    width: 2.36111vw;
    height: 0.27778vw;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    background-image: url(/assets/img/common/arw_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__linkText .-arrow::before {
    width: 34px;
    height: 4px;
  }
}

.anchor__list .anchor__linkText .-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9.06667vw;
  height: 4px;
  background-image: url(/assets/img/common/arw_mini_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText .-arrow::after {
    width: 2.36111vw;
    height: 0.27778vw;
    background-image: url(/assets/img/common/arw_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__linkText .-arrow::after {
    width: 34px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText:hover {
    background-color: #d5ad58;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText:hover .-arrow::before {
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.1s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText:hover .-arrow::after {
    transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

.anchor__list .anchor__linkText::before {
  display: flex;
  align-items: center;
  padding-left: 3.46667vw;
}

@media screen and (min-width: 768px) {
  .anchor__list .anchor__linkText::before {
    padding-left: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .anchor__list .anchor__linkText::before {
    padding-left: 20px;
  }
}