@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@700&display=swap");
/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

/*----------------------------------------------------------------------------
	article
----------------------------------------------------------------------------*/
article {
  background-color: #232323;
}

/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
main {
  padding-left: 140px;
}
@media screen and (max-width: 767px) {
  main {
    padding-left: 0;
    padding-bottom: 48vw;
  }
}

aside {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  align-self: start;
}
@media screen and (max-width: 767px) {
  aside {
    position: static;
    top: 0;
  }
}

/*----------------------------------------------------------------------------
	section
----------------------------------------------------------------------------*/
.section_title {
  display: grid;
  grid-template-rows: auto auto;
  place-content: center;
  place-items: center;
}
.section_title h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  color: #987034;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 9.067vw;
    margin-bottom: 1.333vw;
  }
}
.section_title span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .section_title span {
    font-size: 4vw;
  }
}

/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
.main-content {
  display: grid;
  grid-template-columns: 1fr 213px;
  -moz-column-gap: 130px;
       column-gap: 130px;
  max-width: 1280px;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main-content {
    max-width: 100%;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-right: 4vw;
    padding-bottom: 21.333vw;
    padding-left: 4vw;
  }
}

/*----------------------------------------------------------------------------
	sub
----------------------------------------------------------------------------*/
.sub_title {
  padding-bottom: 11px;
  border-bottom: 1px solid #987034;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sub_title {
    padding-bottom: 2.667vw;
    margin-bottom: 4.8vw;
  }
}
.sub_title span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .sub_title span {
    font-size: 4.8vw;
  }
}
.sub_list-item:not(:last-child) {
  margin-bottom: 12px;
}
.sub_list-item a {
  display: block;
}
.sub_list-item a span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  line-height: 2.1429;
}

/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero .inner {
  padding-top: 104px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .hero .inner {
    padding-top: 14.133vw;
    padding-right: 4vw;
    padding-bottom: 13.333vw;
    padding-left: 4vw;
  }
}

/*----------------------------------------------------------------------------
	category
----------------------------------------------------------------------------*/
.category .inner {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .category .inner {
    padding-bottom: 13.333vw;
  }
}

/*----------------------------------------------------------------------------
	main
----------------------------------------------------------------------------*/
.main_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #987034;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main_title {
    padding-bottom: 2.667vw;
    margin-bottom: 2.667vw;
  }
}
.main_title span {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .main_title span {
    font-size: 7.467vw;
    line-height: 1.2857;
  }
}
.main_detail {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .main_detail {
    margin-bottom: 8vw;
  }
}
.main_detail_list {
  display: -moz-flex;
  display: flex;
}
.main_detail_list-item {
  border: 1px solid #987034;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .main_detail_list-item {
    border-radius: 3.467vw;
  }
}
.main_detail_list-item:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .main_detail_list-item:not(:first-child) {
    margin-left: 2.667vw;
  }
}
.main_detail_list-item span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #987034;
  letter-spacing: 0.03em;
  padding-top: 3px;
  padding-right: 1em;
  padding-bottom: 4px;
  padding-left: 1em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .main_detail_list-item span {
    font-size: 4.267vw;
    padding-top: 0.8vw;
    padding-bottom: 1.067vw;
  }
}
.main_detail-date span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #7b7b7b;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (max-width: 767px) {
  .main_detail-date span {
    font-size: 3.733vw;
  }
}
.main_entry {
  color: #fff;
}
.main_entry * {
  line-height: 2;
}
.main_entry h1 {
  font-size: 2em;
  font-weight: bolder;
}
.main_entry h2 {
  font-size: 1.5em;
  font-weight: bolder;
}
.main_entry h3 {
  font-size: 1.17em;
  font-weight: bolder;
}
.main_entry h4 {
  font-size: 1em;
  font-weight: bolder;
}
.main_entry h5 {
  font-size: 0.83em;
  font-weight: bolder;
}
.main_entry h6 {
  font-size: 0.75em;
  font-weight: bolder;
}
.main_entry p {
  font-size: 1em;
}
.main_entry strong {
  font-weight: bolder;
}
.main_entry ul {
  list-style-type: disc;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .main_entry ul {
    margin-left: 2em;
  }
}
.main_entry ol {
  list-style-type: decimal;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .main_entry ol {
    margin-left: 2em;
  }
}
.main_entry em {
  font-style: italic;
}
.main_entry a {
  text-decoration: underline;
}
.main_entry .wp-block-embed {
  overflow-wrap: anywhere;
}
/*# sourceMappingURL=single.css.map */