@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

html,
body {
  font-family: "Open Sans";
  background: #444444;
  height: 100vh;
  touch-action: manipulation;
  overscroll-behavior-y: none;
  overflow:hidden;  
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

#noaa-rogo {
  width: 60vw;
}

.topslot {
  background-image: url("img/noaa_bg.jpg");
  background-color: #444444;
  background-position: center;
  background-size: cover;
  padding: 1rem 0rem 6rem 0rem;
  box-shadow: 0em -4em 8em -4em rgba(0, 0, 0, 0.5) inset;
  border-bottom: 0.3rem solid #ca1341;
}

.brief {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin: 2rem 0rem 0rem;
}
.brief h1 {
  font-size: 4rem;
  margin: 0rem;
}
.brief p {
  margin: 0rem;
  font-style: normal;
  font-weight: 800;
  font-size: 0.9rem;
  color: #222;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#signup.is-on {
  color: #fff;
}

.signup-fields {
  height: 0;
  opacity: 0;
}
.signup-fields.is-on {
  opacity: 1;
  height: 60px;
}

.errorbox {
  background-color: #ffdddd;
  border: 1px solid #ff0000;
  color: #a00000;
  padding: 1rem;
  margin: 1rem auto;
  width: 20rem;
  text-align: center;
  font-weight: 600;
}

.main {
  margin: -2.5rem auto 0rem;
  width: 16rem;
}
.main .extras {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.main .extras a {
  text-decoration: none;
  font-weight: 300;
  color: #75e0a2;
}
.main .extras a:hover {
  color: #fff;
  text-decoration: underline;
}

#error-landscape {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / .9);
}

/* top-----------------------------------------------------*/

#Content-FullArea {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: auto;
}

#Content-FullArea::-webkit-scrollbar{
  display:none;
}

#multiBase {
  position: absolute;
  top: 0px;
  left: calc( (100vw / 2) - (( 100vh * 1.296296 ) / 2) );
  width: 100vh * 1.296296;
  height: 100vh;
  background-color: #ca1341;
}

#multiPr1 {
  position: absolute;
}

#multiPr2 {
  position: absolute;
}


#Content-Area {
  background-color: #fff;
  overflow: auto;
}

#Content-Area::-webkit-scrollbar{
  display:none;
}

#TokyoBlock {
  background-color: #fff;
  width: 100%;
}

#KyusyuBlock {
  background-color: #fff;
  width: 100%;
}

#KobeBlock {
  background-color: #fff;
  width: 100%;
}

/* auction */
.hInfoPanel {
  position: absolute;
}

.hPricePanel {
  position: absolute;
  top: calc( 100vh - ( 300px ));
  left: 0px;
  width: 100%;
  height: 200px;
  background-color: #000;
}

.hPricePanel-view {
  position: absolute;
  top: calc( 100vh - ( 200px ));
  left: 0px;
  width: 100%;
  height: 200px;
  background-color: #000;
}

#control-panel {
  position: absolute;
  top: calc( 100vh - 100px );
  left: 0px;
  width: 100%;
  height: 100px;
  background-color: #222;
}

#control-info {
  position: absolute;
  top: calc( 100vh - 100px );
  left: 0px;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #222;
}

/* menu-----------------------------------------------------*/

/* 基本装飾 */
.header-block {
  display: block;
  margin: 0;
  padding: 0;
  border: solid 1px #f00;
  background: #333;
  text-align: right;
  overflow: none;
}

.h-menu {
  margin: 0px auto;
  width: 97%;
  border-collapse: collapse;
  border: none;
}

a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
li {
  list-style:none;
  padding: 0.7rem 0;
  margin: 0rem 0;
}

li.c0 {
  list-style:none;
  padding: 0;
  margin: 0;
  height: 2px;
  background-color: #FFF;
}

li.c1 {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #d4264f;
  text-align: left;
  padding-left: 1rem;
}

li.c2 {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ca1341;
  text-align: left;
  padding-left: 1rem;
}

ul {
  padding: 0;
}
/* ボタン */
.btn-menuX {
  border: none;
  margin:0px;
  padding:0px;
  width: 45px;
  height: 45px;
}

.hambox {
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: bottom;
}

.btn-menu {
  border: 1px solid #999;
  background: transparent;
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
}

.btn-menu2 {
  border: 1px solid #999;
  background: transparent;
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
}
/* ボタン */
.btn-lane1 {
  border: 1px solid #999;
  background: transparent;
  color: #fff;
  padding: .5rem .5rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  user-select: none;       /* テキスト選択を禁止 */
  -webkit-user-select: none; /* iOS Safari 用 */
  -ms-user-select: none;     /* 古い IE 用 */
}

/* ボタン */
.btn-lane2 {
  border: 1px solid #999;
  background: transparent;
  color: #fff;
  padding: .5rem .5rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  user-select: none;       /* テキスト選択を禁止 */
  -webkit-user-select: none; /* iOS Safari 用 */
  -ms-user-select: none;     /* 古い IE 用 */
}

/* ボタン */
.btn-lane3 {
  border: 1px solid #999;
  background: transparent;
  color: #fff;
  padding: .5rem .5rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  user-select: none;       /* テキスト選択を禁止 */
  -webkit-user-select: none; /* iOS Safari 用 */
  -ms-user-select: none;     /* 古い IE 用 */
}

/* メニュー */
nav {
  padding: 0px;
  background: #ca1341;
  position: absolute;
  z-index: 1;
  top: 3.025rem;
  right: 0;
  overflow-x: hidden;
  width: 0;
  transition: .5s;
}
/* メニューを開いた時 */
nav.open-menu {
  width: 100%;
}
