﻿@charset "UTF-8";

.btn-other-item {
  position: relative;
  display: block;
  width: 500px;
  margin: 0 auto;
  border-radius: 40px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 12px 0 7px;
}
.btn-other-item:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g transform="translate(-1 -1)"><circle cx="7.5" cy="7.5" r="7.5" transform="translate(1 1)" fill="%23f2f2f2"/><path d="M0,4.387,2.742,2.194,0,0" transform="translate(7.403 6.306)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>') no-repeat center / contain;
  transform: translateY(-50%);
  transition: .3s ease;
}
.block-event-page .service {
  text-align: center;
  margin: 80px 0 0;
}
.block-event-page .service .sec {
  margin: 0 0 100px;
}
.block-event-page .service .happinessup-ttl {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
}
.block-event-page .hdg-info {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  background: none;
  padding: 0;
}
[data-browse-mode="S"] .btn-other-item {
  width: 75%;
  font-size: 15px;
  padding: 8px 0 6px;
}
[data-browse-mode="S"] .btn-other-item span {
  display: none;
}
[data-browse-mode="S"] .block-event-page .service {
  margin: 40px 0 0; padding: 0 15px;
}
[data-browse-mode="S"] .block-event-page .service .sec {
  margin: 0 0 40px;
}
[data-browse-mode="S"] .block-event-page .service .happinessup-ttl {
  font-size: 3.3816425120772944vw;
  margin: 0 0 12px;
}
[data-browse-mode="S"] .block-event-page .hdg-info {
  font-size: 22px;
  margin: 0;
}
[data-browse-mode="S"] .related-banners {
  padding: 0 15px;
}