@charset "UTF-8";

.all{
  overflow-x: hidden;
  width: 100%;
  }

.header .wrap_mainVisual{
  width: 100%;
  margin: 0 auto 25%;
  position: relative;
}
.mainVisual{
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: -100;
  top: 240px;
}

.header .mask_slide{
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
}

.header .logo{
  width: 40%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 30%;
}

.header .ssweets1{
  width: 8%;
  position: absolute;
  z-index: 2000;
  top: 30%;
  left: 5%;
}
.header .ssweets2{
  width: 10%;
  position: absolute;
  z-index: 2000;
  top: 60%;
  left: 3%;
}
.header .ssweets3{
  width: 15%;
  position: absolute;
  z-index: 2000;
  top: 90%;
  left: 3%;
}
.header .ssweets4{
  width: 13%;
  position: absolute;
  z-index: 2000;
  top: 80%;
  left: 80%;
}

.header .ssweets5{
  width: 18%;
  position: absolute;
  z-index: 2500;
  top: 100%;
  left: 73%;
}

.header .icon{
  width: 6%;
  min-width: 70px;
  position: absolute;
  z-index: 100;
  top: 30%;
  right: 1%;
}
.header .icon img{
  padding: 10px;
}

@media screen and (max-width:1630px){
  .mainVisual{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: -100;
    top: 180px;
  }
  }

  @media screen and (max-width:1500px){
    .mainVisual{
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: -100;
      top: 150px;
    }
    }

    @media screen and (max-width:1400px){
      .mainVisual{
        max-width: 1150px;
        margin: 0 auto;
        position: relative;
        z-index: -100;
        top: 150px;
      }
      }
  

@media screen and (max-width:1300px){
  .mainVisual{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: -100;
    top: 80px;
  }
}
@media screen and (max-width:1000px){
  .mainVisual{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: -100;
    top: 50px;
  }
  .header .icon{
    min-width: 65px;
    top: 25%;
  }
}

@media screen and (max-width:800px){
  .mainVisual{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: -100;
    top: 50px;
  }
  .header .icon{
    min-width: 60px;
    top: 15%;
  }
}

@media screen and (max-width:560px){
  .mainVisual{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: -100;
    top: 40px;
  }
  .header .icon{
    display: none;
  }
}

.korokoro1 {
  animation: korokoro 2.5s linear 0s 1;
  animation-iteration-count: infinite;
}
.korokoro2 {
  animation: korokoro 3.0s linear 3s 1;
  animation-iteration-count: infinite;
}
.korokoro3 {
  animation: korokoro 2.5s linear 2s 1;
  animation-iteration-count: infinite;
}
.korokoro4 {
  animation: korokoro 3.5s linear 0s 1;
  animation-iteration-count: infinite;
}
.korokoro5 {
  animation: korokoro 4.0s linear 2s 1;
  animation-iteration-count: infinite;
}

