@charset "UTF-8";
html {
  width: 100%;
  font-family: YakuHanJP, "BIZ UDゴシック", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow-x: hidden;
  background: url(../img/222akihabara-background.png), linear-gradient(180deg, rgba(190, 190, 180, 0.4) 0%, transparent 10%, transparent 80%, rgba(190, 190, 180, 0.6) 100%), #ededeb;
  background-attachment: fixed;
}

.bold,
h2,
h3,
h4,
nav a,
strong,
th {
  font-family: YakuHanJP, "BIZ UDゴシック", "Hiragino Kaku Gothic ProN", "游ゴシック", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #c80000;
}

img {
  pointer-events: none;
}

.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.break {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.darkred {
  color: rgb(230, 0, 0);
}

.blue {
  color: #0064ff;
}

.pink {
  color: #ff007f;
}

.line {
  width: 100%;
  height: 18px;
  max-width: 1260px;
  margin: 0 auto;
  border: none;
  background: url("../img/fes-line2.svg") repeat-x;
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.break-pc {
  display: block;
}

.break-smp {
  display: none;
}

.marker {
  position: relative;
  display: inline-block;
  padding: 0 0.25rem;
}
.marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(0.25em + 0.5rem);
  background: yellow;
  mix-blend-mode: multiply;
  transform: skewX(-15deg);
}

body#top img.mfp-img {
  padding: 50px 0;
}

header {
  /*! ヘッダー */
  position: relative;
  width: 100%;
  height: 100vh;
  background: white url("../img/222akihabara-web-smp.jpg") repeat;
  background-size: cover;
  background-position: bottom;
}
header .blur {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
  backdrop-filter: blur(4px);
}
header .ended {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #c80000;
  font-size: 1.875rem;
}
@media screen and (max-width: 1000px) {
  header .ended {
    font-size: 1.25rem;
  }
}
header .ended p {
  padding: 1em 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  header .ended p {
    width: 100%;
    padding-bottom: 0;
  }
}
header .ended a {
  margin-left: 1rem;
  padding: 1em 0;
  color: white;
  font-size: 1rem;
  opacity: 0.8;
}
header .ended a:hover {
  opacity: 1;
}
header .ended a span {
  position: relative;
  display: inline-block;
}
header .ended a span::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted white;
}

.fes-top {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: calc(100vh - 4.2rem - 10px);
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
}

.fes-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 4.2rem - 10px);
}

.titleimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 4.2rem - 10px);
  z-index: 999;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.75));
}
.titleimg picture {
  position: absolute;
  width: calc(50% - 3rem);
  image-rendering: -webkit-optimize-contrast;
}
.titleimg picture source,
.titleimg picture img {
  width: 100%;
}
.titleimg .pc-top {
  top: 1rem;
  right: 1rem;
}
.titleimg .pc-bottom {
  bottom: 1rem;
  right: 2rem;
}

.fes-pic {
  width: 100%;
  height: calc(100vh - 3rem - 10px);
}
.fes-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.pochi-top {
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 5;
}
.pochi-top:hover {
  filter: brightness(1.1);
  transition: 0.3s;
}
.pochi-top img {
  width: 100%;
  height: 100%;
}

.fes-nav {
  /*! ナビ */
  width: 100%;
  margin: 0 auto;
  background: white;
}
.fes-nav hr {
  position: relative;
  height: 5px;
  background: #999;
}
.fes-nav hr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, white, white 4px, transparent 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

.nav-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 3rem;
  list-style: none;
}
.nav-pc a {
  display: block;
  margin: -0.125rem 0;
  color: #c80000;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  word-break: keep-all;
}
.nav-pc span {
  color: #c80000;
}

.nav-smp {
  display: none;
}

.nav-close {
  display: none;
}

.is-sticky {
  z-index: 9999;
}
.is-sticky .fes-nav {
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 0.7));
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.is-sticky .fes-nav hr {
  display: none;
}
.is-sticky .nav-pc {
  padding: 0.5rem 3rem;
  font-size: 0.9rem;
}

main {
  padding: 4rem 0 0;
}

section:not(:last-of-type) {
  max-width: 1000px;
}

.fes-description {
  margin: 0 auto;
}

.description-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  text-shadow: 0 0 2px white, 0 1px 4px white;
}
.description-flex > div {
  width: 640px;
}

.description-pic {
  width: 340px;
  height: 340px;
  margin-right: -10px;
  object-fit: cover;
  object-position: left;
  border-radius: 170px;
}

