@charset "UTF-8";
/* CSS Document */
/*section-top*/
.body {
  max-width: 1950px;
  background-color: #fff;
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 20vw;
}

.tanbo2 {
  display: none;
}
.tanbo {
  width: 100vw;
  height: auto;
  max-width: 1950px;
  margin: 0 auto 10vw;
}
@media(max-width:500px) {
  .tanbo {
    display: none;
  }
}
@media(max-width:500px) {
  .tanbo2 {
    display: block;
    width: 100vw;
    height: auto;
    max-width: 1950px;
    margin: 0 auto 10vw;
  }
}
main {
  position: relative;
  margin: 0;
}
.smile2 {
  width: 100vw;
  max-width: 1080px;
}
@media(max-width:500px) {
  .smile2 {
    display: none;
  }
}
.smile {
  display: none;
}
@media(max-width:500px) {
  .smile {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-bottom: 0 auto 5vw;
  }
}
.cloud1 {
  margin: 0 auto 5vw;
  max-width: 300px;
}
@media(min-width: 1100px) {
  .cloud1 {
    /*display: none;*/
    margin: 0 auto 5vw;
  }
}
.rice {
  width: 65vw;
  text-align: left;
  margin: 0 auto 10vw auto;
}
@media(min-width:800px) {
  .rice {
    width: 75vw;
    max-height: 290px;
    text-align: left;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.ine {
  width: 70vw;
  height: auto;
  margin-bottom: 2vw;
}
.cloud2 {
  display: block;
  margin: 0 auto 0 50px;
  width: 300px;
}
.unkaiTxt {
  width: 65vw;
  text-align: left;
  margin: 0 auto 5vw;
}
.cloud3 {
  margin-bottom: 5vw;
  max-width: 300px;
}
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
/*    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);*/
.button a:hover {
  color: #fff;
  background-position: 99% 50%;
  transform: scale(1.05);
  /*ボックスの影*/
  box-shadow: 0 15px 15px rgba(87, 111, 230, 0.4);
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}