/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  overflow: hidden;
}

body {
  margin: 0px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.smalltext {
  font-size: 18px;
  line-height: 30px;
}

.content {
  width: 1920px;
  height: 1080px;
}

.wrapper {
  width: 1920px;
  height: 1080px;
  position: absolute;
  background: #000;
}

.main_content_wrapper {
  width: 1484px;
  height: 924px;
  background: #eee6d9;
  position: absolute;
  left: 391px;
  top: 115px;
  border: solid #89570c 6px;
  color: #111;
}

.main_content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main_content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.icon_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 265px;
}

.top_icon {
  width: 250px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.app_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}

.datetime {
  position: absolute;
  top: 30px;
  left: 1520px;
  font-size: 41px;
}

.floor_icon {
  position: absolute;
  top: 95px;
  left: 60px;
  width: 135px;
}

.frontimg {
  width: 230px;
}

.divmessage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 47%;
}

.mess_title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.mess_l {
  font-size: 26px;
  line-height: 40px;
}

.mess_s {
  font-size: 20px;
  line-height: 35px;
}

.rightzero_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1229px;
  height: 924px;
  margin-left: 255px;
}

.right_img {
  width: 470px;
  min-width: 470px;
  margin-left: 100px;
  line-height: 0px;
  height: 730px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img_2p {
  justify-content: space-between;
}

.right_img > img {
  width: 100%;
}

.rental_container,
.machine_container,
.checkout_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 620px;
}

.rental_ul,
.machine_ul {
  width: 100%;
  font-size: 24px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
}

.rental_icon,
.machine_icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 250px;
}

.rental_icon > img,
.machine_icon > img {
  width: 200px;
}

@keyframes focusIn {
  0% {
    width: 0px;
  }
  100% {
    width: 395px;
  }
}
@keyframes focusInBorder {
  0% {
    border-color: #666666;
  }
  100% {
    border-color: #fff;
  }
}
@keyframes activeOn {
  0% {
    border-color: #999999;
    background-color: #999999;
  }
  100% {
    border-color: #89570c;
    background: #89570c;
  }
}
@keyframes mainActive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainMenuFocusIn {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: rgb(255, 255, 255);
  }
}
@keyframes selectIcon {
  0% {
    border-color: rgb(96, 25, 134);
  }
  100% {
    border-color: rgba(96, 25, 134, 0.2);
  }
}
@keyframes rightIn {
  0% {
    right: -50px;
    opacity: 0;
  }
  100% {
    right: 80px;
    opacity: 1;
  }
}

/*# sourceMappingURL=styles.css.map*/