@charset "UTF-8";

/* Reset CSS
============================================================================= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  /* color-scheme: dark light; */
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img) {
  vertical-align: bottom;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  font-weight: inherit;
  line-height: inherit;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(table) {
  border-spacing: 0;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(input, select, button, optgroup, textarea) {
  font-family: inherit;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
:where(button, input) {
  overflow: visible;
}
:where(button::-moz-focus-inner, input::-moz-focus-inner) {
  border: 0;
  padding: 0;
}
:where(button:-moz-focusring, input:-moz-focusring) {
  outline: 1px dotted ButtonText;
}
:where(button, select) {
  cursor: pointer;
  text-transform: none;
}
:where([type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner) {
  border: none;
}

/* Custom Properties
============================================================================= */
:root {
  --header-height: 1rem;

  --ff-cormorant: "Cormorant", serif;
}

@media (max-width: 767px) {
  :root {
    --header-height: 0.5rem;
  }
}

/* Base CSS
============================================================================= */
html {
  font-weight: 700;
  font-family: "Noto Serif", serif;
  font-size: 100px;
  font-feature-settings: "palt";
  font-size: clamp(74px, 100 / 1600 * 100vw, 100px);
}
@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: max(85px, 100 / 375 * 100vw);
  }
}

body {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}
@media (min-width: 768px) {
  body {
    min-width: 1024px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.14rem;
    line-height: 1.6;
  }
}

/* Scroll Margin
----------------------------------------------------------------------------- */
*[id]:target {
  scroll-margin-top: var(--header-height);
}

/* General ._
============================================================================= */

/* Display
----------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  ._md {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._pc {
    display: none !important;
  }
}

._text-img img {
  display: inline-block;
}

@media (min-width: 1024px) {
  :where(a) {
    transition: opacity 0.3s;
  }
  :where(a:hover) {
    opacity: 0.7;
  }
}

/* Parts
============================================================================= */
._heading01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._heading01-main {
  font-size: 0.54rem;
  line-height: 1;
  position: absolute;
}
._heading01.-white ._heading01-main {
  color: #fff;
}
._heading01-main small {
  font-size: 0.4rem;
}
._heading01-back {
  font-family: var(--ff-cormorant);
  color: #dcdcdc;
  font-size: 2rem;
  line-height: 0.65;
}
._heading01.-white ._heading01-back {
  color: #262626;
}
@media (max-width: 767px) {
  ._heading01-main {
    font-size: 0.21rem;
  }
  ._heading01-main small {
    font-size: 0.16rem;
  }
  ._heading01-back {
    font-size: 0.79rem;
  }
}

._text01 {
  text-align: justify;
  font-weight: 500;
}
@media (min-width: 768px) {
  ._text01 {
    font-size: 0.2rem;
    line-height: 1.85;
  }
}
@media (max-width: 767px) {
  ._text01 {
  }
}

._text02 {
  font-size: 0.32rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #9b7b45;
}
@media (max-width: 767px) {
  ._text02 {
    font-size: 0.17rem;
    text-align: center;
  }
}

._text03 {
  font-size: 0.14rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  ._text03 {
    font-size: 0.09rem;
    text-align: center;
  }
}

._point {
  padding-block: 0.32rem;
  text-align: center;
  position: relative;
}
._point > * {
  position: relative;
  z-index: 1;
}
._point::before,
._point::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
._point::before {
  display: block;
  margin: auto;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(-30deg, #d5b373 0%, #e9d08c 20%, #fbecc0 50%, #e9d08c 80%, #d5b373 100%);
  inset: 0;
  mix-blend-mode: multiply;
}
._point::after {
  border: 1px solid;
  inset: 0.1rem;
}
._point-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  font-family: var(--ff-cormorant);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  line-height: 0.65;
}
._point-heading::before,
._point-heading::after {
  content: "";
  border-bottom: 1px solid;
  width: 0.8rem;
}
._point-desc {
  margin-block-start: 0.2rem;
  font-size: 0.27rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  ._point {
    margin: auto;
    width: 9.8rem;
  }
}
@media (max-width: 767px) {
  ._point {
    padding-block: 0.16rem;
  }
  ._point::before {
  }
  ._point::after {
    border: 1px solid;
    inset: 0.04rem;
  }
  ._point-heading {
    gap: 0.1rem;
    font-size: 0.27rem;
  }
  ._point-heading::before,
  ._point-heading::after {
    width: 0.3rem;
  }
  ._point-desc {
    margin-block-start: 0.1rem;
    padding-inline: 0.4rem 0.12rem;
    font-size: 0.14rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
  }
  ._point-desc > span {
    display: inline-block;
    text-indent: -1.5em;
  }
  ._point-desc {
  }
}

._link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 3.05rem;
  height: 0.72rem;
  font-size: 0.22rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  will-change: opacity, box-shadow;
}
._link-button::before,
._link-button::after {
  content: "";
  display: block;
}
._link-button::before {
  margin: auto;
  border: 1px solid;
  pointer-events: none;
  position: absolute;
  inset: 0.05rem;
}
._link-button::after {
  border-radius: 50%;
  width: 3.35rem;
  height: 1.32rem;
  position: absolute;
  top: -0.84rem;
  z-index: -1;
}
._link-button > span {
  z-index: 2;
  position: relative;
}
._link-button.-contact {
  background-color: #998675;
}
._link-button.-contact::after {
  background-color: #736357;
}
._link-button.-site {
  background-color: #333;
}
._link-button.-site::after {
  background-color: #000;
}
@media (max-width: 767px) {
  ._link-button {
    width: 1.65rem;
    height: 0.37rem;
    font-size: 0.12rem;
    letter-spacing: 0.02em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  }
  ._link-button::before {
    inset: 0.03rem;
  }
  ._link-button::after {
    border-radius: 50%;
    width: 1.8rem;
    height: 0.72rem;
    position: absolute;
    top: -0.46rem;
    z-index: -1;
  }
}

._drop-shadow01 {
  filter: drop-shadow(0.09rem 0.09rem 0.09rem rgba(0, 0, 0, 0.75));
}
._box-shadow01 {
  box-shadow: 0.09rem 0.09rem 0.09rem rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  ._drop-shadow01 {
    filter: drop-shadow(0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.75));
  }
  ._box-shadow01 {
    box-shadow: 0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.75);
  }
}

