@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

.visible-md {
  display: none !important;
}
@media (min-width: 768px) {
  .visible-md {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.container {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 85%;
    max-width: 656px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1080px;
  }
}

@keyframes show_floating_banner {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes logo_animation {
  100% {
    left: 100%;
  }
}
main {
  background-color: #f0eaeb;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
main a {
  display: inline-block;
  color: #ce5266;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  main a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
main a:visited {
  color: #ce5266;
}
main img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  main .emaxis-header .container {
    width: 96%;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  main .emaxis-header .container {
    width: 88%;
  }
}
main .emaxis-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0 16px 4px;
}
@media (min-width: 768px) {
  main .emaxis-header .inner {
    align-items: center;
    padding: 20px 0;
  }
}
main .emaxis-header .inner .logo {
  width: 104px;
}
@media (min-width: 768px) {
  main .emaxis-header .inner .logo {
    width: 136px;
  }
}
main .emaxis-header .inner .emaxis-link {
  width: auto;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
@media (min-width: 768px) {
  main .emaxis-header .inner .emaxis-link {
    font-size: 16px;
  }
}
main .floating-banner {
  display: none;
  position: fixed;
  left: 0;
  bottom: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 0;
  z-index: 1500;
}
@media (min-width: 768px) {
  main .floating-banner {
    left: auto;
    right: 0;
    bottom: 65px;
  }
}
main .floating-banner.is-active {
  display: block;
  opacity: 1;
  animation: show_floating_banner 0.3s ease-in 0s forwards;
}
main .floating-banner .btn {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  main .floating-banner .btn {
    right: auto;
    left: -12px;
  }
}
@media (min-width: 768px) {
  main .floating-banner .btn:hover {
    opacity: 0.8;
  }
}
main .floating-banner a {
  display: block;
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  main .floating-banner a {
    border-radius: 8px 0 0 8px;
  }
}
main .mv {
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  main .mv {
    padding-bottom: 72px;
  }
}
@media (min-width: 1000px) {
  main .mv .container {
    width: 100%;
    max-width: 100%;
  }
}
main .mv .bg {
  background-color: #fcf7f8;
  border-radius: 16px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  main .mv .bg {
    width: 86%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  main .mv .bg {
    width: 88%;
  }
}
main .mv .bg .inner {
  position: relative;
}
main .mv .bg .img {
  width: 100%;
}
main .mv .logo {
  display: block;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  overflow: hidden;
}
@media (min-width: 768px) {
  main .mv .logo {
    width: 86%;
  }
}
@media (min-width: 1000px) {
  main .mv .logo {
    width: 45%;
    top: 10%;
    left: 4%;
    transform: translateX(0);
  }
}
main .mv .logo::before {
  position: absolute;
  top: -2%;
  left: -60%;
  display: block;
  width: 60%;
  padding: 60% 0 0;
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  transform: skewX(30deg);
  animation-name: logo_animation;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  content: "";
}
main .mv .logo img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main .mv .news {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  padding: 4px 8px 4px 10px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media (min-width: 768px) {
  main .mv .news {
    left: 1.5%;
    bottom: 3%;
    transform: translateX(0);
    width: 73%;
    padding: 8px 8px 8px 16px;
  }
}
@media (min-width: 1000px) {
  main .mv .news {
    width: 40%;
  }
}
main .mv .news .icon {
  width: 24px;
}
main .mv .news .txt {
  width: calc(100% - 24px - 45px);
  padding: 0 16px 0 10px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  main .mv .news .txt {
    font-size: 16px;
    line-height: 22px;
  }
}
main .mv .news .ekuma {
  width: 45px;
}
main .mv__txt {
  padding: 0 16px;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main .mv__txt {
    width: 86%;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 1000px) {
  main .mv__txt {
    max-width: 800px;
    margin: 0 auto;
  }
}
main .banner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  main .banner {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  main .banner {
    max-width: 732px;
    padding-bottom: 56px;
    margin: 0 auto;
  }
}
main .banner .container {
  padding: 0 8px;
}
@media (min-width: 1200px) {
  main .banner .container {
    padding-left: 0;
    padding-right: 0;
  }
}
main .banner-item {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
main .banner-item:not(:last-of-type) {
  margin-bottom: 16px;
}
main .report {
  padding-bottom: 76px;
}
@media (min-width: 768px) {
  main .report {
    padding-bottom: 112px;
  }
}
main .report .container {
  padding: 0 8px;
}
@media (min-width: 768px) {
  main .report .container {
    padding-left: 0;
    padding-right: 0;
  }
}
main .report h2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  main .report h2 {
    margin-bottom: 40px;
  }
}
main .report h2 img {
  margin: 0 auto;
}
main .report .select {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px;
  margin: 0 auto 32px;
  background-color: #f0eaeb;
  border-radius: 8px;
  box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.75), 4px 4px 6px rgba(0, 0, 0, 0.15);
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  main .report .select {
    max-width: 560px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  main .report .select:hover {
    opacity: 0.8;
  }
}
main .report .select::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/lp/fanmeeting/img/top/fanmeeting-select-open@2x.png);
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
}
main .report .select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 16px;
  margin: 0;
  background: none transparent;
  background-color: #ffffff;
  border: 0;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ce5266;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 768px) {
  main .report .select select {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  main .report-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  main .report-list {
    justify-content: flex-start;
  }
}
main .report-item {
  display: none;
  position: relative;
  padding: 4px;
  border-radius: 6px;
  background-color: #f0eaeb;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.65), 4px 4px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  main .report-item {
    width: 48%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  main .report-item {
    width: 32%;
  }
}
main .report-item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  main .report-item:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}
main .report-item.is-active {
  display: block;
}
main .report-item .label {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  padding: 8px;
  border-radius: 6px 0 6px 0;
  background-color: #ce5266;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  z-index: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
main .report-item a {
  display: block;
  height: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}
main .report-item a:visited, main .report-item a:hover {
  color: #333333;
}
main .report-item img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
main .report-item .txt {
  display: block;
  padding: 16px;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
main .series {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  main .series {
    padding-bottom: 72px;
  }
}
main .series .inner {
  position: relative;
  padding: 28px 16px 16px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  main .series .inner {
    padding: 40px 32px 64px;
  }
}
@media (min-width: 1200px) {
  main .series .inner {
    width: 89%;
    margin: 0 auto;
  }
}
main .series-ttl {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  main .series-ttl {
    margin-bottom: 50px;
  }
}
main .series-ttl img {
  margin: 0 auto;
}
main .series .ekuma {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
main .series .series-list {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  main .series .series-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
}
main .series .series-item {
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  main .series .sns {
    max-width: 680px;
    margin: 0 auto;
  }
}
main .series .sns-ttl {
  position: relative;
  padding: 16px 0;
  margin-bottom: 28px;
  border-radius: 8px;
  background-color: #faedf0;
}
main .series .sns-ttl::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 14px solid #faedf0;
  content: "";
}
main .series .sns-ttl img {
  margin: 0 auto 16px;
}
main .series .sns-ttl .txt {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
main .series .sns-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
main .series .sns-item {
  width: 50%;
}
main .series .sns-item a {
  display: block;
}
main .series .sns-item a img {
  width: 100%;
}
main .risk {
  padding: 32px 0 58px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
main .risk .link {
  margin-bottom: 40px;
  font-weight: bold;
}
@media (min-width: 768px) {
  main .risk .link {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 26px;
  }
}
main .risk .txt {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  main .risk .txt {
    margin-bottom: 40px;
  }
}
main .risk .hp {
  margin-bottom: 24px;
}
main .risk .tel {
  margin-bottom: 32px;
}
main .risk .date {
  text-align: right;
}
main .risk .contact .txt {
  margin-bottom: 24px;
}
main .article {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  main .article {
    margin-bottom: 112px;
  }
}
@media (min-width: 768px) {
  main .article .container {
    max-width: 960px;
  }
}
main .article .inner {
  padding-bottom: 32px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  main .article .inner {
    margin-bottom: 56px;
  }
}
main .article .date {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  padding: 4px 8px;
  margin-bottom: 24px;
  border-radius: 8px 0 8px 0;
  background-color: #e267a4;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #ffffff;
}
@media (min-width: 768px) {
  main .article .date {
    padding: 4px 16px;
    margin-bottom: 72px;
    font-size: 16px;
    line-height: 19px;
  }
}
main .article .date span {
  padding: 4px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
main .article .date span:nth-of-type(1) {
  padding-right: 8px;
  border-right: 1px solid #ffffff;
}
main .article .date span:nth-of-type(2) {
  padding-left: 8px;
}
main .article .contents {
  padding: 0 16px;
}
@media (min-width: 768px) {
  main .article .contents {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  main .article .contents {
    padding: 0 72px;
  }
}
main .article .contents p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 768px) {
  main .article .contents p {
    font-size: 16px;
    line-height: 32px;
  }
}
main .article .contents p > a {
  display: inline;
  font-size: 14px;
  line-height: 28px;
  word-break: break-all;
}
@media (min-width: 768px) {
  main .article .contents p > a {
    font-size: 16px;
    line-height: 32px;
  }
}
main .article .contents strong {
  background: linear-gradient(transparent 70%, #ffe838 70%);
  font-weight: bold;
  color: inherit;
}
main .article .contents .small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.8;
}
main .article .contents figure {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  main .article .contents figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
main .article .contents figure img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main .article .contents figure img {
    max-width: 640px;
  }
}
main .article .contents figure figcaption {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
}
main .article .contents .movie {
  width: 100%;
  max-width: 640px;
  margin: 32px auto;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  main .article .contents .movie {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
main .article .contents .movie-small {
  width: 80%;
}
@media (min-width: 768px) {
  main .article .contents .movie-small {
    width: 50%;
  }
}
main .article .contents .movie iframe {
  width: 100%;
  height: 100%;
}
main .article .program {
  padding: 16px 16px 8px;
  margin-bottom: 48px;
  background-color: #fdf0f5;
  border-radius: 8px;
}
@media (min-width: 768px) {
  main .article .program {
    max-width: 640px;
    padding: 24px 24px 14px;
    margin: 0 auto 72px;
  }
}
main .article .program.program-mb12{
  margin-bottom: 12px;
}
main .article .program .ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ce5266;
}
@media (min-width: 768px) {
  main .article .program .ttl {
    margin-bottom: 24px;
  }
}
main .article .program-item {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main .article .program-item {
    margin-bottom: 18px;
  }
}
main .article .program-item:before {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 24px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(/lp/fanmeeting/img/common/fanmeeting-program-ekuma@2x.png);
  content: "";
}
main .article .program-item a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
@media (min-width: 768px) {
  main .article .program-item a {
    font-size: 16px;
    line-height: 20px;
  }
}
main .article .program-item a:visited {
  color: #333333;
}
main .article .program-item a:hover {
  color: #333333;
}
@media (min-width: 768px) {
  main .article .program-bottom {
    max-width: 640px;
    margin: 0 auto;
  }
}
main .article .speakers {
  padding: 16px 16px 8px;
  margin: 48px auto;
  background-color: #fcf7f8;
  border-radius: 8px;
  border: 1px solid #ce5266;
}
@media (min-width: 768px) {
  main .article .speakers {
    max-width: 640px;
    padding: 24px 24px 8px;
    margin: 72px auto;
  }
}
main .article .speakers .ttl {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ce5266;
}
@media (min-width: 768px) {
  main .article .speakers .ttl {
    margin-bottom: 24px;
  }
}
main .article .speakers .ttl img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  main .article .speakers-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
main .article .speakers-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main .article .speakers-item {
    width: 49%;
    margin-bottom: 24px;
  }
}
main .article .speakers-item img {
  width: 56px;
}
main .article .speakers-item dl {
  width: calc(100% - 56px);
  padding-left: 8px;
}
main .article .speakers-item dl dt {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
@media (min-width: 768px) {
  main .article .speakers-item dl dt {
    font-size: 16px;
  }
}
main .article .speakers-item dl dd {
  font-size: 12px;
  line-height: 18px;
}
main .article .talk-list {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main .article .talk-list {
    margin-bottom: 24px;
  }
}
main .article .talk-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
main .article .talk-item .icon {
  width: 56px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  main .article .talk-item .icon {
    width: 72px;
    margin-right: 28px;
  }
}
main .article .talk-item .icon img {
  width: 100%;
}
main .article .talk-item .name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: -0.07em;
  text-align: center;
}
@media (min-width: 768px) {
  main .article .talk-item .name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
main .article .talk-item .txt {
  position: relative;
  width: calc(100% - 56px - 16px);
  padding: 16px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  main .article .talk-item .txt {
    width: calc(100% - 72px - 28px);
    padding: 24px;
  }
}
main .article .talk-item .txt::before {
  position: absolute;
  top: 22px;
  left: -22px;
  border: 12px solid transparent;
  border-right: 16px solid #e0edff;
  content: "";
  z-index: 0;
}
main .article .talk-item .txt p:last-of-type {
  margin-bottom: 0;
}
main .article .talk-item--pink .txt {
  background-color: #faedf0;
}
main .article .talk-item--pink .txt::before {
  border-right-color: #faedf0;
}
main .article .talk-item--yellow .txt {
  background-color: #f9f7e5;
}
main .article .talk-item--yellow .txt::before {
  border-right-color: #f9f7e5;
}
main .article h1 {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
@media (min-width: 768px) {
  main .article h1 {
    margin-bottom: 72px;
    font-size: 32px;
    line-height: 48px;
  }
}
main .article h2 {
  margin: 48px auto 24px;
  padding-left: 11px;
  border-left: 2px solid #ce5266;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #ce5266;
}
@media (min-width: 768px) {
  main .article h2 {
    margin-top: 80px;
    margin-bottom: 32px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 36px;
  }
}
main .article h2.ekuma {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding-left: 72px;
  padding-bottom: 16px;
  border-left: 0;
  border-bottom: 2px solid #ce5266;
}
@media (min-width: 768px) {
  main .article h2.ekuma {
    min-height: 80px;
    padding-left: 96px;
  }
}
main .article h2.ekuma::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 56px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url(/lp/fanmeeting/img/common/fanmeeting-q-ekuma@2x.png);
  content: "";
}
@media (min-width: 768px) {
  main .article h2.ekuma::before {
    width: 80px;
    height: 56px;
    background-image: url(/lp/fanmeeting/img/common/fanmeeting-q-ekuma-md@2x.png);
  }
}
main .article h3 {
  margin: 48px auto 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #ce5266;
}
@media (min-width: 768px) {
  main .article h3 {
    margin-top: 80px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }
}
main .article h3.q {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding-left: 58px;
}
@media (min-width: 768px) {
  main .article h3.q {
    min-height: 42px;
    padding-left: 62px;
  }
}
main .article h3.q::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 42px;
  height: 100%;
  background-size: 26px 36px;
  background-image: url(/lp/fanmeeting/img/common/fanmeeting-q@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #ce5266;
  content: "";
}
@media (min-width: 768px) {
  main .article h3.q::before {
    top: 0;
    width: 46px;
    background-size: 30px 42px;
    background-image: url(/lp/fanmeeting/img/common/fanmeeting-q-md@2x.png);
  }
}
main .article h4 {
  margin: 24px auto 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #ce5266;
}
@media (min-width: 768px) {
  main .article h4 {
    font-size: 16px;
    line-height: 32px;
  }
}
main .article .btn-return {
  display: block;
  width: 91%;
  padding: 16px 0;
  margin: 0 auto;
  border-radius: 28px;
  background-color: #ffffff;
  border: 4px solid #f0eaeb;
  box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.75), 4px 4px 6px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ce5266;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  main .article .btn-return {
    max-width: 326px;
    font-size: 16px;
  }
}