html {
  display: none;
}

html.wf-active,
html.start {
  display: block;
}

#contentsWrapper header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vw;
  max-height: 400px;
  background-image: url("../images/05delivery_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  overflow: hidden;
  z-index: 0;
}

#contentsWrapper header h1 {
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 2.25rem;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  letter-spacing: 5px;
}

@media screen and (max-width: 60em) {
  #contentsWrapper header h1 {
    letter-spacing: 0;
    text-align: center;
  }
}

#contentsWrapper header h1 span {
  display: block;
  font-size: 1.13rem;
  font-weight: normal;
  margin-top: 1.5rem;
}

@media screen and (max-width: 60em) {
  #contentsWrapper header h1 span {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 35em) {
  #contentsWrapper header h1 span {
    margin-top: 0;
  }
}

#contentsWrapper header #catchPhrase {
  position: relative;
}

@media screen and (max-width: 35em) {
  #contentsWrapper header {
    height: 100vw;
  }
}

#contentsWrapper #mainContainer #lineUps nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80vw;
  max-width: 1350px;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-weight: normal;
  margin: 2rem auto;
}

#contentsWrapper #mainContainer #lineUps nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-line-pack: center;
      align-content: center;
  padding: 0.3rem;
  width: 23%;
  height: 6rem;
  text-align: center;
  text-decoration: none;
  color: #656565;
  background: #f6f6f6;
  border-radius: 2px;
	margin: 0 0.5%;
}

#contentsWrapper #mainContainer #lineUps nav a:hover {
  background: silver;
  color: #404040;
}

@media screen and (max-width: 60em) {
  #contentsWrapper #mainContainer #lineUps nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    gap: 0.5rem 0.5rem;
  }
  #contentsWrapper #mainContainer #lineUps nav a {
    height: 6rem;
    width: 97%;
    margin: auto;
  }
}

@media screen and (max-width: 35em) {
  #contentsWrapper #mainContainer #lineUps nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contentsWrapper #mainContainer #lineUps nav a {
    height: 4rem;
    margin-top: 0.5rem;
  }
}

#contentsWrapper #mainContainer #lineUps .luSection h2 {
  text-align: center;
  font-size: 20px;
  margin: 5rem auto 3rem;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

#contentsWrapper #mainContainer #lineUps .luSection h2 .leadNum {
  display: block;
  margin: 0 auto 5rem;
  text-align: center;
  color: #656565;
  border: 2px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52px;
  height: 52px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 24px;
}

#contentsWrapper #mainContainer #lineUps .luSection .luCaption {
  display: block;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-weight: normal;
  text-align: center;
}

#contentsWrapper #mainContainer #lineUps .luSection .luCaption span {
  display: block;
  white-space: nowrap;
  font-size: 1rem;
  margin: 0 auto 1.2rem;
}

#contentsWrapper #mainContainer #lineUps .luSection .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 5vw 10vw;
  padding: 0;
}

#contentsWrapper #mainContainer #lineUps .luSection .images .quad {
  display: block;
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
  width: 19vw;
  max-width: 400px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contentsWrapper #mainContainer #lineUps .luSection .images .quad img {
  height: 10vw;
}

#contentsWrapper #mainContainer #lineUps .luSection .images .wide {
  text-align: center;
  margin: auto;
  padding: 0;
  width: 80vw;
  height: auto;
}

@media screen and (max-width: 60em) {
  #contentsWrapper #mainContainer #lineUps .luSection {
    width: 80vw;
    text-align: justify;
    margin: 0 auto;
  }
  #contentsWrapper #mainContainer #lineUps .luSection h2 .leadNum {
    margin: 0 auto 2rem;
  }
  #contentsWrapper #mainContainer #lineUps .luSection .luCaption {
    text-align: left;
  }
  #contentsWrapper #mainContainer #lineUps .luSection .images {
    margin: 5vw 0;
  }
}

#contentsWrapper #mainContainer #lineUps #lu_third .images .quad {
  background: none;
}

#contentsWrapper #mainContainer #lineUps #lu_third .images .quad img {
  height: 20vw;
}

@-webkit-keyframes btmArwAnim {
  0% {
    background-position: 5px 3px;
  }
  50% {
    background-position: 10px 3px;
  }
  100% {
    background-position: 10px 3px;
  }
}

@keyframes btmArwAnim {
  0% {
    background-position: 5px 3px;
  }
  50% {
    background-position: 10px 3px;
  }
  100% {
    background-position: 10px 3px;
  }
}
