.top {
  position: relative;
}

img {
  width: 100%;
}

header {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
header:not(.visible).scrollact {
  visibility: visible;
  opacity: 1;
}
header.visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .l-content {
    overflow: visible;
  }
}

.kv {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/asset/img/common/bg.webp) repeat bottom center;
  background-size: max(100%, 1388px) auto;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv {
    background: url(/asset/img/common/bg_sp.webp) repeat bottom center;
    background-size: 100% auto;
    aspect-ratio: 375/666;
  }
}
.kv .skip {
  z-index: 10;
  position: absolute;
  right: clamp(12px, 1.081vw, 18px);
  bottom: clamp(32px, 2.882vw, 48px);
  padding: 0.4em;
  background: #000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 1.441vw, 24px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv .skip {
    position: absolute;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.kv .skip.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.kv [class*=scene] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.kv [class*=scene] figure {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .kv [class*=scene] figure img {
    max-width: unset;
    width: auto;
    height: 100%;
  }
}
.kv [class*=scene] p.copy {
  z-index: 5;
  position: absolute;
  opacity: 0;
}
.kv [class*=scene] p.caption {
  z-index: 6;
  position: absolute;
  right: min(0.72vw, 12px);
  bottom: min(0.72vw, 12px);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv [class*=scene] p.caption {
    right: unset;
    left: min(2.667vw, 12px);
    bottom: min(2.667vw, 12px);
    font-size: clamp(8px, 2.667vw, 12px);
    letter-spacing: 0.1em;
  }
}
.kv .scene1 {
  z-index: 1;
}
.kv .scene1 p.copy {
  top: min(0vw, 0px);
  bottom: 0;
  right: 9vw;
  width: 5.6vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kv .scene1 p.copy {
    top: min(86.4vw, 388.8px);
    right: min(13.333vw, 60px);
    width: 14.8vw;
  }
}
.kv .scene2 {
  z-index: 2;
  background: transparent url(../img/top/kv_scene2_bg.webp) no-repeat center center;
  background-size: cover;
}
.kv .scene2 figure {
  top: 0;
  right: 0;
  width: 67.4%;
}
@media screen and (max-width: 768px) {
  .kv .scene2 figure {
    width: 66%;
  }
}
.kv .scene2 figure img {
  width: 100%;
  scale: 1.09;
  translate: -7.5%;
}
@media screen and (max-width: 768px) {
  .kv .scene2 figure img {
    width: 100%;
    scale: 1.905;
    translate: 19%;
  }
}
.kv .scene2 p.copy {
  top: min(-2.161vw, -36px);
  bottom: 0;
  left: 15.5vw;
  width: 5.6vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kv .scene2 p.copy {
    top: min(-8vw, -36px);
    left: min(13.333vw, 60px);
    width: 14.8vw;
  }
}
.kv .scene2 p.caption {
  color: #fff;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .kv .scene2 p.caption {
    color: #fff;
  }
}
.kv .scene3 {
  z-index: 3;
}
.kv .scene3 figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv .scene3 figure img {
  z-index: 1;
  position: absolute;
}
.kv .scene3 figure::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.5%;
  height: 100%;
  background: transparent url(../img/top/kv_scene3_shadow.svg) repeat-y left center;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .kv .scene3 figure::after {
    width: 80%;
  }
}
.kv .scene3 p.copy {
  top: min(-2.161vw, -36px);
  bottom: 0;
  right: 9vw;
  width: 5.6vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kv .scene3 p.copy {
    top: min(-6.667vw, -30px);
    right: min(12vw, 54px);
    width: 14.8vw;
  }
}
.kv .scene4 {
  z-index: 4;
}
.kv .scene4 figure {
  width: 100%;
  height: 100%;
}
.kv .scene4 figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  scale: 1.3;
}
.kv .scene4 p.copy {
  top: min(16.571vw, 276px);
  right: 0;
  left: 0;
  margin: auto;
  width: 5.6vw;
}
@media screen and (max-width: 768px) {
  .kv .scene4 p.copy {
    top: min(53.333vw, 240px);
    width: 14.8vw;
  }
}
.kv .scene4 p.caption::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: -130%;
  right: -60%;
  width: 190%;
  height: 600%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