.description-main {
  padding: 0;
  color: #009600;
  font-size: 1.75rem;
  line-height: 1.5;
}
.description-main ruby {
  width: 2em;
}
.description-main ruby rt {
  font-size: 9pt;
  text-align: center;
  line-height: 1;
}

.description-sub {
  margin-top: 1rem;
  padding: 0;
  text-align: left;
  line-height: 1.5;
}

.description-caution {
  margin-top: 2rem;
  padding: 0;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.5;
}

.fes-covid19 {
  /*! コロナ対策 */
  width: 100%;
  margin: 100px auto;
  padding: 40px;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-covid19 h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem;
  background: #c80000;
  color: white;
  font-size: 1.75rem;
}

.covid19-guide {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0 0;
}
.covid19-guide h4 {
  display: inline-block;
  padding: 0.5rem;
  color: #c80000;
  border: 1px solid #c80000;
  border-radius: 0.25rem;
}
.covid19-guide hr {
  margin: 1.5rem -1rem;
  border: none;
  border-top: 1px dotted #ccc;
}

.covid19-flex {
  display: flex;
  align-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.covid19-flex:first-of-type {
  height: 23.5rem;
}
.covid19-flex:first-of-type ul:nth-last-of-type(n+2) {
  width: 48%;
}
.covid19-flex:first-of-type ul:last-of-type {
  width: 48%;
}
.covid19-flex:last-of-type {
  height: 11.75rem;
}
.covid19-flex:last-of-type ul:nth-last-of-type(n+2) {
  width: 42.5%;
}
.covid19-flex:last-of-type ul:last-of-type {
  width: 55%;
}
.covid19-flex ul {
  margin: 0.5rem 0 0 0.25rem;
  list-style: none;
}
.covid19-flex ul li {
  line-height: 1.5;
}
.covid19-flex ul li.covid19-subtitle {
  font-weight: bold;
}
.covid19-flex ul li:not(.covid19-subtitle) {
  position: relative;
  margin-left: 0.25em;
  font-size: 0.9rem;
}
.covid19-flex ul li:not(.covid19-subtitle)::before {
  content: "・";
  position: absolute;
  left: -0.5em;
}
.covid19-flex ul li:not(.covid19-subtitle) small {
  display: block;
  font-size: 0.85em;
}
.covid19-flex .bold {
  display: block;
  margin: 1rem 0 0;
}
.covid19-flex .indent {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.25;
}

.covid19-end {
  margin: 2rem 0 0;
}
.covid19-end .bold {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: #c80000;
  border-bottom: 1px solid #c80000;
}
.covid19-end small.indent {
  padding-top: 0.25rem;
  font-size: 0.72rem;
  line-height: 1.25;
}

.fes-numbered {
  /*! 入場整理券 */
  width: 100%;
  margin: 100px auto;
  padding: 40px;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-numbered h3 {
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  background: #c80000;
  color: white;
  font-size: 2rem;
}

.numbered-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.numbered-pic {
  display: block;
  width: 360px;
  margin-left: -0.75rem;
}
.numbered-pic:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.numbered-pic img {
  display: block;
  width: 100%;
}

.numbered-wrapper {
  width: 520px;
  margin-top: 0.75rem;
}
.numbered-wrapper > div:last-of-type {
  margin-top: 1.5rem;
}
.numbered-wrapper h4 {
  font-size: 1.25rem;
}
.numbered-wrapper h4 img {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.25rem 0;
}

.numbered-text {
  margin: 0.5rem 0 0.5rem 2.125rem;
  padding: 0.5rem 0 0;
  line-height: 1.5;
  border-top: 1px solid #eee;
}

.numbered-text-annotation {
  margin-left: 3.125rem;
  line-height: 1.5;
  font-size: 0.8rem;
  list-style: none;
}
.numbered-text-annotation li {
  position: relative;
}
.numbered-text-annotation li:nth-of-type(n+2) {
  margin-top: 0.25rem;
}
.numbered-text-annotation li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.25em;
}

.numbered-annotation {
  margin: 2rem 0 0;
  padding: 1rem 0 0 1rem;
  line-height: 1.5;
  font-size: 0.8rem;
  list-style: none;
  border-top: 1px dashed #ccc;
}
.numbered-annotation li {
  position: relative;
}
.numbered-annotation li:nth-of-type(n+2) {
  margin-top: 0.25rem;
}
.numbered-annotation li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.25em;
}

