@media (min-width: 760px) {
    .container, .footer {
        max-width: 400px;
    }
}
.slide-img {
    width: 100%;
    aspect-ratio: 440 / 330;
    object-fit: cover;
}
.text-success-light {
    color: rgb(46, 204, 135);;
}
#no-js-banner {
    display:none !important
}
.footer {
    margin: 0 auto;
    font-size: 0.75em;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 60px;
    background-color: rgb(248, 248, 248);
    border-top: 0.5px solid rgb(237, 237, 237);
}
.footer-text {
    color: rgb(143, 143, 143);
}
.footer-link {
    position: relative;
    line-height: 18px;
}
.footer-link:not(:last-child)::after {
    position: absolute;
    top: calc(50% - 5px);
    right: -12px;
    display: block;
    width: 1px;
    height: 10px;
    background-color: rgb(143, 143, 143);
    content: "";
}


.btn {
  display: inline-block;
  width: 90%;
  padding: 0.4em 3em;
  margin: 0.4em 0;
  background-color: #e3364a; /* 背景色 */
  box-shadow: 0 5px 0 #ca1c30; /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
}

.btn-purple {
  background-color: #6d57db; /* 背景色 */
  box-shadow: 0 5px 0 #492DD1; /* 影の太さ・色 */
}

.btn-blue {
  background-color: #2A66CC; /* 背景色 */
  box-shadow: 0 5px 0 #21529F; /* 影の太さ・色 */
}

.btn-green {
  background-color: #00B5AF; /* 背景色 */
  box-shadow: 0 5px 0 #007F7B; /* 影の太さ・色 */
}

.btn-pink {
  background-color: #F16BAA; /* 背景色 */
  box-shadow: 0 5px 0 #EB3C90; /* 影の太さ・色 */
}

.btn:hover {
  color: #fff;
}

.btn:active {
  box-shadow: none;
  transform: translateY(5px);
}


.btn-copy {
  font-size: 1.0rem;
  font-weight: bold;

  position: relative;

  margin-bottom: .2em;

  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}
