@charset "UTF-8";
/*-------------------------------------*/
/*	button-contents
/*-------------------------------------*/
.button-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*-------------------------------------*/
  /*	shops-page-button
  /*-------------------------------------*/
  /*-------------------------------------*/
  /*	online-shop-button
  /*-------------------------------------*/
}
.button-contents .shops-page-button {
  position: relative;
  background-color: #003133;
  border-radius: 50%;
  width: clamp(592px, 50vw, 656px);
  height: clamp(208px, 18vw, 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12%;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  animation: neon-glow-sync01 2s ease-in-out infinite alternate;
  /*-------------------------------------*/
  /*	icon-style
  /*-------------------------------------*/
}
@keyframes neon-glow-sync01 {
  from {
    text-shadow: 0 0 4px #003133, 0 0 8px #49c0b6;
    filter: drop-shadow(0 0 2px #003133) drop-shadow(0 0 2px #49c0b6);
  }
  to {
    text-shadow: 0 0 8px #67b8b3, 0 0 16px #49c0b6;
    filter: drop-shadow(0 0 4px #67b8b3) drop-shadow(0 0 8px #49c0b6);
  }
}
.button-contents .shops-page-button::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50%;
  width: 100%;
  height: clamp(208px, 18vw, 240px);
}
.button-contents .shops-page-button .btn-text {
  text-align: center;
  margin-top: 16px;
}
.button-contents .shops-page-button .btn-text p {
  line-height: 1.2;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
}
.button-contents .shops-page-button .btn-text p:first-of-type {
  font-size: clamp(14px, 1.3vw, 18px);
  margin-bottom: 16px;
  text-align: center;
}
.button-contents .shops-page-button .btn-text p:last-of-type {
  font-size: clamp(80px, 7.7vw, 112px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  text-stroke: 1px rgba(255, 255, 255, 0.8);
}
.button-contents .shops-page-button .btn-text p:last-of-type {
  font-family: "Bellefair", serif;
}
.button-contents .shops-page-button .icon-container {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
.button-contents .shops-page-button .icon-container .line {
  background-color: #fff;
  width: 18px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
}
.button-contents .shops-page-button .icon-container .line:nth-child(1) {
  transform: translateY(-50%) rotate(0deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(2) {
  transform: translateY(-50%) rotate(22.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(4) {
  transform: translateY(-50%) rotate(67.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(5) {
  transform: translateY(-50%) rotate(90deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(6) {
  transform: translateY(-50%) rotate(112.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(7) {
  transform: translateY(-50%) rotate(135deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(8) {
  transform: translateY(-50%) rotate(157.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(9) {
  transform: translateY(-50%) rotate(180deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(10) {
  transform: translateY(-50%) rotate(202.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(11) {
  transform: translateY(-50%) rotate(225deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(12) {
  transform: translateY(-50%) rotate(247.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(13) {
  transform: translateY(-50%) rotate(270deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(14) {
  transform: translateY(-50%) rotate(292.5deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(15) {
  transform: translateY(-50%) rotate(315deg);
}
.button-contents .shops-page-button .icon-container .line:nth-child(16) {
  transform: translateY(-50%) rotate(337.5deg);
}
@media (hover: hover) and (pointer: fine) {
  .button-contents .shops-page-button {
    /*-------------------------------------*/
    /*	hover
    /*-------------------------------------*/
  }
  .button-contents .shops-page-button:hover {
    transition: all 0.4s ease 0s;
    background: #d5dcc8;
    color: #000;
  }
  .button-contents .shops-page-button:hover .icon-container {
    transform: rotate(180deg);
  }
  .button-contents .shops-page-button:hover .icon-container .line {
    background-color: #000;
  }
}
.button-contents .online-shop-button {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  margin: auto;
}
.button-contents .online-shop-button p {
  position: relative;
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
}
.button-contents .online-shop-button p strong {
  margin-left: 16px;
  font-size: clamp(32px, 3.2vw, 48px);
  font-family: "Bellefair", serif;
  font-weight: 400;
  display: block;
}
.button-contents .online-shop-button p::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button-contents .online-shop-button p:hover {
    opacity: 0.4;
  }
  .button-contents .online-shop-button p:hover::after {
    transform: scaleX(0);
  }
}

/*----------------------------------*/
/*	767px */
/*----------------------------------*/
@media screen and (max-width: 767px) {
  .button-contents .shops-page-button {
    width: 80%;
    height: 128px;
    gap: 8%;
    margin-bottom: 48px;
  }
  .button-contents .shops-page-button::before {
    width: 100%;
    height: 128px;
  }
  .button-contents .shops-page-button .btn-text {
    text-align: center;
    margin-top: 16px;
  }
  .button-contents .shops-page-button .btn-text p:first-of-type {
    margin-bottom: 4px;
  }
  .button-contents .shops-page-button .btn-text p:last-of-type {
    font-size: 56px;
  }
  .button-contents .shops-page-button .icon-container .line {
    background-color: #fff;
    width: 12px;
  }
  .button-contents .online-shop-button p strong {
    font-size: 24px;
  }
}/*# sourceMappingURL=cta.css.map */