/* -----------------------------------------------------*/
/*                                                      */
/* SHP RAD HUS SETTING                                  */
/*                                                      */
/* -----------------------------------------------------*/



#loading {
height: 100vh!important;
min-height: 100%;
width: 100vw!important;
width: 100%;
text-align: center;
position: fixed;
overflow: hidden;
z-index: 1000;
background-color:white;
text-align: center;
margin: 0;
z-index: 1000;
top:0;
left:0;
}
#loading .loader  {
position: absolute;
top: 50%;
left: 50%;
margin-left: -2rem;
margin-top: -2rem;
width: 4rem;
height: 4rem;
text-align: center;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(0,0,0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(0,0,0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #000000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* -------------------------------------------- BASE SETTING */

/* CLEARFIX */
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;
}
/* FONT SETTING (Adobe type-kid) */
/*font-weight: 200 , 400 , 700  (sans only 500!)*/

.wf-loading {
font-family: "source-han-sans-japanese", "source-han-serif-japanese";
visibility: hidden;
}
.wf-active { visibility: visible; }
.swh-gothic {
font-family: "source-han-sans-japanese", sans-serif;
font-style: normal;
}
.swh-mincho {
font-family: "source-han-serif-japanese", serif;
font-style: normal;
}
html {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
position: relative;
font-size: 16px;
min-height: 100%;
}

@media (max-width: 767px) {
html { font-size: 13px; }
}

@media (max-width: 320px) {
html { font-size: 13px; }
}
body {
min-width: 100%;
width: 100%;
height: 100%;
color: rgba(34,34,34,1.00);
-webkit-text-size-adjust: 100%;
background-color: #FFFFFF;
font-family: "source-han-sans-japanese", sans-serif;
font-style: normal;
font-weight: 200;
font-size: 100%;
word-wrap: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphenates: auto;
hyphens: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
letter-spacing: 0.02em;
line-height: normal;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
}
 @-ms-viewport {
width: auto!important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a:link {
color: rgba(25,62,108,1.00);
text-decoration: none;
}
a:hover {
color: rgba(25,62,108,1.00);
text-decoration: none;
}
a:visited {
color: rgba(25,62,108,1.00);
text-decoration: none;
}
.cr-box {
margin: 0px;
padding: 0px;
clear: both;
float: none;
}
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
background-color: transparent;
}
a:link,
a:visited,
a:hover,
a:active {
outline: none;
border: none;
}
a:hover { cursor: pointer; }
a:focus,
button {
outline: none;
border: none;
}
button { border-radius: 0; }
img {
margin: 0px;
padding: 0px;
border: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-ms-interpolation-mode: bicubic;
max-width: 100%;
height: auto;
}
img::selection { background: transparent; }
img::-moz-selection {
background:transparent;/* Firefox */
}
ul {
list-style-image: none;
list-style-type: none;
}
/* MOUSE OVER SETTING */
.t-hover {
filter: alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
/*display: block;*/
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
position: relative;
}
.b-hover {
filter: alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
-ms-transition: background 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
position: relative;
}
.t-hover:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.b-hover:hover { background-color: rgba(34,34,34,1.00); }

@media (max-width: 767px) {
.t-hover:hover {
filter: alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.b-hover:hover { background-color: rgba(149,10,10,1.00)!important; }
}
.hide-text {
overflow-x: hidden !important;
overflow-y: hidden !important;
display: block !important;
text-indent: 1000% !important;
white-space: nowrap !important;
}
.text-nowrap { white-space: nowrap !important; }
.fixed {
position: fixed;
width: 100%;
height: 100%;
}
a[href^="tel:"] { cursor: default; }
.sub {
font-size: 0.6em;
vertical-align: bottom;
position: relative;
top: 0.4em;
}
.sup {
font-size: 0.6em;
vertical-align: top;
position: relative;
top: -0.3em;
}
#content {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
min-width: 100%;
padding: 0;
margin: 0;
display: block;
overflow: hidden;
}


/* ORIGINAL SETTING  -------------------------------------------- */
#rad-hus { }
#main {
margin: 0;
padding: 0;
}
#main .main-slider {
margin: 0;
padding: 0;
}
#main .main-slider .main01 div,
#main .main-slider .main02 div {
height: 0;
margin: 0;
padding-top: 66.66%;
width: 100%;
background-position: 50% 0%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
max-width: 100%;
}
#main .main-slider .main01 div { background-image: url(../images/main01.jpg); }
#main .main-slider .main02 div { background-image: url(../images/main02.jpg); }
#lead { }
#lead h1 {
display: block;
text-align: center;
margin: 4.5rem 0 0 0;
}
#model { }
#model .model { margin-top: 5rem; }
#model h3 {
display: block;
margin-bottom: 2rem;
}
#model .model .image:last-of-type { margin-top: 0.375rem; }
#model .model .cap { margin-top: 1.5rem; }
#sweden-images { margin: 5rem 0; }
#sweden-images .images img{ min-width: 100%; height: auto; }
#sweden-spaces {
padding: 0 0 4.5rem 0;
background-color: rgba(240,239,235,1.00);
}
#sweden-spaces h3 {
display: block;
margin-bottom: 1rem;
color: rgba(149,10,10,1.00);
padding-top: 5rem;
}
#sweden-spaces h3 strong {
display: block;
margin-top: 0.5rem;
font-weight: 400;
}
#sweden-spaces h4 {
font-weight: 600;
font-size: 1.5rem;
line-height: 1.65em;
display: block;
margin-bottom: 0.75rem;
}
.big-headline {
font-weight: 700!important;
font-size: 2.125rem;
line-height: 1.65em;
display: block;
margin: 3rem 0 2rem 0;
}
#under { margin-top: 1.5rem; }
#under h2 { padding-bottom: 0rem!important; }
#under .button-area {
padding-top: 2rem!important;
text-align: center;
}
#footer { }
#footer h2 {
display: block;
margin-bottom: 3.5rem;
text-align: center;
}
#footer h2 img {
max-width: 10rem;
height: auto;
}
#footer p.copyright {
display: block;
text-align: center;
font-size: 0.75rem;
color: rgba(153,153,153,1.00);
font-weight: 300;
}
#footer .footer-image {
position: relative;
width: 100%;
height: 0;
padding-top: 27.5%;
background-image: url(../images/footer_image.jpg);
background-position: 50% 0%;
background-repeat: no-repeat;
background-size: 100% auto;
margin-top: 1.5rem;
}
.body-sentence {
display: block;
font-size: 1.125rem;
line-height: 2.1em;
font-weight: 400;
}
.button-area {
padding: 3.5rem 0;
text-align: center;
}
.button-area .button {
min-height: 2.875rem;
line-height: 2.875rem;
overflow: hidden;
display: inline-block;
text-align: center;
color: white;
background-color: rgba(149,10,10,1.00);
border: none;
padding: 0 2rem;
margin: 0 auto;
font-weight: 500;
font-size: 1.25rem;
vertical-align: middle;
position: relative;
min-width: 22rem;
}
.more-arrow-w {
display: inline-block;
margin-right: 0.5rem;
}
.more-arrow-w:after {
content: "";
display: inline-block;
width: 1.25rem;
height: 100%;
margin-left: 0.5em;
margin-bottom: 0.2em;
background-image: url(../images/icon_more_arrow-w.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
position: absolute;
right: 0.625rem;
}
.animation-up {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-moz-transform: translate(0, 2rem);
-webkit-transform: translate(0, 2rem);
-ms-transform: translate(0, 2rem);
transform: translate(0, 2rem);
-webkit-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-moz-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-o-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-webkit-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
-moz-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
-o-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
}
.animation-up.IN-animation {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-moz-transform: translate(0, 0)!important;
-webkit-transform: translate(0, 0)!important;
-ms-transform: translate(0, 0)!important;
transform: translate(0, 0)!important;
-moz-transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.animation-side {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-moz-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-o-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-webkit-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
-moz-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
-o-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
}
.animation-bg {
background-position: 50% 5rem!important;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
position: relative;
-webkit-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-moz-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-o-transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
transition: all 900ms cubic-bezier(0.340, 0.025, 0.150, 0.970);
-webkit-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
-moz-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
-o-transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
transition: all 2500ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
}
.animation-bg.IN-animation {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-position: 50% 0%!important;
-moz-transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.a-left {
-moz-transform: translate(-4rem, 0rem);
-webkit-transform: translate(-4rem, 0rem);
-ms-transform: translate(-4rem, 0rem);
transform: translate(-4rem, 0rem);
}
.a-right {
-moz-transform: translate(4rem, 0rem);
-webkit-transform: translate(4rem, 0rem);
-ms-transform: translate(4rem, 0rem);
transform: translate(4rem, 0rem);
}
.animation-side.IN-animation {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-moz-transform: translate(0, 0)!important;
-webkit-transform: translate(0, 0)!important;
-ms-transform: translate(0, 0)!important;
transform: translate(0, 0)!important;
-moz-transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}

/* BREAK POINT -----------------------------------------------------*/
@media (max-width: 767px) {
#main .main-slider .main01 div,
#main .main-slider .main02 div { padding-top: 101.3%; }
#main .main-slider .main01 div { background-image: url(../images/main01_sp.jpg); }
#main .main-slider .main02 div { background-image: url(../images/main02_sp.jpg); }
.big-headline { font-size: 1.75rem; }
.button-area .button { width: 100%; }
#model .model .image:last-of-type { margin-top: 0.125rem; }
#model h3 img {
width: 50%;
height: auto;
}
#footer .footer-image { background-image: url(../images/footer_image_sp.jpg); }
}/*----------------------------------------------------- BREAK POINT*/
/* -------------------------------------------- ORIGINAL SETTING */
