@charset "UTF-8";
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* basic-tags */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  font-weight: 500;
  height: 100%;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  html, body {
    font-size: 17.6px;
  }
}

body {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -ms-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

/* --------------------
  common-classes
-------------------- */
.anchored::before {
  content: "";
  display: block;
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .anchored::before {
    margin-top: -100px;
    padding-top: 100px;
  }
}

span {
  letter-spacing: calc(-1em * var(--ls));
}

/* --------------------
  utility-classes
-------------------- */
.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .xs-and-ssm {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-over {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.pagecontainer {
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateX(0);
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pagecontainer {
    background-image: url(../img/pc-bg-left@2x.jpg), url(../img/pc-bg-right@2x.jpg);
    background-repeat: no-repeat;
    background-position: left 0px top 0px, right 0px top 0px;
    background-size: 25vw auto, 26.415vw auto;
  }
}

.pagelogo.sgr {
  display: none;
  height: 32px;
  position: absolute;
  right: 25px;
  top: 17px;
  width: 115px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .pagelogo.sgr {
    display: block;
  }
}

.pagelogo__link {
  background: url(../img/logo-sgr@2x.png) 0 0/contain no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pagecontent {
  background: url(../img/page-bg-05@2x.jpg) 0 0/cover no-repeat;
  display: block;
  height: 100vh;
  margin: 0 auto;
  max-width: 600px;
  overflow-y: scroll;
  position: relative;
  visibility: visible;
  width: 100%;
  z-index: 10;
}
.pagecontent:focus-within {
  scroll-behavior: smooth;
}
.pagecontent.waiting {
  visibility: hidden;
}

.pageimages {
  display: none;
}

.pageopening {
  height: 100vh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 2s ease-in;
  width: 100%;
  z-index: 1000;
}
.pageopening.ending {
  opacity: 0;
}

.pageopening__content {
  background-color: #000;
  background-image: url(../img/page-title@2x.png), url(../img/page-bg-05@2x.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85.867vw auto, cover;
  height: 100%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pageopening__content {
    background-size: 515.2px auto, cover;
  }
}

.pageopening.ending .pageopening__content {
  background-image: none;
}

.pageopening__cover-1 {
  background-color: #222;
  left: -400%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(30deg);
  width: 300%;
  z-index: 1001;
}

.pageopening.starting .pageopening__cover-1 {
  animation: cover1_anim 0.5s ease-in both;
}

@keyframes cover1_anim {
  0% {
    left: -400%;
  }
  100% {
    left: -100%;
  }
}
.pageopening__cover-2 {
  background-color: #000;
  height: 100%;
  left: 200%;
  position: absolute;
  top: 0;
  transform: skew(-30deg);
  width: 300%;
  z-index: 1002;
}

.pageopening.starting .pageopening__cover-2 {
  animation: cover2_anim 0.5s ease-in 0.5s both;
}

@keyframes cover2_anim {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
  }
}
.content__nav {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s linear;
  width: 100%;
  z-index: 100;
}
.content__nav.revealed {
  opacity: 1;
}

.content__nav-container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.content__nav-toggle {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-family: "Staatliches", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2vw;
  height: 9.067vw;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding-top: 0.35em;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .content__nav-toggle {
    font-size: 1rem;
    height: 3.0909090909rem;
    transition: background-color 0.15s linear;
  }
  .content__nav-toggle:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.content__nav-toggle::after {
  content: "▲";
  font-size: 0.5em;
  margin-left: 0.5em;
}

.content__nav.revealed .content__nav-toggle {
  pointer-events: all;
}

.content__nav.active .content__nav-toggle::after {
  content: "▼";
}

.content__nav-list {
  display: grid;
  gap: 1.333vw;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  height: 23.2vw;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 11.2vw;
  position: relative;
  top: 23.2vw;
  width: 90.667vw;
  transition: top 0.25s ease-out;
}
@media screen and (min-width: 600px) {
  .content__nav-list {
    gap: 8px;
    height: 139.2px;
    padding-bottom: 67.2px;
    top: 139.2px;
    width: 544px;
  }
}
.content__nav-list > .item > .link {
  background-color: #fff000;
  color: #000;
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 2.667vw;
  height: 5.333vw;
  padding-top: 0.1em;
  pointer-events: all;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .content__nav-list > .item > .link {
    font-size: 0.9090909091rem;
    height: 32px;
    background: linear-gradient(90deg, #ec6c00 0% 50%, #fff000 50% 100%);
    background-position: 100% 0%;
    background-size: 200% 100%;
    transition: background-position 0.25s ease-out, color 0.5s ease-out;
  }
  .content__nav-list > .item > .link:hover {
    background-position: 0% 0%;
    color: #fff;
  }
}
.content__nav-list > .item > .link > .num {
  font-size: 1.5em;
}

.content__nav.active .content__nav-list {
  top: 0;
}

.hero__players {
  height: 85vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .hero__players {
    height: 510px;
  }
}
.hero__players [class*=player-] {
  opacity: 0;
  position: absolute;
  animation-name: player_anim;
  animation-duration: 0.5s;
  animation-play-state: paused;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  animation-delay: calc(0.25s * var(--i));
}
.hero__players.appearing *[class*=player-] {
  animation-play-state: running;
}
@keyframes player_anim {
  0% {
    transform: translateX(-10px);
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}
.hero__players .player-bsk {
  height: 51.5vw;
  left: -1.167vw;
  top: -2.833vw;
  width: 72.333vw;
}
@media screen and (min-width: 600px) {
  .hero__players .player-bsk {
    height: 309px;
    left: -7px;
    top: -17px;
    width: 434px;
  }
}
.hero__players .player-soc {
  height: 46.333vw;
  left: -1.167vw;
  top: 38.667vw;
  width: 59vw;
}
@media screen and (min-width: 600px) {
  .hero__players .player-soc {
    height: 278px;
    left: -7px;
    top: 232px;
    width: 354px;
  }
}
.hero__players .player-vol {
  height: 62.833vw;
  left: 66.667vw;
  top: 11.5vw;
  width: 27.667vw;
}
@media screen and (min-width: 600px) {
  .hero__players .player-vol {
    height: 377px;
    left: 400px;
    top: 69px;
    width: 166px;
  }
}
.hero__players .player-bse {
  height: 50vw;
  left: 5.167vw;
  top: 34.167vw;
  width: 30.5vw;
}
@media screen and (min-width: 600px) {
  .hero__players .player-bse {
    height: 300px;
    left: 31px;
    top: 205px;
    width: 183px;
  }
}
.hero__players .player-bmx {
  height: 71vw;
  left: 45.333vw;
  top: 12vw;
  width: 45vw;
}
@media screen and (min-width: 600px) {
  .hero__players .player-bmx {
    height: 426px;
    left: 272px;
    top: 72px;
    width: 270px;
  }
}

.hero__title {
  background: url(../img/page-title@2x.png) center top/contain no-repeat;
  height: 50vw;
  margin: -14.167vw auto 0;
  position: relative;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .hero__title {
    height: 300px;
    margin-top: -85px;
  }
}

.hero__sect.starting .hero__title {
  animation: hero_title_anim 0.75s ease-in 0.1s both;
}

@keyframes hero_title_anim {
  0% {
    transform: scale(300%);
  }
  82% {
    transform: scale(100%);
  }
  88% {
    transform: scale(110%);
  }
  93% {
    transform: scale(100%);
  }
  97% {
    transform: scale(105%);
  }
  100% {
    transform: scale(100%);
  }
}
.hero__header {
  background-color: rgba(70, 70, 70, 0.7);
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .hero__header {
    height: 34px;
  }
}
.hero__header .link {
  background: url(../img/logo-psp@2x.png) center center/contain no-repeat;
  display: block;
  height: 2.5vw;
  width: 52vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .hero__header .link {
    height: 15px;
    width: 312px;
  }
}

.link__sect {
  margin-top: 6.667vw;
  margin-bottom: 0;
  opacity: 1;
  padding-bottom: 8vw;
  transition: opacity 0.75s ease-out, margin-top 0.75s ease-out;
}
@media screen and (min-width: 600px) {
  .link__sect {
    margin-top: 40px;
    padding-bottom: 48px;
  }
}
.link__sect.hiding {
  opacity: 0;
  margin-top: 20%;
  margin-bottom: -20%;
}

.link__title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-bottom: 1.85em;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 600px) {
  .link__title {
    font-size: 1.3636363636rem;
  }
}

.link__block {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .link__block {
    width: 504px;
  }
}
.link__block + .link__block {
  margin-top: 4vw;
}
@media screen and (min-width: 600px) {
  .link__block + .link__block {
    margin-top: 24px;
  }
}

.link__block-link {
  background-color: #fff000;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 1.6vw 4vw;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .link__block-link {
    padding: 9.6px 24px;
    background: linear-gradient(90deg, #ec6c00 0% 50%, #fff000 50% 100%);
    background-position: 100% 0%;
    background-size: 200% 100%;
    transition: background-position 0.25s ease-out, color 0.5s ease-out;
  }
  .link__block-link:hover {
    background-position: 0% 0%;
    color: #fff;
  }
}
.link__block-link > .dates {
  border-bottom: 0.667vw solid #000;
  font-family: "Teko", sans-serif;
  font-size: 4vw;
  line-height: 4.8vw;
}
@media screen and (min-width: 600px) {
  .link__block-link > .dates {
    border-bottom-width: 4px;
    font-size: 1.3636363636rem;
    line-height: 28.8px;
  }
}
.link__block-link > .dates > .num {
  font-size: 1.5em;
}
.link__block-link > .title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Staatliches", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 5.867vw;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  padding-top: 0.25em;
}
@media screen and (min-width: 600px) {
  .link__block-link > .title {
    font-size: 2rem;
  }
}
.link__block-link > .title .ja {
  display: inline-block;
  font-size: 0.8181818182em;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.link__block-link > .title .sub {
  font-size: 0.8181818182em;
}

.link__block-titlelist {
  display: grid;
  font-size: 3.36vw;
  gap: 0.4545454545em;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, minmax(2.2222222222em, auto));
  grid-auto-rows: minmax(2.2222222222em, auto);
  list-style: none;
  margin: 0.7936507937em auto 0;
  padding: 0;
  width: 79.3651%;
}
@media screen and (min-width: 600px) {
  .link__block-titlelist {
    font-size: 1.1454545455rem;
  }
}
.link__block-titlelist > .item {
  font-weight: bold;
  line-height: 1.175;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.link__block-titlelist > .item > .item-link {
  align-items: center;
  background-color: #fff462;
  color: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  background: linear-gradient(90deg, #ec6c00 0% 50%, #fff462 50% 100%);
  background-position: 100% 0%;
  background-size: 200% 100%;
  transition: background-position 0.25s ease-out, color 0.5s ease-out;
}
.link__block-titlelist > .item > .item-link:hover {
  background-position: 0% 0%;
  color: #fff;
}
.link__block-titlelist > .item .item-link-title {
  display: block;
  font-size: 3.2vw;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 600px) {
  .link__block-titlelist > .item .item-link-title {
    font-size: 1.0909090909rem;
  }
}
.link__block-titlelist > .item .item-link-title > .em {
  background-color: #000;
  color: #fff462;
  display: inline-block;
  font-size: 2.4vw;
  line-height: 1.6666666667em;
  margin-right: 0.65em;
  padding: 0 0.65em;
}
@media screen and (min-width: 600px) {
  .link__block-titlelist > .item .item-link-title > .em {
    font-size: 0.8181818182rem;
  }
}
.link__block-titlelist > .item .item-link-title > .em > .date {
  font-family: "Teko", sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 600px) {
  .link__block-titlelist > .item .item-link-title > .em > .date {
    font-size: 0.9545454545rem;
  }
}
.link__block-titlelist > .item .item-link-title > .em > .date > .num {
  font-size: 3.6vw;
}
@media screen and (min-width: 600px) {
  .link__block-titlelist > .item .item-link-title > .em > .date > .num {
    font-size: 1.2272727273rem;
  }
}
.link__block-titlelist > .item .item-link-sub {
  display: inline-block;
  font-size: 0.7142857143em;
  margin-right: 0.5em;
}

.link__block.block-4 .link__block-link > .title {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}

html.js-available .fadein {
  margin-bottom: -13.333vw;
  opacity: 0;
  padding-top: 13.333vw;
  transition: opacity 0.5s ease-in, padding-top 1s ease-out, margin-bottom 1s ease-out;
}
@media screen and (min-width: 600px) {
  html.js-available .fadein {
    margin-bottom: -4.5454545455rem;
    padding-top: 4.5454545455rem;
  }
}
html.js-available .fadein.active {
  margin-bottom: 0;
  opacity: 1;
  padding-top: 0;
}

.even__post {
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .even__post {
    padding-bottom: 48px;
  }
}

.even__post-fig {
  position: relative;
}
.even__post-fig .fig-img {
  display: block;
  width: 100%;
  height: auto;
}

.even__post-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: -18.133vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .even__post-head {
    margin-top: -108.8px;
  }
}
.even__post-head .head-dates {
  background-color: #000;
  color: #fff000;
  font-family: "Teko", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  padding: 0.3333333333em 0 0 2em;
  position: relative;
  width: 15em;
  z-index: 2;
}
.even__post-head .head-dates .num {
  font-size: 1.6em;
}
.even__post-head .head-dates .sla {
  font-size: 1.2666666667em;
  display: inline-block;
  vertical-align: 0.1em;
}
@media screen and (min-width: 600px) {
  .even__post-head .head-dates {
    font-size: 1.3636363636rem;
  }
}
.even__post-head .head-title {
  background-color: #fff000;
  color: #000;
  font-family: "Staatliches", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 9.6vw;
  line-height: 0.975em;
  margin-top: -0.25em;
  padding: 0.4722222222em 0.4166666667em 0.1944444444em 0.8333333333em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .even__post-head .head-title {
    font-size: 3.2727272727rem;
  }
}
.even__post-head .head-title.ja {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 7.2vw;
  font-weight: 700;
  margin-top: -0.3333333333em;
  padding: 0.6296296296em 0.5555555556em 0.4444444444em 1.1111111111em;
  letter-spacing: -0.04em;
  line-height: 1.1111111111em;
}
@media screen and (min-width: 600px) {
  .even__post-head .head-title.ja {
    font-size: 2.4545454545rem;
  }
}
.even__post-head .head-title .sub, .even__post-head .head-title .main {
  display: block;
}
.even__post-head .head-title .sub {
  font-size: 0.7941176471em;
}

.even__post-smry {
  margin-bottom: 4.8vw;
  padding: 5.333vw 8vw 0;
}
@media screen and (min-width: 600px) {
  .even__post-smry {
    margin-bottom: 28.8px;
    padding: 32px 48px 0;
  }
}

.post-smry-title-lead {
  background-color: #000;
}

.post-smry-title {
  color: #fccf00;
  font-size: 6.8vw;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.125;
  margin-bottom: 0.85em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .post-smry-title {
    font-size: 2.3181818182rem;
  }
}
.post-smry-title .lead {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.4705882353em;
  line-height: 1.6666666667;
  letter-spacing: normal;
  margin-bottom: 0.2em;
  padding: 0 1em;
}

.post-smry-desc {
  font-size: 3.6vw;
  letter-spacing: -0.04em;
  line-height: 1.3333333333;
  margin-bottom: 1em;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .post-smry-desc {
    font-size: 1.2272727273rem;
  }
}

.post-smry-notes-para {
  font-size: 2.4vw;
  line-height: 1.3333333333;
  margin: 1.5em 0;
}
@media screen and (min-width: 600px) {
  .post-smry-notes-para {
    font-size: 0.8181818182rem;
  }
}

.post-smry-data {
  align-items: flex-start;
  display: grid;
  font-size: 3.2vw;
  gap: 0.5em;
  grid-template-columns: 2.6666666667em 1fr;
  grid-template-rows: auto;
  margin: 1.1666666667em 0;
}
@media screen and (min-width: 600px) {
  .post-smry-data {
    font-size: 1.0909090909rem;
  }
}
.post-smry-data > dt {
  color: #000;
  background-color: #fccf00;
  font-weight: 700;
  padding-bottom: 0.1em;
  text-align: center;
}
.post-smry-data > dd {
  font-weight: 500;
  line-height: 1.3333333333;
  margin: 0;
  padding: 0;
}
.post-smry-data .note {
  font-size: 0.8333333333em;
}
.post-smry-data .note.yellow {
  color: #fff000;
}

.post-smry-notes {
  font-weight: 500;
  font-size: 2.4vw;
  letter-spacing: -0.02em;
  line-height: 1.5555555556em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .post-smry-notes {
    font-size: 0.8181818182rem;
  }
}
.post-smry-notes > li + li {
  margin-top: 0.1em;
}

.post-smry-desc + .post-smry-notes {
  margin-top: 2em;
}

.post-smry-badge-data-notes-wrapper {
  display: flex;
  margin-top: 4vw;
}
@media screen and (min-width: 600px) {
  .post-smry-badge-data-notes-wrapper {
    margin-top: 1.3636363636rem;
  }
}

.post-smry-badge-lead-title-wrapper {
  align-items: center;
  display: flex;
  gap: 3.2vw;
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 600px) {
  .post-smry-badge-lead-title-wrapper {
    gap: 1.0909090909rem;
    margin-bottom: 1.8181818182rem;
  }
}
.post-smry-badge-lead-title-wrapper .post-smry-title {
  margin-bottom: 0;
}

.post-smry-badge {
  background-color: #be3200;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 24.8vw;
  height: 24.8vw;
}
@media screen and (min-width: 600px) {
  .post-smry-badge {
    flex-basis: 148.8px;
    height: 148.8px;
  }
}
.post-smry-badge.free {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1;
  margin-right: 1em;
}
@media screen and (min-width: 600px) {
  .post-smry-badge.free {
    font-size: 1.6363636364rem;
  }
}
.post-smry-badge.two13 {
  font-size: 3.6vw;
  letter-spacing: -0.075em;
  line-height: 1.1111111111;
}
@media screen and (min-width: 600px) {
  .post-smry-badge.two13 {
    font-size: 1.2272727273rem;
  }
}

.even__post-dtls {
  margin-top: 6.667vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls {
    margin-top: 40px;
  }
}

.even__post-dtls-head {
  align-items: center;
  display: flex;
  gap: 2.667vw;
  margin-bottom: 2.667vw;
  padding: 0 0 0 8vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-head {
    gap: 16px;
    margin-bottom: 16px;
    padding-left: 48px;
  }
}
.even__post-dtls-head .dtls-head-title {
  color: #fccf00;
  font-family: "Teko", sans-serif;
  font-size: 8.8vw;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-head .dtls-head-title {
    font-size: 3rem;
  }
}
.even__post-dtls-head .dtls-head-line {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.even__post-dtls-head .dtls-head-line::after {
  background-color: #fccf00;
  content: "";
  height: 1px;
  width: 0.5%;
  transition: width 1s ease-out;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-head .dtls-head-line::after {
    height: 2px;
  }
}
.even__post-dtls-head .dtls-head-line.active::after {
  width: 100%;
}

.even__post.post-1 .post-smry-title {
  align-items: flex-end;
  display: flex;
  gap: 0.25em;
}
.even__post.post-1 .post-smry-title .sub {
  font-size: 0.6875em;
  line-height: 1.25;
}
.even__post.post-1 .post-smry-about {
  margin-top: 6.933vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-1 .post-smry-about {
    margin-top: 41.6px;
  }
}
.even__post.post-1 .post-smry-about .about-logo {
  width: 45.333vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-1 .post-smry-about .about-logo {
    width: 272px;
  }
}
.even__post.post-1 .post-smry-about .about-logo .logo-link {
  display: block;
}
.even__post.post-1 .post-smry-about .about-logo .logo-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post.post-1 .post-smry-about .about-desc {
  font-size: 3.2vw;
  letter-spacing: -0.05em;
  line-height: 1.4166666667;
  margin-top: 0.5em;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .even__post.post-1 .post-smry-about .about-desc {
    font-size: 1.0909090909rem;
  }
}

.even__post.post-5 .post-smry-title > .lead2 {
  font-size: 0.8823529412em;
  font-weight: 500;
}
.even__post.post-5 .post-smry-badge.limit94 {
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.even__post.post-5 .post-smry-badge.limit94 .date {
  font-family: "Teko", sans-serif;
  font-size: 4.8vw;
  line-height: 1.25em;
  padding-top: 0.35em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .even__post.post-5 .post-smry-badge.limit94 .date {
    font-size: 1.6363636364rem;
  }
}
.even__post.post-5 .post-smry-badge.limit94 .date .num {
  font-size: 1.6666666667em;
}
.even__post.post-5 .post-smry-badge.limit94 .limit {
  border-top: 1px solid #fff;
  font-size: 6.8vw;
  font-weight: 700;
  line-height: 1.35em;
  text-align: center;
  width: 82.5%;
}
@media screen and (min-width: 600px) {
  .even__post.post-5 .post-smry-badge.limit94 .limit {
    font-size: 2.3181818182rem;
  }
}
.even__post.post-5 .post-smry-about {
  display: flex;
  padding: 0 8vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-5 .post-smry-about {
    padding: 0 2.7272727273rem;
  }
}
.even__post.post-5 .post-smry-about .about-fig {
  flex: 0 0 40vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-5 .post-smry-about .about-fig {
    flex-basis: 13.6363636364rem;
  }
}
.even__post.post-5 .post-smry-about .about-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post.post-5 .post-smry-about .about-desc {
  font-size: 2.933vw;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 0.9090909091em;
}
@media screen and (min-width: 600px) {
  .even__post.post-5 .post-smry-about .about-desc {
    font-size: 1rem;
  }
}
.even__post.post-5 .post-smry-about .about-desc .desc-title {
  color: #fccf00;
  font-size: 1.0909090909em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
.even__post.post-5 .post-smry-about .about-desc .desc-text {
  letter-spacing: -0.04em;
  text-align: justify;
}

.even__post.post-10 .dtls-item.item-1 > .item-fig .fig-link {
  margin: 0 auto;
  width: 33.333vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-10 .dtls-item.item-1 > .item-fig .fig-link {
    width: 11.3636363636rem;
  }
}

.even__post.post-11 .even__post-head .head-title {
  font-size: 9.067vw;
  line-height: 0.9117647059;
  padding: 0.5em 0.4411764706em 0.2058823529em 0.8823529412em;
}
@media screen and (min-width: 600px) {
  .even__post.post-11 .even__post-head .head-title {
    font-size: 3.0909090909rem;
  }
}
.even__post.post-11 .even__post-head .head-title .main {
  letter-spacing: -0.0125em;
}
.even__post.post-11 .post-smry-badge-lead-title-wrapper {
  gap: 0;
}
.even__post.post-11 .post-smry-badge-lead-title-wrapper .post-smry-badge.free {
  margin-right: 5.867vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-11 .post-smry-badge-lead-title-wrapper .post-smry-badge.free {
    margin-right: 2rem;
  }
}
.even__post.post-11 .post-smry-badge-lead-title-wrapper .post-smry-logo {
  flex: 0 0 46.4vw;
  width: 46.4vw;
}
@media screen and (min-width: 600px) {
  .even__post.post-11 .post-smry-badge-lead-title-wrapper .post-smry-logo {
    flex-basis: 15.8181818182rem;
    width: 15.8181818182rem;
  }
}
.even__post.post-11 .post-smry-badge-lead-title-wrapper .post-smry-logo .logo-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post.post-11 .post-smry-desc {
  text-align: left;
}

.post-smry-sched {
  margin-top: 5.333vw;
}
@media screen and (min-width: 600px) {
  .post-smry-sched {
    margin-top: 1.8181818182rem;
  }
}
.post-smry-sched .sched-link {
  display: block;
  background-color: #ec6c00;
  font-family: "Teko", sans-serif;
  color: #000;
  text-align: center;
  font-size: 4vw;
  line-height: 1.4666666667em;
  padding-top: 0.2em;
}
@media screen and (min-width: 600px) {
  .post-smry-sched .sched-link {
    font-size: 1.3636363636rem;
    background: linear-gradient(90deg, #be3200 0% 50%, #ec6c00 50% 100%);
    background-position: 100% 0%;
    background-size: 200% 100%;
    transition: background-position 0.25s ease-out, color 0.5s ease-out;
  }
  .post-smry-sched .sched-link:hover {
    background-position: 0% 0%;
    color: #fff;
  }
}
.post-smry-sched .sched-link .tri {
  pointer-events: none;
}

.post-smry-sched-base {
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 8vw;
  position: fixed;
  transition: opacity 0.3s linear;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 600px) {
  .post-smry-sched-base {
    padding: 2.7272727273rem;
  }
}
.post-smry-sched-base.sched-showing {
  opacity: 1;
}

.post-smry-sched-img {
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
}

.post-smry-sched-closer {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 100%;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  transition: background-color 0.15s linear;
  width: 48px;
  z-index: 10000;
}
.post-smry-sched-closer::before {
  content: "×";
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
}
.post-smry-sched-closer:hover {
  background-color: #fff;
}

.even__post-dtls-items {
  padding: 0 8vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items {
    padding: 0 48px;
  }
}
.even__post-dtls-items.ptn-checker .dtls-item {
  display: flex;
  font-size: 3.2vw;
  gap: 0.6666666667em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-checker .dtls-item {
    font-size: 1.0909090909rem;
    gap: 0.7272727273rem;
  }
}
.even__post-dtls-items.ptn-checker .dtls-item + .dtls-item {
  margin-top: 4.8vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-checker .dtls-item + .dtls-item {
    margin-top: 1.6363636364rem;
  }
}
.even__post-dtls-items.ptn-checker .item-fig {
  flex: 0 0 47.619%;
  order: 1;
}
.even__post-dtls-items.ptn-checker .item-fig .fig-img {
  height: auto;
  width: 100%;
}
.even__post-dtls-items.ptn-checker .item-body {
  order: 2;
}
.even__post-dtls-items.ptn-checker .item-body-title {
  color: #fccf00;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.even__post-dtls-items.ptn-checker .item-body-desc {
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: justify;
}
.even__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-fig {
  order: 2;
}
.even__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-body {
  order: 1;
}
.even__post-dtls-items.ptn-checker .dtls-item:nth-of-type(even) .item-body-title {
  text-align: right;
}
.even__post-dtls-items.ptn-bigbrand .dtls-item {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-bigbrand .dtls-item {
    font-size: 1.0909090909rem;
  }
}
.even__post-dtls-items.ptn-bigbrand .dtls-item + .dtls-item {
  margin-top: 1.8333333333em;
}
.even__post-dtls-items.ptn-bigbrand .item-fig + .item-fig {
  margin-top: 2.667vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-bigbrand .item-fig + .item-fig {
    margin-top: 0.9090909091rem;
  }
}
.even__post-dtls-items.ptn-bigbrand .item-fig .fig-link {
  display: block;
}
.even__post-dtls-items.ptn-bigbrand .item-fig .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post-dtls-items.ptn-bigbrand .item-body {
  letter-spacing: -0.05em;
  margin-top: 0.5em;
  text-align: justify;
}
.even__post-dtls-items.ptn-bigbrand .dtls-item.note {
  border: 1px solid #fccf00;
  color: #fccf00;
  text-align: center;
  padding: 1.2em 0;
}
.even__post-dtls-items.ptn-bigbrand .dtls-item.note .note-link {
  color: #fccf00;
  border-bottom: 1px solid transparent;
}
.even__post-dtls-items.ptn-bigbrand .dtls-item.note .note-link:hover {
  border-bottom-color: #fccf00;
}
.even__post-dtls-items.ptn-photocap .dtls-item + .dtls-item {
  margin-top: 3.467vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-photocap .dtls-item + .dtls-item {
    margin-top: 1.1818181818rem;
  }
}
.even__post-dtls-items.ptn-photocap .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post-dtls-items.ptn-photocap .fig-cap {
  color: #fccf00;
  font-size: 3.2vw;
  margin-top: 0.45em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-photocap .fig-cap {
    font-size: 1.0909090909rem;
  }
}
.even__post-dtls-items.ptn-member .dtls-item {
  margin-top: 6.4vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .dtls-item {
    margin-top: 2.1818181818rem;
  }
}
.even__post-dtls-items.ptn-member .item-title {
  color: #fccf00;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-title {
    font-size: 1.0909090909rem;
  }
}
.even__post-dtls-items.ptn-member .item-body {
  display: flex;
}
.even__post-dtls-items.ptn-member .item-body-fig {
  margin-right: 2.133vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-body-fig {
    margin-right: 0.7272727273rem;
  }
}
.even__post-dtls-items.ptn-member .item-body-fig .fig-img {
  display: block;
  height: auto;
  width: 40vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-body-fig .fig-img {
    width: 13.6363636364rem;
  }
}
.even__post-dtls-items.ptn-member .item-body-desc {
  font-size: 2.933vw;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-member .item-body-desc {
    font-size: 1rem;
  }
}
.even__post-dtls-items.ptn-program {
  margin-bottom: 9.333vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-program {
    margin-bottom: 3.1818181818rem;
  }
}
.even__post-dtls-items.ptn-program .even__post-dtls-items-label {
  background-color: #000;
  border: 1px solid #ec6c00;
  color: #ec6c00;
  font-size: 4vw;
  line-height: 1.5333333333;
  margin: 0.85em 0 1.15em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-program .even__post-dtls-items-label {
    border-width: 1.6px;
    font-size: 1.3636363636rem;
  }
}
.even__post-dtls-items.ptn-program .dtls-item {
  margin-bottom: 30px;
}
.even__post-dtls-items.ptn-program .dtls-item .item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.even__post-dtls-items.ptn-program .dtls-item .item-head .item-head-date {
  background-color: #fccf00;
  color: #000;
  font-family: "Teko", sans-serif;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
  padding: 0.25em 0 0;
  width: 11.9166666667em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-program .dtls-item .item-head .item-head-date {
    font-size: 1.0909090909rem;
  }
}
.even__post-dtls-items.ptn-program .dtls-item .item-head .item-head-date .num {
  font-size: 1.25em;
}
.even__post-dtls-items.ptn-program .dtls-item .item-head .item-head-title {
  color: #fccf00;
  font-size: 6.8vw;
  letter-spacing: -0.015em;
  line-height: 1.0980392157;
  margin: 0.25em 0 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-program .dtls-item .item-head .item-head-title {
    font-size: 2.3181818182rem;
  }
}
.even__post-dtls-items.ptn-program .dtls-item .item-fig > .fig-img {
  display: block;
  height: auto;
  width: 100%;
}
.even__post-dtls-items.ptn-program .dtls-item .item-body {
  font-size: 3.2vw;
  margin-top: 0.85em;
}
@media screen and (min-width: 600px) {
  .even__post-dtls-items.ptn-program .dtls-item .item-body {
    font-size: 1.0909090909rem;
  }
}

.even__post-dtls.inside-somecity > .even__post-dtls-head {
  padding-left: 0;
}
.even__post-dtls.inside-somecity .somecity-baller-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  .even__post-dtls.inside-somecity .somecity-baller-list {
    font-size: 1.3636363636rem;
  }
}
.even__post-dtls.inside-somecity .somecity-baller-list .list-item .name {
  color: #fff000;
}
.even__post-dtls.inside-somecity .somecity-baller-list .list-item + .list-item {
  margin-top: 0.6666666667em;
}
.even__post-dtls.inside-somecity .somecity-two-figs {
  display: flex;
  justify-content: space-between;
}
.even__post-dtls.inside-somecity .somecity-two-figs figure {
  flex: 0 0 47.619%;
  position: relative;
}
.even__post-dtls.inside-somecity .somecity-two-figs figure > img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
.even__post-dtls.inside-somecity .somecity-two-figs figure .date {
  align-items: center;
  background-color: #be3200;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Teko", sans-serif;
  font-size: 2.4vw;
  height: 8vw;
  justify-content: center;
  left: 1.333vw;
  line-height: 0.75;
  padding-top: 0.175em;
  position: absolute;
  text-align: center;
  top: 33.867vw;
  width: 8vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .even__post-dtls.inside-somecity .somecity-two-figs figure .date {
    font-size: 0.8181818182rem;
    height: 2.7272727273rem;
    left: 0.4545454545rem;
    position: absolute;
    top: 11.5454545455rem;
    width: 2.7272727273rem;
  }
}
.even__post-dtls.inside-somecity .somecity-two-figs figure .date .num {
  font-size: 1.25em;
}
.even__post-dtls.inside-somecity .somecity-two-figs figure figcaption {
  color: #fff000;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 600px) {
  .even__post-dtls.inside-somecity .somecity-two-figs figure figcaption {
    font-size: 1.0909090909rem;
  }
}

.footer__sect {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer__content {
  font-size: 12px;
  line-height: 1.65;
  padding: 2.5em 2.5em 6.6666666667em;
}
@media screen and (min-width: 600px) {
  .footer__content {
    font-size: 14px;
  }
}

.footer__event-notes {
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 0 1em 0;
  padding: 1em;
}
.footer__event-notes dt {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.footer__event-notes dd {
  margin: 0;
  padding: 0;
}
.footer__event-notes ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.footer__event-notes ul li + li {
  margin-top: 0.75em;
}

.footer__general-notes {
  margin: 2em auto;
}

.footer__sns-links {
  display: grid;
  justify-content: center;
  gap: 24px;
  grid-template-columns: repeat(3, 38px);
  grid-template-rows: 38px;
  list-style: none;
  margin: 2em auto;
  padding: 0;
}
.footer__sns-links .item > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  opacity: 1;
  transition: opacity 0.15s linear;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer__sns-links .item > a:hover {
  opacity: 0.8;
}
.footer__sns-links .item.tw > a {
  background-image: url(../img/sns-tw-w@2x.png);
}
.footer__sns-links .item.fa > a {
  background-image: url(../img/sns-fa-w@2x.png);
}
.footer__sns-links .item.in > a {
  background-image: url(../img/sns-in-w@2x.png);
}

.footer__colophon {
  font-size: 11px;
  text-align: center;
}
