@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  text-decoration: underline;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

.debug {
  height: auto;
  overflow-y: auto;
}

body {
  height: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: justify;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.check {
  pointer-events: none;
}
.check::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid red;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.check::after {
  content: "";
  display: block;
  color: #fff;
  padding: 0.25em;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-100%);
}

@media only screen and (min-width: 801px) {
  .header {
    display: none;
  }
}
.header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .header nav {
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 10;
  }
  .header nav.show {
    opacity: 1;
    visibility: visible;
  }
}
.header nav .nav {
  width: calc(100% - 4rem);
  max-width: 32rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.0625rem 1.4375rem;
  margin: 2rem 0 0;
  text-align: center;
}
.header nav .nav li {
  width: calc((100% - 4.125rem) / 3);
}
.header nav .nav li a.disable {
  cursor: default;
}
.header nav .nav li span {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0.4375rem 0 0;
  white-space: nowrap;
}
.header nav .nav li span.ls_zero {
  letter-spacing: -0.05em;
  font-size: 1.1875rem;
}
.header nav .nav li .en {
  display: block;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0.3125rem 0 0;
}
.header .menu {
  display: none;
  width: 5.25rem;
  height: 5.25rem;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  background: linear-gradient(90deg, rgb(229, 82, 149) 0%, rgb(0, 117, 191) 100%);
}
@media only screen and (max-width: 800px) {
  .header .menu {
    display: block;
  }
}
.header .menu div {
  display: block;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  transition: 0.25s;
}
.header .menu .bar {
  top: calc(50% - 0.5rem);
}
.header .menu .bar2 {
  bottom: calc(50% - 0.5rem);
}
.header .menu.open .bar {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
.header .menu.open .bar2 {
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}

footer {
  text-align: center;
}
footer a {
  display: inline-block;
}
footer img {
  margin: 0 auto;
}
footer img.shimane {
  height: 5.75rem;
}
footer img.logo {
  height: 6.8125rem;
  margin: 4.0625rem auto 0;
}
footer .footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 4.0625rem 0;
  margin: 3.4375rem 0 0;
}
footer .footer p {
  font-size: 1rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
}
footer .footer .copyright {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 4.0625rem 0 0;
}

