@charset "UTF-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
  font-size: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
pre,
form,
blockquote,
fieldset,
input,
address {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
em {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
  list-style-position: outside;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset {
  border: none;
}
img {
  border: 0;
  vertical-align: top;
}
br {
  letter-spacing: 0;
}
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*--------------------------------------------------------------------------
  html body
---------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif,
    "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-size: 88%\9;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a {
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link,
a:visited {
}
a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  padding: 17px 15px;
  box-sizing: border-box;
}
#header.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-header nav {
  display: flex;
}
.l-header nav ul.menu {
  display: flex;
  align-items: center;
}
.l-header nav ul.menu li {
  margin: 0 15px;
}
.l-header nav ul.menu li a {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.l-header nav ul.menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #002f7b;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.l-header nav ul.menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.l-header nav ul.sns {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.l-header nav ul.sns li {
  margin: 0 10px;
}
.l-header nav ul.sns svg {
  width: 22px;
  height: auto;
  vertical-align: bottom;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content_wrap {
  padding-top: 60px;
}
.sp {
  display: none;
}

/* mainVisual
-----------------------------------------------------------------*/
.l-mv {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.l-mv img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

/* intro
-----------------------------------------------------------------*/
.l-intro {
  width: 100%;
  padding: 50px 0 200px;
  background-image: url(../img/intro_img_city.png),
    url(../img/intro_img_firework1.png), url(../img/intro_img_firework2.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, top left, top right;
  background-size: auto, auto 100%, auto 100%;
}
.l-intro .l-intro__inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  .l-intro .l-intro__inner {
    width: 80%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
  }
}
@media screen and (max-width: 1200px) {
  .l-intro .l-intro__inner {
    width: 90%;
  }
}
.l-intro .l-intro__inner h2 {
  color: #002f7b;
  font-size: 10rem;
  font-family: din-2014-narrow, "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-intro .l-intro__inner .held {
  font-size: 7.4rem;
  font-weight: 600;
  transform: translate(0, -6px);
  display: inline-block;
}
.l-intro .l-intro__inner .week {
  font-size: 5rem;
}
.l-intro .l-intro__inner .admission {
  border: 1px solid #002f7b;
  background: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  padding: 10px;
  display: inline-block;
  transform: translate(0, -15px);
  margin-left: 10px;
}
.l-intro .l-intro__inner p {
  font-size: 1.6rem;
  line-height: 2.2em;
}
.l-intro .l-intro__inner .place {
  font-size: 2.1rem;
  line-height: 1.3em;
  color: #fff;
  background: #002f7b;
  text-align: center;
  margin-bottom: 35px;
  padding: 10px 20px;
}

/* logoarea
-----------------------------------------------------------------*/
.l-logoarea {
  width: 100%;
  background: #002f7b;
  text-align: center;
  padding: 85px 20px 110px;
  box-sizing: border-box;
}

/* Einfo
-----------------------------------------------------------------*/
.l-Einfo {
  width: 100%;
  padding: 50px 0 70px;
  background: #d4ecf3;
}
.l-Einfo .l-Einfo__inner {
  width: 600px;
  margin: 0 auto;
}
.l-Einfo .l-Einfo__inner h2 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 40px;
}
.l-Einfo .l-Einfo__inner table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2em;
}
.l-Einfo .l-Einfo__inner table tr th {
  font-weight: normal;
  text-align: justify;
  text-align-last: justify;
}
.l-Einfo .l-Einfo__inner table tr th,
.l-Einfo .l-Einfo__inner table tr td {
  vertical-align: top;
}
.l-Einfo .l-Einfo__inner h3 {
  margin-top: 40px;
}
.l-Einfo .l-Einfo__inner h3 + p {
  text-indent: -1em;
  padding-left: 1em;
}
.l-Einfo .l-Einfo__inner h3.Special_sponsorship {
  font-size: 2rem;
  text-align: center;
  margin: 100px 0 50px;
}
.l-Einfo .l-Einfo__inner h3 + img {
  display: block;
  margin: 0 auto;
}

