@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
.standard {
  background-color: #fff;
}
.standard .section {
  width: min(calc(100% - 1rem * 2), 71.25rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .standard .section {
    width: min(calc(100% - 2.5rem * 2), 71.25rem);
  }
}
.standard .section-main {
  margin-top: 4rem;
}
@media (min-width: 600px) {
  .standard .section-main {
    margin-top: 4rem;
  }
}

main a[target=_blank]:after {
  content: none;
}

.account-card {
  position: relative;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 332/174;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.thumbnail::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0.66) 100%);
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon {
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  flex-shrink: 0;
}
.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2 {
  font-size: 0.9375rem;
}

.sns-links {
  display: grid;
  margin-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .sns-links {
    margin-bottom: 5rem;
  }
}
.sns-links ul {
  display: flex;
  gap: 0.25rem;
}
.sns-links li {
  position: relative;
}
.sns-links .info {
  display: flex;
  gap: 0.5rem;
}

.sns-top {
  color: #fff;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .sns-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .sns-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
  }
}
.sns-top .info {
  align-items: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}
.sns-top h2 {
  font-weight: 700;
}
.sns-top .description {
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 600px) {
  .sns-top .description {
    font-weight: 400;
  }
}

@media (min-width: 600px) {
  .sns-bottom {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .sns-bottom {
    column-gap: 7rem;
  }
}
.sns-bottom h2 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.sns-bottom .info {
  align-items: start;
}
.sns-bottom .description {
  font-size: 0.8125rem;
  color: #939393;
}
.sns-bottom ul {
  justify-content: end;
}
.sns-bottom .account-card {
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .sns-bottom .account-card:last-child, .sns-bottom .account-card:nth-last-child(2) {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (min-width: 992px) {
  .sns-bottom .account-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2rem 1.25rem;
  border-bottom: 1px solid #D9D9D9;
}

.section-bg {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .section-bg {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .section-bg h3 {
    padding: 1.5rem 3.875rem;
  }
}

.section-line {
  background-color: #F3FFF4;
}

.section-mm {
  background-color: #F4F4FF;
}

.line-links {
  display: grid;
  gap: 2rem;
  padding: 1.25rem;
}
@media (min-width: 600px) {
  .line-links {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .line-links {
    gap: 0.5rem 7.5rem;
    padding: 1.5rem 3.875rem;
  }
}
.line-links li {
  display: flex;
  align-items: start;
  gap: 1rem;
  max-width: 27.5rem;
}
.line-links dt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  font-weight: 700;
}
@media (min-width: 992px) {
  .line-links dt {
    justify-content: start;
    height: 3rem;
    margin-bottom: initial;
  }
}
.line-links dt img {
  width: 5.5rem;
}
.line-links dd {
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .line-links dd {
    font-size: 0.9375rem;
  }
}
.line-links a:not(.btn) {
  color: #3e3e3e;
  text-decoration: none;
}

.mm-links {
  display: grid;
  gap: 2rem;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .mm-links {
    padding: 1.5rem 3.875rem;
  }
}
.mm-links li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .mm-links li {
    flex-direction: row;
    align-items: start;
    gap: 2rem;
  }
}
.mm-links img {
  margin-bottom: 0.5rem;
  width: min(100%, 16.375rem);
  flex-shrink: 0;
}
.mm-links .description {
  margin-bottom: 1.5rem;
}
.mm-links .btn-arrow {
  border: 1.5px solid #7B3984;
  color: #7B3984;
  margin-right: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
}
.mm-links .btn-arrow::after {
  background-color: #7B3984;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .title {
    margin-bottom: 4rem;
  }
}
.title h1 {
  font-size: 1.5rem;
  font-weight: 700;
}