@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  5%   { transform: translate(10%, 0%) rotate(10deg); }
  25%  { transform: translate(20%, 0%) rotate(20deg); }
  30%  { transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { transform: translate(10%, 0%) rotate(10deg); }
  50%  { transform: translate(15%, 0%) rotate(15deg); }
  60%  { transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

/******* main *******/

.main{
  background: url(../images/index/bg_top1.png) no-repeat 3% 23%/18%;
}

.about{
  background: url(../images/index/bg_top2.png) no-repeat 95% 110%/20%;
}

.about h1{
  width: 40%;
  margin: 0 auto;
}
.about_wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  
}
.about_wrap .movie{
  width: 50%;
  min-width: 400px;
  margin: 20px;
}

video{
  width: 100%;
  border-radius: 50px;
}


.about_text{
  width: 40%;
  padding:0px 30px;
  font-size: 15px;
  line-height: 2.5em;
  letter-spacing: 0.8em;
}

.about_text p {
  width: 100%;
}

.bt_about{
  width: 50%;
  min-width:130px;
  margin-top: 40px;
}
.bt_about:hover{
  transform: translateY(-5px);
  transform: scale(1.1); 
  transition-duration: 1s;
}


@media screen and (max-width:1110px){
  .main{
    background: url(../images/index/bg_top1.png) no-repeat 8% 25%/22%;
  }
  .about{
    background: url(../images/index/bg_top2.png) no-repeat 95% 100%/30%;
  }
  .about h1{
    min-width: 280px;
  }

  .about_wrap{
    display: block;
    text-align: center;
  }
  .about_wrap .movie{
    max-width: 600px;
    min-width: 300px;
    width: 70%;
    margin: 40px auto 60px;
  }

  .about_text{
    width: 80%;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    line-height: 3.0em;
    letter-spacing: 0.5em;
  }

  .bt_about{
    width: 40%;
    margin: 40px auto 0;
  }
}

@media screen and (max-width:800px){
  .main{
    background: url(../images/index/bg_top1.png) no-repeat 8% 18%/22%;
  }
}
@media screen and (max-width:390px){
  .about_text{
    font-size: 12px;
  }
}




/******** menu *******/

.menu{
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width:1000px){
  .menu{
    margin: 0px auto;
    padding: 50px 0 0;
  }
}

.menu h1{
  width: 40%;
  margin: 50px auto 0px;
}

@media screen and (max-width:800px){
  .menu h1{
    min-width: 280px;
  }}
  

.menu ul{
  max-width: 1400px;
  margin: 0px auto;
  padding: 50px ;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.menu .review{
  width: 20%;
  min-width: 120px;
  text-align: center;
}

.menu .review p{
  width: 100%;
  margin: 20px auto;
}

@media screen and (max-width:800px){
  .menu ul{
    max-width: 700px;
    margin: 0px auto;
    padding: 30px ;
  }
  
  .menu .review{
    width: 30%;
    margin: 30px;
    text-align: center;
  }
  .menu .review img{
    width: 160px;
  }
  .menu .review p{
    width: 100%;
    margin: 5px auto 50px;
  }
}

@media screen and (max-width:420px){
  .menu .review{
    min-width: 80px;
  }
  .menu .review img{
    max-width: 100px;
  }
  
}


/****** ホバー ******/
.switch_image {
  position: relative;
}

.switch_image img {
  transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
  opacity: 0;
}
.switch_image img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.switch_image:hover img:last-of-type {
  opacity: 1;
}

/****** コースター ******/

.planePath {
  stroke: #D9DADA;
  stroke-width: .1%;
  stroke-width: .50%;
  stroke-dasharray: 1% 2%;
  stroke-linecap: round;
  fill: none;
}

#plane{
  transform: translateY(-450px);
}

.fil1 {
  fill: #D9DADA;
}

.fil2 {
  fill: #C5C6C6;
}

.fil4 {
  fill: #9D9E9E;
}

.fil3 {
  fill: #AEAFB0;
}

.st0 {
  fill: #dcf0ff;
}

.st0, .st1, .st2, .st3 {
  stroke-width: 6px;
}

.st0, .st1, .st2, .st3, .st4, .st5 {
  stroke: #564c4c;
  stroke-miterlimit: 10;
}

.st1 {
  fill: #f4f4e1;
}

.st2 {
  fill: #f98f8f;
}

.st3 {
  fill: #f7e6bf;
}

.st4 {
  fill: #564c4c;
}

.st4, .st5 {
  stroke-width: 4px;
}

.st6 {
  fill: #fff;
}

.st7 {
  fill: #fcf506;
}

.st5 {
  fill: none;
}

.st8 {
  display: none;
}

.corster{
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}

.corster svg{
  height: 700px;
  width: 100%;
}

@media screen and (max-width:1000px){
  .corster{
    max-width:900px;
  }
  .corster svg{
    height: 450px;
    width: 100%;
  }
}


@media screen and (max-width:500px){
  .corster{
    max-width:450px;
  }
  .corster svg{
    height: 300px;
    width: 100%;
  }
}
/* 

@media screen and (max-width:390px){
  .corster{
    max-width:30px;
  }
  .corster svg{
    height: 250px;
    width: 100%;
  }
} */