@media screen and (max-width: 768px) {
  .kv .scene4 p.caption::after {
    top: -110%;
    left: -80%;
    width: 190%;
    height: 600%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
}
.kv .scene5 {
  z-index: 5;
  background: #fff url(/asset/img/common/bg.webp) repeat bottom center;
  background-size: max(100%, 1388px) auto;
}
@media screen and (max-width: 768px) {
  .kv .scene5 {
    background: #fff url(/asset/img/common/bg_sp.webp) repeat bottom center;
    background-size: 100% auto;
  }
}
.kv .scene5 figure {
  top: 0;
  left: 0;
  width: 74.1%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .kv .scene5 figure {
    width: 100%;
    height: inherit;
  }
}
.kv .scene5 figure img {
  scale: 1.35;
  -webkit-transform-origin: 78% top;
          transform-origin: 78% top;
}
@media screen and (max-width: 768px) {
  .kv .scene5 figure img {
    width: 100%;
    height: auto;
    scale: 1.3;
    -webkit-transform-origin: 67% top;
            transform-origin: 67% top;
  }
}
.kv .scene5 p.copy {
  top: min(13.689vw, 228px);
  right: 14.3vw;
  bottom: 0;
  margin: auto;
  width: 2.5vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv .scene5 p.copy {
    top: 29.5vw;
    right: 0;
    left: 0;
    width: 66vw;
  }
}
.kv .scene5 p.caption {
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .kv .scene5 p.caption {
    color: #fff;
  }
  .kv .scene5 p.caption::after {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: -110%;
    left: -80%;
    width: 190%;
    height: 600%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
}

.meritBox {
  position: relative;
  background-color: #362e1d;
  width: 100%;
}
.meritBox p.cta {
  max-width: 1045px;
  width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  padding-block: min(2.882vw, 48px) min(2.594vw, 43.2px);
}
@media screen and (max-width: 768px) {
  .meritBox p.cta {
    width: 89%;
    padding-block: min(8.267vw, 37.2px) min(9.6vw, 43.2px);
  }
}
.meritBox img {
  width: 100%;
}
.meritBox span {
  position: absolute;
  top: 100%;
  right: clamp(6.4px, 0.576vw, 9.6px);
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
  -webkit-margin-before: min(0.144vw, 2.4px);
          margin-block-start: min(0.144vw, 2.4px);
}
@media screen and (max-width: 768px) {
  .meritBox span {
    right: clamp(4px, 1.333vw, 6px);
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.entry-info {
  width: 100%;
  background-color: #fff;
  -webkit-padding-before: min(5.98vw, 99.6px);
          padding-block-start: min(5.98vw, 99.6px);
}
@media screen and (max-width: 768px) {
  .entry-info {
    padding: min(9.6vw, 43.2px) 0 0;
  }
}
.entry-info .content-box {
  width: min(85.591vw, 1425.6px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry-info .content-box {
    width: 100%;
  }
}
.entry-info .box01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-info .box01 {
    padding-inline: min(5.333vw, 24px);
  }
}
.entry-info .box01 .ttl {
  color: #745f49;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(20px, 1.801vw, 30px);
  letter-spacing: 0.06em;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .ttl {
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    letter-spacing: 0;
  }
}
.entry-info .box01 .txt {
  color: #2b2b2b;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  line-height: 2;
  -webkit-margin-before: min(0.72vw, 12px);
          margin-block-start: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .txt {
    -webkit-margin-before: min(2.133vw, 9.6px);
            margin-block-start: min(2.133vw, 9.6px);
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    line-height: 1.8;
  }
}
.entry-info .box01 .link {
  -webkit-margin-before: min(2.305vw, 38.4px);
          margin-block-start: min(2.305vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .link {
    -webkit-margin-before: min(4.533vw, 20.4px);
            margin-block-start: min(4.533vw, 20.4px);
  }
}
.entry-info .box01 .link .c-button {
  width: clamp(307.2px, 27.666vw, 460.8px);
  height: clamp(57.6px, 5.187vw, 86.4px);
  margin-inline: auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  letter-spacing: 0.06em;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .link .c-button {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    width: clamp(268px, 89.333vw, 402px);
    height: clamp(38.4px, 12.8vw, 57.6px);
  }
}
.entry-info .box02 {
  background-color: #e6e1d7;
}
@media screen and (max-width: 768px) {
  .entry-info .box02 {
    padding-inline: min(8vw, 36px);
  }
}
.entry-info .box02 > div {
  -webkit-margin-before: min(6.844vw, 114px);
          margin-block-start: min(6.844vw, 114px);
  -webkit-padding-after: min(3.314vw, 55.2px);
          padding-block-end: min(3.314vw, 55.2px);
  width: clamp(432px, 38.905vw, 648px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry-info .box02 > div {
    width: 100%;
    -webkit-margin-before: min(12.8vw, 57.6px);
            margin-block-start: min(12.8vw, 57.6px);
    -webkit-padding-after: min(11.2vw, 50.4px);
            padding-block-end: min(11.2vw, 50.4px);
  }
}
.entry-info .box02 > div .ttl {
  padding-block: min(3.314vw, 55.2px) min(0.72vw, 12px);
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-info .box02 > div .ttl {
    padding-block: min(12.267vw, 55.2px) min(2.667vw, 12px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.entry-info .box02 > div .ttknews {
  display: block;
  -webkit-margin-before: min(0.576vw, 9.6px);
          margin-block-start: min(0.576vw, 9.6px);
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .entry-info .box02 > div .ttknews {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

@media screen and (min-width: 769px) {
  .message {
    background: url(/asset/img/common/bg.webp) repeat top center;
    background-size: max(100%, 1388px) auto;
    padding-block: min(1.297vw, 21.6px) 0;
  }
}
@media screen and (max-width: 768px) {
  .message {
    background: url(/asset/img/common/bg_sp.webp) repeat top center;
    background-size: 100% auto;
    padding-block: min(25.333vw, 114px) 0;
  }
}
.message .l-inner--wide {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .message .l-inner--wide {
    -ms-grid-columns: 1.27fr 1fr;
    grid-template-columns: 1.27fr 1fr;
    padding-inline: min(6.484vw, 108px) min(7.205vw, 120px);
  }
}
.message figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  .message figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-margin-before: min(10.133vw, 45.6px);
            margin-block-start: min(10.133vw, 45.6px);
  }
}
.message figure figcaption {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  padding-inline: 1em;
  padding-block: 0.5em;
}
@media screen and (min-width: 769px) {
  .message figure figcaption {
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message figure figcaption {
    color: #fff;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .message .box {
    position: relative;
    height: 100%;
    padding-block: min(10.807vw, 180px);
  }
}
@media screen and (max-width: 768px) {
  .message .box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.message .box > div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .message .box > div {
    position: sticky;
    top: 35%;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .message .box .ttl {
    width: clamp(256px, 23.055vw, 384px);
  }
}
@media screen and (max-width: 768px) {
  .message .box .ttl {
    width: clamp(170.4px, 56.8vw, 255.6px);
    margin-inline: auto;
  }
}
.message .box .ttl img {
  width: 100%;
}
.message .box .txt {
  font-family: "Zen Old Mincho", serif;
  color: #2b2b2b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .message .box .txt {
    font-size: clamp(12.8px, 1.153vw, 19.2px);
    letter-spacing: 0.15em;
    line-height: 3.75;
    -webkit-margin-before: min(4.827vw, 80.4px);
            margin-block-start: min(4.827vw, 80.4px);
  }
}
@media screen and (max-width: 768px) {
  .message .box .txt {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    letter-spacing: 0.1em;
    line-height: 2.69;
    text-align: center;
    -webkit-margin-before: min(16vw, 72px);
            margin-block-start: min(16vw, 72px);
  }
}

[class*=top_] {
  display: -ms-grid;
  display: grid;
  position: relative;
}
@media screen and (min-width: 769px) {
  [class*=top_] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
[class*=top_] figure {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  [class*=top_] figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  [class*=top_] figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
[class*=top_] .bg {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
[class*=top_] .bg.animate {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[class*=top_] .figcaption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding-inline: 1em;
  padding-block: 0.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[class*=top_]:nth-of-type(odd) .figcaption {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  [class*=top_]:nth-of-type(odd) .figcaption {
    right: 0;
    left: auto;
  }
}
[class*=top_]:nth-of-type(even) .figcaption {
  right: 0;
  left: auto;
}
[class*=top_] .box {
  position: relative;
  z-index: 3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: auto;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  [class*=top_] .box {
    padding-inline: min(4.683vw, 78px);
  }
}
@media screen and (min-width: 769px) {
  [class*=top_] .box.left {
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 769px) {
  [class*=top_] .box.left .ttl,
  [class*=top_] .box.left .txt {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  [class*=top_] .box.left .btn a {
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 769px) {
  [class*=top_] .box.right {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  [class*=top_] .box.right .ttl,
  [class*=top_] .box.right .txt {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  [class*=top_] .box.right .btn a {
    margin-inline: 0 auto;
  }
}
[class*=top_] .box .ttl {
  color: #988672;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: clamp(52px, 4.683vw, 78px);
  letter-spacing: 0.05em;
  line-height: 1.29;
}
@media screen and (min-width: 769px) {
  [class*=top_] .box .ttl {
    font-size: clamp(52px, 4.683vw, 78px);
  }
}
@media screen and (max-width: 768px) {
  [class*=top_] .box .ttl {
    font-size: clamp(36px, 12vw, 54px);
    text-align: center;
  }
}
[class*=top_] .box .txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  [class*=top_] .box .txt {
    font-size: clamp(13.6px, 1.225vw, 20.4px);
    letter-spacing: 0.15em;
    line-height: 1.47;
    -webkit-margin-before: min(2.017vw, 33.6px);
            margin-block-start: min(2.017vw, 33.6px);
  }
}
@media screen and (max-width: 768px) {
  [class*=top_] .box .txt {
    font-size: clamp(12px, 4vw, 18px);
    letter-spacing: 0.1em;
    line-height: 1.86;
    -webkit-margin-before: min(6.667vw, 30px);
            margin-block-start: min(6.667vw, 30px);
    text-align: center;
  }
}
[class*=top_] .box .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  [class*=top_] .box .btn a {
    -webkit-margin-before: min(2.305vw, 38.4px);
            margin-block-start: min(2.305vw, 38.4px);
    gap: min(0.865vw, 14.4px);
  }
}
@media screen and (max-width: 768px) {
  [class*=top_] .box .btn a {
    -webkit-margin-before: min(5.067vw, 22.8px);
            margin-block-start: min(5.067vw, 22.8px);
    gap: min(3.2vw, 14.4px);
    margin-inline: auto;
  }
}
[class*=top_] .box .btn a::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(/asset/img/top/btn_ic_arrow.svg) no-repeat center center;
  background-size: 50%;
  position: relative;
}
@media screen and (min-width: 769px) {
  [class*=top_] .box .btn a::after {
    width: clamp(40px, 3.602vw, 60px);
    height: clamp(40px, 3.602vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  [class*=top_] .box .btn a::after {
    width: clamp(40px, 13.333vw, 60px);
    height: clamp(40px, 13.333vw, 60px);
  }
}
[class*=top_] .box .btn a:hover::after {
  -webkit-animation: arrowSlideReplace 0.7s ease-in-out forwards;
          animation: arrowSlideReplace 0.7s ease-in-out forwards;
}
@-webkit-keyframes arrowSlideReplace {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrowSlideReplace {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
[class*=top_] .box .btn img {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 769px) {
  [class*=top_] .box .btn img {
    width: clamp(60px, 5.403vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  [class*=top_] .box .btn img {
    width: clamp(60px, 20vw, 90px);
  }
}

@media screen and (min-width: 769px) {
  .bg.left,
  .box.left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .bg.left,
  .box.left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 769px) {
  .bg.right,
  .box.right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .bg.right,
  .box.right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
/*# sourceMappingURL=top.css.map */