/* ystowel3: Front page styles for top horizontal header */
#indexpage {
  font-size: 1.2em;
}

@media only screen and (min-width: 1200px) {
  #indexpage {
    font-size: 1.6em;
  }
}

#index_components {
  pointer-events: none;
}

#index_components a {
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  #index_components {
    display: none !important;
  }
}

#index_components {
  position: absolute;
  right: 0px;
  top: 70px;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 70px);
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 32px;
}

#index_components .section {
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -moz-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  -ms-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

#index_components .index_components {
  position: relative;
  right: 0px;
  text-align: right;
  padding-top: 120px;
  bottom: 0px;
  font-size: 1em;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  #index_components .index_components {
    padding-top: 150px;
  }
}

#index_components .prod_main {
  font-size: 1.3em;
}

@media screen and (max-height: 699px) {
  #index_components .prod_main {
    position: absolute;
    top: 32px;
    text-align: left;
    font-size: 1em !important;
  }
}

@media screen and (max-width: 1199px) and (max-height: 699px) {
  #index_components .prod_main {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  #index_components .prod_main {
    font-size: 1em;
  }
}

#index_components .prod_main .prod_cont {
  float: right;
  transition: ease-in .3s;
}

#index_components .prod_main .prod_cont a {
  padding: 3px 0;
  display: block;
  font-size: 1.3em;
  transition: ease-in .3s;
}

#index_components .notice_main {
  position: absolute;
  text-align: left;
  bottom: 0;
}

@media screen and (max-width: 1199px) and (min-height: 850px) {
  #index_components .notice_main {
    position: fixed;
    left: 60px;
    bottom: 64px;
  }
}

@media screen and (max-width: 1199px) and (max-height: 699px) {
  #index_components .notice_main {
    position: relative;
    text-align: right;
    bottom: initial;
  }
}

#index_components .notice_main .notice_cont {
  transition: ease-in .3s;
}

#index_components .notice_main .notice_cont a {
  padding: 3px 0;
  transition: ease-in .3s;
  display: block;
  font-size: 1.2em;
}

#index_components .copyright_main {
  transition: ease-in .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1em;
}

#index_components .copyright_main .ysbrand_desc {
  transition: ease-in .3s;
}

@media only screen and (max-width: 1199px) {
  #index_components .copyright_main {
    font-size: 0.8em;
  }
}

#index_components .copyright_main h1,
#index_components .copyright_main p {
  margin: 0;
  padding: 0;
}

#index_components .copyright_main h1 {
  font-size: 2.1em;
  line-height: 1;
  margin-bottom: 0.35em;
}

#index_components .copyright_main p {
  font-size: 0.83em;
}

#index_components .copyright_main>div {
  float: left;
}

#index_components .copyright_main .logo_inside_main {
  width: 71px;
  height: 67px;
  margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
  #index_components .copyright_main .logo_inside_main {
    width: 54px;
    height: 51px;
  }
}

#index_components .copyright_main .logo_inside_main img {
  width: 100%;
  height: 100%;
}

.section_wrap {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  top: 100px;
  text-align: right;
  font-size: 1em;
}

@media only screen and (max-width: 1199px) {
  .section_wrap {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1199px) and (min-height: 850px) {
  .section_wrap {
    padding-left: 60px;
  }
}

.section_wrap h1 {
  font-size: 3.7em;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .section_wrap h1 {
    font-size: 3em;
  }
}

.section_wrap span {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 200;
  display: block;
}

.section_wrap p {
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  opacity: .7;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}

.main_edit {
  position: absolute;
  top: 100px;
  left: 60px;
}

.main_edit a {
  background: #fff;
  display: block;
  padding: 5px 7px;
}

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