._table-heading01 {
  margin-block-end: 0.08rem;
  font-size: 0.24rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  ._table-heading01 {
    margin-block-end: 0.04rem;
    font-size: 0.14rem;
  }
}

._table01 {
  padding: 0.12rem 0.16rem;
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  font-size: 0.24rem;
}
._table01 + ._table01 {
  margin-top: 0.24rem;
}
._table01.-fmin {
  font-size: 0.22rem;
}
._table01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
._table01 :is(tr, th, td) {
  position: relative;
}
._table01 tr :is(th, td) {
  padding: 0.12rem 0.16rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
._table01 tr:first-child :is(th, td) {
  padding-block-start: 0.04rem;
}
._table01 tr:last-child :is(th, td) {
  padding-block-end: 0.04rem;
}
._table01 tr :is(th, td):not(.bl):first-child {
  /* padding-inline-start: 0.08rem; */
}
._table01 tr :is(th, td):last-child {
  padding-inline-end: 0.08rem;
}
._table01 tr + tr :is(th, td) {
  border-top: 1px solid #fff;
}
._table01 tr :is(th, td):not(:first-child:not(.bl)) {
  border-left: 1px solid #fff;
}
._table01 tr :is(th, td).right {
  text-align: right;
}
._table01 tr :is(th, td).center {
  text-align: center;
}
@media (min-width: 768px) {
  ._table01 {
    min-width: 5.44rem;
  }
}
@media (max-width: 767px) {
  ._table01 {
    padding: 0.06rem 0.04rem;
    font-size: 0.13rem;
  }
  ._table01.-fmin {
    font-size: 0.11rem;
  }
  ._table01 tr :is(th, td) {
    padding: 0.06rem 0.04rem;
  }
  ._table01 tr:first-child :is(th, td) {
    padding-block-start: 0.02rem;
  }
  ._table01 tr:last-child :is(th, td) {
    padding-block-end: 0.02rem;
  }
  ._table01 tr :is(th, td):first-child:not(.bl) {
    padding-inline-start: 0;
  }
  ._table01 tr :is(th, td):last-child {
    padding-inline-end: 0;
  }
}

._table-caution01 {
  margin-block-start: 0.12rem;
  font-size: 0.14rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
._table-caution01.-right {
  text-align: right;
}
._table-caution01 + ._table-caution01 {
  margin-block-start: 0.04rem;
}
@media (max-width: 767px) {
  ._table-caution01 {
    margin-block-start: 0.08rem;
    font-size: 0.1rem;
  }
  ._table-caution01 + ._table-caution01 {
    margin-block-start: 0.04rem;
  }
}

/* Layout
============================================================================= */
/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #000; */
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  z-index: 10000;

  background-color: #fff;
}
.header-logo {
  width: 2.52rem;
}
@media (max-width: 767px) {
  .header-logo {
    width: 1.24rem;
  }
}

.header-spmenu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--header-height);
  height: var(--header-height);
  position: absolute;
  right: 0;
}
.header-spmenu-button > i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.45rem;
  height: 0.45rem;
  position: relative;
}
.header-spmenu-button > i::before,
.header-spmenu-button > i::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.04rem;
  /* background-color: #fff; */
  background-color: #000;
  position: absolute;
  transition: transform 0.3s;
}
.header-spmenu-button > i::before {
  transform: translateY(-0.06rem);
}
.header-spmenu-button > i::after {
  transform: translateY(0.06rem);
}
.__spmenu-open .header-spmenu-button > i::before {
  transform: rotate(45deg);
}
.__spmenu-open .header-spmenu-button > i::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .header-spmenu-button > i {
    width: 0.24rem;
    height: 0.24rem;
  }
  .header-spmenu-button > i::before,
  .header-spmenu-button > i::after {
    height: 2px;
  }
  .header-spmenu-button > i::before {
    transform: translateY(-0.03rem);
  }
  .header-spmenu-button > i::after {
    transform: translateY(0.03rem);
  }
}

.header-spmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block-start: var(--header-height);
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.__spmenu-open .header-spmenu {
  opacity: 1;
  pointer-events: auto;
}
.header-spmenu_inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-spmenu-item {
  transition: color 0.3s;
}
.header-spmenu-item.__current {
  color: #f67e04;
}
@media (max-width: 767px) {
  .header-spmenu {
    font-size: 0.18rem;
    padding-block-end: calc(100vh - 100svh);
  }
  .header-spmenu_inner {
    row-gap: 2em;
  }
}

/* Container */
.page_container {
  overflow: hidden;
}

