@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
overflow-x: hidden;
}

.land-scape{
display: none;
}

p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 13px;
line-height: 2em;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }


.small{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 13px;
line-height: 1.8em;
}

.copyrights{
width: 100vw;
height: 50px;
position: absolute;
bottom: 0;
font-size: 12px;
line-height: 50px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
z-index: -1;
text-align: center;
}

#steam_box {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top:0;
}

#logo{
width: 45%;  
margin: 0 auto;
position: absolute;
z-index: -2;
opacity: 0;
}

#logo img{
width: 100%; 
margin: 0 auto;
}

#furo{
width: 60%;  
margin: 0 auto;
position: absolute;
z-index: -3;
}

#furo img{
width: 100%; 
margin: 0 auto;
}

.cover{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: -2;
position: relative;
}

.cover2{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
position: relative;
}

.cover3{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
position: relative;
}

.contents{
width: 80%;
margin: 0 auto;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

.ex{
width:35%;
margin: 0 auto;
margin-bottom: 5%;
padding-top: 10%;
}

.ex img{
width:100%;
}


.left-bar{
background-color: #F1F0EF;
width:80px;
position:absolute;
height: 100vh;
left: 0;
top:0;
text-align: center;
z-index: 11;
}

.left-bar img{
width: 20%;
z-index: 100;
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
opacity: 0.5;
cursor: pointer;
}

.left-bar img:hover {
opacity: 1;
    }

.left-bar2{
background-color: #F1F0EF;
width:80px;
position:absolute;
height: 100%;
left: 0;
top:0;
text-align: center;
z-index: 11;
}

.left-bar2 img{
width: 20%;
z-index: 100;
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
opacity: 0.5;
cursor: pointer;
}

.left-bar2 img:hover {
opacity: 1;
    }


.gmap {
width: 80%;
margin: 0 auto;
height: 0;
overflow: hidden;
padding-bottom: 45%;
position: relative;
}


.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.sarasa-img{
width: 80%;
margin: 0 auto;
}

.sarasa{
width: 20%;
padding: 2.5%;
float: left;
}

.sarasa img{
width: 100%;
}

.units-img{
width: 90%;
margin: 0 auto;
}

#units{
width: 20%;
padding: 2.5%;
float: left;
text-align: center;
}

#units img{
width: 50%;
}

#units b{
font-size: 0.9em;
margin-bottom: 15px;
padding-bottom: 5px;
}

#units p{
font-size: 12px;
line-height: 1.5em;
margin-top: 10px;
}
       

.arrowWrap {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  text-align: center;
  opacity: 0.5;
　cursor: pointer;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
　cursor: pointer;
}

.arrow::before {
  content: '';
  width: 2px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

.arrow-last {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
　cursor: pointer;
}

.arrow-last::before {
  content: '';
  width: 2px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}


@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

#sander{
width: 20%;  
margin: 0 auto;
z-index: -3;
}

#sander img{
width: 100%; 
margin: 0 auto;
}


