@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  overflow-x: hidden;
}

ul {
  list-style: none;
  font-size: 0;
  position: relative;
}

li {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#quote {
  display: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  padding-top: 200px;
  background: white;
  font-size: 30px;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
}

header {
  width: 100%;
  height: 60px;
  background: white;
  border-bottom: solid #c82128 4px;
  position: relative;
}

header .nav-wrapper {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 45px;
  color: #c82128;
}

header nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav a {
  width: 85px;
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding: 20px 0 0;
  margin: 0;
  height: 40px;
  color: #c82128;
  position: relative;
}

header nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: white;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header nav .double {
  padding: 10px 0 0;
  height: 50px;
}

button {
  display: none;
}

#top {
  padding: 0;
  width: 100%;
}

#top .img-container-blur {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#top .img-container-blur-filter {
  width: 100%;
  position: absolute;
  z-index: 0;
  opacity: .3;
}

#top .img-container-blur-filter img {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -o-object-fit: cover;
     object-fit: cover;
}

#top .img-container-blur .img-item {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

#top .img-container-blur .img-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

#top .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background: #FFF;
}

@media (max-width: 1023px) {
  #top .btn-wrapper {
    margin: 0;
    padding: 0 0 16px;
  }
}

#top .btn-wrapper .btn {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 400px;
          flex: 1 400px;
  padding: 1rem 2rem;
  color: white;
  background: #4677c4;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 24px;
  margin: 2rem;
}

@media (max-width: 1023px) {
  #top .btn-wrapper .btn {
    font-size: .9em;
    margin: 6px 40px;
    padding: 10px;
  }
}

#top .btn-wrapper .btn:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1.3em;
  background-image: url(/MDD2019/img/newwindow.svg);
  color: white;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: .5em;
}

#top .btn-wrapper .btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}

#details {
  background: #293a66;
}

#details img {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

footer {
  width: 100%;
  background: #c82128;
  padding: 20px 0;
  color: white;
}

footer p br {
  display: none;
}

footer .snsbtn {
  display: inline-block;
  color: #FFF;
  border: solid #FFF 2px;
  border-radius: 50%;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  margin: 0 10px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  footer .snsbtn {
    width: 42px;
    height: 42px;
    padding-top: 8px;
    margin: 0 4px;
    font-size: 0.7rem;
  }
}

footer .snsbtn:hover {
  opacity: 1.0;
}

@media (max-width: 1023px) {
  #quote {
    padding-top: 140px;
    font-size: 18px;
  }
  header {
    width: 100%;
    height: 0;
    background: white;
    border-bottom: solid #c82128 4px;
    text-align: center;
    position: relative;
  }
  header h1 {
    display: none;
  }
  header nav {
    z-index: 5;
    position: fixed;
    top: 0;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -100%;
    width: 100%;
    height: 100%;
  }
  header nav a {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    color: #c82128;
    background: white;
    line-height: 50px;
    border-bottom: solid #c82128 1px;
  }
  header nav a:first-child {
    border-top: solid #c82128 8px;
  }
  header nav a:last-child {
    border-bottom: solid #c82128 8px;
  }
  header nav a br {
    display: none;
  }
  header nav .double {
    padding: 0;
    height: auto;
  }
  button {
    z-index: 9;
    display: block;
    background: transparent;
    position: fixed;
    border: 0;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin: 0;
    border-radius: 50%;
    color: white;
    background: #c82128;
  }
  #top {
    width: 100%;
  }
  #top .top-wrapper {
    margin: 0 auto;
    width: 100%;
  }
  #top .top-wrapper img {
    width: 100%;
  }
  footer p br {
    display: inline;
  }
}

#modal-content {
  width: 90%;
  max-width: 700px;
  margin: 80px auto 0;
  padding: 20px 0;
  border: #c82128 solid 4px;
  border-radius: 20px;
  background: white;
  z-index: 12;
}

#modal-content a {
  display: block;
  height: 30px;
  padding-top: 10px;
  color: #c82128;
}

#modal-content a:hover {
  background: #c82128;
  color: white;
}

#modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.6);
}

.pointer {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */