@charset "UTF-8";
/* 前田真宏画集展示会グッズ紹介特集 専用
--------------------------------------- */
#event_head h2.event_kv {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
#event_head h2.event_kv:first-child {
  margin-top: 0;
}
#event_head h2.event_kv img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: none;
}

#event_content_wrap .event_topComment h3 {
  font-size: 16px;
}
#event_content_wrap .event_topComment h4 {
  color: #695994;
  font-size: 14px;
}
#event_content_wrap .event_topComment .event_topComment__txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
}

/* -------- ▼　テンプレート　▼ ---------------------------------------------- */
/* キービジュアル
--------------------------------------- */
#event_head .event_kvimg {
  text-align: center;
  line-height: 1;
}
#event_head .event_kvimg img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: none;
  max-width: fit-content;
}

/* 見出しスタイル
--------------------------------------- */
#event_head h1.event_title {
  color: #695994;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  margin: 35px auto;
}

#event_content_wrap h2.event_h2 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  padding: 0 10px 12px;
  margin: 55px auto 25px;
}
#event_content_wrap h3.event_h3 {
  color: #797d89;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 8px;
  border-left: 4px solid rgba(105, 89, 148, 0.3);
  border-bottom: none;
  margin: 40px auto 15px;
}
#event_content_wrap h4.event_h4 {
  color: #695994;
  font-size: 16px;
  padding: 0;
  margin: 24px auto 10px;
}

h2.event-accessory-ttl {
  color: #797d89;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px 8px;
  margin-top: 80px;
  margin-bottom: 15px;
  border-bottom: 1px solid #71bf44;
}
h2.event-accessory-ttl + .event-period {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.hidden-item {
  display: none;
}

/* アンカーリンク
--------------------------------------- */
#event_head ul.anchor_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 60px;
}
#event_head ul.anchor_link_list > li {
  width: calc((100% - 20px) / 2);
}
#event_head ul.anchor_link_list > li > a {
  display: block;
}
#event_head ul.anchor_link_list > li > a img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #ccc;
}
#event_head ul.anchor_link_list > li > a.ancho_linkBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #695994;
  background: #e1deea;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 35px;
  border: 1px solid #695994;
  border-radius: 5px;
}
#event_head ul.anchor_link_list > li > a.ancho_linkBtn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #695994;
  border-bottom: 2px solid #695994;
  top: calc(50% - 2px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
#event_head ul.anchor_link_list > li > a.gray-out {
  position: relative;
  z-index: -1;
}
#event_head ul.anchor_link_list > li > a.gray-out > img {
  filter: grayscale(1);
  opacity: 0.5;
}

/* 上部テキスト
--------------------------------------- */
#event_content_wrap .event_topComment {
  margin-bottom: 30px;
}
#event_content_wrap .event_topComment .event_topComment__catch {
  margin-bottom: 40px;
}
#event_content_wrap .event_topComment p:not(:last-child) {
  margin-bottom: 1.2em;
}
#event_content_wrap .event_topComment dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#event_content_wrap .event_topComment .event_topComment__profile {
  background: rgba(255, 255, 255, 0.5);
  padding: 2em 2.5em;
  border: 1px solid #ccc;
  margin-top: 40px;
}
#event_content_wrap .event_topComment .event_topComment__profile dl {
  font-size: inherit;
}
#event_content_wrap .event_topComment .event_topComment__profile dl dt {
  margin-bottom: 15px;
}
#event_content_wrap .event_topComment .event_topComment__profile dl dd {
  font-size: 13px;
}
#event_content_wrap figure.product-img {
  text-align: center;
  margin: 25px auto;
}
#event_content_wrap figure.product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: none;
  max-width: fit-content;
}
#event_content_wrap .lyt-bgcolor {
  background-color: rgba(105, 89, 148, 0.1);
  margin: 30px auto;
  padding: 25px 20px;
}
#event_content_wrap .lyt-bgcolor .hdg {
  color: #ffffff;
  background-color: rgba(105, 89, 148, 0.35);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 10px;
  margin: 0 auto 20px;
}

/* リスト
--------------------------------------- */
#event_content_wrap .list-note:not(:last-child), #event_content_wrap .list-dots:not(:last-child) {
  margin-bottom: 1.2em;
}

/* 文字関連
--------------------------------------- */
#event_head .red, #event_content_wrap .red {
  color: #a72c32;
  font-weight: bold;
}
#event_head .strike, #event_content_wrap .strike {
  text-decoration: line-through;
}
#event_head .banner-link, #event_content_wrap .banner-link {
  display: block;
  margin: 30px auto;
}
#event_head a.btn-link, #event_content_wrap a.btn-link {
  display: table;
  color: #ffffff;
  background: #695994;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 30px;
  margin-top: 1.5em;
}
#event_head a.btn-link:not(:last-child), #event_content_wrap a.btn-link:not(:last-child) {
  margin-bottom: 1.5em;
}
#event_head .pc-none, #event_content_wrap .pc-none {
  display: none !important;
}