#steam_box > img {
  position: absolute;
  width: 300vw;
  animation: scale_anime 5s linear infinite;
}
#steam_box > img:nth-of-type(1) {
  animation-delay: -0.5s;
}
#steam_box > img:nth-of-type(2) {
  animation-delay: -1s;
}
#steam_box > img:nth-of-type(3) {
  animation-delay: -1.5s;
}
#steam_box > img:nth-of-type(4) {
  animation-delay: -2s;
}
#steam_box > img:nth-of-type(5) {
  animation-delay: -2.5s;
}
#steam_box > img:nth-of-type(6) {
  animation-delay: -3s;
}
#steam_box > img:nth-of-type(7) {
  animation-delay: -3.5s;
}
#steam_box > img:nth-of-type(8) {
  animation-delay: -4s;
}
#steam_box > img:nth-of-type(9) {
  animation-delay: -4.5s;
}
#steam_box > img:nth-of-type(10) {
  animation-delay: -5s;
}
#steam_box > img:nth-of-type(11) {
  animation-delay: -5.5s;
}
#steam_box > img:nth-of-type(12) {
  animation-delay: -6s;
}
#steam_box > img:nth-of-type(13) {
  animation-delay: -6.5s;
}
#steam_box > img:nth-of-type(14) {
  animation-delay: -7s;
}
#steam_box > img:nth-of-type(15) {
  animation-delay: -7.5s;
}
#steam_box > img:nth-of-type(16) {
  animation-delay: -8s;
}
#steam_box > img:nth-of-type(17) {
  animation-delay: -8.5s;
}
#steam_box > img:nth-of-type(18) {
  animation-delay: -9s;
}
#steam_box > img:nth-of-type(19) {
  animation-delay: -9.5s;
}
#steam_box > img:nth-of-type(20) {
  animation-delay: -10s;
}
#steam_box > img:nth-of-type(21) {
  animation-delay: -10.5s;
}
#steam_box > img:nth-of-type(22) {
  animation-delay: -11s;
}
#steam_box > img:nth-of-type(23) {
  animation-delay: -11.5s;
}
#steam_box > img:nth-of-type(24) {
  animation-delay: -12s;
}
#steam_box > img:nth-of-type(25) {
  animation-delay: -12.5s;
}
#steam_box > img:nth-of-type(26) {
  animation-delay: -13s;
}
#steam_box > img:nth-of-type(27) {
  animation-delay: -13.5s;
}
#steam_box > img:nth-of-type(28) {
  animation-delay: -14s;
}
#steam_box > img:nth-of-type(29) {
  animation-delay: -14.5s;
}
#steam_box > img:nth-of-type(30) {
  animation-delay: -15s;
}
#steam_box > img:nth-of-type(31) {
  animation-delay: -15.5s;
}
#steam_box > img:nth-of-type(32) {
  animation-delay: -16s;
}
#steam_box > img:nth-of-type(33) {
  animation-delay: -16.5s;
}
#steam_box > img:nth-of-type(34) {
  animation-delay: -17s;
}
#steam_box > img:nth-of-type(35) {
  animation-delay: -17.5s;
}
#steam_box > img:nth-of-type(36) {
  animation-delay: -18s;
}
#steam_box > img:nth-of-type(37) {
  animation-delay: -18.5s;
}
#steam_box > img:nth-of-type(38) {
  animation-delay: -19s;
}
#steam_box > img:nth-of-type(39) {
  animation-delay: -19.5s;
}
#steam_box > img:nth-of-type(40) {
  animation-delay: -20s;
}
#steam_box > img:nth-of-type(41) {
  animation-delay: -20.5s;
}
#steam_box > img:nth-of-type(42) {
  animation-delay: -21s;
}
#steam_box > img:nth-of-type(43) {
  animation-delay: -21.5s;
}
#steam_box > img:nth-of-type(44) {
  animation-delay: -22s;
}
#steam_box > img:nth-of-type(45) {
  animation-delay: -22.5s;
}
#steam_box > img:nth-of-type(46) {
  animation-delay: -23s;
}
#steam_box > img:nth-of-type(47) {
  animation-delay: -23.5s;
}
#steam_box > img:nth-of-type(48) {
  animation-delay: -24s;
}
#steam_box > img:nth-of-type(49) {
  animation-delay: -24.5s;
}
#steam_box > img:nth-of-type(50) {
  animation-delay: -25s;
}

@keyframes scale_anime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: .2;
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}

.goods-img{
    display: none;
}

.shopnow{
font-family: 'Hind', sans-serif;
font-size: 20px;
display: block;
color: #fff;
background-color: #000;
position: absolute;
bottom: 48%;
margin: 0 auto;
border-radius: 40px;
padding: 15px;
letter-spacing: 3px;
z-index: 10;
}

.lang{
font-family: 'Hind', sans-serif;
font-size: 18px;
display: block;
color: #000;
position: absolute;
bottom: 2%;
margin: 0 auto;
padding-bottom: 15px;
letter-spacing: 3px;
z-index: 99999;
text-decoration: none;
width: 100%;
text-align: center;
}

.lang a:link { color: #666; text-decoration: none;}
.lang a:visited { color: #666; text-decoration: none;}
.lang a:hover { color: #000; text-decoration: none;}
.lang a:active { color: #000; text-decoration: none;}

.lang a {
  display: inline-block;
}
.lang a:hover {
  -webkit-animation: zoom .5s;
  animation: zoom .5s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.2);
  }
}


@media screen and (max-width: 900px) {

body{
margin: 0;
padding: 0;
overflow-x: hidden;
}
    
.land-scape{
display: none;
}
    
.left-bar{
background-color: #F1F0EF;
width:50px;
position:absolute;
height: 100vh;
left: 0;
top:0;
text-align: center;
z-index: 11;
}
    
.left-bar2{
background-color: #F1F0EF;
width:50px;
position:absolute;
height: 100%;
left: 0;
top:0;
text-align: center;
z-index: 11;
}
    
#logo{
width: 55%;  
margin: 0 auto;
position: absolute;
z-index: -2;
opacity: 0;
}

#logo img{
width: 100%; 
margin: 0 auto;
}

#furo{
width: 70%;  
margin: 0 auto;
position: absolute;
z-index: -3;
}

