@charset "UTF-8";
:root {
  --main: #00a1e8;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

body {
  font-family: "Shippori Mincho", serif;
}

.hero {
  margin-right: 8.5rem;
  height: 89rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .main {
    position: relative;
    overflow: hidden;
  }
  .hero {
    padding-right: 0;
    height: 34.3rem;
    margin-top: 6.5rem;
    margin-right: 0;
  }
}
.hero__image {
  margin-left: auto;
  max-width: 97rem;
  overflow: hidden;
}
.hero__image img {
  animation-name: mv;
  animation-duration: 6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  /* easeOutQuintのイージング */
  animation-delay: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@media screen and (max-width: 920px) {
  .hero__image {
    max-width: 100%;
  }
}
@keyframes mv {
  0% {
    scale: 1.2;
    opacity: 0.5;
    filter: blur(6px);
  }
  100% {
    scale: 1;
    opacity: 1;
    filter: blur(0);
  }
}
.hero__box {
  position: absolute;
  left: 12.1rem;
  top: 12.1rem;
}
@media screen and (max-width: 920px) {
  .hero__box {
    left: 2.7rem;
    top: 2rem;
    left: auto;
    top: 5rem;
    right: 2.4rem;
    width: 8.4rem;
  }
}
.hero__catch {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  font-size: 6.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 920px) {
  .hero__catch {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    left: auto;
    right: 0;
    line-height: 1.7;
    font-size: 2.4rem;
  }
}
.hero__lead {
  width: 75.3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .hero__lead {
    width: 21rem;
  }
}
.hero__map {
  position: absolute;
  top: 34.8rem;
  left: 10.73rem;
  width: 41.7rem;
}
@media screen and (max-width: 920px) {
  .hero__map {
    width: 18.4rem;
    top: 15rem;
    left: 3rem;
  }
}

.top-about {
  padding: 15rem 0 4rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-about {
    padding: 6.5rem 0 0;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115.9rem;
  background: linear-gradient(to bottom, #fff 0%, #eaf7fd 100%);
}
.top-about__inner {
  position: relative;
}

.top-about-mark {
  position: absolute;
}

.top-about-mark1 {
  right: 0;
  top: -19rem;
  width: 27.6rem;
}
@media screen and (max-width: 920px) {
  .top-about-mark1 {
    width: 17.2rem;
    height: 14.9rem;
    top: -11rem;
  }
}

.top-about-mark2 {
  left: -9rem;
  top: 24rem;
  width: 30rem;
}
@media screen and (max-width: 920px) {
  .top-about-mark2 {
    left: -9rem;
    top: 29rem;
    width: 19rem;
  }
}

.top-about-mark3 {
  right: 0;
  top: -19rem;
  width: 49rem;
}
@media screen and (max-width: 920px) {
  .top-about-mark3 {
    left: auto;
    top: 71rem;
    width: 11.5rem;
    right: -1rem;
  }
}

.top-about-mark4 {
  left: 9rem;
  top: 14rem;
  width: 25.8rem;
}
@media screen and (max-width: 920px) {
  .top-about-mark4 {
    width: 17.3rem;
    left: -1rem;
    top: 26rem;
  }
}

.top-about-row {
  display: grid;
  grid-template-columns: 37rem 60.5rem;
  margin-left: 9.8rem;
  justify-content: space-between;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 920px) {
  .top-about-row {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-bottom: 4.2rem;
  }
}
.top-about-row__left p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 4.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 920px) {
  .top-about-row__left p {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
.top-about-row__left p + p {
  margin-top: 1.25em;
}
@media screen and (max-width: 920px) {
  .top-about-row__left p + p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 920px) {
  .top-about-row__left {
    padding: 0 4rem 5rem 3rem;
  }
}
.top-about-row__right {
  position: relative;
}
.top-about-row__image1 {
  margin-right: 9.5rem;
}
.top-about-row__image2 {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  width: 26.4rem;
}

.top-about-lead {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 4.8rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 920px) {
  .top-about-lead {
    font-size: 2rem;
    line-height: 4.2rem;
    margin-bottom: 4rem;
  }
}

.top-about-visual img {
  max-width: 109.8rem;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .top-about-visual img {
    width: 100%;
  }
}

.top-about2 {
  padding: 8.3rem 0 15rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-about2 {
    padding: 4.5rem 2.7rem 0;
  }
}
.top-about2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff 0%, #eaf7fd 100%);
}
.top-about2__inner {
  position: relative;
}

.top-about2-row {
  display: flex;
  justify-content: center;
  gap: 10.8rem;
}
@media screen and (max-width: 920px) {
  .top-about2-row {
    display: block;
    padding-bottom: 11rem;
  }
}
.top-about2-row__text {
  width: 30.8rem;
}
@media screen and (max-width: 920px) {
  .top-about2-row__text {
    margin-bottom: 2.4rem;
  }
}
.top-about2-row h2 {
  font-size: 4.8rem;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 920px) {
  .top-about2-row h2 {
    font-size: 3.5rem;
    white-space: nowrap;
    margin-bottom: 2rem;
  }
}
.top-about2-row h2 span {
  font-size: 7.2rem;
  color: var(--main);
}
@media screen and (max-width: 920px) {
  .top-about2-row h2 span {
    font-size: 6rem;
  }
}
.top-about2-row p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 4.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 920px) {
  .top-about2-row p {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 920px) {
  .top-about2-row p {
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
  }
}

.top-gradient-group {
  position: relative;
  overflow: hidden;
}
.top-gradient-group__bg1 {
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 129rem;
  top: 13rem;
  left: 0;
  background: linear-gradient(to bottom, #fff 0%, #eaf7fd 100%);
}
.top-gradient-group__bg2 {
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 129rem;
  top: 142rem;
  background: linear-gradient(to top, #fff 0%, #eaf7fd 100%);
  left: 0;
}
.top-gradient-group__bg3 {
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 129rem;
  top: 271rem;
  background: linear-gradient(to bottom, #fff 0%, #eaf7fd 100%);
  left: 0;
}
.top-gradient-group__bg4 {
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 129rem;
  top: 400rem;
  background: linear-gradient(to top, #fff 0%, #eaf7fd 100%);
  left: 0;
}

.top-archive {
  overflow: hidden;
  position: relative;
}
.top-archive__head {
  text-align: center;
  padding: 5rem 0;
  height: 34.8rem;
  position: relative;
  background-image: url("../images/archive-map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30.8rem;
  margin-bottom: 4rem;
  padding-right: 4rem;
  margin-right: -4rem;
}
@media screen and (max-width: 920px) {
  .top-archive__head {
    padding: 4rem 0 4.3rem;
    margin-bottom: 6.5rem;
    background-size: 28.5rem;
  }
}
.top-archive__head p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 4.8rem;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}
@media screen and (max-width: 920px) {
  .top-archive__head p {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 920px) {
  .top-archive__head p {
    font-size: 2rem;
    line-height: 2.1;
  }
}
.top-archive__title-ruby {
  color: var(--main);
  font-weight: bold;
  margin-bottom: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 920px) {
  .top-archive__title-ruby {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.top-archive__title {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .top-archive__title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}

.top-mizutama {
  width: 13.8rem;
  margin: auto;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 920px) {
  .top-mizutama {
    width: 7.05rem;
    margin: 0 auto 3.2rem;
  }
}
.top-mizutama img {
  animation-name: dot;
  animation-duration: 6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  /* easeOutQuintのイージング */
  animation-delay: 0.7s;
  animation-iteration-count: infinite;
  animation-fill-mode: reverse;
}
.top-mizutama::before {
  content: "";
  background-image: url("../images/nami1.svg");
  position: absolute;
  background-size: contain;
  left: -3.15rem;
  transform: translate(-100%, 0);
  bottom: 5.5rem;
  width: 37.8rem;
  height: 2.6rem;
  opacity: 0.3;
}
@media screen and (max-width: 920px) {
  .top-mizutama::before {
    background-image: url("../images/nami1_sp.svg");
    width: 10rem;
    height: 1.4rem;
    background-size: 100%;
    bottom: 2.5rem;
    left: -1.5rem;
  }
}
.top-mizutama::after {
  content: "";
  background-image: url("../images/nami1.svg");
  background-size: contain;
  position: absolute;
  right: -3.15rem;
  transform: translate(100%, 0);
  bottom: 5.5rem;
  width: 37.8rem;
  height: 2.6rem;
  opacity: 0.3;
}
@media screen and (max-width: 920px) {
  .top-mizutama::after {
    background-image: url("../images/nami1_sp.svg");
    width: 10rem;
    height: 1.4rem;
    background-size: 100%;
    bottom: 2.5rem;
    right: -1.5rem;
  }
}
@keyframes dot {
  0% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}

.top-archive-catch {
  font-weight: 400;
  font-size: 2rem;
  line-height: 4.8rem;
  letter-spacing: 0.2em;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 6.3rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 920px) {
  .top-archive-catch {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 920px) {
  .top-archive-catch {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 4rem;
  }
}

.top-archive-item {
  max-width: 136.6rem;
  margin: auto;
  margin-bottom: 10rem;
  padding-right: 8.5rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-archive-item {
    display: block;
    padding: 0;
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 921px) {
  .top-archive-item--alt {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 8.5rem;
  }
  .top-archive-item--alt .top-archive-item__content {
    margin-right: -8.5rem;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 920px) {
  .top-archive-item--alt {
    margin-bottom: 0;
  }
}
.top-archive-item__image {
  width: 68.3rem;
}
.top-archive-item__content {
  width: 68.3rem;
  background-color: #fff;
  padding: 8.6rem 6.6rem 8.6rem 8.6rem;
  margin-left: -8.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 920px) {
  .top-archive-item__content {
    width: 100%;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
    max-width: calc(100% - 2rem);
    margin: -3rem auto 0;
    padding: 4.5rem 2rem 3.6rem;
  }
}
.top-archive-item__tags {
  display: flex;
  gap: 3.4rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 920px) {
  .top-archive-item__tags {
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
.top-archive-item__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 920px) {
  .top-archive-item__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.top-archive-item__lead {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 4.8rem;
  margin-bottom: 3.2rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 920px) {
  .top-archive-item__lead {
    font-size: 2rem;
    white-space: normal;
    line-height: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
.top-archive-item__desc {
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 920px) {
  .top-archive-item__desc {
    font-size: 1.6rem;
  }
}
.top-archive-item__tag {
  width: fit-content;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.65rem 2rem 0.85rem;
  border-radius: 17.5px;
  background: #00a1e8;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-archive-item__tag {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}
.top-archive-item__tag--type1 {
  background: #28bea1;
}
.top-archive-item__tag--type3 {
  background: #2cbebe;
}
.top-archive-item__tag--type2 {
  background: #d6a13c;
}
.top-archive-item__tag::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2222%22%20viewBox%3D%220%200%2020%2022%22%3E%20%3Ctext%20id%3D%22_%22%20data-name%3D%22%C3%97%22%20transform%3D%22translate(0%2019)%22%20fill%3D%22%23212121%22%20font-size%3D%2222%22%20font-family%3D%22ShipporiMincho-Bold%2C%20%E3%81%97%E3%81%A3%E3%81%BD%E3%82%8A%E6%98%8E%E6%9C%9D%22%20font-weight%3D%22700%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E%C3%97%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  right: -3.4rem;
  top: 0;
}
@media screen and (max-width: 920px) {
  .top-archive-item__tag::after {
    background-size: 1rem;
    width: 2.2rem;
    height: 1.8rem;
    right: -2.2rem;
  }
}
.top-archive-item__tag:last-child::after {
  display: none;
}
.top-archive-item__lists {
  background-color: #eaf7fd;
  width: 54.2rem;
  padding: 3.4rem 3.2rem 3.3rem 4.6rem;
  position: absolute;
  right: 8.5rem;
  bottom: -9rem;
  z-index: 2;
  border-radius: 20px;
}
@media screen and (max-width: 920px) {
  .top-archive-item__lists {
    position: relative;
    right: auto;
    bottom: auto;
    width: 33.4rem;
    margin: auto;
    padding: 2rem 3rem 2rem 1rem;
  }
}
.top-archive-item__list {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  margin-bottom: 1.6rem;
  background-image: url("../images/mizutama-icon.png");
  background-position: left top;
  background-size: 1.5rem;
  padding-left: 2.5rem;
  background-repeat: no-repeat;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 920px) {
  .top-archive-item__list {
    font-size: 1.6rem;
  }
}
.top-archive-item__list:last-child {
  margin-bottom: 0;
}
.top-archive-item__mark1 {
  position: absolute;
  left: 6rem;
  bottom: -14rem;
  width: 30rem;
}
@media screen and (max-width: 920px) {
  .top-archive-item__mark1 {
    left: -4rem;
    bottom: -9rem;
    width: 13rem;
    z-index: 2;
  }
}
.top-archive-item__mark2 {
  position: absolute;
  right: 10.8rem;
  bottom: -17rem;
  width: 40.7rem;
}
@media screen and (max-width: 920px) {
  .top-archive-item__mark2 {
    position: absolute;
    right: -1rem;
    bottom: -9rem;
    width: 14rem;
  }
}

.top-onkei-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 920px) {
  .top-onkei-items {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}

.top-onkei-item__image img {
  height: 24.2rem;
  width: 100%;
  object-fit: cover;
}
.top-onkei-item__content {
  max-width: 32rem;
  margin: -3rem auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 3rem 4rem;
}
@media screen and (max-width: 920px) {
  .top-onkei-item__content {
    max-width: 100%;
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    gap: 2rem;
    max-width: calc(100% - 2rem);
    margin: -3rem auto 0;
    padding: 2rem 3rem;
  }
}
.top-onkei-item__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 920px) {
  .top-onkei-item__title {
    line-height: 1.2;
    font-size: 2.8rem;
  }
}
.top-onkei-item p {
  font-size: 2rem;
}
@media screen and (max-width: 920px) {
  .top-onkei-item p {
    margin-top: -0.5rem;
  }
}

.top-onkei-cta {
  background-image: url("../images/cta-bg_pc.jpg");
  background-size: cover;
  min-height: 87rem;
  margin-bottom: 15rem;
  position: relative;
  border-radius: 1rem;
  padding: 14rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta {
    background-image: url("../images/cta-bg_sp.jpg");
    max-width: calc(100% - 2rem);
    margin: auto;
    padding: 6rem 2rem 6.8rem;
    margin-bottom: 5rem;
  }
}
.top-onkei-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-onkei-cta__inner {
  position: relative;
  z-index: 2;
}
.top-onkei-cta__box {
  background-color: #eaf7fd;
  width: 80rem;
  padding: 5.6rem 0 4rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__box {
    width: 100%;
    padding: 4rem 1.5rem 2rem;
    margin-bottom: 5.3rem;
  }
}
.top-onkei-cta__box-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 0 auto 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -2rem;
  padding: 1rem;
  line-height: 1;
  background-color: var(--main);
  border-radius: 40px;
  color: #fff;
  width: 34.5rem;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__box-title {
    width: fit-content;
    padding: 1rem 2.4rem;
    white-space: nowrap;
    margin-bottom: 4rem;
  }
}
.top-onkei-cta__box-items {
  display: grid;
  grid-template-columns: repeat(2, 28.5rem);
  gap: 2.4rem;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__box-items {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.top-onkei-cta__lead1 {
  margin-top: 6rem;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 4.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__lead1 {
    margin-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.top-onkei-cta__lead2 {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fffe88;
  margin-bottom: 6rem;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__lead2 {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
}
.top-onkei-cta__button {
  width: 48.2rem;
  border-radius: 6px;
  height: 9rem;
  cursor: pointer;
  background-color: #f07d4a;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  font-size: 4.8rem;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__button {
    width: 100%;
    font-size: 3rem;
    height: 5.8rem;
    gap: 0;
  }
}
@media print, screen and (min-width: 921px) {
  .top-onkei-cta__button:hover {
    opacity: 0.9;
  }
  .top-onkei-cta__button:hover .top-onkei-cta__button-icon {
    scale: 1.5;
  }
}
.top-onkei-cta__button.is-like .top-onkei-cta__button-icon::before {
  opacity: 1;
}
.top-onkei-cta__button-icon {
  transition: 0.3s;
  font-size: 1.6rem;
  text-align: center;
  scale: 1.3;
  width: 5.9rem;
  height: 5.1rem;
  padding-top: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  background-image: url("../images/hart-off.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.top-onkei-cta__button-icon::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hart-on.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__button-icon::before {
    background-size: 2.9rem;
  }
}
@media screen and (max-width: 920px) {
  .top-onkei-cta__button-icon {
    font-size: 1rem;
    scale: 1.4;
    padding-top: 1.6rem;
    background-size: 2.9rem;
  }
}
.top-onkei-cta__button-counter {
  position: relative;
  z-index: 3;
}

.is-like {
  pointer-events: none !important;
}
/*# sourceMappingURL=index.css.map */
