@charset "UTF-8";

html,body {
    height: 100%;}

html{
  min-height: 100%;}

body > .wrap {
    height: auto;}

body{
  font-size: 15px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.6;
  background-color: #a10000;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  min-width: 1260px;
}

a:link{text-decoration: none;}
a:hover{text-decoration: underline;}
a:active{text-decoration: none;}
a:visited{text-decoration: none;}


.js-completeLoad{
  opacity: 0;
  backface-visibility: hidden;
  transition: 0.6s ease-in-out;
}
.js-completeLoad.is-show{
  opacity: 1;
}
.is-hide-sp{
  display: block;
}
.is-hide-pc{
  display: none;
}

/*---------------------------------
      loading
----------------------------------*/
.loadingOverlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background-color: #a10000;
  display: block;
}

.loadingOverlay .loadingLogo{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img24/common/loading_bg.png) 0 0 no-repeat;
  background-size: 200px;
  width: 200px;
  height: 200px;
  padding-bottom: 200px;
}