.slide_loop {
  width: 100%;
  position: relative;
}
.slide_loop.center {
  overflow: visible;
}
.slide_loop.center .mask {
  overflow: visible;
}
.slide_loop.center .mask .image {
  position: static;
}
.slide_loop.center .thum {
  display: none;
}
.slide_loop .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide_loop .mask .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_loop .mask .image.active {
  transition: 0.75s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

#index::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg-logo.svg) center center no-repeat;
  background-size: calc(100% + 5rem) auto;
  z-index: -1;
}
#index .contents {
  width: 100%;
  background: #FFF;
}
@media only screen and (min-width: 801px) {
  #index .contents {
    width: 32rem;
    margin-left: calc(50% - 16rem);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  }
}
#index .contents .mainImage {
  position: relative;
  height: 100vh;
  height: 100svh;
}
#index .contents .mainImage::after {
  content: "";
  width: 100%;
  height: 14.0541015625%;
  bottom: -0.5px;
  left: 0;
  background: url(../img/main_bottom.svg) left bottom/cover no-repeat;
  z-index: 1;
  position: absolute;
}
#index .contents .mainImage video {
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .contents .mainImage .logo {
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (min-width: 801px) {
  #index .contents .mainImage .logo {
    display: none;
  }
}
#index .contents .mainImage .logo img {
  width: 74.9999804688%;
  margin: 0 auto;
}
#index .contents .mainImage .scroll {
  bottom: 8.1875rem;
  right: 7.8125%;
  z-index: 2;
  position: absolute;
}
#index .contents .mainImage .scroll img {
  height: 0.72625rem;
}
#index .contents .mainImage .scroll::after {
  content: "";
  width: 0.0625rem;
  height: 7.5rem;
  left: 50%;
  top: 1.35125rem;
  bottom: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 124, 197) 100%);
  transform: translateX(-50%);
  position: absolute;
}
#index .contents .lead {
  position: relative;
  text-align: center;
  padding: 6rem 0 0;
}
@media only screen and (max-width: 800px) {
  #index .contents .lead {
    padding-bottom: 12.625rem;
  }
}
@media only screen and (min-width: 801px) {
  #index .contents .lead .img {
    top: 50%;
    left: calc((50% - 16rem) / 2);
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
  }
}
#index .contents .lead .img h1 img {
  height: 11.17431875rem;
  margin: 0 auto;
}
@media only screen and (min-width: 801px) {
  #index .contents .lead .img h1 img {
    height: min(9.6449375rem, 9.6449375vw);
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  #index .contents .lead .img h1 img {
    height: min(11.17431875rem, 7.4495458333vw);
  }
}
#index .contents .lead .img .builders {
  height: min(3.9375rem, 3.9375vw);
  margin: 1.75rem auto 0;
}
@media only screen and (max-width: 800px) {
  #index .contents .lead .img .builders {
    display: none;
  }
}
#index .contents .lead .txt {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 801px) {
  #index .contents .lead .txt {
    top: 50%;
    right: calc((50% - 16rem) / 2);
    transform: translateX(50%) translateY(-50%);
    position: fixed;
    color: #007cc4;
    max-width: calc(50% - 16rem);
  }
}
#index .contents .lead .txt p {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 3.1111111111;
  letter-spacing: 0.1em;
  margin: 1.6875rem 0 0;
}
@media only screen and (min-width: 801px) {
  #index .contents .lead .txt p {
    font-size: min(1.125rem, 1.125vw);
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  #index .contents .lead .txt p {
    padding: 0 1rem;
    text-align: left;
  }
  #index .contents .lead .txt p br {
    display: none;
  }
}
#index .contents .lead .txt p:first-of-type {
  margin: 3.75rem 0 0;
}
#index .contents .lead .txt .abs1, #index .contents .lead .txt .abs2, #index .contents .lead .txt .abs3 {
  transform: skewY(-10deg);
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 801px) {
  #index .contents .lead .txt .abs1, #index .contents .lead .txt .abs2, #index .contents .lead .txt .abs3 {
    display: none;
  }
}
#index .contents .lead .txt .abs1::before, #index .contents .lead .txt .abs2::before, #index .contents .lead .txt .abs3::before {
  content: "";
  top: -0.875rem;
  left: 0;
  right: 0;
  bottom: -0.875rem;
  position: absolute;
  transform: skewY(10deg);
}
#index .contents .lead .txt .abs1 {
  width: 31.25%;
  padding-top: 53.8133170091%;
  top: 0;
  right: 0;
}
#index .contents .lead .txt .abs1::before {
  background: url(../img/01.jpg) top center/cover no-repeat;
}
#index .contents .lead .txt .abs2 {
  width: 25%;
  padding-top: 43.0506536073%;
  left: 9.375%;
  bottom: -8.3984375%;
}
#index .contents .lead .txt .abs2::before {
  background: url(../img/02.jpg) top center/cover no-repeat;
}
#index .contents .lead .txt .abs3 {
  width: 18.75%;
  padding-top: 32.2879902055%;
  right: 12.6953125%;
  bottom: -26.3959570313%;
}
#index .contents .lead .txt .abs3::before {
  background: url(../img/03.jpg) top center/cover no-repeat;
}
#index .contents .lead::before {
  content: "";
  width: 0.0625rem;
  height: 6rem;
  bottom: 0;
  left: 50%;
  background: #000;
  position: absolute;
}
@media only screen and (min-width: 801px) {
  #index .contents .lead::before {
    display: none;
  }
}
#index .contents .section_link {
  width: calc(100% - 4rem);
  text-align: center;
  margin: 0 auto;
  max-width: 32rem;
}
@media only screen and (max-width: 800px) {
  #index .contents .section_link {
    padding: 3.125rem 0 0;
  }
}
#index .contents .section_link h2 {
  display: inline-block;
  font-size: 1.5rem;
  background: linear-gradient(45deg, rgb(229, 82, 149) 0%, rgb(0, 117, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
  font-style: oblique;
}
#index .contents .section_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.0625rem 1.4375rem;
  margin: 2rem 0 0;
}
#index .contents .section_link ul li {
  width: calc((100% - 4.125rem) / 3);
}
#index .contents .section_link ul li a.disable {
  cursor: default;
}
#index .contents .section_link ul li span {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0.4375rem 0 0;
}
#index .contents .section_link ul li span.ls_zero {
  letter-spacing: -0.05em;
  font-size: 1.1875rem;
}
#index .contents .section_link ul li .en {
  display: block;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0.3125rem 0 0;
}
#index .contents .industry {
  position: relative;
  padding: 13.1875rem 0 3.9375rem;
  z-index: 1;
}
#index .contents .industry .explanation {
  position: relative;
  padding: 118.3893169513% 2rem 0;
}
#index .contents .industry .explanation.title_small .title h2 {
  letter-spacing: 0.2em;
}
#index .contents .industry .explanation.title_small .title h2 .catch {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 800px) {
  #index .contents .industry .explanation.title_small .catch {
    margin-top: 0.5rem;
  }
}
#index .contents .industry .explanation .bg {
  background: linear-gradient(180deg, rgba(0, 117, 191, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: skewY(-10deg);
  z-index: -1;
}
#index .contents .industry .explanation .bg::before {
  content: "";
  width: 0.5rem;
  height: 10.07026875rem;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(229, 82, 149) 0%, rgb(0, 117, 191) 100%);
  position: absolute;
  z-index: 1;
}
#index .contents .industry .explanation .title {
  top: -5.6270967878rem;
  right: calc(68.75% - 2.0625rem);
  position: absolute;
  z-index: 2;
}
#index .contents .industry .explanation .title .logo {
  height: 8.9199125rem;
}
#index .contents .industry .explanation .title h2 {
  font-size: 4.0625rem;
  letter-spacing: 0.4em;
  font-weight: 900;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: skewY(-10deg);
  padding: 1.5625rem 0 0;
  white-space: nowrap;
}
#index .contents .industry .explanation .title h2 span {
  display: block;
  font-size: 0.875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0.8125rem 0.8125rem 0;
}
#index .contents .industry .explanation .img {
  width: 68.75%;
  padding-top: 118.3893169513%;
  top: -4.0020967878rem;
  right: 0;
  transform: skewY(-10deg);
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#index .contents .industry .explanation .img.driver::before {
  background: url(../img/09.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.rebar::before {
  background: url(../img/rebar/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.mason::before {
  background: url(../img/mason/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.pavage::before {
  background: url(../img/pavage/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.tiler::before {
  background: url(../img/tiler/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.slope::before {
  background: url(../img/slope/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.landscaper::before {
  background: url(../img/landscaper/jpeg00.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.painter::before {
  background: url(../img/painter/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img.sheet_metal::before {
  background: url(../img/sheet_metal/01.jpg) top center/cover no-repeat;
}
#index .contents .industry .explanation .img::before {
  content: "";
  top: -3.8791935756rem;
  left: 0;
  right: 0;
  bottom: -3.8791935756rem;
  position: absolute;
  transform: skewY(10deg);
}
#index .contents .industry .explanation .catch span {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6071428571;
}
#index .contents .industry .explanation .catch p {
  font-size: 1rem;
  line-height: 2;
  margin: 2.625rem 0 0;
}
#index .contents .industry ul.item {
  width: 100%;
  margin: 3.75rem 0 0;
}
#index .contents .industry ul.item li {
  padding-top: 18.75rem;
  margin: 4rem 0 0;
  position: relative;
}
#index .contents .industry ul.item li:nth-child(even) img {
  left: unset;
  right: 2rem;
}
#index .contents .industry ul.item li:nth-child(even) dl {
  margin-left: 0;
  margin-right: auto;
}
#index .contents .industry ul.item li:nth-child(even) dl dt {
  right: unset;
  left: 5rem;
  transform: translateX(-50%);
}
#index .contents .industry ul.item li img {
  width: 59.2592592593%;
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: -1;
}
#index .contents .industry ul.item li dl {
  width: 55.5555555556%;
  margin-left: auto;
  position: relative;
}
#index .contents .industry ul.item li dl dt {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 1.4;
  white-space: nowrap;
  writing-mode: vertical-rl;
  position: absolute;
  right: 5rem;
  bottom: calc(100% + 3.125rem);
  transform: translateX(50%);
}
#index .contents .industry ul.item li dl dt::after {
  content: "";
  width: 0.0625rem;
  height: 3rem;
  bottom: -4.6875rem;
  left: 50%;
  background: #000;
  position: absolute;
}
#index .contents .industry ul.item li dl dd {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.75;
  background: #FFF;
  padding: 3rem 1.5625rem 2rem;
  margin: 0 0 0 auto;
}
#index .contents .industry .works2 {
  padding: 0 2rem;
}
#index .contents .industry .works {
  margin: 3.9375rem 0 0;
}
#index .contents .industry .works.center h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#index .contents .industry .works.center h3::after {
  display: none;
}
#index .contents .industry .works h3 {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2.1;
  margin: 0 0 0 2rem;
  padding: 0 6.125vw 0 0;
  position: relative;
}
#index .contents .industry .works h3::after {
  content: "";
  width: 5vw;
  height: 0.0625rem;
  background: #000;
  top: 50%;
  right: 0;
  position: absolute;
}
#index .contents .industry .works .slide_loop {
  margin: 1.6875rem 0 0;
}
#index .contents .industry .works .slide_loop.center .image {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#index .contents .industry .works .slide_loop.center .image li {
  width: 100%;
}
#index .contents .industry .works .slide_loop.center .image li > div {
  width: 100%;
  margin-right: none;
}
#index .contents .industry .works .slide_loop.center .image li > div img {
  max-width: 17.5rem;
  margin: 0 auto;
}
#index .contents .industry .works .slide_loop.center .image li > div .title {
  text-align: center;
}
#index .contents .industry .works .slide_loop.center .image li > div .title.multiline {
  line-height: 1.5;
}
#index .contents .industry .works .slide_loop .image {
  display: flex;
  margin: 0 2.5rem;
}
#index .contents .industry .works .slide_loop .image li {
  flex-shrink: 0;
  pointer-events: none;
}
#index .contents .industry .works .slide_loop .image li > div {
  width: 17.5rem;
  margin-right: 2.5rem;
}
#index .contents .industry .works .slide_loop .image li > div img {
  width: 100%;
}
#index .contents .industry .works .slide_loop .image li > div .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  margin: 1.5625rem 0 0;
}
#index .contents .industry .works .slide_loop .image li > div p {
  display: block;
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 1.125rem 0 0;
}
#index .contents .industry .movie {
  margin: 5rem 0 0;
}
#index .contents .industry .movie h3 img {
  height: 4.539175rem;
  margin: 0 auto;
}
#index .contents .industry .movie .slide_loop {
  margin: 2.5rem 0 0;
}
#index .contents .industry .movie .slide_loop .image {
  display: flex;
}
#index .contents .industry .movie .slide_loop .image li {
  flex-shrink: 0;
}
#index .contents .industry .movie .slide_loop .image li > div {
  cursor: pointer;
  width: 20rem;
  margin: 0 1rem;
  position: relative;
  transition: 0.5s;
}
#index .contents .industry .movie .slide_loop .image li > div:hover {
  opacity: 0.8;
}
#index .contents .industry .movie .slide_loop .image li > div.disable {
  cursor: default;
}
#index .contents .industry .movie .slide_loop .image li > div.disable:hover {
  opacity: 1;
}
#index .contents .industry .movie .slide_loop .image li > div.disable::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#index .contents .industry .movie .slide_loop .image li > div.disable::after {
  content: "近日公開";
  font-size: 1.25rem;
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#index .contents .industry .movie .slide_loop .image li > div:not(.disable)::after {
  content: "";
  width: 6.5rem;
  height: 2rem;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  background: url(../img/play.svg) center center/cover no-repeat;
  position: absolute;
}
#index .contents .industry .movie .slide_loop .image li > div a {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#index .contents .industry .movie .slide_loop .image li > div a img {
  width: 100%;
  pointer-events: none;
}
#index .contents .slide {
  margin: 10rem 0 0;
  position: relative;
}
#index .contents .slide .image {
  width: 100%;
  padding-top: 175.78125%;
  overflow: hidden;
  position: relative;
}
#index .contents .slide .image li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
#index .contents .slide .image li.show {
  opacity: 1;
}
#index .contents .slide .image li div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .contents .slide .thum {
  display: flex;
  justify-content: center;
  gap: 0 0.625rem;
  bottom: 2.5rem;
  position: relative;
}
#index .contents .slide .thum li {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
}
#index .contents .slide .thum li.show span {
  background: linear-gradient(90deg, rgb(229, 82, 149) 0%, rgb(0, 117, 191) 100%);
}
#index .contents .slide .thum li.show span::after {
  opacity: 1;
}
#index .contents .slide .thum li span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #FFF;
  border-radius: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 801px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
}/*# sourceMappingURL=layout.css.map */