/* exhibit
-----------------------------------------------------------------*/
.l-exhibit {
  width: 100%;
  padding: 60px 0 70px;
}
.l-exhibit .l-exhibit__inner {
  width: 1000px;
  margin: 0 auto;
}
.l-exhibit .l-exhibit__inner h2 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 40px;
  background: url(../img/ttli_bicycle.png) no-repeat top 5px right 0px;
}
.l-exhibit .l-exhibit__inner h2 span {
  display: block;
  background: #002f7b;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 7px 14px;
  margin-top: 10px;
}
.l-exhibit .l-exhibit__inner h3 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 40px;
}
.l-exhibit .l-exhibit__inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-exhibit .l-exhibit__inner ul li {
  display: flex;
  align-items: center;
  width: 15%;
  margin-left: 6.25%;
  margin-bottom: 40px;
}
.l-exhibit .l-exhibit__inner ul li:nth-child(1),
.l-exhibit .l-exhibit__inner ul li:nth-child(5n + 1) {
  margin-left: 0;
}
.l-exhibit .l-exhibit__inner ul li img {
  width: 100%;
  height: auto;
}
.l-exhibit .l-exhibit__inner .inquiry {
  margin-top: 40px;
}
.l-exhibit .l-exhibit__inner .inquiry a {
  display: block;
  text-align: center;
  border: 1px solid #002f7b;
  color: #002f7b;
  font-size: 2.0rem;
  line-height: 1.3em;
  padding: 20px;
  text-decoration: none;
  transition: 0.5s;
}
.l-exhibit .l-exhibit__inner .inquiry a:hover {
  background: #002f7b;
  color: #fff;
}

/* guest
-----------------------------------------------------------------*/
.l-guest {
  width: 100%;
  padding: 60px 0 70px;
  background: #d4ecf3;
}
.l-guest .l-guest__inner {
  width: 1000px;
  margin: 0 auto;
}
.l-guest .l-guest__inner h2 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 40px;
  background: url(../img/ttli_bicycle.png) no-repeat top 5px right 0px;
}
.l-guest .l-guest__inner h2 span {
  display: block;
  background: #002f7b;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 7px 14px;
  margin-top: 10px;
}
.l-guest .l-guest__inner > p {
  color: #727171;
  font-size: 4rem;
  text-align: center;
  margin-top: 50px;
}

/* モーダルを開くボタン */
.modal__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.modal__card {
  width: 450px;
  cursor: pointer;
  margin-bottom: 30px;
}
.modal__card:nth-child(2n) {
  margin-left: 100px;
}
.modal-card img {
  width: 100%;
  height: auto;
}
.modal-card .img_area {
  position: relative;
}
.modal-card .img_area #detail_icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: auto;
  fill: #fff;
}
.modal-card .img_area::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 47, 123, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  border-radius: 20px 0 0 0;
}
.modal-card h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 123, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}
.modal__layer {
  height: 100%;
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  box-sizing: border-box;
}
.modal__inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.profile {
  display: flex;
  align-items: flex-start;
}
.profile__text {
  padding-left: 50px;
  color: #fff;
  line-height: 2em;
}
.profile__text p {
  font-size: 1.4rem;
  margin-top: 15px;
}
.profile__text p.profile__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
/* contents
-----------------------------------------------------------------*/
.l-contents {
  width: 100%;
  padding: 60px 0 70px;
}
.l-contents .l-contents__inner {
  width: 1000px;
  margin: 0 auto;
}
.l-contents .l-contents__inner h2 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 40px;
  background: url(../img/ttli_bicycle.png) no-repeat top 5px right 0px;
}
.l-contents .l-contents__inner h2 span {
  display: block;
  background: #002f7b;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 7px 14px;
  margin-top: 10px;
}
.l-contents .l-contents__inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-contents .l-contents__inner ul li {
  width: 300px;
  margin-left: 50px;
  margin-bottom: 10px;
  background: #002f7b;
  border: 5px solid #002f7b;
  box-sizing: border-box;
}
.l-contents .l-contents__inner ul li:nth-child(1),
.l-contents .l-contents__inner ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.l-contents .l-contents__inner ul li h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  line-height: 1em;
}
.l-contents .l-contents__inner ul + p {
  font-size: 8rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #002f7b;
  text-align: center;
  line-height: 1em;
  margin-top: 30px;
  letter-spacing: 0.2em;
}

/* tour
-----------------------------------------------------------------*/
.l-tour {
  width: 100%;
  padding: 60px 0 70px;
  background: #d4ecf3;
}
.l-tour .l-tour__inner {
  width: 1000px;
  margin: 0 auto;
}
.l-tour .l-tour__inner h2 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 40px;
  background: url(../img/ttli_bicycle.png) no-repeat top 5px right 0px;
}
.l-tour .l-tour__inner h2 span {
  display: block;
  background: #002f7b;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 7px 14px;
  margin-top: 10px;
}
.l-tour .l-tour__inner h2 + p {
  color: #727171;
  font-size: 2.4rem;
}
.l-tour .l-tour__inner p + p {
  font-size: 8rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #002f7b;
  text-align: center;
  line-height: 1em;
  margin-top: 70px;
  letter-spacing: 0.2em;
}

