@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;
  color: #444;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

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

@media (min-width: 500px) {
  .sp-only {
    display: none;
  }
}

#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;
}

@media (max-width: 1023px) {
  #quote {
    padding-top: 140px;
    font-size: 18px;
  }
}

header {
  width: 100%;
  height: 60px;
  background: white;
  position: relative;
}

@media (max-width: 1023px) {
  header {
    width: 100%;
    height: 50px;
    background: white;
    text-align: center;
    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 #shimekiri {
  position: absolute;
  z-index: 2;
  top: 64px;
  right: 0;
  padding: 15px 25px 15px 45px;
  margin: 0;
  color: white;
  border-radius: 0 0 0 45px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  header #shimekiri {
    z-index: 1;
    top: 54px;
    padding: 5px 1rem 10px 2rem;
  }
}

header #shimekiri a {
  color: white;
}

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

@media (max-width: 1023px) {
  header h1 {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 35px;
    padding-top: 4px;
  }
}

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

@media (max-width: 1023px) {
  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%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header nav.open {
    right: 0;
  }
}

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

@media (max-width: 1023px) {
  header nav a {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: white;
    line-height: 50px;
  }
  header nav a br {
    display: none;
  }
}

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;
}

@media (max-width: 1023px) {
  header nav .double {
    padding: 0;
    height: auto;
  }
}

button {
  display: none;
}

@media (max-width: 1023px) {
  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;
  }
}

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

@media (max-width: 1023px) {
  #top .top-wrapper {
    margin: 0 auto;
    width: 100%;
  }
  #top .top-wrapper img {
    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;
}

#details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 64px;
}

#details > div:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#details .box {
  width: 400px;
  padding: 36px 0;
  display: block;
  border-radius: 20px;
  color: white;
}

@media (max-width: 1023px) {
  #details .box {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    color: white;
    margin: 0 16px;
  }
}

#details .box h2 {
  font-size: 26px;
  line-height: 1.6em;
}

@media (max-width: 1023px) {
  #details .box h2 {
    font-size: 20px;
    line-height: 1.4em;
  }
  #details .box h2 span {
    font-size: .8em;
  }
}

#details .box h2 span {
  font-size: .8em;
}

#details .box h2 .theme {
  font-size: 1.2em;
}

#details .box p {
  font-weight: bold;
  margin: 5px 0;
}

@media (max-width: 1023px) {
  #details .box p {
    font-weight: bold;
    margin: 5px 0;
  }
}

#details .box .number {
  display: inline-block;
  margin-top: 10px;
  padding-top: 8px;
  width: 60px;
  height: 52px;
  font-size: 30px;
  background: white;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  #details .box .number {
    display: inline-block;
    margin-top: 10px;
    padding-top: 4px;
    width: 40px;
    height: 36px;
    font-size: 25px;
    background: white;
    border-radius: 50%;
  }
}

#details .text {
  font-size: 16px;
  width: 560px;
  padding: 48px 28px 0;
  display: inline-block;
  line-height: 40px;
  text-align: left;
}

@media (max-width: 1023px) {
  #details .text {
    font-size: 16px;
    width: 460px;
    height: auto;
    padding: 30px 20px;
    line-height: 30px;
  }
  #details .text br {
    display: none !important;
  }
}

#details .text h3 {
  text-align: center;
  margin: 0;
}

#details .text p {
  margin-bottom: 0;
}

#details .text p span {
  font-weight: bold;
}

#details .text .btns {
  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;
}

#details .text .btns .btn {
  display: inline-block;
  margin: 8px;
  border-radius: 12px;
  min-width: 100px;
  padding: 4px 24px;
  color: white;
  text-align: center;
}

.menu {
  margin: auto;
  padding: 60px 0;
  width: 100%;
  max-width: 900px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .menu {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu a {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  padding: 10px;
  width: 160px;
  border-radius: 15px;
}

@media (max-width: 1023px) {
  .menu a {
    margin: 5px;
    width: 120px;
  }
}

footer {
  width: 100%;
  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;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  width: 42px;
  height: 42px;
  padding-top: 8px;
  margin: 0 4px;
}

footer .snsbtn:hover {
  opacity: 1.0;
}

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

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

#modal-content a:hover {
  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;
}

.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;
  margin: 20px auto;
  max-width: 1080px;
}

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

.btn-wrapper .btn {
  cursor: pointer;
  display: block;
  width: 40%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 12px;
  padding: 12px;
  margin: 8px 20px;
}

@media (max-width: 1023px) {
  .btn-wrapper .btn {
    display: table;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    padding: 8px;
    margin: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.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;
}

.btn-wrapper .btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}
/*# sourceMappingURL=style.css.map */