#furo img{
width: 100%; 
margin: 0 auto;
}

    
p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 13px;
line-height: 1.8em;
}

.small{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 11px;
line-height: 1.8em;
}

.ex{
width:45%;
margin: 0 auto;
margin-bottom: 5%;
padding-top: 0;
}

.ex img{
width:100%;
}

    
.gmap {
width: 80%;
margin: 0 auto;
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}


.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
    
.shopnow{
font-family: 'Hind', sans-serif;
font-size: 16px;
display: block;
color: #fff;
background-color: #000;
position: absolute;
bottom: 47.5%;
margin: 0 auto;
border-radius: 40px;
padding: 15px;
letter-spacing: 3px;
z-index: 10;
}7U
    
.units-img{
width: 90%;
margin: 0 auto;
}

#units{
width: 45%;
padding: 2.5%;
float: left;
text-align: center;
}

#units img{
width: 30%;
}

#units b{
font-size: 0.9em;
margin-bottom: 15px;
}

#units p{
font-size: 12px;
line-height: 1.5em;
}
       
}


@media screen and (max-width: 500px) {
    
body{
margin: 0;
padding: 0;
overflow-x: hidden;
}
    
.land-scape{
display: none;
}
    
.cover{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: -2;
position: relative;
}

.cover2{
width: 100vw;
height: 170vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
position: relative;
}
    
.cover3{
width: 100vw;
height: 250vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
position: relative;
}

#steam_box {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top:0;
}

.contents{
width: 90%;
margin: 0 auto;
text-align: center;
}

    
p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 12px;
line-height: 2em;
}
    
.small{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 10px;
line-height: 1.5em;
}

.ex{
width:60%;
margin: 0 auto;
margin-bottom: 5%;
z-index: 20;
padding-top: 15%;
}

.ex img{
width:100%;
}


#logo{
width: 70%;  
margin: 0 auto;
position: absolute;
z-index: -2;
opacity: 0;
margin-top: -10%;
}

#logo img{
width: 100%; s
margin: 0 auto;
}

#furo{
width: 85%;  
margin: 0 auto;
position: absolute;
z-index: -3;
margin-top: -10%;
}

#furo img{
width: 100%; 
margin: 0 auto;
}
    
    
.left-bar{
display: none;
}

.left-bar2{
display: none;
}
    
.sarasa-img{
width: 90%;
margin: 0 auto;
}
 
.sarasa{
width: 45%;
padding: 2.5%;
float: left;
}

.sarasa img{
width: 100%;
}

.units-img{
width: 100%;
margin: 0 auto;
}

#units{
width: 45%;
padding: 2.5%;
text-align: center;
float: left;
}

#units img{
width: 50%;
}

#units p{
font-size: 12px;
line-height: 1.5em;
padding-top: 5px;
margin-top: 10px;
}
    
#units b{
margin-bottom: 15px;
font-size: 0.9em;
line-height: 1.5em;
padding-bottom: 15px;
}

#units br{
margin-bottom: 10px;
}
    
.goods-img{
display: block;
width: 90%;
margin: 0 auto;
}
 
.goods{
width: 75%;
padding: 2.5%;
margin: 0 auto
}

.goods img{
width: 100%;
}
  
    
.gmap {
width: 90%;
margin: 0 auto;
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}


.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

    
#sander{
width: 40%;  
margin: 0 auto;
z-index: -3;
}

#sander img{
width: 100%; 
margin: 0 auto;
}
    
    
    
    
.shopnow{
font-family: 'Hind', sans-serif;
font-size: 14px;
display: block;
color: #fff;
background-color: #000;
position: absolute;
bottom: -100px;
margin: 0 auto;
border-radius: 40px;
padding: 15px;
letter-spacing: 3px;
z-index: 10;
}



}

@media (orientation: landscape) and (max-width: 767px){

.land-scape{
display: block;
width: 100%;
height: 100%;
z-index: 100;
margin: 0 auto;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
    
.land-scape img{
width: 30%;
margin: 0 auto;
}
    
.lang{
display: none;
}

    
}