.fes-main {
  /*! メインコンテンツ */
  width: 100%;
  margin: 100px auto;
}
.fes-main h3 {
  position: relative;
  padding: 0.75rem;
  background-color: #009600;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  background-repeat: repeat;
  color: white;
  font-size: 2.5rem;
  animation: background 100s linear infinite;
  text-shadow: #001700 0 1px 3px, #001700 0 1px 3px;
}
.fes-main h3 small {
  position: absolute;
  bottom: 0.5rem;
  right: -0.5em;
  color: white;
  font-size: 0.8rem;
  font-weight: normal;
}

@keyframes background {
  0% {
    background-position: top 0 left 0;
  }
  100% {
    background-position: top 0 left -600px;
  }
}
.subtitle-text {
  position: relative;
  margin: 0.75rem 0 -0.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.subtitle-text small {
  position: absolute;
  bottom: 0;
  right: -0.5em;
  font-size: 0.8rem;
}

.main-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.main-flex.text-left {
  flex-direction: row;
}
.main-flex.text-right {
  flex-direction: row-reverse;
}
.main-flex svg {
  position: absolute;
  top: -1rem;
  left: -1.25rem;
  width: 8rem;
  height: 8rem;
  fill: #c80000;
  transform: rotateZ(-15deg);
  filter: drop-shadow(0 0.1rem 0.5rem rgba(160, 160, 160, 0.5));
}
.main-flex svg text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  fill: yellow;
  stroke: #c80000;
  stroke-width: 2px;
}

.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(400px - 3rem);
  filter: drop-shadow(0 1px 0 white);
}
.main-title h4 {
  margin: 1rem 0 0.5rem;
  font-size: 2rem;
  text-align: center;
  color: #009600;
}
.main-title p {
  padding: 0.5rem 0;
  line-height: 1.5;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.main-title img {
  display: block;
}

.main-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
}
.main-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-pic a {
  display: block;
  overflow: hidden;
}
.main-pic a img {
  transition: 0.2s;
}
.main-pic a:hover img {
  opacity: 0.8;
  /*  transform: scale(1.025);*/
}
.main-pic.pics1 a {
  /*! 画像1枚 */
  width: 100%;
  height: 510px;
}
.main-pic.pics2 a {
  /*! 画像2枚 */
  width: 297px;
  height: 510px;
}
.main-pic.pics2 a:nth-of-type(n+2) {
  margin-left: 6px;
}
.main-pic.pics3 a {
  /*! 画像3枚 */
}
.main-pic.pics3 a:first-of-type {
  width: 100%;
  height: 338px;
}
.main-pic.pics3 a:not(:first-of-type) {
  width: 297px;
  height: 166px;
  margin-top: 6px;
}
.main-pic.pics3 a:nth-of-type(n+3) {
  margin-left: 6px;
}
.main-pic.pics4 a {
  /*! 画像4枚 */
}
.main-pic.pics4 a:first-of-type {
  width: 100%;
  height: 338px;
}
.main-pic.pics4 a:not(:first-of-type) {
  width: 196px;
  height: 166px;
  margin-top: 6px;
}
.main-pic.pics4 a:nth-of-type(n+3) {
  margin-left: 6px;
}
.main-pic .fit-center {
  object-position: center center;
}
.main-pic .fit-center-left {
  object-position: left center;
}
.main-pic .fit-center-right {
  object-position: right center;
}
.main-pic .fit-top-center {
  object-position: center 10%;
}
.main-pic .fit-top-left {
  object-position: left top;
}
.main-pic .fit-top-right {
  object-position: right top;
}
.main-pic .fit-bottom-center {
  object-position: center bottom;
}
.main-pic .fit-bottom-left {
  object-position: left bottom;
}
.main-pic .fit-bottom-right {
  object-position: right bottom;
}

[class^="main-pic pics"] {
  width: 600px;
  height: 510px;
}

