@charset "utf-8";

html, body, main {
  height: 100%;
}

body {
  background: #000;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

input, textarea, select {
  -webkit-appearance: none;
}

.main {
  font-family: "Sawarabi Mincho", serif;
  position: fixed;
  top: 70px;
  overflow: auto;
  width: calc(100% - 140px);
  height: calc(100% - 140px);
}

.main > section {
  height: 100%;
}

.top_movie {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 140px);
  height: calc(100% - 70px);
  background: #000;
  z-index: -1;
  /* margin-bottom: 600px; */
}

.top_movie video {
  width: 100%;
  /* position: fixed;
  top: 0; */
}

.muj01 h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents {
  position: relative;
  top: 100vh;
  height: 100%;
}

.about {
  position: relative;
  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;
  height: 100%;
  background: url(../images/world_map.png) top center, #000;
  background-size: cover;
  z-index: 1;
}

.about h2 {
  font-size: 2.4vw;
  color: #fff;
  letter-spacing: 6px;
}

.about h2 span {
  letter-spacing: 0;
  font-size: 0.6em;
}

.about h2 + p {
  line-height: 3em;
  margin: 40px auto 0;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 1.1vw;
}

.muj02 {
  position: relative;
  z-index: 1;
  background: #000;
}

.muj02 img {
  display: block;
}

.muj02 h2 {
  font-size: 1.6vw;
  margin: 150px auto 0;
  color: #fff;
}

.muj02 > div {
  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;
  color: #fff;
}

.muj02 > div > div {
  width: 100%;
}

.muj02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 20px auto 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.muj02 li {
  display: block;
  width: 31%;
  margin: 1em 1%;
  text-align: center;
  font-size: 1.2vw;
}

.muj02 li img {
  width: 70%;
  margin: 0 auto;
}

.muj02 dt {
  margin: 1em auto 0.6em;
  display: inline-block;
  border-bottom: solid 1px;
  padding: 0 0.5em 0.1em;
}

.muj02 dd {
  line-height: 1.2em;
}

/* .muj02>div>div:first-child {
  background: url(../images/about_main.png) top center no-repeat;
  background-size: contain;
} */

.muj03 {
  position: relative;
  z-index: 1;
  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;
  height: 100%;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.75);
}

.muj03 > div {
  width: 100%;
}

.muj03 h2 {
  font-size: 1.6vw;
  font-weight: 300;
  /* padding-top: 100px; */
  color: #fff;
}

.muj03 h2 + 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;
  width: 80%;
  margin: 30px auto 0;
  padding: 40px 0;
  border: double 4px #ddd;
  -webkit-box-shadow: 10px 10px 0 #ddd;
  box-shadow: 10px 10px 0 #ddd;
}

.muj03 h2 + div img {
  width: 30%;
  margin: 0 10%;
  padding: 4px;
  border: double #ddd 4px;
  border-radius: 50%;
}

.muj03 h2 + div div {
  line-height: 2em;
  text-align: left;
}

.muj03 h2 + div h3 {
  margin: 0.6em 0 0.8em;
  /* text-decoration: underline; */
  color: #fff;
  font-size: 7vw;
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: normal;
}

.muj03 h2 + div p {
  width: 51em;
  color: #fff;
  font-size: 1.2vw;
  margin: 0 auto;
}

.muj03 h2 + div span {
  display: inline-block;
  margin-top: 1em;
  /* text-align: right; */
  font-size: 0.8em;
}

.muj04 {
  /* margin-top: 100px; */
  /* background: url(../images/granpri.jpg) top center;
  background-size: cover; */
  position: relative;
  z-index: 1;
}

.itemLineUp {
  background: #000;
  color: #fff;
}

.itemLineUp h2 {
  font-size: 1.6vw;
  letter-spacing: 0.2em;
  padding: 50px 0;
}

.itemLineUp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 120px 0;
}

.itemLineUp li {
  display: inline-block;
  width: 33%;
}

.itemLineUp li img {
  width: 100%;
}

.itemLineUp dt {
  margin: 1em auto;
  line-height: 1.2em;
}

.itemLineUp dt sub {
  font-size: 0.75em;
}

.photo_top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  /* background: url(../images/granpri.jpg) top center no-repeat; */
  background-size: cover;
}

.photo_top::before, .photo_top::after {
  z-index: 2;
  display: inline-block;
  width: 200%;
  height: 33%;
  content: "";
  background: rgba(0, 0, 0, 0.75);
}

