:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
:root {
  --color-base: var(--color-red);
}
#main .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .info-list {
    padding: 0 15px;
  }
}
#main .info-list .item {
  margin-top: 15px;
}
#main .info-list .item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  #main .info-list .item a {
    flex-wrap: wrap;
    gap: 5px 10px;
  }
}
#main .info-list .item a .tag {
  flex: 0 0 120px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .info-list .item a .tag {
    flex-basis: 100px;
    font-size: 12px;
  }
}
#main .info-list .item a .tag.category_13 {
  background-color: #dc8282;
}
#main .info-list .item a .tag.category_12 {
  background-color: #f0b43c;
}
#main .info-list .item a .tag.category_11 {
  background-color: #96bed2;
}
#main .info-list .item a .tag.category_14 {
  background-color: #a0a08c;
}
#main .info-list .item a .tag.campaign {
  background-color: #dc8282;
}
#main .info-list .item a .tag.event {
  background-color: #f0b43c;
}
#main .info-list .item a .tag.notice {
  background-color: #96bed2;
}
#main .info-list .item a .tag.estate {
  background-color: #a0a08c;
}
#main .info-list .item a .date {
  flex: 0 0 112px;
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  #main .info-list .item a .date {
    flex: 1 1 auto;
    font-size: 13px;
  }
}
#main .info-list .item a .title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .info-list .item a .title {
    flex-basis: 100%;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}