.fes-buy {
  /*! 買取 */
  width: 100%;
  margin: 100px auto;
  padding: 40px;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-buy h3 {
  color: #c80000;
  font-size: 2rem;
}

.buy-wrapper {
  position: relative;
}

.buy-title {
  margin: 1rem auto 0;
  padding: 0.75rem;
  background: #c80000;
  color: yellow;
  font-size: 1.5rem;
  border-radius: 0.25rem;
}

.buy-text {
  margin: 1.5rem 0 2rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.buy-text small {
  line-height: 1.25;
}
.buy-text > span:nth-of-type(n+2) {
  margin-top: 0.75rem;
}

.buy-reception {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
}

.buy-image {
  position: absolute;
  top: -4.5rem;
  right: -1rem;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.buy-pochikun {
  position: absolute;
  bottom: -1rem;
  right: -0.5rem;
}

.fes-event-service {
  /*! イベント・サービス */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 50px auto;
  padding: 50px 0;
}

.fes-event {
  width: calc(50% - 1.5rem);
  padding: 40px;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-event h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  color: #009600;
  font-size: 2rem;
  border-bottom: 1px dashed #ccc;
}
.fes-event h3 small {
  position: absolute;
  top: -50px;
  left: -75px;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: #c80000;
  color: white;
  font-size: 1.5rem;
  transform: rotate(-15deg);
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.4);
}

.event-flex div:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

.event-pic {
  display: block;
  width: 100%;
  max-width: 600px;
  border-radius: 0.25rem;
}

.event-text {
  margin: 0.5rem 0 -0.25rem;
  padding: 0 0.25rem;
  line-height: 1.5;
}
.event-text strong {
  display: block;
  margin-bottom: 0.25rem;
  border-bottom: 1px dashed #eee;
}

.fes-service {
  width: calc(50% - 1.5rem);
  padding: 40px;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-service h3 {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  color: #009600;
  font-size: 2rem;
  border-bottom: 1px dashed #ccc;
}

.testrun-pic {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: calc((400px - 1.5rem - 80px) * 0.75);
  margin-right: 1.5rem;
  object-fit: cover;
  object-position: center center;
}

.testrun-title {
  display: inline-block;
  margin: 1rem 0 1rem;
  padding: 0.5rem;
  background: #17a6e5;
  color: white;
  font-size: 1.5rem;
  border-radius: 0.25rem;
}

.testrun-text {
  margin: -0.25rem 0;
  line-height: 1.5;
}
.testrun-text small {
  display: block;
  font-size: 0.75em;
}

.fes-access {
  /*! アクセス */
  width: 100%;
  margin: 100px auto;
  padding: 40px;
  background: white;
  /*  background-image: radial-gradient(#f5f5f5 20%, transparent 20%), radial-gradient(#f5f5f5 20%, transparent 20%);*/
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-access h3 {
  position: relative;
  margin-bottom: 1.5rem;
}
.fes-access h3 span {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: #009600;
  font-size: 2rem;
  border-bottom: 1px dashed #ccc;
}

.access-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.to-googlemap {
  position: absolute;
  bottom: 0.25rem;
  right: 0;
  color: #c80000;
  font-size: 0.8rem;
  border-bottom: 1px dotted #c80000;
}
.to-googlemap:hover {
  opacity: 0.8;
}

.googlemap {
  display: block;
  width: 920px;
  height: 517.5px;
  border: 1px solid #ccc;
}

.streetview {
  display: block;
  width: 570px;
  height: 400px;
  margin-top: 1.5rem;
  border: 1px solid #ccc;
}

.route {
  display: block;
  width: 410px;
  height: 455px;
  margin-top: 1.5rem;
  border: 1px solid #ccc;
  image-rendering: -webkit-optimize-contrast;
}
.route:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.route img {
  width: 100%;
  height: 100%;
}

.access-text {
  width: calc(510px - 1.5rem);
  margin-top: 1.5rem;
}

.access-location p {
  padding: 0 0.5rem;
  line-height: 1.25;
}
.access-location p:first-of-type {
  padding: 0.25em 0.5rem;
}
.access-location p:nth-of-type(2) {
  border-bottom: 1px dashed #c80000;
}
.access-location p:nth-of-type(2) > span {
  margin: 0 0 0.5rem;
}
.access-location p:nth-of-type(3) {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.access-location p small {
  display: block;
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.access-location .bold {
  display: block;
  margin-bottom: 0.25rem;
  color: #c80000;
  font-size: 1.5rem;
  text-align: left;
}

.location-title {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: black;
  color: white;
  font-size: 1.25rem;
}

.access-rail p,
.access-car p {
  line-height: 1.5;
}
.access-rail p:first-of-type,
.access-car p:first-of-type {
  display: inline-block;
  margin: 1rem 0 0.5rem;
  padding: 0.25rem;
  line-height: 1;
  border: 1px solid #666;
  border-radius: 0.25rem;
}

.access-rail p:last-of-type {
  margin-left: 0.5em;
}
.access-rail p:last-of-type > span {
  display: block;
  margin-bottom: 0.5em;
}
.access-rail p:last-of-type .bold::before {
  content: "・";
  margin-left: -0.5em;
}

.line-smp {
  display: none;
}

.fes-info {
  /*! イベント概要 */
  width: 100%;
  margin: 0 auto;
  padding: 4rem;
  background: white;
  box-shadow: 0 0.1rem 0.5rem rgba(160, 160, 160, 0.5);
}
.fes-info h3 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2rem;
}
.fes-info h3::after {
  content: "入場無料";
  position: absolute;
  top: 40%;
  right: 0;
  padding: 0.5rem;
  background: white;
  color: #c80000;
  font-size: 1rem;
  border: 2px solid #c80000;
  border-radius: 0.25rem;
  transform: translateY(-50%) rotateZ(-15deg);
}
.fes-info h3 small {
  display: inline-block;
  margin-top: 1rem;
  font-weight: normal;
}

.info-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto 0;
}

.info-table {
  width: 700px;
  border-collapse: collapse;
}
.info-table thead th {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  text-align: left;
}
.info-table > tbody > tr,
.info-table thead th {
  border-bottom: 1px dotted #aaa;
}
.info-table > tbody > tr > th,
.info-table > tbody > tr > td {
  line-height: 1.5;
}
.info-table > tbody > tr > th {
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.info-table > tbody > tr > td {
  padding: 1.5rem 0 1.5rem 1rem;
}
.info-table a {
  color: #c80000;
  border-bottom: 1px dotted #c80000;
}
.info-table a:hover {
  opacity: 0.8;
}
.info-table .tel-wrapper {
  cursor: text;
}
.info-table .tel-link {
  color: black;
  border-bottom: none;
  pointer-events: none;
}

.smp-scroll table {
  width: 100%;
  border-collapse: collapse;
}
.smp-scroll tr::before {
  content: "";
  display: block;
  min-height: 4rem;
  float: left;
}
.smp-scroll .temporary-days {
  background: rgba(0, 0, 0, 0.1);
}
.smp-scroll .temporary-days td,
.smp-scroll .temporary-details th {
  min-width: 4rem;
  font-weight: bold;
  line-height: 1.25;
}
.smp-scroll td,
.smp-scroll th {
  padding: 0.5rem 0.25rem;
  text-align: center;
  border: 1px solid #aaa;
}
.smp-scroll .closed {
  background: rgba(255, 0, 0, 0.25);
  font-weight: bold;
}

.info-flyer {
  width: 250px;
}
.info-flyer a img {
  display: block;
  width: 100%;
  box-shadow: 0 2px 2px #999;
  /*  transition: .3s;*/
}
.info-flyer a img:last-of-type {
  display: none;
}
.info-flyer a:hover img {
  opacity: 0.8;
  transition: 0.2s;
  /*  transform: scale(1.025);*/
}
.info-flyer a:hover p {
  opacity: 0.8;
}
.info-flyer a p {
  margin-top: 0.5rem;
  color: #c80000;
  text-align: center;
}
.info-flyer a p span {
  display: inline-block;
  border-bottom: 1px dotted #c80000;
}

#flyer {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 30px;
}
#flyer img {
  display: block;
  width: 900px;
  max-width: 80vw;
}

.info-text {
  width: 1000px;
  margin: 1rem auto 0;
  line-height: 1.5;
}

.update {
  width: 1000px;
  margin: 3rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.update a {
  border-bottom: 1px dotted #c80000;
}

.fes-tw {
  /*! Twitter */
  width: 100%;
  margin: 50px auto 100px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.fes-tw h3 {
  position: relative;
  padding: 0.75rem;
  background: #1da1f2;
  color: white;
  font-size: 1.5rem;
}
.fes-tw h3 .tw-link {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  color: white;
  font-size: 1rem;
  text-decoration-line: underline;
}
.fes-tw h3 .tw-link:hover {
  color: yellow;
}

.twitter-list {
  width: 100%;
}

.twitter-feed {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border: 0;
}

.tw-text-smp {
  display: none;
}

.to-top {
  /*! トップへスクロール */
  display: none;
}

footer {
  padding: 2em 0;
  background: red;
  color: white;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
footer ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  list-style: none;
}
footer li a {
  color: white;
}
footer li a:first-of-type {
  margin-right: 1.5em;
}

@media screen and (max-width: 1000px) {
  .break-pc {
    display: none;
  }
  .break-smp {
    display: block;
  }
  header {
    height: 135vw;
  }
  header .blur {
    height: 135vw;
  }
  header #sticky-wrapper {
    position: relative;
    z-index: 999;
  }
  .fes-top {
    /*! ヘッダー */
    height: 135vw;
    max-height: initial;
  }
  .fes-title {
    width: 100%;
    height: 135vw;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .titleimg {
    display: block;
    height: 135vw;
  }
  .titleimg picture {
    left: 0;
    width: calc(100% - 4rem);
    max-width: initial;
    image-rendering: initial;
  }
  .titleimg picture source,
  .titleimg picture img {
    width: calc(100vw - 5rem);
  }
  .titleimg .smp-top {
    top: 1rem;
    left: 2.5rem;
  }
  .titleimg .smp-bottom {
    top: initial;
    bottom: 1rem;
    left: 2.5rem;
    right: initial;
  }
  .fes-pic {
    width: 100%;
    height: 80vw;
    margin: 38.5vw 0 0;
  }
  .pochi-top {
    display: none;
  }
  .nav-pc {
    /*! ナビ */
    display: none;
  }
  .nav-smp {
    display: block;
    max-width: 640px;
    margin: 0 auto;
    font-size: min(4vw, .9rem);
  }
  .nav-smp > div {
    margin: 0.5rem auto;
  }
  .nav-smp a {
    font-weight: bold;
  }
  .nav-smp-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .nav-smp-flex.nav-notice {
    justify-content: center;
  }
  .nav-smp-flex.nav-notice a {
    line-height: 1.25;
  }
  .nav-smp-flex.nav-notice span {
    margin: 0 0.5rem;
  }
  .nav-smp-flex.nav-main {
    max-width: 90%;
  }
  .nav-smp-flex.nav-info {
    max-width: 80%;
  }
  .nav-smp-flex a {
    margin: 0;
    text-align: center;
  }
  .nav-smp-flex span {
    /*    margin: 0 .5rem;*/
  }
  .is-sticky .fes-nav {
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .is-sticky .nav-smp a {
    display: block;
    color: #c80000;
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
  }
  .is-sticky .nav-smp span {
    color: #c80000;
  }
  main {
    /*! コンテンツ */
    width: 100%;
    padding: 2rem 0 0;
    overflow-x: hidden;
  }
  .fes-description {
    width: 100%;
  }
  .description-flex {
    display: block;
    width: 100%;
  }
  .description-flex > div {
    width: 100%;
  }
  .description-pic {
    display: none;
  }
  .description-main {
    margin-top: 0.5rem;
    padding: 0 1rem;
    text-align: center;
    word-break: keep-all;
  }
  .description-main small {
    line-height: 0.8;
    word-break: break-all;
  }
  .description-sub {
    padding: 0 1rem;
    font-size: 0.9rem;
    text-align: justify;
  }
  .description-caution {
    display: inline-block;
    margin-top: 1em;
    padding: 0 1em 0 2em;
    text-indent: -1em;
    text-align: left;
  }
  .fes-covid19 {
    /*! コロナ対策 */
    margin: 2rem auto;
    padding: 1rem;
  }
  .fes-covid19 h3 {
    margin: 0;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .covid19-guide {
    padding: 1.5rem 0 0;
  }
  .covid19-guide hr {
    margin: 1rem 0;
  }
  .covid19-flex:first-of-type, .covid19-flex:last-of-type {
    height: auto;
  }
  .covid19-flex:first-of-type ul:nth-last-of-type(n+2), .covid19-flex:first-of-type ul:last-of-type, .covid19-flex:last-of-type ul:nth-last-of-type(n+2), .covid19-flex:last-of-type ul:last-of-type {
    width: 100%;
  }
  .covid19-flex ul li:not(.covid19-subtitle) {
    margin-left: 0.5em;
  }
  .covid19-flex ul li small {
    font-size: 100%;
  }
  .covid19-end {
    margin: 1rem 0 0;
  }
  .covid19-end .bold {
    line-height: 1.5;
  }
  .fes-numbered {
    /*! 入場整理券 */
    margin: 2rem 0;
    padding: 1rem;
  }
  .fes-numbered h3 {
    margin-bottom: 0.5rem;
    padding: 0.25em 0.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .numbered-flex {
    flex-direction: column;
  }
  .numbered-pic {
    width: 70%;
    margin: 0 auto;
    pointer-events: none;
  }
  .numbered-wrapper {
    width: 100%;
  }
  .numbered-wrapper h4 {
    line-height: 1.5;
  }
  .numbered-text {
    margin: 0.25rem 0 0.5rem;
    padding: 0.25rem 0 0;
  }
  .numbered-text-annotation {
    margin-left: 1rem;
  }
  .fes-main {
    /*! メインコンテンツ */
    margin: 2rem auto;
  }
  .fes-main h3 {
    padding: 0.25em 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .subtitle-text {
    padding: 0 1rem;
    font-size: 1rem;
    text-align: justify;
  }
  .subtitle-text small {
    position: relative;
    display: block;
    right: 0;
    margin-top: 0.5rem;
  }
  .main-flex {
    margin-top: 2rem;
  }
  .main-flex.text-left, .main-flex.text-right {
    flex-direction: column;
  }
  .main-flex svg {
    top: -0.5rem;
    left: -0.5rem;
    width: 5.5rem;
    height: 5.5rem;
  }
  .main-title {
    flex-direction: column;
    width: 100%;
  }
  .main-title img {
    width: 30%;
    max-width: 80px;
  }
  .main-title h4 {
    margin: 0.5rem 0;
  }
  .main-title h4 small {
    display: inline-block;
  }
  .main-title p {
    padding: 0.25em 0 0.5em;
    border: none;
    border-top: 1px dashed #006432;
  }
  .main-pic {
    width: 100%;
  }
  .main-pic.pics1 a {
    width: 100%;
    height: calc((100vw - 2rem) * 1);
    pointer-events: none;
  }
  .main-pic.pics2 a, .main-pic.pics3 a:first-of-type, .main-pic.pics3 a:not(:first-of-type), .main-pic.pics3 a:nth-of-type(n+3), .main-pic.pics4 a:first-of-type, .main-pic.pics4 a:not(:first-of-type) {
    width: 100%;
    height: calc((100vw - 2rem) * 0.75);
    pointer-events: none;
  }
  .main-pic.pics2 a:nth-of-type(n+2), .main-pic.pics3 a:nth-of-type(n+3), .main-pic.pics4 a:nth-of-type(n+3) {
    margin-left: 0;
  }
  .main-pic.pics2 a:nth-of-type(n+2), .main-pic.pics3 a:nth-of-type(n+2), .main-pic.pics4 a:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
  [class^="main-pic pics"] {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .fes-buy {
    /*! 買取 */
    margin: 2rem auto;
    padding: 1rem;
  }
  .fes-buy h3 {
    margin: -0.25em 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .buy-wrapper {
    padding-bottom: 50vw;
  }
  .buy-title {
    margin-top: 0.5rem;
    padding: 0.5rem;
  }
  .buy-text {
    margin: 1rem 0.5rem;
    font-size: 1rem;
  }
  .buy-text > span:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
  .buy-reception {
    margin-left: 0;
    padding: 0.5rem;
    font-size: 1rem;
  }
  .buy-image {
    top: initial;
    bottom: 0;
    left: 0;
    right: initial;
    width: 55vw;
    height: 40vw;
    object-fit: cover;
    border-radius: 0;
  }
  .buy-pochikun {
    bottom: -0.5rem;
    height: 50vw;
    max-height: 210px;
  }
  .fes-event-service {
    /*! イベント */
    flex-direction: column;
    margin: 1rem 0;
    padding: 1rem;
  }
  .fes-event {
    width: 100%;
    padding: 1rem;
  }
  .fes-event h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .fes-event h3 small {
    top: -2rem;
    left: -1.5rem;
    margin: 0;
    padding: 0.25rem;
    font-size: 1rem;
    transform: rotate(-5deg);
  }
  .event-flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .event-flex > div {
    width: 100%;
  }
  .event-flex div:nth-of-type(n+2) {
    margin-top: 2rem;
  }
  .event-flex div img:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
  .event-text {
    text-align: justify;
  }
  .fes-service {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
  }
  .fes-service h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .fes-testrun {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .fes-testrun > div {
    width: 100%;
  }
  .testrun-pic {
    height: calc((500px - 1.5rem - 80px) * 0.5);
  }
  .testrun-title {
    margin: 1rem 0 0.5rem;
    font-size: 1.25rem;
  }
  .testrun-text .indent {
    text-align: justify;
  }
  .fes-access {
    /*! アクセス */
    margin: 2rem 0;
    padding: 1rem 1rem 2rem;
  }
  .fes-access h3 {
    margin-bottom: 1rem;
  }
  .fes-access h3 span {
    display: inline-block;
    font-size: 1.5rem;
  }
  .to-googlemap {
    display: none;
  }
  .googlemap {
    width: 100%;
    height: calc(100vw - 2rem);
  }
  .streetview {
    display: none;
  }
  .route {
    width: 100%;
    height: auto;
    image-rendering: initial;
    pointer-events: none;
  }
  .access-text {
    width: 100%;
  }
  .location-title {
    font-size: 1rem;
  }
  .access-location {
    margin-bottom: 1rem;
  }
  .access-location p:last-of-type {
    text-align: justify;
  }
  .access-location .bold {
    padding: 0;
    line-height: 1.5;
  }
  .access-location .bold small {
    font-size: 1.25rem;
  }
  .access-car p:first-of-type,
  .access-rail p:first-of-type {
    width: auto;
    margin-top: 0;
    font-size: 1rem;
  }
  .access-rail p:nth-of-type(2) {
    flex-direction: column;
  }
  .access-rail p:nth-of-type(2) > br {
    display: none;
  }
  .access-rail p:nth-of-type(2) > span:last-of-type {
    margin: 0.5rem 0 0;
  }
  .access-car {
    margin: 1rem 0 0;
  }
  .line-smp {
    display: block;
    margin-bottom: 2rem;
  }
  .fes-info {
    /*! イベント概要 */
    padding: 2rem 1rem;
    box-shadow: 0 -1px 8px rgb(127 127 127 / 20%);
  }
  .fes-info h3 {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .fes-info h3::after {
    position: absolute;
    top: initial;
    bottom: -2.25rem;
    padding: 0.25rem;
    line-height: 1.25;
    transform: initial;
  }
  .info-flex {
    flex-direction: column-reverse;
    margin: 1rem auto 0;
  }
  .info-table {
    width: 100%;
    margin-top: 1.5rem;
  }
  .info-table thead th {
    font-size: 1rem;
  }
  .info-table > tbody > tr > td,
  .info-table > tbody > tr > th {
    display: block;
    width: calc(100vw - 2rem);
    text-align: left;
  }
  .info-table > tbody > tr > th {
    padding: 1rem 0 0.125rem;
  }
  .info-table > tbody > tr > td {
    padding: 0.125rem 0 0.5rem;
  }
  .info-table > tbody > tr > th br {
    display: none;
  }
  .info-table .tel-link {
    color: #c80000;
    border-bottom: 1px dotted #c80000;
    pointer-events: auto;
  }
  .smp-scroll {
    position: relative;
    overflow-x: hidden;
  }
  .smp-scroll table {
    display: block;
    overflow-x: scroll;
  }
  .smp-scroll .temporary-details th {
    min-width: 6.5rem;
  }
  .info-flyer {
    width: 100%;
  }
  .info-flyer a {
    display: flex;
    flex-wrap: wrap;
  }
  .info-flyer a img {
    display: block;
    width: 50%;
  }
  .info-flyer a img:last-of-type {
    display: block;
  }
  .info-flyer a p {
    width: 100%;
    margin-top: 0.5em;
    font-size: 0.8rem;
  }
  #flyer {
    width: calc(100% - 2rem);
    height: calc(100vh - 3rem);
    margin: 2rem auto 1rem;
    padding: 0;
    overflow-y: scroll;
  }
  #flyer img {
    width: 100%;
    max-width: initial;
  }
  .info-text {
    width: 100%;
  }
  .update {
    width: 100%;
    margin: 2rem auto 1rem;
  }
  .fes-tw {
    /* Twitter */
    width: calc(100% - 2rem);
    margin: 2rem auto;
    padding: 1rem;
  }
  .fes-tw h3 {
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    text-align: justify;
    line-height: 1.5;
  }
  .fes-tw h3 .tw-link {
    position: relative;
    display: inline-block;
    bottom: initial;
    right: initial;
    line-height: 1;
  }
  .twitter-feed {
    height: 310px;
  }
  .tw-text-smp {
    display: block;
    margin-top: 0.25rem;
    color: #666;
    font-size: 0.7rem;
    text-align: center;
  }
  .tw-text-smp small {
    display: inline-block;
    margin: 0 0.5rem;
    color: #ccc;
  }
  .to-top {
    /*! トップへスクロール */
    position: fixed;
    bottom: 0.8rem;
    right: 0.8rem;
    display: inline-block;
    padding: 0.75rem;
    background: #c80000;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    border-radius: 0.5rem;
    opacity: 0.7;
  }
  footer {
    padding: 1em 0;
    text-align: center;
  }
  footer ul {
    flex-direction: column;
    width: 90vw;
  }
  footer li a {
    display: inline-block;
  }
  .copyright {
    margin-top: 1em;
  }
}/*# sourceMappingURL=fes.min.css.map */