/* Keyvisual */
.keyvisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block-start: var(--header-height);
  color: #fff;
  position: relative;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.keyvisual-copy {
  margin-block: auto;
  font-size: 0.34rem;
  filter: drop-shadow(0 0 0.1rem #000);
}
.keyvisual-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  margin-block-end: auto;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(0 0 0.1rem #000) drop-shadow(0 0 0.1rem #000);
}
.keyvisual-heading > * {
  display: block;
}
.keyvisual-heading::before,
.keyvisual-heading::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 6.4rem;
  height: 4px;
  background-color: #fff;
}
.keyvisual-heading > span {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.keyvisual-heading > small {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}
.keyvisual-img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.keyvisual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual-english {
  margin-block-start: auto;
  font-size: 4.85vw;
  font-family: var(--ff-cormorant);
  line-height: 0.68;
  white-space: nowrap;
  filter: drop-shadow(0 0 0.1rem #000) drop-shadow(0 0 0.1rem #000);
}
.keyvisual-link {
  width: 1.48rem;
  position: absolute;
  bottom: 1.2rem;
}
@media (min-width: 768px) {
  .keyvisual-link:hover {
    opacity: 0.7;
  }
  .keyvisual-link {
    left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .keyvisual {
    height: 100svh;
  }
  .keyvisual-copy {
    font-size: 0.15rem;
    letter-spacing: 0.12em;
    line-height: 1.6;
    filter: drop-shadow(0 0 0.05rem #000);
  }
  .keyvisual-link {
    width: 0.76rem;
    position: absolute;
    right: 0.12rem;
    bottom: 0.09rem;
  }
  .keyvisual-heading {
    gap: 0.12rem;
    margin-block-start: -0.2rem;
    filter: drop-shadow(0 0 0.05rem #000) drop-shadow(0 0 0.05rem #000);
  }
  .keyvisual-heading::before,
  .keyvisual-heading::after {
    height: 3px;
    width: 2.55rem;
  }
  .keyvisual-heading > span {
    font-size: 0.37rem;
  }
  .keyvisual-heading > small {
    font-size: 0.28rem;
  }
  .keyvisual-english {
    margin-block-end: 0.16rem;
    margin-inline: 0.2rem auto;
    font-size: 0.36rem;
    line-height: 1;
    letter-spacing: 0.02em;
    filter: drop-shadow(0 0 0.05rem #000);
  }
}

/* Born */
.born {
  padding-block: 1.2rem 3.1rem;
  background-position: center bottom;
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
}
.born-heading img {
  width: 8.98rem;
}
.born-description {
  margin-block-start: 0.76rem;
  margin-block-start: 0.5rem;
}
.born-link {
  margin-block-start: 1.2rem;
}
.born-link img {
  width: 3.82rem;
}
@media (min-width: 768px) {
  .born {
    background-image: url(../images/born-bg_pc.png);
  }
  .born-img img {
    margin-inline: auto;
    position: absolute;
    width: 2.92rem;
    inset-inline: 0 11.48rem;
  }
}
@media (max-width: 767px) {
  .born {
    padding-block: 0.45rem 0.7rem;
    background-image: url(../images/born-bg_sp.png);
  }
  .born-img {
    margin-block-start: 0.16rem;
    margin-inline: auto;
    width: 1.2rem;
  }
  .born-img img {
  }
  .born-heading img {
    width: 3.24rem;
  }
  .born-description {
    margin-block-start: 0.16rem;
    margin-inline: 0.25rem;
    font-size: 0.14rem;
    text-align: left;
  }
  .born-link {
    margin-block-start: 0.4rem;
  }
  .born-link img {
    width: 1.4rem;
  }
}

/* History */
.history {
  margin-block-start: -2rem;
  padding-block: 2.7rem 3rem;
  background-image: url(../images/history-bg.png);
  background-color: #fff;
  background-repeat: repeat;
  background-position: center;
  clip-path: polygon(0% 2rem, 100% 0%, 100% 100%, 0% 100%);
}
.history-heading {
  text-align: center;
}
.history-heading img {
  width: 8.33rem;
}
.history-description {
  margin-block-start: 0.24rem;
  text-align: center;
}

.history-contents {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-block-start: 1rem;
  position: relative;
}
.history-contents::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: calc(100% - 1.6rem);
  background-color: #000;
  position: absolute;
  top: 0;
  right: calc(100% - 0.16rem);
}
.history-contents::after {
  content: "";
  display: block;
  background-color: #000;
  width: 0.24rem;
  height: 0.72rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  position: absolute;
  right: calc(100% - 0.16rem);
  bottom: calc(1.6rem - 0.7rem);
}
.history-contents-item {
  padding-inline-start: 0.8rem;
  position: relative;
}
.history-contents-item-heading {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding-inline-start: 0.8rem;
  margin-inline-start: -0.8rem;
  margin-block-start: -0.5em;
  font-size: 0.64rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.history-contents-item-heading::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  right: calc(100% - 0.2rem + 0.03rem);
}
.history-contents-item-heading-year {
  display: block;
}
.history-contents-item-heading-year > small {
  font-size: 0.3rem;
  vertical-align: middle;
}
.history-contents-item-heading-description {
  font-size: 0.37rem;
}
.history-contents-item-event {
  margin-block-start: 0.8rem;
}
.history-contents-item-event-links01 {
  display: flex;
  justify-content: center;
  column-gap: 0.3rem;
  margin-block-start: 0.8rem;
}
.history-contents-item-event-links01-item img {
  width: 3.82rem;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
}
.history-contents-item-event-item-end {
  text-align: center;
  margin-block-start: 1.5rem;
  font-size: 0.32rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .history-contents {
    margin-inline: auto;
    padding-inline-start: 0.16rem;
    width: 14rem;
    padding-inline-end: 0.3rem;
  }
  .history-contents-item-event-item.-pc-over-100 {
    /* margin-inline-end: -1rem; */
  }
  .history-contents-item-event-item.-history-2022_01 .history-contents-item-event-links01 {
    margin-block-start: -1.6rem;
    margin-inline-start: auto;
    width: 6.2rem;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .history {
    margin-block-start: -0.4rem;
    padding-block: 0.75rem 0.9rem;
    background-size: 0.35rem;
    clip-path: polygon(0% 0.4rem, 100% 0%, 100% 100%, 0% 100%);
  }
  .history-heading img {
    width: 3rem;
  }
  .history-description {
    margin-block-start: 0.2rem;
  }

  .history-contents {
    row-gap: 0.28rem;
    margin-block-start: 0.36rem;
    margin-inline: 0.16rem;
    color: #000;
  }
  .history-contents::before {
    content: none;
  }
  .history-contents::after {
    content: none;
  }
  .history-contents-item {
    padding-inline-start: 0;
    position: relative;
  }
  .history-contents-item-heading {
    column-gap: 0.16rem;
    margin-block-start: 0;
    padding: 0;
    margin-inline: 0;
    height: auto;
    font-size: 0.24rem;
  }
  .history-contents-item-heading::before {
    content: none;
  }
  .history-contents-item-heading-year > small {
    font-size: 0.14rem;
  }
  .history-contents-item-heading-description {
    font-size: 0.15rem;
    line-height: 1.35;
  }
  .history-contents-item-event {
    margin-block-start: 0.2rem;
  }
  .history-contents-item-event-links01 {
    column-gap: 0.1rem;
    margin-block-start: 0.32rem;
  }
  .history-contents-item-event-links01-item img {
    width: 1.36rem;
  }
  .history-contents-item-event-item-end {
    text-align: center;
    margin-block-start: 0.36rem;
    margin-inline: -0.2rem;
    font-size: 0.15rem;
  }
}

@media (min-width: 1024px) {
}

@media (max-width: 1023px) {
  .history-contents-item {
    padding-inline-start: 0;
    position: relative;
  }
  .history-contents::before {
    content: none;
  }
  .history-contents::after {
    content: none;
  }
}

.history-contents-item-subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-block: 0.6rem;
  font-size: 0.28rem;
  line-height: 1.2;
}
.history-contents-item-subheading::before,
.history-contents-item-subheading::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid;
}
.history-contents-item-subheading > span {
  border: 2px solid;
  padding: 0.1rem 0.6rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .history-contents-item-subheading {
    margin-block: 0.24rem;
    font-size: 0.14rem;
  }
  .history-contents-item-subheading > span {
    padding: 0.08rem 0.18rem;
  }
}

._2009-01 {
  position: relative;
}
._2009-01 > img {
  width: 4.66rem;
}
._2009-01-text-result {
  display: flex;
  gap: 0.1rem;
}
._2009-01-text-result-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.04rem;
  min-height: 1.5rem;
  align-items: center;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: relative;
}
._2009-01-text-result-item::before {
  content: "";
  display: block;
  margin: auto;
  border: 1px solid;
  position: absolute;
  inset: 0.05rem;
  pointer-events: none;
}
._2009-01-text-result-item-heading {
  font-size: 0.26rem;
  letter-spacing: 0;
  line-height: 1;
}
._2009-01-text-result-item-heading.-s {
  font-size: 0.23rem;
}
._2009-01-text-result-item-contents {
  background-image: linear-gradient(-45deg, #d5b373 25%, #fbecc0 50%, #d5b373 75%);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}
._2009-01-text-result-item-contents.-flex {
  display: flex;
  align-items: flex-end;
  gap: 0.04rem;
}
._2009-01-text-result-item-contents ._s1 {
  font-size: 0.19rem;
}
._2009-01-text-result-item-contents ._s2 {
  font-size: 0.28rem;
}
._2009-01-text-result-item-contents ._s3 {
  font-size: 0.13rem;
  text-align: right;
}
._2009-01-text-result-item-contents ._s3 > span {
  display: block;
}
._2009-01-text-result-item-contents ._c1 {
  font-size: 0.46rem;
}
._2009-01-text-result-item-caution {
  margin-block-start: 0.04rem;
  font-size: 0.11rem;
  line-height: 1;
}
._2009-01-text ._text01 {
  margin-block-start: 0.28rem;
}
@media (min-width: 768px) {
  ._2009-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
  }
  ._2009-01-text {
    width: 6.05rem;
  }
}
@media (max-width: 767px) {
  ._2009-01 > img {
    margin-inline: auto;
    width: 2.03rem;
  }
  ._2009-01-text-result {
    gap: 0.06rem;
    margin-block-start: 0.24rem;
  }
  ._2009-01-text-result-item {
    gap: 0.02rem;
    min-height: 0.92rem;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));
  }
  ._2009-01-text-result-item::before {
    inset: 0.03rem;
  }
  ._2009-01-text-result-item-heading {
    font-size: 0.14rem;
  }
  ._2009-01-text-result-item-heading.-s {
    font-size: 0.13rem;
  }
  ._2009-01-text-result-item-contents.-flex {
    display: flex;
    align-items: flex-end;
    gap: 0.04rem;
  }
  ._2009-01-text-result-item-contents ._s1 {
    font-size: 0.11rem;
  }
  ._2009-01-text-result-item-contents ._s2 {
    font-size: 0.16rem;
  }
  ._2009-01-text-result-item-contents ._s3 {
    font-size: 0.08rem;
  }
  ._2009-01-text-result-item-contents ._c1 {
    font-size: 0.25rem;
  }
  ._2009-01-text ._text01 {
    margin-block-start: 0.24rem;
  }
}

._2009-02 {
  margin-block-start: 1rem;
}
._2009-02-img {
  text-align: center;
}
._2009-02-img img {
  margin-inline: auto;
  width: 3.5rem;
}
._2009-02-img-copy {
  margin-block-start: 0.2rem;
  font-size: 0.39rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #9b7b45;
}
._2009-02-img-copy > small {
  font-size: 0.25rem;
  letter-spacing: 0;
}
._2009-02-text ._table-heading01:not(:first-child) {
  margin-block-start: 0.8rem;
}
@media (min-width: 768px) {
  ._2009-02 {
    display: flex;
    align-items: center;
    /* gap: 1.2rem; */
    gap: 1.1rem;
  }
  ._2009-02-img img {
  }
  ._2009-02-img {
    width: 6.05rem;
  }
}
@media (max-width: 767px) {
  ._2009-02 {
    margin-block-start: 0.48rem;
  }
  ._2009-02-img img {
    margin-inline: auto;
    width: 1.52rem;
  }
  ._2009-02-img-copy {
    margin-block-start: 0.1rem;
    font-size: 0.23rem;
  }
  ._2009-02-img-copy > small {
    font-size: 0.14rem;
    letter-spacing: 0;
  }
  ._2009-02-text {
    margin-block-start: 0.34rem;
  }
  ._2009-02-text ._table-heading01:not(:first-child) {
    margin-block-start: 0.2rem;
  }
}

._2009-03 {
}
._2009-03-img {
  text-align: center;
}
._2009-03-img img {
  margin-inline: auto;
  width: 3.5rem;
}
._2009-03-img-copy {
  margin-block-start: 0.2rem;
  font-size: 0.39rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #9b7b45;
}
._2009-03-img-copy > small {
  font-size: 0.25rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  ._2009-03 {
    display: flex;
    align-items: center;
    /* gap: 3.35rem; */
    gap: 3.25rem;
  }
  ._2009-03 img {
    margin-inline-start: 1.6rem;
    width: 2.3rem;
  }
}
@media (max-width: 767px) {
  ._2009-03 {
    margin-block-start: 0.34rem;
  }
  ._2009-03-img {
    text-align: center;
  }
  ._2009-03 > img {
    margin-inline: auto;
    width: 1.58rem;
  }
  ._2009-03-text ._table-heading01:first-child {
    margin-block: 0.16rem;
    text-align: center;
    font-size: 0.12rem;
  }
}

@media (min-width: 768px) {
  ._2012-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
  }
  ._2012-01 > img {
    width: 4.65rem;
  }
  ._2012-01 ._text01 {
    width: 6.08rem;
  }
}
@media (max-width: 767px) {
  ._2012-01 > img {
    margin-inline: auto;
    width: 2.03rem;
  }
  ._2012-01 ._text01 {
    margin-block-start: 0.16rem;
  }
}

._2012-02 ._text02 {
  margin-block-start: 0.5rem;
}
._2012-02 ._text03 {
  margin-block-start: 0.24rem;
}
@media (min-width: 768px) {
  ._2012-02 {
    margin-block-start: 0.2rem;
  }
  ._2012-02 :is(._text02, ._text03) {
    margin-inline-start: 0.4rem;
  }
}
@media (max-width: 767px) {
  ._2012-02 ._text02 {
    margin-block-start: 0.23rem;
  }
  ._2012-02 ._text03 {
    margin-block-start: 0.12rem;
  }
}

._2016-01-result {
  display: flex;
  gap: 0.4rem;
  margin-block-start: 1rem;
  width: 100%;
}
._2016-01-result-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0.88rem;
  font-size: 0.35rem;
  align-items: center;
  text-align: center;
  background-color: #000;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
}
._2016-01-result-item > span {
  background-image: linear-gradient(-45deg, #d5b373 25%, #fbecc0 50%, #d5b373 75%);
  -webkit-background-clip: text;
  color: transparent;
}
._2016-01-result-item::before {
  content: "";
  display: block;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  inset: 0.05rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  ._2016-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.4rem;
  }
  ._2016-01 > picture:first-child {
    flex-shrink: 0;
    width: 4.65rem;
  }
  ._2016-01 ._text01 {
    width: 6.08rem;
  }
  ._2016-01 picture:last-child {
  }
}
@media (max-width: 767px) {
  ._2016-01 > img {
    margin-inline: auto;
    width: 2.03rem;
  }
  ._2016-01 ._text01 {
    margin-block-start: 0.16rem;
  }
}