.photo_top::before {
  position: absolute;
  top: -20%;
  left: -50%;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.photo_top::after {
  position: absolute;
  bottom: -20%;
  left: -50%;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  background: #000;
}

.features {
  height: 49em;
  background: url(../images/leftTop.png) top -1em left -7% no-repeat, url(../images/leftBottom.png) bottom -1em left -7% no-repeat, url(../images/rightTop.png) top -1em right -7% no-repeat, url(../images/rightBottom.png) bottom -1em right -7% no-repeat, #000;
  background-size: 17em;
  overflow: hidden;
}

.features > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  width: 1120px;
  /* height: 100%; */
  margin: 0 auto;
}

.featcont {
  position: relative;
  bottom: 1em;
  color: #fff;
  width: 17em;
  height: 17em;
  margin: auto 4%;
  background: #000;
  border-radius: 50%;
  line-height: 1.4;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.featcont:hover {
  z-index: 1;
  background: #fff;
}

.featcont::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8.5em;
  width: 17em;
  height: 17em;
  background: #000;
  -webkit-transform-origin: right 8.5em;
  -ms-transform-origin: right 8.5em;
  transform-origin: right 8.5em;
  z-index: 2;
}

.featcont:hover::before {
  -webkit-animation: circle-right 0.3s linear forwards;
  animation: circle-right 0.3s linear forwards;
  z-index: 2;
}

.featcont::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8.5em;
  width: 17em;
  height: 17em;
  background: #000;
  -webkit-transform-origin: left 8.5em;
  -ms-transform-origin: left 8.5em;
  transform-origin: left 8.5em;
  z-index: 3;
}

.featcont:hover::after {
  -webkit-animation: circle-left 0.3s linear forwards;
  animation: circle-left 0.3s linear forwards;
  z-index: 3;
}

@-webkit-keyframes circle-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #000;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #000;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #fff;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #fff;
  }
}

@keyframes circle-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #000;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #000;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #fff;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #fff;
  }
}

@-webkit-keyframes circle-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes circle-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.featcont:nth-child(4)::before,
.featcont:nth-child(4)::after {
  display: none;
}


.featcont dl {
  position: relative;
  width: calc(17em - 8px);
  height: calc(17em - 8px);
  top: 4px;
  left: 4px;
  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;
  border-radius: 50%;
  background: #333;
  -webkit-transition: background 0.5s linear 0s;
  -o-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
  z-index: 4;
}

.featcont:hover dl {
  -webkit-transition: background 0.5s linear 0s;
  -o-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
  background: #777;
}


.featcont:nth-child(1),
.featcont:nth-child(2),
.featcont:nth-child(6),
.featcont:nth-child(7) {
  margin: auto 5%;
}

/* .featcont:nth-child(1) dt,
.featcont:nth-child(2) dt {
  position: relative;
  top: 1em;
}

.featcont:nth-child(6) dt,
.featcont:nth-child(7) dt {
  position: relative;
  bottom: 1em;
} */

.featcont:nth-child(4) {
  border-radius: 0;
  background: url(../images/centerCenter.png) center center no-repeat;
  background-size: cover;
  font-size: 1.2em;
  width: 15em;
  height: 15em;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}

.featcont:nth-child(4):hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.featcont:nth-child(4) dl {
  width: 15em;
  height: 15em;
  top: 0;
  left: 0;
  background: none;
  -webkit-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}

.featcont:nth-child(4):hover dl {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
}

/* .featcont dt {
  font-weight: bold;
} */

