@charset "UTF-8";

.topics_index::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/fair/bg_01.jpg) no-repeat center center / cover;
  margin-bottom: -100vh;
}
.mv {
  position: relative;
  height: 50rem;
}

.topics_index .mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -34%);
  z-index: 1200;
  text-align: center;
  color: #fff;
  width: 100%;
}
.topics_index .mv_ttl .en {
  margin-bottom: 2.4rem;
}
.topics_index .mv_ttl .en img {
  width: 28.9rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.topics_index .mv_ttl .ja {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .18em;
  color: #A08962;
}

.topics_list {
  margin-top: -8rem;
  background: url(../../img/topics/bg_topics.png) no-repeat left top / 100% 82%;
  padding: 11.9rem 0 30rem;
}
.topics_list_inner {
  max-width: 105rem;
  margin: 0 auto;
  position: relative;
  top: -12rem;
}
.topics_list_ttl {
  margin-bottom: 6rem;
  margin-left: -5.6rem;
}
.topics_list_ttl .en {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .08em;
  color: #A08962;
  margin-bottom: 1.8rem;
}
.topics_list_ttl img {
  width: 31.3rem;
  display: block;
}
.topics_slider {
  display: flex;
  gap: 4.5rem;
}
.topics_item {
  flex: 1;
}
.topics_list_img {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.topics_list_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 32 / 21;
}
.topics_label {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 7.4rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - .8rem), 0 100%);
  opacity: .9;
}
.topics_label .en {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: .05em;
}
.topics_label--01 { background: linear-gradient(to bottom, #CDBDA0, #B48C4F); }
.topics_label--02 { background: linear-gradient(to bottom, #6C7260, #A4AF95); }
.topics_label--03 { background: linear-gradient(to bottom, #A6755F, #CAA797); }
.topics_list_meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.2rem;
}
.topics_list_meta .topics_list_date {
  margin-bottom: 0;
}
.topics_cat_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  height: 3rem;
  background: #AE6033;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .1em;
  flex-shrink: 0;
}
.topics_list_date {
  font-weight: bold;
  font-size: 1.2rem;
  color: #A08962;
  letter-spacing: .15em;
  margin-bottom: 1.2rem;
}
.topics_list_txt {
  font-weight: 600;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: .1em;
  line-height: 2;
}

.topics_archive {
  margin-top: -20rem;
  padding: 0 0 17rem;
}
.topics_archive_inner {
  max-width: 116rem;
  margin: 0 auto;
}
.topics_archive_inner + .topics_archive_inner {
  margin-top: 24rem;
}
.topics_archive_ttl {
  position: relative;
  text-align: center;
  margin-bottom: .4rem;
}
.topics_archive_ttl::before {
  content: '';
  display: block;
  width: .1rem;
  height: 10rem;
  background: linear-gradient(to bottom, #CDBDA0, #A08962);
  position: absolute;
  bottom: calc(100% + 5rem);
  left: 50%;
  transform: translateX(-50%);
}
.topics_archive_ttl img {
  width: 32.3rem;
  margin: 0 auto;
  display: block;
}
.topics_archive_list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.2rem 2.6rem;
  justify-content: center;
}
.topics_archive .topics_list_img {
  margin-bottom: 1.5rem;
}
.topics_archive .topics_list_img img {
  height: 100%;
  object-fit: cover;
}
.topics_archive .topics_list_date {
  margin-bottom: .7rem;
}
.topics_archive .topics_list_meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.topics_archive .topics_list_meta .topics_list_date {
  margin-bottom: 0;
}
.topics_archive .topics_cat_label {
  border-radius: 1.5rem 0;
}
.topics_cat_label--blog {
  background: #A08962;
}
.topics_cat_label--event {
  background: #AE6033;
}
.topics_item_tags {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 2rem;
  position: relative;
}
.topics_item_tags::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: #A08962;
  -webkit-mask-image: url(../../img/common/icon_01.svg);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% auto;
  mask-image: url(../../img/common/icon_01.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topics_item_tag {
  font-size: 1.2rem;
  font-weight: 700;
  color: #A08962;
  letter-spacing: .1em;
}
.topics_archive .topics_item {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #A08962;
}

/* topics_filter
----------------------------------------*/
.topics_filter_inner {
  display: flex;
  justify-content: center;
  padding: 6rem 2rem;
}
.topics_filter_cat {
  width: 52.6rem;
}
.topics_cat_list {
  display: grid;
  grid-template-columns: repeat(3, 17rem);
  gap: 1rem;
  list-style: none;
}
.topics_cat_list li {
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, .1));
}
.topics_cat_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  background: #fff;
  color: #A08962;
  -webkit-mask-image: url(../../img/topics/category_btn.svg);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% auto;
  mask-image: url(../../img/topics/category_btn.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: 100% auto;
}
.topics_cat_list li.current a {
  background: #A08962;
  color: #fff;
}

/* topics_filter_archives
----------------------------------------*/
.topics_filter_archives {
  width: 47.1rem;
  margin-left: 6.3rem;
  margin-top: 1rem;
}
.topics_filter_archives_ttl {
  font-size: 1.4rem;
  letter-spacing: .08em;
  color: #A08962;
  border-bottom: .1rem solid #B8A585;
  padding-bottom: 1.2rem;
  margin-bottom: 1.3rem;
}
.topics_filter_archives_wrap {
  position: relative;
  width: 100%;
}
.topics_filter_archives_wrap::after {
  content: '';
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url('../../img/form/icon_arrow_gold.svg') no-repeat center / contain;
  pointer-events: none;
}
.topics_filter_archives_wrap select {
  width: 100%;
  max-width: 100%;
  height: 5rem;
  padding: 0 2rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .1em;
  color: #333;
  background: #fff;
  border: .1rem solid #ECE8E2;
  border-radius: .5rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 600;
}
.topics_filter_archives_wrap select:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .mv {
    height: 30rem;
  }
  .topics_index .mv_ttl {
    transform: translate(-50%, 9%);
  }
  .topics_index .mv_ttl .en img {
    width: 16.8rem;
  }
  .topics_index .mv_ttl .ja {
    font-size: 1.4rem;
  }
  .topics_photos {
    width: 100%;
    margin-left: 3rem;
  }
  .topics_list {
    margin-top: 2rem;
    padding: 18.7rem 0 31rem;
    background: url(../../img/topics/bg_topics-sp.png) no-repeat center top / 100% auto;
  }
  .topics_archive {
    margin-top: -35rem;
    padding: 7.9rem 0 17.6rem;
  }
  .topics_label {
    width: 5rem;
    height: 6rem;
    top: -1.2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - .4rem), 0 100%);
  }
  .topics_label .en {
    font-size: 1.8rem;
  }
  .topics_list_ttl {
    margin-top: -6rem;
    margin-bottom: 3.3rem;
    margin-left: 3rem;
  }
  .topics_list_ttl .en {
    font-size: 1.4rem;
    margin-bottom: .6rem;
  }
  .topics_cat_label {
    height: 2.5rem;
  }
  .topics_list_ttl img {
    width: 14.6rem;
  }
  .topics_list_txt {
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: .06em;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .topics_list_img {
    margin-bottom: .8rem;
  }
  .topics_list_date {
    margin-bottom: 0.7rem;
  }
  .topics_archive_ttl img {
    width: 16.7rem;
  }
  .topics_archive_ttl::before {
    height: 8rem;
    bottom: calc(100% + 3.5rem);
  }
  .topics_archive .topics_list_txt {
    font-size: 1.5rem;
    line-height: 1.66;
    letter-spacing: .06em;
  }
  .topics_archive .topics_list_img {
    margin-bottom: 1rem;
  }
  .topics_archive_inner {
    padding: 0 3rem;
  }
  .topics_archive_inner + .topics_archive_inner {
    margin-top: 17rem;
  }
  .topics_archive .topics_list_meta {
    gap: .8rem 1.2rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .topics_archive .topics_cat_label {
    font-size: 1.1rem;
  }
  .topics_item_tags {
    margin-top: 1.5rem;
    gap: .6rem 1rem;
  }
  .topics_archive_list {
    margin-top: 5.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 7rem 2rem;
  }
  .topics_slider {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    gap: 0;
    left: 0;
  }
  .topics_slider .slick-list {
    overflow: visible;
    clip-path: inset(-2rem 0 -1rem -2rem);
  }
  .topics_slider .slick-track::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .topics_slider .slick-slide {
         float: left;
        margin-right: 0;
        padding: 0 3rem 0 0;
        box-sizing: border-box;
  }
  .topics_slider .slick-slide > div,
  .topics_slider .topics_item {
    width: 100%;
  }
  .topics_slider.slick-initialized {
    padding-bottom: 5rem;
    padding-left: 0;
  }
  .topics_slider .topics_list_meta {
    gap: .8rem 1.2rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .topics_slider .slick-prev,
  .topics_slider .slick-next {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transform: none;
  }
  .topics_slider .slick-prev img,
  .topics_slider .slick-next img {
    display: block;
    height: auto;
    width: 3rem;
  }
  .topics_slider .slick-prev {
    left: 0;
  }
  .topics_slider .slick-next {
    left: 4rem;
    right: auto;
  }
  .topics_slider .slick-next img {
    transform: scale(-1);
  }
  .topics_slider .slick-dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.3rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: .35rem;
    left: 9rem;
    bottom: 1rem;
  }
  .topics_slider .slick-dots li button {
    display: block;
    overflow: hidden;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: 0;
    background: #A08962;
    opacity: .5;
    text-indent: -99rem;
    transform: rotate(45deg);
    cursor: pointer;
    appearance: none;
  }
  .topics_slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  .topics_filter_inner {
    flex-direction: column;
    align-items: center;
    padding: 2.6rem 2rem;
  }
  .topics_filter_cat {
    width: 31rem;
  }
  .topics_cat_list {
    grid-template-columns: repeat(3, 10rem);
    gap: .7rem .5rem;
  }
  .topics_cat_list li a {
    width: 10rem;
    height: 4rem;
    font-size: 1rem;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .topics_filter_archives {
    width: 31rem;
    margin-left: 0;
    margin-top: 2.2rem;
  }
  .topics_filter_archives_ttl {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
  .topics_filter_archives_wrap select {
    height: 4rem;
    font-size: 1rem;
  }
  .topics_filter_archives_wrap::after {
    right: 2rem;
  }
}

/* topics_detail_mv
----------------------------------------*/
body {
	background: #fff;
}
main::before {
	content: '';
	display: block;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../img/common/bg_01.jpg) no-repeat center center / cover;
	margin-bottom: -100vh;
}
.topics_detail_mv {
	padding-top: 14.8rem;
}
.topics_detail_mv_inner {
	display: flex;
	align-items: center;
	gap: 12.1rem;
	max-width: calc(50% + 58rem);
	transform: translateZ(0);
}
.topics_detail_mv_img {
	flex: 1 1 0;
	min-width: 0;
}
.topics_detail_mv_img img {
	width: 100%;
	height: auto;
	display: block;
}
.topics_detail_mv_body {
	flex: 0 0 36.2rem;
  margin-top: -5.9rem;
}
.topics_detail_mv_body .topics_label {
	margin-bottom: 2.8rem;
}
.topics_detail_mv_body .topics_label {
	width: 12rem;
	height: 3rem;
	font-size: 1.3rem;
}
.topics_detail_mv_body .topics_item_ttl {
	font-size: 2.2rem;
  margin-top: 3.1rem;
	margin-bottom: 2rem;
	letter-spacing: .08em;
  line-height: 2;
}
.topics_detail_mv_body .topics_item_tag {
	font-size: 1.4rem;
}
.topics_detail_mv_body .topics_cat_label {
	border-radius: 1.5rem 0;
}
.topics_detail .topics_item_tags::after {
	display: none;
}
@media only screen and (max-width: 768px) {
	.topics_detail_mv {
		padding-top: 11rem;
	}
}

/* topics_detail_body
----------------------------------------*/
.topics_detail_body {
	padding: 6.4rem 0 20rem;
}
.topics_detail_img {
	margin-bottom: 1.8rem;
}
.topics_detail_img + .topics_detail_event_badge {
  margin-top: 7.7rem;
}
.topics_detail_img + .topics_detail_event_ttl {
  margin-top: 5.6rem;
}
.topics_detail_img img {
	width: 100%;
	height: auto;
	display: block;
}
.topics_detail_img figcaption {
	font-size: 1.4rem;
	letter-spacing: .1em;
	color: #333333;
	margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.topics_detail_heading {
	background: #fff;
	padding: 4.2rem 3rem 2.2rem;
	margin-bottom: 7.5rem;
	box-shadow: .2rem .2rem .8rem rgba(0, 0, 0, .08);
  border: .1rem solid #A08962;
}
.topics_detail_heading + .topics_detail_heading {
  margin-top: -6.5rem;
}
.topics_detail_heading_sub {
	font-size: 2.4rem;
	font-weight: 700;
	color: #A08962;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}
.topics_detail_heading--orange .topics_detail_heading_sub {
	color: #C26B48;
}
.topics_detail_heading--blue .topics_detail_heading_sub {
	color: #4D86AD;
}
.topics_detail_heading_main {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #333;
	line-height: 2;
	margin-bottom: 1.2rem;
  text-align: center;
}
.topics_detail_heading_main p {
  padding: 0px 130px;
}
.topics_detail_heading_sub2 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	letter-spacing: .16em;
}
.topics_detail_body_content > h3 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #333;
	line-height: 1.7;
	margin-top: 7rem;
	margin-bottom: 2.1rem;
	padding-top: 5.6rem;
	border-top: none;
	position: relative;
}
.topics_detail_body_content > h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 105.9rem;
	height: .1rem;
	background: #D2C5AE;
}
.topics_detail_body_content > h3:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.topics_detail_body_content > h3:first-of-type::before {
	display: none;
}
.topics_detail_body_content > h3.free-ttl {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #A08962;
	line-height: 1.58;
	margin-bottom: 2rem;
	border-top: none;
	padding-top: 0;
	margin-top: 4rem;
}
.topics_detail_body_content > h3 span {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	color: #A08962;
	letter-spacing: .16em;
	line-height: 1;
	margin-bottom: 1.6rem;
}
.topics_detail_body_content > p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #555;
	line-height: 2;
	margin-bottom: 1.2rem;
}
.topics_detail_body_content > p + .topics_detail_img {
	margin-top: 9rem;
}
.topics_detail_body_content > p.accent {
	color: #A08962;
	line-height: 2;
	margin: 1.2rem 0;
}
.topics_detail_body_content .topics_detail_img {
	margin-top: 6rem;
}
.topics_detail_body_inner {
	max-width: 105.9rem;
	margin: 0 auto;
	padding-bottom: 13.8rem;
  border-bottom: .1rem solid #A08962;
}
.topics_detail_date {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .15em;
	color: #918E8E;
	text-align: left;
	padding-bottom: 1.2rem;
	margin-bottom: 3.8rem;
  border-bottom: .1rem solid #D2C5AE;
}
.topics_detail_body_content {
	max-width: 76.2rem;
	margin: 0 auto;
	text-align: center;
}
.topics_detail_nav {
	max-width: 105.9rem;
	margin: 1.3rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topics_detail_back {
	max-width: 105.9rem;
	margin: 0 auto 6rem;
	text-align: center;
}
.topics_back_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30rem;
	height: 6rem;
	background: transparent;
	color: #A08962;
	border: .1rem solid #A08962;
	border-radius: 3rem 0;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
	position: relative;
}
.topics_back_btn::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #A08962;
	-webkit-mask-image: url(../../img/form/icon_arrow_right.svg);
	mask-image: url(../../img/form/icon_arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: scaleX(-1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3rem;
	margin: auto 0;
}
.topics_detail_body .pagination_next {
	margin-right: -.6rem;
}
.topics_detail_body .pagination_prev {
	margin-left: -.6rem;
}
.topics_detail_nav .pagination_prev img {
	transform: scaleX(-1);
}
.topics_detail_highlight {
	position: relative;
	padding: 4rem 0 11rem;
	margin-top: 12.4rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: visible;
}
.topics_detail_highlight::after {
	content: '';
	position: absolute;
	inset: 0;
	background: url(../../img/topics/detail/bg_topics_detail.jpg) no-repeat center center / cover;
	background-attachment: scroll;
	z-index: 0;
}
.topics_detail_highlight_inner {
	max-width: 76.2rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.topics_detail_highlight p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 2;
	color: #333;
}
.topics_detail_highlight p + p {
  margin-top: 2.2rem;
}
.topics_detail_highlight .topics_detail_img {
  margin-bottom: 5rem;
}
.topics_detail_highlight + .topics_detail_img {
  margin-top: 0;
}
.topics_detail_section_ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .16em;
	color: #333333;
  margin-top: 7rem;
}
.topics_detail_section_ttl .en {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .16em;
	color: #A08962;
	margin-bottom: 1.6rem;
}
.topics_detail_reserve .topics_detail_img {
	width: 50rem;
	margin: 5.5rem auto 0;
}
.topics_detail_reserve .topics_detail_event_badge {
  margin-bottom: 3rem;
}
.topics_detail_reserve + .topics_detail_img {
  margin-top: 12rem;
}
.topics_detail_note {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .16em;
	text-align: center;
}
.topics_detail_note_keyword {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50rem;
	height: 6rem;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #A08962;
	background: #fff;
	margin: 1rem auto 1.4rem;
}
.topics_detail_event_badge {
	display: flex;
	justify-content: center;
	margin-bottom: 3.7rem;
}
.topics_detail_highlight_inner > .topics_detail_event_badge:first-child {
	transform: translateY(-50%);
	margin-top: -4rem;
}
.topics_detail_event_badge p,
.topics_detail_event_badge h2,
.topics_detail_event_badge a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43.5rem;
	height: 6rem;
	background: #A08962;
	border-radius: 4.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #fff;
	gap: .5rem;
	text-decoration: none;
}
.topics_detail_event_badge p span {
	font-size: 1.6rem;
  margin-bottom: -.6rem;
}
.topics_detail_event_badge p span:first-child {
	margin-right: .5rem;
}
.topics_detail_event_ttl {
	text-align: center;
	margin-bottom: 3rem;
}
.topics_detail_event_ttl .topics_detail_event_ttl_main {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: #A08962;
	line-height: 1;
}
.topics_detail_event_ttl .topics_detail_event_ttl_sub {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: #A08962;
}
.topics_detail_info {
	margin: 5rem 0;
	background: #fff;
}
.topics_detail_info + .topics_detail_reserve {
  margin-top: 9.8rem;
}
.topics_detail_info + .topics_detail_section_ttl {
  margin-top: 11.8rem;
}
.topics_detail_info_inner {
	width: 54rem;
	margin: 0 auto;
	padding-block: 3rem;
}
.topics_detail_qa + .topics_detail_info .topics_detail_info_inner {
  padding-block: 5.8rem
}
.topics_detail_info_item {
	text-align: center;
	padding: 2.5rem 0;
	border-bottom: .1rem solid #D2C5AE;
}
.topics_detail_info_item:first-child {
	padding-top: 0;
}
.topics_detail_info_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.topics_detail_info_label {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: #333;
	margin-bottom: .8rem;
}
.topics_detail_info_date {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #A08962;
	margin-bottom: 1.5rem;
}
.topics_detail_info_ttl {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #333;
  margin-bottom: 1rem;
}
.topics_detail_info_schedule_time {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #A08962;
  margin-bottom: 0.7rem;
}
.topics_detail_info_time {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	color: #333;
}
.topics_detail_info_time + .topics_detail_info_note {
  margin-top: .8rem;
}
.topics_detail_info_main {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #333;
	margin-bottom: .6rem;
}
.topics_detail_info_note {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.84;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: .6rem;
  letter-spacing: .1em;
}
.topics_detail_info_note + .topics_detail_info_main {
  margin-top: 2.4rem;
}
.topics_detail_info_male {
	color: #4264B4;
}
.topics_detail_info_female {
	color: #D07A4C;
}
.topics_detail_info_tel,
.topics_detail_info a[href^="tel:"] {
  display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #A08962;
  text-decoration: underline;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* topics_detail_qa
----------------------------------------*/
.topics_detail_qa {
	margin-top: 4rem;
  padding-top: 4rem;
  border-top: .1rem solid #A08962;
    margin-bottom: 60px;
}
.topics_detail_qa + .topics_detail_info {
  margin-top: 9rem;
}
.topics_detail_qa_item + .topics_detail_qa_item {
	margin-top: 5.3rem;
}
.topics_detail_qa_q {
	display: flex;
	gap: 1rem;
	width: 76.2rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 1.88;
	color: #A08962;
	border-bottom: .1rem solid #A08962;
	padding-bottom: 1.4rem;
	margin-bottom: 2rem;
}
.topics_detail_qa_q::before {
	content: "Q.";
	flex-shrink: 0;
}
.topics_detail_qa_a {
	display: flex;
	gap: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 2;
	color: #333;
  text-align: left;
}
.topics_detail_qa_a::before {
	content: "A.";
	flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .topics_detail_heading_main p {
  padding: 0 0px;
}
	.topics_detail_mv_inner {
		flex-direction: column;
		max-width: 100%;
		gap: 0;
	}
	.topics_detail_mv_img {
		width: 100%;
	}
	.topics_detail {
		background: none;
	}
  .topics_detail .topics_cat_label {
    height: 3rem;
  }
  .topics_detail .topics_item_tags {
    font-size: 1.2rem;
    justify-content: center;
  }
  .topics_detail .topics_item_tag {
    font-size: 1.2rem;
  }
	.topics_detail_body {
		padding: 3rem 2rem 14rem;
	}
	.topics_detail_body_inner {
		padding: 0 0 7.8rem;
	}
	.topics_detail_mv_body {
    margin-top: 0;
		        padding: 3.8rem 2rem;
		text-align: center;
		flex: 0 0 auto;
	}
  .topics_detail_mv_body .topics_item_ttl {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .topics_detail_date {
    font-size: 1.2rem;
    padding-bottom: 1.6rem;
  }
	.topics_detail_img {
		margin-bottom: 2rem;
	}
  .topics_detail_img figcaption {
    font-size: 1.2rem;
  }
  .topics_detail_img_full {
    margin-inline: -2rem;
  }
  .topics_detail_img + .topics_detail_event_badge {
    margin-top: 5.5rem;
  }
  .topics_detail_img + .topics_detail_event_ttl {
    margin-top: 3.6rem;
  }
	.topics_detail_heading {
    margin-top: 4rem;
		padding: 1.4rem 2rem 1.4rem;
		margin-bottom: 5rem;
	}
  .topics_detail_heading + .topics_detail_heading {
    padding-block: 2rem;
    margin-top: -4rem;
  }
	.topics_detail_heading_sub {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.topics_detail_heading_main {
		font-size: 1.3rem;
    margin-bottom: 0;
    letter-spacing: .1em;
	}
	.topics_detail_heading_sub2 {
		font-size: 1.6rem;
	}
	.topics_detail_body_content > h3 {
		font-size: 1.8rem;
		margin-top: 4rem;
		padding-top: 1.8rem;
		margin-bottom: 1.3rem;
    letter-spacing: .1em;
	}
	.topics_detail_body_content > h3::before {
		width: 35rem;
	}
	.topics_detail_body_content > h3.free-ttl {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
		margin-top: 3.2rem;
	}
	.topics_detail_body_content > h3 span {
		font-size: 1.9rem;
		margin-bottom: .7rem;
	}
	.topics_detail_body_content > p {
		font-size: 1.3rem;
    letter-spacing: .1em;
	}
	.topics_detail_body_content > p + .topics_detail_img {
		margin-top: 8rem;
	}
	.topics_detail_body_content > p.accent {
		margin: 1.3rem 0;
	}
	.topics_detail_body_content .topics_detail_img {
		margin-top: 4rem;
	}
	.topics_detail_nav {
		margin-top: 2rem;
	}
	.topics_detail_back {
		margin-top: 2.2rem;
	}
	.topics_back_btn {
		width: 33rem;
	}
	.topics_detail_highlight {
		padding: 3rem 0 7.5rem;
		margin-top: 10rem;
	}
	.topics_detail_highlight::after {
		background-image: url(../../img/topics/detail/bg_topics_detail-sp.jpg);
	}
  .topics_detail_highlight + .topics_detail_img {
    margin-top: 0;
  }
	.topics_detail_highlight_inner {
		padding: 0 2rem;
	}
	.topics_detail_highlight_inner > .topics_detail_event_badge:first-child {
		margin-top: -3rem;
    margin-bottom: 3.7rem;
	}
  .topics_detail_highlight p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .1em;
  }
  .topics_detail_highlight .topics_detail_img {
    margin-bottom: 2.2rem;
  }
	.topics_detail_event_badge p,
	.topics_detail_event_badge h2,
	.topics_detail_event_badge a {
		width: 100%;
		max-width: 33rem;
		height: 5rem;
		font-size: 1.8rem;
	}
  .topics_detail_event_badge {
    margin-bottom: 2.7rem;
  }
  .topics_detail_reserve .topics_detail_event_badge {
    margin-bottom: 2rem;
  }
	.topics_detail_event_badge_date {
		font-size: 2rem;
	}
  .topics_detail_event_badge + .topics_detail_event_ttl {
    margin-top: -3.6rem;
  }
  .topics_detail_event_badge p span {
    margin-bottom: -.4rem;
  }
	.topics_detail_event_ttl_main {
		font-size: 2.4rem;
	}
  .topics_detail_event_ttl .topics_detail_event_ttl_main {
    font-size: 2.6rem;
    line-height: 1.1;
  }
  .topics_detail_event_ttl .topics_detail_event_ttl_sub {
    font-size: 1.3rem;
  }
  .topics_detail_event_ttl + .topics_detail_img {
    margin-top: 3.6rem;
  }
  .topics_detail_info {
    margin: 2rem auto;
  }
  .topics_detail_info + .topics_detail_reserve {
    margin-top: 6rem;
  }
  .topics_detail_info_item {
    padding: 1.5rem 0;
  }
  .topics_detail_info_label {
    font-size: 1.3rem;
  }
  .topics_detail_info_date {
    margin-bottom: .5rem;
  }
  .topics_detail_info_time {
    font-size: 1.4rem;
  }
  .topics_detail_info_note {
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .topics_detail_info_ttl {
    letter-spacing: .1em;
  }
  .topics_detail_info + .topics_detail_section_ttl {
    margin-top: 5rem;
  }
  .topics_detail_info--left .topics_detail_info_ttl {
    font-size: 1.6rem;
  }
  .topics_detail_info--left .topics_detail_info_item {
    text-align: left;
  }
  .topics_detail_event_text {
    margin-inline: 1rem;
  }
  .topics_detail_info_inner {
    width: 100%;
    padding: 2.8rem 2rem;
    box-sizing: border-box;
  }
  .topics_detail_note {
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .topics_detail_note_keyword {
    width: 24rem;
    height: 5.6rem;
    font-size: 2rem;
    letter-spacing: .1em;
    margin-bottom: 1.2rem;
  }
  .topics_detail_reserve .topics_detail_img {
    margin-top: 3rem;
    width: 31rem;
  }
  .topics_detail_reserve + .topics_detail_img {
    margin-top: 10.4rem;
  }
  .topics_detail_section_ttl {
    font-size: 2rem;
    letter-spacing: .1em;
    margin-top: 4.5rem;
  }
  .topics_detail_section_ttl .en {
    font-size: 1.4rem;
    letter-spacing: .08em;
    margin-bottom: 1.4rem;
  }
  .topics_detail_info_schedule_time {
    font-size: 1.3rem;
  }
  .topics_detail_qa_item + .topics_detail_qa_item {
    margin-top: 4.3rem;
  }
  .topics_detail_qa {
    margin-top: 2.2rem;
    margin-inline: 1.2rem;
    padding-top: 3rem;
  }
  .topics_detail_qa_q {
    width: 100%;
  font-size: 1.6rem;
        font-weight: 600;
    letter-spacing: .1em;
    gap: .5rem;
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
      text-align: start;
  }
  .topics_detail_qa_a {
    letter-spacing: .1em;
    line-height: 1.86;
  }
  .topics_detail_qa + .topics_detail_info {
    margin-top: 6.6rem;
    text-align: left;
  }
  .topics_detail_qa + .topics_detail_info .topics_detail_info_inner {
    padding-block: 3rem;
  }
  .topics_detail_qa + .topics_detail_info .topics_detail_info_label {
    text-align: center;
    margin-bottom: 1.8rem;
  }
  .topics_detail_qa + .topics_detail_info .topics_detail_info_note {
    font-size: 1.3rem;
  }
  .topics_detail_info_tel,
  .topics_detail_info a[href^="tel:"] {
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin-top: 0.4rem;
  }
  .text_left {
    text-align: left;
  }
}