._2016-02 {
  margin-block-start: 0.6rem;
  font-weight: 500;
}
._2016-02-heading {
  width: 100%;
  font-size: 0.36rem;
  text-align: center;
}
._2016-02-desc {
  line-height: 1.7;
}
@media (min-width: 768px) {
  ._2016-02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  ._2016-02 picture {
    width: 9.2rem;
  }
}
@media (max-width: 767px) {
  ._2016-02 {
    position: relative;
  }
  ._2016-02-heading {
    margin-block-end: 0.1rem;
    font-size: 0.19rem;
    line-height: 1.4;
    text-align: center;
  }
  ._2016-02-desc {
    font-size: 0.14rem;
    line-height: 1.4;
    position: absolute;
    left: 1.35rem;
    bottom: 0rem;
  }
  ._2016-01-result {
    margin-block-start: 0.4rem;
    flex-direction: column;
    gap: 0.08rem;
  }
  ._2016-01-result-item {
    min-height: 0.42rem;
    font-size: 0.16rem;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));
  }
  ._2016-01-result-item::before {
    inset: 0.03rem;
  }
}

._2016-03 {
}
._2016-03_text {
  margin-inline: auto;
  width: fit-content;
}
._2016-03-heading {
  display: flex;
  align-items: center;
  margin-block-end: 0.16rem;
  border-bottom: 2px solid;
  padding-block-end: 0.12rem;
  font-size: 0.27rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
._2016-03-heading > span {
  margin-inline-end: 0.2em;
  font-size: 0.4rem;
}
._2016-03-desc {
  font-size: 0.17rem;
  line-height: 1.7;
}

._2016-03-02 img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  ._2016-03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ._2016-03-01 {
    width: 100%;
  }
  ._2016-03-02 {
    /* width: 7.86rem; */
    /* width: 7.7rem; */
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
  }
  ._2016-03-03 {
    /* width: 5.18rem; */
    width: 5.07rem;
  }
  ._2016-03-04 {
    display: flex;
    align-items: center;
    width: 100%;
  }
  ._2016-03-05 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  ._2016-03-02 {
    /* width: 7.86rem; */
    /* width: 7.62rem; */
    margin-left: 100px;
  }
  ._2016-03-03 {
    /* width: 5.18rem; */
    width: 5.02rem;
  }
}

