@charset "utf-8";

#contents-wrapper {
	width: 100%!important;
  height: calc(100vh - 52px);
  margin-top: 0px;
  padding-top: 52px;
  padding-bottom: 0px;
  background-image: url("pc_bg.jpg");
  background-size: cover;
  background-position: center bottom;
  position: relative;
  color: #fff;
}
#special-header-wrapper {
  display: none;
}
#footer-wrapper {
  position: relative;
  z-index: 4;
}


#special-column {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0 auto;
}
#special-column img {
  width: 100%;
  height: auto;
}

.en-header {
  width: 330px;
  padding-left: calc(50% - 430px);
  padding-right: 100px;
}
.en-logo {
  width: 196px;
  margin: 0 auto 53px;
}
.en-read {
  margin-bottom: 56px;
}
.en-salon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 230px;
  margin: 0 auto;
}
.en-salon .by {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
.en-salon .by img {
  width: 22px!important;
}
.en-salon .salon01 {
  display: block;
  width: 99px;
}
.en-salon .salon02 {
  display: block;
  width: 94px;
}
.en-salon a:hover {
  opacity: 0.5;
}

.en-movie-box {
  box-sizing: border-box;
  width: 50%;
  padding: 30px 0px 46px 130px;
  height: 100%;
}
.en-movie-box video {
  width: auto;
  height: 100%;
}
