/* CSS Document */
html, body {
  height: 100%; }

.YKKAP-Content {
  margin-bottom: 0; }
  @media (max-width: 767.9px) {
    .YKKAP-Content {
      padding-top: 18.66667vw;
      margin-bottom: 0;
      height: calc(100% - 18.66667vw);
      box-sizing: content-box; } }

@media (max-width: 767.9px) {
  .YKKAP-Content__inner {
    height: 100%; } }

.YKKAP-Container {
  padding: 0;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 45%;
  background-image: url("../image/top_bg.jpg"); }

.WINDOWMUSEUM-Title1 {
  padding-top: 88px;
  padding-bottom: 42px; }
  @media (max-width: 767.9px) {
    .WINDOWMUSEUM-Title1 {
      padding-top: 21vw; } }

.WINDOWMUSEUM-Title1 img {
  width: 269px;
  height: auto; }

.WINDOWMUSEUM-Toplink {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  width: 208px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 13px;
  margin-bottom: 476px;
  text-align: center; }
  @media (max-width: 767.9px) {
    .WINDOWMUSEUM-Toplink {
      position: absolute;
      width: 236px;
      margin-bottom: 0;
      left: calc(50% - 118px);
      bottom: 10%; } }

.WINDOWMUSEUM-txtEnter {
  width: 94px;
  height: auto; }

#only_landscape {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  pointer-events: auto; }
  @media (orientation: landscape) {
    #only_landscape {
      display: block;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.7);
      background-repeat: no-repeat;
      background-image: url("../../../window_museum_sp/contents/asset/image/img_tateyoko.png");
      background-position: center;
      background-size: 50%; } }

#news_box {
  position: absolute;
  width: 308px;
  min-height: 116px;
  right: 40px;
  bottom: 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 6px 12px;
  text-align: left;
  border-top: 1px solid #0084B9; }

.news_box_new img {
  width: calc(100vw * 52 / 1280); }
  @media (max-width: 767.9px) {
    .news_box_new img {
      width: 44px; } }

.news_box_text {
  padding-top: 11px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Noto Sans JP', sans-serif; }