.featcont dl::after {
  content: "check";
  color: #fff;
  opacity: 0.6;
  font-family: sans-serif;
  /* font-weight: bold; */
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.featcont:nth-child(4) dl::after {
  opacity: 0.5;
}

.featcont:nth-child(6) dl::after, .featcont:nth-child(7) dl::after {
  bottom: auto;
  top: 2em;
}

.featcont dl:hover::after {
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 1;
}

.featcont dd {
  display: none;
}

.features sup {
  font-size: 0.6em;
}

.features span {
  display: block;
  font-size: 0.6em;
}

.showDD, .showDD:nth-child(4) {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #666;
  border-radius: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.showDD:nth-child(1), .showDD:nth-child(2), .showDD:nth-child(6), .showDD:nth-child(7) {
  margin: 0 auto;
}


.showDD:hover, .showDD:nth-child(4):hover {
  background: #666;
  z-index: 100;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.showDD::after, .showDD::before {
  display: none;
}

.showDD dl, .showDD:nth-child(4) dl {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  margin: 0;
  border-radius: 0;
  background: #333;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.showDD dl:hover, .showDD:nth-child(4):hover dl {
  background: #333;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.showDD dl::after, .showDD:nth-child(6) dl::after, .showDD:nth-child(7) dl::after {
  content: "close";
  top: auto;
  bottom: 2em;
}

.showDD dt {
  padding-top: 20%;
  font-size: 30px;
}

.showDD dd {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  padding-top: 5%;
  line-height: 1.6;
}

.showDD dd span:first-child {
  padding-top: 1em;
}


.muj05 {
  overflow: hidden;
  width: 100%;
  background: #000;
  position: relative;
  z-index: 1;
}

.muj05 h2 {
  font-size: 1.6vw;
  width: 90%;
  margin: 150px auto 100px;
  padding-bottom: 4px;
  color: #fff;
  border-bottom: double 4px;
}

.gallery div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.gallery div li {
  position: relative;
  display: none;
  width: 30%;
  margin: 10px 0;
  border: double 4px #fff;
}

.gallery div li.on {
  display: inline-block;
  cursor: pointer;
}

.gallery div li::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 36px;
  height: 36px;
  content: "";
  border-radius: 50%;
  background: url(../images/gallery/loupe.png);
  background-size: contain;
}

.gallery div li img {
  width: 100%;
}

.on {
  -webkit-animation: photofade 0.5s linear 0s 1 normal forwards running;
  animation: photofade 0.5s linear 0s 1 normal forwards running;
}

.expand {
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  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;
  width: 100%;
  height: 100%;
  cursor: url(../images/closeCursor.png), pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: photofade 0.3s linear 0s 1 normal forwards running;
  animation: photofade 0.3s linear 0s 1 normal forwards running;
  background: #777;
  background: rgba(0, 0, 0, 0.7);
}

.expand img, .expanded img {
  height: 80%;
  border: solid #fff 5px;
}

@-webkit-keyframes photofade {
  0% {
    bottom: -50px;
    opacity: 0;
  }

  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes photofade {
  0% {
    bottom: -50px;
    opacity: 0;
  }

  100% {
    bottom: 0;
    opacity: 1;
  }
}

.expanded {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  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;
  /* width: 100%; */
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: photofadeOut 0.3s linear 0s 1 normal forwards running;
  animation: photofadeOut 0.3s linear 0s 1 normal forwards running;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

@-webkit-keyframes photofadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes photofadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ShowMore {
  font-weight: bold;
  width: 30%;
  margin: 50px auto;
  padding: 10px 0;
  cursor: pointer;
  color: #fff;
  border: solid 2px #fff;
}

.muj06 {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  /* background: url(../images/congratulations.png) center center no-repeat;
  background-size: 90%; */
  background: rgb(0, 0, 0);
}

.muj06 div:first-child {
  width: 33%;
  height: 33%;
  /* background: url(../images/congratulations.png) bottom center no-repeat, url(../images/granpri_rab3.jpg) center center no-repeat; */
  background: url(../images/tapekai.png) center center no-repeat;
  background-size: contain;
}

.muj06 h2 {
  font-family: serif;
  font-size: 1.6vw;
  width: 100%;
}

.muj06 p {
  font-family: serif;
  margin: 1em auto;
}

@media screen and (max-width: 1200px) {
  main {
    height: 100%;
  }

  .main {
    position: static;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 80px;
  }

  .content_area {
    left: 0;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    height: auto;
  }

  .top_movie {
    height: auto;
    top: auto;
    width: 100%;
  }

  .about {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

  .muj03 h2 + div {
    width: 90%;
  }

  .grandPrix > div {
    width: 90%;
  }

  .muj06 div:first-child {
    height: 80%;
  }
}

@media screen and (max-width: 600px) {
  .main {
    margin-top: 50px;
  }

  .top_movie {
    height: calc(100% - 74px);
    display: block;
    margin-bottom: 0;
    top: 50px;
  }

  .top_movie video {
    /* width: auto; */
    min-height: 100%;
    min-width: 100%;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #111;
  }

  .top_movie img {
    width: 60%;
  }

  .contents {
    height: calc(100% - 74px);
  }

  .about {
    padding: 3em 0;
    background-position: center center;
  }

  .about h2 {
    font-size: 5vw;
  }

  .about h2 + p {
    font-size: 3.6vw;
    line-height: 2;
    margin: 20px;
    text-align: left;
  }

  .muj02 {
    overflow: hidden;
  }

  .muj02 li p {
    border: solid 2px #fff;
  }

  .muj02 h2 {
    font-size: 4vw;
    margin-top: 50px;
  }

  .muj02 > div > div {
    width: 100%;
    padding-bottom: 30px;
  }

  .muj02 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .muj02 li {
    width: 100%;
    font-size: 14px;
    margin: 60px auto 0;
  }

  .muj02 img {
    position: relative;
    left: 50%;
    width: 180%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .muj02 div img {
    width: 60%;
    position: static;
    transform: none;
  }

  .muj03 {
    height: 100%;
    padding: 0;
  }

  .muj03 h2 {
    font-size: 14px;
    padding-top: 50px;
  }

  .muj03 h2 + div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    -webkit-box-shadow: 3px 3px #ddd;
    box-shadow: 3px 3px #ddd;
  }

  .muj03 h2 + div img {
    width: 66%;
  }

  .muj03 h2 + div div {
    width: 90%;
  }

  .muj03 h2 + div p {
    font-size: 3.3vw;
    line-height: 2;
    width: 94%;
    margin: 0 auto;
  }

  .photo_top {
    height: 50vh;
  }

  .itemLineUp h2 {
    font-size: 4vw;
    padding: 50px 0 0;
  }

  .itemLineUp ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 50px;
  }

  .itemLineUp li {
    width: 90%;
    margin: 0 auto 70px;
    font-size: 3.3vw;
  }

  .features {
    height: auto;
    background: url(../images/leftTop.png) top -1em left -12em no-repeat, url(../images/leftBottom.png) bottom 32em left -12em no-repeat, url(../images/rightTop.png) top 32em right -12em no-repeat, url(../images/rightBottom.png) bottom -1em right -12em no-repeat, #000;
    background-size: 24em;
    overflow: hidden;
  }

  .features > div {
    width: 100%;
  }

  .features .featcont {
    width: 15em;
    height: 15em;
    bottom: 0;
    margin: 1em 4% 0;
  }

  .featcont dl {
    width: calc(15em - 8px);
    height: calc(15em - 8px);
  }

  .features .showDD {
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
  }

  .featcont::after, .featcont::before {
    display: none;
  }

  .featcont:nth-child(6) dl::after, .featcont:nth-child(7) dl::after {
    top: auto;
    bottom: 2em;
  }

  .featcont:hover {
    background: #000;
  }

  .featcont:nth-child(4):hover {
    background: url(../images/centerCenter.png) center center no-repeat;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-size: contain;
  }

  .showDD:nth-child(4):hover {
    background: #000;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-size: contain;
  }

  .featcont:nth-child(4):hover dl {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }

  .featcont:hover dl {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #333;
  }

  .featcont dt {
    font-size: 0.8em;
    padding-top: 0;
    color: #fff;
  }

  .showDD dl, .showDD:nth-child(4) dl {
    height: auto;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 100px 0;
  }

  .showDD dl:hover, .showDD:nth-child(4):hover dl {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    background: #333;
  }

  .showDD dt {
    font-size: 4.6vw;
  }

  .showDD dd {
    font-size: 3.3vw;
    text-align: left;
    width: 66%;
  }

  .gallery div ul {
    margin-bottom: 20px;
  }

  .gallery div li::after {
    width: 20px;
    height: 20px;
  }

  .muj05 h2 {
    font-size: 5vw;
    margin: 60px auto 40px;
  }

  .gallery div li {
    width: 46%;
    border: double 3px #fff;
  }

  .ShowMore {
    font-size: 3.6vw;
    width: 80%;
    margin: 0 auto 20px;
  }

  .muj06 {
    padding: 60px 0 30px;
  }

  .muj06 h2 {
    font-size: 4vw;
  }

  .muj06 p {
    font-size: 3vw;
    line-height: 1.6;
    width: 80%;
    margin: 1em auto 100px;
  }

  .expand img, .expanded img {
    max-width: 460px;
    width: 96%;
    height: auto;
  }

  .expand::before {
    content: "画面タップで閉じる";
    color: #fff;
    position: absolute;
    top: 20px;
  }

  .footer div {
    display: none;
  }

  .SNS {
    -webkit-transition: bottom 0.1s linear 0s;
    -o-transition: bottom 0.1s linear 0s;
    transition: bottom 0.1s linear 0s;
  }
}