@media (max-width: 767px) {
  ._2016-03 {
    padding-block-start: 0.24rem;
  }
  ._2016-03_text {
    width: 3.2rem;
  }
  ._2016-03-heading {
    margin-block-end: 0.06rem;
    border-bottom-width: 1px;
    padding-block-end: 0.04rem;
    font-size: 0.16rem;
  }
  ._2016-03-heading > span {
    margin-inline-end: 0.1em;
    font-size: 0.2rem;
  }
  ._2016-03-desc {
    padding-inline-start: 0.5em;
    font-size: 0.14rem;
    line-height: 1.4;
  }
  ._2016-03-desc > span:not([class]) {
    display: block;
    margin-block-end: 0.08rem;
  }
  ._2016-03-desc > span {
    margin-inline-start: -0.5em;
  }
  ._2016-03-05 {
    margin-block-start: 0.24rem;
  }
  ._2016-03-05 ._table-caution01 + ._table-heading01 {
    margin-block-start: 0.2rem;
  }
}

._2016-04 {
  margin-block-start: 0.6rem;
}
@media (max-width: 767px) {
  ._2016-04 {
    margin-block-start: 0.32rem;
  }
}

._2020-01 {
  padding-block-end: 0.7rem;
}
._2020-01_text {
  margin-inline: auto;
  width: fit-content;
}
._2020-01-heading {
  margin-block-start: -0.65rem;
  padding-block-end: 0.4rem;
  font-size: 0.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
._2020-01-plan {
  margin-block-start: 0.5rem;
  margin-inline: auto;
  width: fit-content;
  font-size: 0.26rem;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
._2020-01-plan._2 {
  display: flex;
}
._2020-01-plan._2 > span:first-child {
  flex-shrink: 0;
  margin-block-start: 0.12rem;
}
._2020-01-plan._2 > span > span {
  display: block;
  position: relative;
}
._2020-01-plan._2 > span > span:first-child {
  margin-block-end: 0.2rem;
}
._2020-01-plan._2 small {
  font-size: 0.2rem;
  position: absolute;
  bottom: calc(100% - 0.1rem);
}
._2020-01-plan b {
  font-size: 0.41rem;
  font-weight: 500;
}
._2020-01-caution {
  width: fit-content;
  margin-inline-start: auto;
  margin-block-start: 0.3rem;
  font-size: 0.19rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  ._2020-01 {
    display: flex;
  }
  ._2020-01-01 {
    width: 13.04rem;
  }
  ._2020-01-02 {
    width: 6.52rem;
  }
  ._2020-01_text {
    width: 5.5rem;
  }
  ._2020-01-heading {
    padding-inline-start: 0.9rem;
  }
  ._2020-01-desc {
    font-size: 0.2rem;
    line-height: 1.8;
  }
  ._2020-01-03 {
    width: 7.52rem;
    margin: 0 auto;
  }
  ._2020-01-03 ._table01 {
    width: 100%;
  }
  ._2020-01-03 ._table01 th {
    width: 3.4rem;
    letter-spacing: -0.02em;
  }
  ._2020-01-03 ._table01 td {
    letter-spacing: 0;
  }
  ._2020-01-03 ._table01 td > small {
    font-size: 0.18rem;
  }
  ._2020-01-05 ._2020-01-heading {
    padding-inline-start: 2rem;
  }
  ._2020-01-04 {
    width: 6.52rem;
  }
  ._2020-01-05 > div {
    width: 6.52rem;
  }
  ._2020-01-06 {
    width: 13.04rem;
  }
  ._2020-01-06 ._2020-01_text {
    width: 6rem;
  }
  ._2020-01-06 ._2020-01-heading {
    padding-inline-start: 1.2rem;
  }
}
@media (max-width: 767px) {
  ._2020-01 {
    /* padding-block-end: 0.4rem; */
    padding-block-end: 0.1rem;
  }
  ._2020-01_text {
  }
  ._2020-01-heading {
    margin-block-start: -0.28rem;
    padding-inline-start: 0.5rem;
    padding-block-end: 0.16rem;
    text-align: center;
    font-size: 0.16rem;
  }
  ._2020-01-05 ._2020-01-heading {
    padding-inline-start: 0.9rem;
  }
  ._2020-01-desc {
  }
  ._2020-01-plan {
    margin-block-start: 0.2rem;
    font-size: 0.15rem;
  }
  ._2020-01-plan._2 {
    display: flex;
  }
  ._2020-01-plan._2 > span:first-child {
    flex-shrink: 0;
    margin-block-start: 0.06rem;
  }
  ._2020-01-plan._2 > span > span {
    display: block;
    position: relative;
  }
  ._2020-01-plan._2 > span > span:first-child {
    margin-block-end: 0.12rem;
  }
  ._2020-01-plan._2 small {
    font-size: 0.12rem;
    position: absolute;
    bottom: calc(100% - 0.04rem);
  }
  ._2020-01-plan b {
    font-size: 0.2rem;
    font-weight: 500;
  }
  ._2020-01-caution {
    margin-block-start: 0.1rem;
    margin-inline: auto;
    font-size: 0.11rem;
  }
  ._2020-01-03 {
    margin-block-start: 0.24rem;
  }
  ._2020-01-03 ._table01 {
    width: 100%;
  }
  ._2020-01-03 ._table01 tr th {
    padding-inline-start: 0;
    width: 1.3rem;
    font-size: 0.12rem;
    letter-spacing: -0.04em;
  }
  ._2020-01-03 ._table01 tr td {
    padding-inline-end: 0;
    font-size: 0.12rem;
    letter-spacing: -0.02em;
    color: #ffff00;
    white-space: nowrap;
  }
  ._2020-01-03 ._table01 tr td > small {
    font-size: 0.11rem;
  }
  ._2020-01-03 ._table01 tr td > small:first-child {
    color: #fff;
  }
  ._2020-01-04 {
    margin-block-start: 0.24rem;
  }
}

._2020-02 {
}
@media (min-width: 768px) {
  ._2200-02 {
  }
}
@media (max-width: 767px) {
  ._2020-02 {
  }
}

.history-pickup {
  margin-inline: auto;
  padding: 0.6rem;
  position: relative;
  color: #fff;
  text-align: center;
}
.history-pickup::before,
.history-pickup::after {
  content: "";
  display: block;
  margin: auto;
  background-color: #000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: -1;
}
.history-pickup::before {
  inset: 0;
}
.history-pickup::after {
  inset: 0.1rem;
}
.history-pickup > * {
  position: relative;
}
.history-pickup-heading {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--ff-cormorant);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: transparent;
}
.history-pickup-heading::before,
.history-pickup-heading::after {
  content: "";
  flex: 1;
  display: block;
  height: 0.14rem;
  background-image: linear-gradient(-45deg, #d5b373 25%, #fbecc0 50%, #d5b373 75%);
}
.history-pickup-heading > span {
  color: transparent;
  background-image: linear-gradient(-45deg, #d5b373 25%, #fbecc0 50%, #d5b373 75%);
  -webkit-background-clip: text;
  font-weight: 500;
}
.history-pickup-text01 {
  margin-block-start: 0.28rem;
  font-size: 0.31rem;
  line-height: 1.6;
}
.history-pickup-text02 {
  margin-block-start: 0.28rem;
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.history-pickup-text02 + .history-pickup-text02 {
  margin-block-start: 0.5em;
}
.history-pickup-text03 {
  text-indent: -1em;
  margin-inline-start: 1em;
  margin-block-start: 1em;
  font-size: 0.15rem;
  line-height: 1.6;
}
.history-pickup-text03 > span {
  min-width: 1em;
  text-align: left;
}
.history-pickup-contents01 {
  margin-block-start: 0.48rem;
  line-height: 1.5;
  text-align: left;
}
.history-pickup-contents01-text01.-indent,
.history-pickup-contents01-text02.-indent,
.history-pickup-text03.-indent {
  padding-inline-start: 0.12rem;
  position: relative;
}
.history-pickup-contents01-text01.-indent::before {
  content: "・";
  position: absolute;
  left: 0;
}
.history-pickup-contents01-text01:not(:first-child) {
  margin-block-start: 0.8em;
}
.history-pickup-contents01-text02 {
  margin-block-start: 0.2em;
  font-size: 0.18rem;
  line-height: 1.5;
}
.history-pickup-contents01-table {
  margin-block-start: 0.2em;
  width: 100%;
  border-top: 1px solid;
  line-height: 1.5;
}
.history-pickup-contents01-table :is(th, td):not(:last-child) {
  border-right: 1px solid;
}
.history-pickup-contents01-table :is(th, td) {
  border-bottom: 1px solid #fff;
  padding-inline: 0.5em;
}
.history-pickup-contents01-table td {
  text-align: right;
  color: #ffff00;
}
.history-pickup-contents01-table small {
  font-size: 0.18rem;
}
.history-pickup-contents01-table small:not(:last-child) {
  /* font-size: 0.18rem; */
  color: #fff;
}

.history-pickup-contents01-bottom {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-block-start: 0.2rem;
  border-top: 1px solid;
  padding-block-start: 0.5em;
}
.history-pickup-contents01-bottom_text {
  flex: 1;
}
.history-pickup-contents01-bottom-img {
  flex-shrink: 0;
  width: 3.5rem;
}
@media (min-width: 768px) {
  .history-pickup {
    width: 12.25rem;
  }
  .history-pickup-heading {
    width: 11.05rem;
  }
  .history-pickup-contents01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.48rem;
  }
  .history-pickup-contents01-img {
    flex-shrink: 0;
    width: 2.24rem;
  }
  .history-pickup-contents01_text {
    width: 7.8rem;
  }
}
@media (max-width: 767px) {
  .history-pickup {
    padding: 0.3rem 0.2rem;
  }
  .history-pickup::after {
    inset: 0.04rem;
  }
  .history-pickup > * {
    position: relative;
  }
  .history-pickup-heading {
  }
  .history-pickup-heading {
    gap: 0.18rem;
    font-size: 0.32rem;
  }
  .history-pickup-heading::before,
  .history-pickup-heading::after {
    height: 0.06rem;
  }
  .history-pickup-text01 {
    margin-block-start: 0.2rem;
    font-size: 0.18rem;
  }
  .history-pickup-text02 {
    margin-block-start: 0.12rem;
    font-size: 0.13rem;
    line-height: 1.3;
  }
  .history-pickup-text02 + .history-pickup-text02 {
    margin-block-start: 0.5em;
  }
  .history-pickup-text03 {
    font-size: 0.1rem;
  }
  .history-pickup-text03 > span {
    min-width: 1em;
    text-align: left;
  }
  .history-pickup-contents01 {
    margin-block-start: 0.28rem;
  }
  .history-pickup-contents01-img {
    margin-inline: auto;
    width: 2rem;
  }
  .history-pickup-contents01_text {
    margin-block-start: 0.3rem;
  }
  .history-pickup-contents01-text01.-indent,
  .history-pickup-contents01-text02.-indent,
  .history-pickup-text03.-indent {
    padding-inline-start: 0.08rem;
  }
  .history-pickup-contents01-text02 {
    font-size: 0.13rem;
  }
  .history-pickup-contents01-table {
    font-size: 0.12rem;
  }
  .history-pickup-contents01-table :is(th, td):not(:last-child) {
    border-right: 1px solid;
  }
  .history-pickup-contents01-table :is(th, td) {
    padding: 0.3em 0.5em;
  }
  .history-pickup-contents01-table small {
    font-size: 0.1rem;
  }
  .history-pickup-contents01-bottom {
    flex-direction: column;
    gap: 0.24rem;
    margin-block-start: 0.12rem;
  }
  .history-pickup-contents01-bottom_text {
    flex: 1;
  }
  .history-pickup-contents01-bottom_text .history-pickup-contents01-text02 {
    font-size: 0.13rem;
  }
  .history-pickup-contents01-bottom-img {
    width: 2.52rem;
  }
}

._2022-01 {
}
@media (min-width: 768px) {
  ._2022-01 {
    display: flex;
    align-items: center;
  }
  ._2022-01-01 {
    flex-shrink: 0;
    width: 6.8rem;
  }
  ._2022-01-02 .history-contents-item-event-links01 {
    justify-content: flex-start;
    margin-block-start: 0.4rem;
  }
}
@media (max-width: 767px) {
  ._2022-01-02 {
    margin-inline: auto;
  }
  ._2022-01-02 .history-contents-item-event-links01 {
    margin-block-start: 0.2rem;
  }
}

/* future */
.future {
  margin-block-start: -2rem;
  padding-block: 2.8rem 0.8rem;
  clip-path: polygon(0% 2rem, 100% 0%, 100% 100%, 0% 100%);
  background-color: #fff;
}
.future-heading {
  text-align: center;
}
.future-heading img {
  width: 7.32rem;
}
.future-contents {
  display: flex;
  margin-block-start: 0.8rem;
}
.future-contents-item-heading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-start: 0.3rem;
  min-height: 0.64rem;
  font-size: 0.32rem;
  align-items: center;
  text-align: center;
  background-color: #000;
  position: relative;
}
.future-contents-item-heading::before {
  content: "";
  display: block;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  inset: 0.05rem;
  pointer-events: none;
}
.future-contents-item-heading > span {
  background-image: linear-gradient(-45deg, #d5b373 25%, #fbecc0 50%, #d5b373 75%);
  -webkit-background-clip: text;
  color: transparent;
}
.future-contents-item-description {
  margin-block-start: 0.2rem;
  font-size: 0.2rem;
  text-align: justify;
}
.future-end01 {
  margin-block-start: 1.2rem;
  font-size: 0.56rem;
  text-align: center;
  line-height: 1;
}
.future-end02 {
  margin-block-start: 0.36rem;
  font-size: 0.65rem;
  text-align: center;
  color: #9b7b45;
  line-height: 1.4;
}
.future-end02::before {
  content: "";
  display: block;
  border-inline: 0.28rem solid transparent;
  border-block-start: 0.36rem solid;
  width: 0;
  height: 0;
  margin-block-end: 0.32rem;
  margin-inline: auto;
}
.future-end01 > small {
  font-size: 0.42rem;
}
.future-pagetop {
  display: block;
  margin-block-start: 0.8rem;
  margin-inline: auto;
  width: 0.85rem;
}
.future-pagetop img {
}
@media (min-width: 768px) {
  .future-contents {
    justify-content: space-between;
    width: 13.66rem;
    margin-inline: auto;
  }
  .future-contents-item {
    width: 3.85rem;
  }
}
@media (max-width: 767px) {
  .future {
    margin-block-start: -0.4rem;
    padding-block: 0.75rem 0.4rem;
    background-size: 0.35rem;
    clip-path: polygon(0% 0.4rem, 100% 0%, 100% 100%, 0% 100%);
  }
  .future-heading {
    text-align: center;
  }
  .future-heading img {
    width: 2.64rem;
  }
  .future-contents {
    flex-direction: column;
    row-gap: 0.2rem;
    margin-block-start: 0.36rem;
  }
  .future-contents-item-number img {
    margin-inline: auto;
    width: 2.2rem;
  }
  .future-contents-item-heading {
    margin-block-start: 0.16rem;
    margin-inline: auto;
    width: 2rem;
    min-height: 0.36rem;
    font-size: 0.17rem;
  }
  .future-contents-item-heading::before {
    inset: 0.03rem;
  }
  .future-contents-item-description {
    margin-block-start: 0.16rem;
    margin-inline: 0.2rem;
    font-size: 0.14rem;
  }
  .future-end01 {
    margin-block-start: 0.5rem;
    font-size: 0.25rem;
  }
  .future-end01 > small {
    font-size: 0.18rem;
  }
  .future-end02 {
    margin-block-start: 0.12rem;
    font-size: 0.26rem;
  }
  .future-end02::before {
    border-inline-width: 0.11rem;
    border-block-start-width: 0.15rem;
    margin-block-end: 0.08rem;
  }
  .future-pagetop {
    margin-block-start: 0.36rem;
    width: 0.4rem;
  }
  .future-pagetop img {
  }
}

/* Footer */
.footer {
  text-align: center;
  padding-block: 0.64rem 0.4rem;
  background-color: #fff;
  color: #000;
}
.footer-logo img {
  width: 2.5rem;
}
.footer-links {
  display: flex;
  justify-content: center;
  column-gap: 0.4rem;
  margin-block-start: 0.36rem;
  font-size: 0.23rem;
  line-height: 1;
}
.footer-copyright {
  margin-block-start: 0.4rem;
  font-size: 0.17rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 0.24rem 0.2rem;
  }
  .footer-logo img {
    width: 0.92rem;
  }
  .footer-links {
    column-gap: 0.16rem;
    margin-block-start: 0.2rem;
    font-size: 0.11rem;
  }
  .footer-copyright {
    margin-block-start: 0.2rem;
    font-size: 0.08rem;
  }
}

/* スマホの画像まとめて大きく */
@media (max-width: 560px) {
  ._2009-01 > img {
    width: 80%;
  }
  ._2009-02-img img {
    width: 80%;
  }

  ._2009-03 > img {
    width: 80%;
  }
  ._2012-01 > img {
    width: 80%;
  }
  ._2016-01 > img {
    width: 80%;
  }
  .history-pickup-contents01-img {
    width: 80%;
  }
}
.xfacebook__flex {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 767px) {
  .xfacebook__flex {
    flex-direction: column;
  }
}