#main .pagination {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 50px auto;
  list-style: none;
  max-width: 1000px;
  gap: 15px;
}
#main .pagination li {
  font-size: 15px;
  line-height: 1;
}
#main .pagination li a, #main .pagination li span {
  color: var(--color-text);
}
#main .pagination li.prev a, #main .pagination li.prev span, #main .pagination li.next a, #main .pagination li.next span {
  color: var(--color-text);
}
#main .pagination li.page a, #main .pagination li.page span {
  padding: 5px;
  display: block;
  text-align: center;
  color: var(--color-text);
}
#main .pagination li.active span {
  color: var(--color-red);
}
#main .pagination li a {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  #main .pagination li a:hover {
    color: var(--color-red);
  }
}
#main .topic_detail .topic_detail_header, #main .topic_detail .topic_contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
#main .topic_detail .topic_contents {
  padding-top: 85px;
}
#main .topic_detail .topic_title {
  padding: 7.5px 8px 8.5px;
  margin: 0 auto 20px;
  background-image: linear-gradient(to right, #C6001E, #DD6678);
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
  /*margin: 0 auto 20px;
			font-weight: normal;
			@include font(true, 34, 46);

			@include media(sp) {
			margin: 0 0 10px;
			padding: 0 15px;
			font-size: 24px;
			line-height: 1.4;
		}*/
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_title {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_title {
    font-size: 21px;
  }
}
#main .topic_detail .topic_release_date {
  margin: 30px 0;
  font-size: 15px;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_release_date {
    margin: 10px 0;
    padding: 0 15px;
    font-size: 13px;
  }
}
#main .topic_detail .topic_contents {
  border-top: 1px solid var(--color-base);
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents {
    padding: 20px 15px 20px;
  }
}
#main .topic_detail .topic_contents section.block-section:first-child > .block:first-child {
  margin-top: 0;
  padding-top: 0;
}
#main .topic_detail .topic_contents .block-section + .block-section {
  margin-top: 25px;
}
#main .topic_detail .topic_contents .block {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
#main .topic_detail .topic_contents .block.list, #main .topic_detail .topic_contents .block.table {
  margin-top: 25px;
  margin-bottom: 25px;
}
#main .topic_detail .topic_contents .block-section {
  padding: 0 0 40px;
  /*&.bg_gray {
				background: $color-bg;

				@include media(sp) {
				margin-right: -15px;
				margin-left: -15px;
				padding-top: 20px;
				padding-bottom: 20px;
				padding-right: 15px;
				padding-left: 15px;

			}
			}*/
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section {
    padding: 10px 0;
  }
}
#main .topic_detail .topic_contents .block-section:first-child {
  margin-top: 0;
}
#main .topic_detail .topic_contents .block-section.bg {
  padding: 20px 0;
}
#main .topic_detail .topic_contents .block-section .block {
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block {
    margin: 20px auto;
  }
}
#main .topic_detail .topic_contents .block-section .block.text {
  /*h1 {
				margin: 30px 0;
				@include font(true, 36, 60);

				@include media(sp) {
				margin: 20px 0;
				font-size: 26px;
				line-height: 1.45;
			}
			}

				h2 {
				margin: 30px 0;
				@include font(true, 32, 60);

				@include media(sp) {
				margin: 20px 0;
				font-size: 24px;
				line-height: 1.45;
			}
			}*/
}
#main .topic_detail .topic_contents .block-section .block.text.h1 h1 {
  padding: 7.5px 8px 8.5px;
  margin: 0 auto 20px;
  background-image: linear-gradient(to right, #C6001E, #DD6678);
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h1 h1 {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h1 h1 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h2 h2 {
  padding: 0 8px 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h2 h2 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h2 h2::before, #main .topic_detail .topic_contents .block-section .block.text.h2 h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
}
#main .topic_detail .topic_contents .block-section .block.text.h2 h2::before {
  width: 100%;
  height: 4px;
  background-color: #E6E6E6;
}
#main .topic_detail .topic_contents .block-section .block.text.h2 h2::after {
  width: 100px;
  height: 4px;
  background-color: var(--color-base);
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h2 h2 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h3 h3 {
  padding: 7.5px 8px 8.5px;
  background-color: #ffffff;
  background-image: radial-gradient(#f6f6f6 15%, rgba(255, 255, 255, 0) 25%);
  background-position: 0 0, 4px 4px;
  background-size: 10px 10px;
  color: var(--color-base);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
}
#main .topic_detail .topic_contents .block-section .block.text.h3 h3::before {
  content: none;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h3 h3 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h4 h4 {
  padding: 0 8px 16px;
  color: var(--color-text) !important;
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
}
#main .topic_detail .topic_contents .block-section .block.text.h4 h4::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-size: 1rem 1rem;
  background: repeating-linear-gradient(45deg, var(--color-base) 1.5px 3px, #fff 3px 5.5px);
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h4 h4 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h5 h5 {
  padding-left: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h5 h5 {
    padding-left: 13px;
    font-size: 18px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h5 h5::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: var(--color-base);
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h5 h5::before {
    top: 6px;
    height: 23px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h5 h5::before {
  top: 2px;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h5 h5 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h6 h6 {
  margin: 0 0 0 -6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.12em;
  position: relative;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h6 h6 {
    padding-left: 56px;
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h6 h6::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 37px);
  width: calc(50vw - 543px);
  mask-image: url(../media/images/common/stripe.svg);
  mask-size: contain;
  mask-position: right;
  background-color: var(--color-red);
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h6 h6::before {
    height: 20px;
    top: 5px;
    width: 50px;
    right: calc(100vw - 65px);
    mask-size: cover;
  }
}
#main .topic_detail .topic_contents .block-section .block.text.h6 h6::before {
  height: 20px;
}
@media screen and (min-width: 768px) {
  #main .topic_detail .topic_contents .block-section .block.text.h6 h6::before {
    top: 7px;
    right: calc(100% + 22px);
    width: calc(50vw - 422px);
  }
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h6 h6::before {
    right: calc(100vw - 71px);
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text.h6 h6 {
    font-size: 21px;
  }
}
#main .topic_detail .topic_contents .block-section .block.text p, #main .topic_detail .topic_contents .block-section .block.text .div {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.042em;
}
@media screen and (max-width: 767px) {
  #main .topic_detail .topic_contents .block-section .block.text p, #main .topic_detail .topic_contents .block-section .block.text .div {
    font-size: 14px;
  }
}
#main .topic_detail .topic_contents .block-section .block.images li {
  margin: 0;
}
#main .topic_detail .topic_contents .block.section {
  /*div.block {

		@for $i from 1 through 6 {
		&.h#{$i} {
		h#{$i} {
		@include title(#{$i});
	}
	}
	}
	}*/
}
#main .topic_detail .topic_contents .block.section.first {
  padding: 0;
}
#main .topic_detail .topic_contents .block.section .image img {
  max-width: 100%;
}
/*# sourceMappingURL=./topics.css.map */