@charset "UTF-8";
.sg100th-event3 {
  background: #fff;
  color: #333333;
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 {
    font-size: 1rem;
  }
}
.sg100th-event3 .in-bl {
  display: inline-block;
}
.sg100th-event3 .ta-c {
  text-align: center;
}
.sg100th-event3 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .inner {
    max-width: 980px;
    position: relative;
  }
}
.sg100th-event3 .marker {
  background: linear-gradient(to top, #f7f39f 40%, transparent 40%);
}
.sg100th-event3 .marker-2 {
  background: linear-gradient(to top, #f2c21c 15%, transparent 15%);
}
.sg100th-event3 .u-mb12 {
  margin-bottom: 12px;
}
.sg100th-event3 .u-mb16 {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .u-mb16 {
    margin-bottom: 24px;
  }
}
.sg100th-event3 .u-mb24 {
  margin-bottom: 24px;
}
.sg100th-event3 .u-mb32 {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .u-mb32 {
    margin-bottom: 40px;
  }
}
.sg100th-event3 .u-mb40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .u-mb40 {
    margin-bottom: 56px;
  }
}
.sg100th-event3 .u-mt24 {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .u-mt24 {
    margin-top: 40px;
  }
}
.sg100th-event3 .u-clr-ac {
  color: #e9644a;
}
.sg100th-event3 .u-fosz {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .u-fosz {
    font-size: 1.25rem;
  }
}
.sg100th-event3 .u-fw900 {
  font-weight: 900;
}
.sg100th-event3 .hero {
  margin: 0 0 24px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .hero {
    margin: 0 0 40px;
  }
}
.sg100th-event3 .hero h1 {
  margin-bottom: 4px;
}
.sg100th-event3 .hero h1 img {
  width: 100%;
}
.sg100th-event3 .hero .hero-text {
  font-size: 0.875rem;
  text-align: right;
}
.sg100th-event3 .read-text {
  text-align: center;
  margin-bottom: 24px;
  color: #736357;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .read-text {
    margin-bottom: 40px;
    padding: 16px;
  }
}
.sg100th-event3 .read .anc-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 23px;
  justify-content: center;
  margin-bottom: 23px;
}
.sg100th-event3 .read .anc-link-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  background: #e9644a;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  position: relative;
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.1));
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 .read .anc-link-content {
    width: 32%;
    padding: 12px 8px;
  }
}
.sg100th-event3 .read .anc-link-content::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: #e9644a;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}
.sg100th-event3 .read .anc-link-content:hover {
  filter: none;
  transform: translateY(5px);
}
.sg100th-event3 {
  /*　セクション共通　*/
}
.sg100th-event3 section {
  padding: 32px 0;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section {
    padding: 40px 0;
  }
}
.sg100th-event3 section h2 {
  font-size: 1.125rem;
  line-height: 1.2;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 16px;
  border-top: 4px solid #f2c21c;
  border-bottom: 4px solid #f2c21c;
  text-align: center;
  background: #fbf3e4;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section h2 {
    font-size: 1.5rem;
  }
}
.sg100th-event3 section .cp-dsc {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-dsc {
    font-size: 1.125rem;
  }
}
.sg100th-event3 section .cp-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-content {
    gap: 40px;
  }
}
.sg100th-event3 section .cp-content > li h3 {
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-content > li h3 {
    font-size: 1.125rem;
  }
}
.sg100th-event3 section .cp-content > li h3::before {
  content: "";
  width: 0.5rem;
  height: 1rem;
  background: #f2c21c;
}
.sg100th-event3 section .cp-content > li ul {
  margin-bottom: 12px;
}
.sg100th-event3 section .cp-content_attn {
  background: linear-gradient(to top, #f2c21c 35%, transparent 35%);
  font-weight: 700;
  padding: 0 2px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-content_attn {
    font-size: 1.125rem;
    padding: 0 8px;
  }
}
.sg100th-event3 section .cp-content_link {
  display: inline-flex;
  align-items: baseline;
  border-bottom: 1px dotted #333333;
  gap: 2px;
  margin-top: 8px;
}
.sg100th-event3 section .cp-content_link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: skewX(45deg);
}
.sg100th-event3 section .cp-content_list li {
  padding-left: 1em;
  position: relative;
}
.sg100th-event3 section .cp-content_list li::before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.sg100th-event3 section .cp-content_present {
  margin: 0 auto;
  text-align: center;
  border: 2px solid #f2c21c;
  font-weight: 700;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-content_present {
    width: 80%;
  }
}
.sg100th-event3 section .cp-content_present > dt {
  background: #f2c21c;
  padding: 4px;
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.sg100th-event3 section .cp-content_present .tickets {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding: 2px;
  border-bottom: 1px dotted #f2c21c;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-content_present .tickets {
    font-size: 1.125rem;
  }
}
.sg100th-event3 section .cp-content_present .tickets:last-child {
  border: none;
}
.sg100th-event3 section .cp-content_present .tickets dd {
  font-size: 1.5rem;
  color: #e9644a;
}
.sg100th-event3 section .cp-content_present .tickets dd::after {
  content: "名さま";
  color: #333333;
  font-size: 0.825rem;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-content_present .tickets dd::after {
    font-size: 1rem;
  }
}
.sg100th-event3 section .cp-cta-btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sg100th-event3 section .cp-cta-btn > span {
  display: flex;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 2px;
  gap: 10px;
  margin: 0 auto 16px;
  color: #e9644a;
}
.sg100th-event3 section .cp-cta-btn > span::before, .sg100th-event3 section .cp-cta-btn > span::after {
  content: "";
  display: block;
  width: 2px;
  background: #e9644a;
}
.sg100th-event3 section .cp-cta-btn > span::before {
  transform: rotate(-30deg);
}
.sg100th-event3 section .cp-cta-btn > span::after {
  transform: rotate(30deg);
}
.sg100th-event3 section .cp-cta-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e9644a;
  padding: 12px 24px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.1));
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-cta-btn a {
    font-size: 1.25rem;
  }
}
.sg100th-event3 section .cp-cta-btn a::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .sg100th-event3 section .cp-cta-btn a::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.sg100th-event3 section .cp-cta-btn a:hover {
  filter: none;
  transform: translateY(5px);
}