/* access
-----------------------------------------------------------------*/
.l-access {
  width: 100%;
  padding: 60px 0 70px;
}
.l-access .l-access__inner {
  width: 1000px;
  margin: 0 auto;
}
.l-access .l-access__inner h2 {
  color: #002f7b;
  font-size: 5rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 30px;
  text-align: center;
}
.l-access .l-access__inner h2 + p {
  font-size: 2.1rem;
  text-align: center;
}
.l-access .l-access__inner h2 + p span {
  font-size: 1.8rem;
  display: block;
}
.l-access .l-access__inner .station {
  font-size: 1.6rem;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 30px 0 40px;
  padding: 15px;
}
.l-access .l-access__inner iframe {
  width: 100%;
  height: 500px;
}

/* footer
-----------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 20px 0 70px;
  background: #000;
}
footer .l-footer__inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #fff;
}
footer .l-footer__inner p {
  padding-left: 1em;
  text-indent: -1em;
}

/* nav
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* Toggle(Button) */
  #navToggle {
    display: none;
    position: fixed;
    right: 15px;
    top: 18px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 8000;
  }
  #navToggle div {
    position: relative;
  }
  #navToggle span {
    display: block;
    position: absolute; /*to div*/
    width: 100%;
    border-bottom: solid 1px #333;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #navToggle span:nth-child(1) {
    top: 0;
  }
  #navToggle span:nth-child(2) {
    top: 11px;
  }
  #navToggle span:nth-child(3) {
    top: 22px;
  }

  /* Toggle(Button) */
  #navToggle {
    display: block;
  }
  /* Click Toggle(Button) */
  #navToggle.openNav span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #333;
  }
  #navToggle.openNav span:nth-child(2) {
    display: none;
  }
  #navToggle.openNav span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #333;
    width: 100%;
  }
  .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 7000;
    transition: all 0.5s;
    transform: translate(0, -100%);
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
  }
  .openNav {
    transform: translate(0, 0);
  }
}

