@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
a,
address,
article,
aside,
body,
caption,
div,
dl,
dt,
dd,
em,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
label,
menu,
nav,
p,
ruby,
section,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
ol,
li,
iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
  border: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: inherit;
  font-weight: bold;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  vertical-align: middle;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
  outline: none;
}
button:hover,
input:hover,
select:hover {
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
button {
  -webkit-appearance: none;
  border: none;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
body {
  background-color: #000;
  color: #fff;
  font-family: "Didot", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 14px;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.cf:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.spDn {
  display: none;
}
@media (min-width: 768px) {
  .spDn {
    display: block;
  }
  .pcDn {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper {
    height: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .main {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .main {
    position: relative;
    height: 100vh;
  }
}
.lanyArea {
  position: absolute;
  left: 0;
  width: 50%;
  height: calc(100% - 98px * 2);
  background-image: url("../img/lanyKv.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #313a35;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.lanyArea:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}
.lanyHeadTxt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 34px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.lanyKvLogoArea {
  position: absolute;
  top: 50%;
  left: calc(50% + 34px / 2);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lanyKvLogo {
  width: 104px;
  margin: 0 auto;
}
.lanyKvLogo > img {
  width: 100%;
}
.lanyHiddenArea {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lanyCatchTitle {
  margin-top: 30px;
  text-align: center;
  font-size: 10px;
}
.lanyLinkBtn {
  margin-top: 30px;
  text-align: center;
}
.lanyLinkBtn > a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  color: #313a35;
  font-size: 19px;
  font-family: "Futura";
  border: 1px solid #313a35;
}
@media (max-width: 768px) {
  .lanyKvLogoArea {
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -o-transition: left 1s ease;
    -ms-transition: left 1s ease;
    transition: left 1s ease;
  }
  .lanyKvLogo {
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
  }
  .lanyHiddenArea {
    width: 188px;
  }
}
@media (min-width: 768px) {
  .lanyArea {
    height: 100%;
  }
  .lanyAreaInner {
    position: relative;
    width: 50vw;
    height: 100%;
  }
  .lanyHeadTxt {
    padding: 50px;
    font-size: 24px;
  }
  .lanyKvLogoArea {
    left: 50%;
    width: 472px;
  }
  .lanyKvLogo {
    width: 283px;
  }
  .lanyCatchTitle {
    font-size: 14px;
  }
  .lanyLinkBtn > a {
    padding: 22px 58px;
  }
}
.main.lanyActive .lanyArea {
  width: 100%;
}
.main.lanyActive .lanyArea:after {
  width: 76%;
  background-color: unset;
  background-image: url("../img/spLanyKvLayer.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: right;
}
.main.lanyActive .lanyHiddenArea {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.main.lanyActive .nylaArea {
  width: 0;
}
.main.lanyActive .nylaKvLogoArea {
  display: none;
}
.main.lanyActive .nylaHeadTxt {
  background-color: #191c23;
}
@media (max-width: 768px) {
  .main.lanyActive .lanyKvLogoArea {
    left: 50%;
  }
  .main.lanyActive .lanyKvLogo {
    width: 178px;
  }
}
@media (min-width: 768px) {
  .main.lanyActive .lanyArea:after {
    width: 60%;
    background-image: url("../img/lanyKvLayer.png");
  }
  .main.lanyActive .nylaAreaInner {
    position: static;
  }
}
.nylaArea {
  position: absolute;
  right: 0;
  width: 50%;
  height: calc(100% - 98px * 2);
  background-image: url("../img/nylaKv.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nylaArea:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25,28,35,0.8);
}
.nylaHeadTxt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 34px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.nylaKvLogoArea {
  position: absolute;
  top: 50%;
  left: calc(50% - 34px / 2);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nylaKvLogo {
  width: 115px;
  margin: 0 auto;
}
.nylaKvLogo > img {
  width: 100%;
}
.nylaHiddenArea {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.nylaCatchTitle {
  margin-top: 30px;
  text-align: center;
  font-size: 10px;
}
.nylaLinkBtn {
  margin-top: 30px;
  text-align: center;
}
.nylaLinkBtn > a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  color: #fff;
  font-size: 19px;
  font-family: "Didot";
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .nylaKvLogoArea {
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -o-transition: left 1s ease;
    -ms-transition: left 1s ease;
    transition: left 1s ease;
  }
  .nylaKvLogo {
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
  }
  .nylaHiddenArea {
    width: 188px;
  }
}
@media (min-width: 768px) {
  .nylaArea {
    height: 100%;
  }
  .nylaAreaInner {
    position: absolute;
    right: 0;
    width: 50vw;
    height: 100%;
  }
  .nylaHeadTxt {
    padding: 50px;
    font-size: 24px;
  }
  .nylaKvLogoArea {
    left: 50%;
    width: 472px;
  }
  .nylaKvLogo {
    width: 321px;
  }
  .nylaCatchTitle {
    font-size: 14px;
  }
  .nylaLinkBtn > a {
    padding: 22px 58px;
  }
}
.main.nylaActive .nylaArea {
  width: 100%;
}
.main.nylaActive .nylaArea:after {
  width: 76%;
  background-color: unset;
  background-image: url("../img/spNylaKvLayer.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.main.nylaActive .nylaHiddenArea {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.main.nylaActive .lanyArea {
  width: 0;
}
.main.nylaActive .lanyKvLogoArea {
  display: none;
}
.main.nylaActive .lanyHeadTxt {
  background-color: #fff;
}
@media (max-width: 768px) {
  .main.nylaActive .nylaKvLogoArea {
    left: 50%;
  }
  .main.nylaActive .nylaKvLogo {
    width: 178px;
  }
}
@media (min-width: 768px) {
  .main.nylaActive .nylaArea:after {
    width: 60%;
    background-image: url("../img/nylaKvLayer.png");
  }
}