/* SP
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
  #Content_wrap {
    padding-top: 0;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  /*--------------------------------------------------------------------------
    header
  ---------------------------------------------------------------------------*/
  #header {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .l-header nav {
    display: block;
  }
  .l-header nav ul.menu {
    display: block;
    text-align: center;
  }
  .l-header nav ul.menu li {
    margin: 15px 15px;
  }
  .l-header nav ul.menu li a {
    font-size: 2rem;
  }
  .l-header nav ul.menu li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #002f7b;
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .l-header nav ul.menu li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .l-header nav ul.sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 30px;
  }
  .l-header nav ul.sns li {
    margin: 0 10px;
  }
  .l-header nav ul.sns svg {
    width: 30px;
    height: auto;
    vertical-align: bottom;
  }
  /* mainVisual
  -----------------------------------------------------------------*/
  .l-mv {
    position: relative;
    height: 47vw;
    overflow: hidden;
  }
  .l-mv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 165%;
    height: auto;
  }

  /* intro
  -----------------------------------------------------------------*/
  .l-intro {
    padding: 0 0 70px;
    background-image: url(../img/intro_img_city.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .l-intro .l-intro__inner {
    width: 100%;
    padding: 30px;
    background: none;
    -webkit-backdrop-filter: saturate(180%) blur(0);
    backdrop-filter: saturate(180%) blur(0);
  }
  .l-intro .l-intro__inner h2 {
    font-size: 5.5rem;
  }
  .l-intro .l-intro__inner .held {
    font-size: 4rem;
    transform: translate(0, -3px);
  }
  .l-intro .l-intro__inner .week {
    font-size: 3.5rem;
  }
  .l-intro .l-intro__inner .admission {
    font-size: 1.4rem;
    padding: 5px;
    transform: translate(0, -7px);
  }
  .l-intro .l-intro__inner p {
    font-size: 1.4rem;
  }
  .l-intro .l-intro__inner .place {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  /* logoarea
  -----------------------------------------------------------------*/
  .l-logoarea {
    padding: 40px 30px 40px;
  }
  .l-logoarea img {
    width: 70%;
    height: auto;
  }

  /* Einfo
  -----------------------------------------------------------------*/
  .l-Einfo .l-Einfo__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .l-Einfo .l-Einfo__inner h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .l-Einfo .l-Einfo__inner table tr th,
  .l-Einfo .l-Einfo__inner table tr td {
    width: 100%;
    display: block;
    text-align: left;
    text-align-last: auto;
    font-size: 1.3rem;
  }
  .l-Einfo .l-Einfo__inner table tr th {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-Einfo .l-Einfo__inner table tr:first-of-type th {
    padding-top: 0;
  }
  .l-Einfo .l-Einfo__inner table tr th + td {
    display: none;
  }
  .l-Einfo .l-Einfo__inner h3 {
    margin-top: 30px;
  }
  .l-Einfo .l-Einfo__inner h3.Special_sponsorship {
    font-size: 1.6rem;
    text-align: center;
    margin: 50px 0 30px;
  }
  .l-Einfo .l-Einfo__inner h3 + img {
    width: 80%;
    height: auto;
  }
  .l-Einfo .l-Einfo__inner h3 + p {
    font-size: 1.3rem;
  }

  /* exhibit
  -----------------------------------------------------------------*/
  .l-exhibit .l-exhibit__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .l-exhibit .l-exhibit__inner h3 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .l-exhibit .l-exhibit__inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .l-exhibit .l-exhibit__inner ul li {
    width: 28%;
    margin-left: 8%;
  }
  .l-exhibit .l-exhibit__inner ul li:nth-child(1),
  .l-exhibit .l-exhibit__inner ul li:nth-child(5n + 1) {
    margin-left: 8%;
  }
  .l-exhibit .l-exhibit__inner ul li:nth-child(1),
  .l-exhibit .l-exhibit__inner ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  /* guest
  -----------------------------------------------------------------*/
  .l-guest .l-guest__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .l-guest .l-guest__inner > p {
    font-size: 2.4rem;
    margin-top: 30px;
  }

  /* モーダルを開くボタン */
  .modal__cards {
    display: block;
  }
  .modal__card {
    width: 100%;
    margin-bottom: 30px;
  }
  .modal__card:nth-child(2n) {
    margin-left: 0;
  }
  .modal-card h3 {
    font-size: 2rem;
  }

  /* モーダル本体 */
  .modal__container {
    width: 100%;
    height: 100%;
  }
  .modal__inner {
    padding: 40px;
    box-sizing: border-box;
  }
  /* モーダルを閉じるボタン */
  .modal__close {
    position: fixed;
  }
  /* モーダル内のコンテンツ */
  .profile {
    display: block;
  }
  .profile img {
    width: 100%;
    height: auto;
  }
  .profile__text {
    padding-left: 0;
    margin-top: 30px;
  }
  .profile__text p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .profile__text p.profile__title {
    font-size: 2.2rem;
  }
  /* contents
  -----------------------------------------------------------------*/
  .l-contents .l-contents__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .l-contents .l-contents__inner ul {
    align-items: stretch;
  }
  .l-contents .l-contents__inner ul li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  .l-contents .l-contents__inner ul li img {
    width: 100%;
    height: auto;
  }
  .l-contents .l-contents__inner ul li:nth-child(1),
  .l-contents .l-contents__inner ul li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .l-contents .l-contents__inner ul li:nth-child(1),
  .l-contents .l-contents__inner ul li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .l-contents .l-contents__inner ul li h3 {
    font-size: 1.6rem;
    padding: 15px 0;
    line-height: 1.3em;
  }
  .l-contents .l-contents__inner ul + p {
    font-size: 5rem;
  }

  /* tour
  -----------------------------------------------------------------*/
  .l-tour .l-tour__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .l-tour .l-tour__inner h2 + p {
    color: #727171;
    font-size: 1.6rem;
  }
  .l-tour .l-tour__inner p + p {
    font-size: 5rem;
    margin-top: 50px;
  }

  /* access
  -----------------------------------------------------------------*/
  .l-access .l-access__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .l-access .l-access__inner h2 + p {
    font-size: 1.8rem;
  }
  .l-access .l-access__inner h2 + p span {
    font-size: 1.4rem;
  }
  .l-access .l-access__inner .station {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .l-access .l-access__inner iframe {
    width: 100%;
    height: 300px;
  }

  /* footer
  -----------------------------------------------------------------*/
  footer {
    padding: 20px 0 40px;
  }
  footer .l-footer__inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  footer .l-footer__inner h2 {
    font-size: 1.4rem;
  }
  footer .l-footer__inner p {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------------------
   fade_box
---------------------------------------------------------------------------*/
.fade_box {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 0.8s;
}
.fade_in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
