html,body{
  height: 100%;
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'Ibarra Real Nova', serif;
  overflow-x: hidden;
  background: #fff9ff;
}
*{
  margin: 0;
  padding: 0;
}
.only-sp{
  display: none;
}
.wrapper{
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: inline-block;
}
.header-wrapper{
  width: 100%;
  height: 100px;
  position: relative;
}
/* ヘッダー */
.wrapper{
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: inline-block;
}
.header-wrapper{
  width: 100%;
  height: 100px;
  position: relative;
}
/* List */
.header-list-wrapper{
  position: fixed;
  width: 100%;
  height: 100px;
  background: #ffeaff;
}
.header-lists{
  left: 50%;
  z-index: 1000;
}
.header-lists ul{
  display: flex;
  float: right;
  margin: 2% 2% 0 0;
}
.header-lists ul li{
  list-style: none;
}
.list{
  margin-top: 4%;
}
.header-lists ul li a{
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
text-align: center;
}
.header-lists ul li a span{
  position: absolute;
  top: -10%;
  left: 20%;
  width: 8px;
  height: 8px;
  background: #ff93ff;
  border-radius: 50%;
}
.header-lists ul li a i{
  font-size: 50px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: url(../images/background1.png);
  color: #fff;
}
.header-lists ul li:hover a{
  color: #ff93ff;
  transition: .5s;
}
/* List　おわり */

/* メイン */
.header-bar{
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: url(../images/bar1.png);
  margin-top: 5%;
}
.header-bar h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  letter-spacing: 3px;
}
.body-wrapper{
  width: 80%;
  margin: 5% 0 5% 10%;
}
.body-color1{
    background: url(../images/background1.png);
}
.body-color2{
    background: url(../images/background2.png);
}
.body-color3{
    background: url(../images/background4.png);
}
.body-color4{
    background: url(../images/background3.png);
}
.body-color5{
    background: url(../images/background5.png);
}
.body-wrapper h1{
  text-align: center;
  font-size: 30px;
  padding: 3%;
}
.body-block{
  width: 80%;
  margin: 0 10%;
}
.body-img{
  width: 90%;
  margin: 0 5%;
}
.body-img img{
  width: 100%;
}
.body-text-content{
  font-size: 16px;
  padding-bottom: 3%;
}
.body-flex-text-content{
  font-size: 16px;
  padding-bottom: 3%;
}
.body-text{
  font-size: 18px;
  margin: 3% 0;
}
.body-text h2{
  font-size: 25px;
  padding: 2% 0;
}
.body-small-title{
  font-size: 18px;
}
.body-text-title{
  font-size: 22px;
  margin: 1% 0;
}
.price-color1{
  color: #ff7fff;
  font-weight: bold;
  font-size: 22px;
}
.price-color2{
  color: #7fbfff;
  font-weight: bold;
  font-size: 22px;
}
.price-color3{
  color: #009933;
  font-weight: bold;
  font-size: 22px;
}
.body-flex{
display: flex;
flex-wrap: wrap;
width: 80%;
margin: 0 10%;
}
.body-flex-img{
  width: 40%;
  margin: 5% 0;
}
.body-flex-img img{
  width: 100%;
}
.body-flex-text{
  width: 55%;
  margin: 5% 0 0 5%;
}
.body-flex-text-title{
  font-size: 22px;
  margin: 1% 0;
}
/* メニュー　終わり */
/* フッター */
.footer-wrapper{
  width: 100%;
  height: 270px;
position: relative;
  background: #f5f5f5;
  margin: 0 auto;
  margin-top: 5%;
}
.footer-title{
  text-align: left;
  padding: 5% 0 0 5%;
}
.footer-title h3{
  font-size: 30px;
}
.footer-title h2{
  font-size: 50px;
}
.footer-title p{
  padding-top: 1%;
}
.footer-lists ul{

  display: flex;
  padding: 8% 0;
}
.footer-lists{
  width: 30%;
  position: absolute;
  top: 10%;
  left: 65%;
}
.footer-lists ul li{
  list-style: none;
  padding: 0 5%;
}
.footer-lists ul li .padding-lists{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  writing-mode: vertical-rl;
}
.footer-lists ul li a span{
  width: 8px;
  height: 8px;
  background: #ff93ff;
  border-radius: 50%;
}
.footer-facebook{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  writing-mode: vertical-rl;
  width: 70px;
  height: 70px;
  background: url(../images/background1.png);
  color: #fff;
}

.footer-lists ul li .footer-facebook i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  line-height: 70px
  color: #fff;
}
.scroll-top{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  background: #ffeaff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.scroll-top i{
color: #ff99ff;
}
.scroll-top p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.scroll-top p a{
  text-decoration: none;

}
.triangle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 40px 20px;
  border-color: transparent transparent #ff99ff transparent;
}
.copy{
  text-align: center;
  margin-top: 0%;
  font-size: 15px;
}
/* フッター　おわり */
@media (min-width: 1440px) {
  .header-lists ul{
    margin: 1% 2% 0 0;
  }
}
@media (max-width: 1024px) {
  /* フッター */
  .footer-wrapper{
    margin-top: 10%;
  }
  a{
    text-decoration: none;
    color: #000;
  }

  /* フッター　おわり */
}
@media (max-width: 768px) {
  /* List */
  .header-lists ul{
    display: flex;
    float: right;
    margin: 2% 2% 0 0;
  }
  .header-lists ul li{
    list-style: none;
  }
  .list{
    margin-top: 4%;
  }
  .header-lists ul li a{
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
  text-align: center;
  }
  .header-lists ul li a span{
    position: absolute;
    top: -10%;
    left: 20%;
    width: 8px;
    height: 8px;
    background: #ff93ff;
    border-radius: 50%;
  }
  .header-lists ul li a i{
    font-size: 50px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    background: url(../images/background1.png);
    color: #fff;
  }
  .header-lists ul li:hover a{
    color: #ff93ff;
    transition: .5s;
  }
  /* List　おわり */
  .header-bar{
    padding: 10% 0;
  }
  .header-bar h2{
    font-size: 30px;
  }
  .body-wrapper{
    width: 100%;
    margin: 5% 0;
  }
  .body-wrapper h1{
    text-align: center;
    font-size: 25px;
    padding: 5%;
  }
  /* メイン　おわり */
  /* フッター */
  .footer-wrapper{
    height: 320px;
  position: relative;
  }
  .footer-title{
    text-align: center;
    padding: 10% 0;
  }
  .footer-title h3{
    font-size: 20px;
  }
  .footer-title h2{
    font-size: 35px;
  }
  .footer-title p{
    padding-top: 1%;
    font-size: 12px;
  }
  .footer-lists{
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0%;
  }
  .footer-lists ul li{
    width: 20%;
    padding: 5% 6% 0 6%;

  }
  .footer-lists ul li .padding-lists{
    font-size: 10px;
    padding: 0;
    writing-mode: vertical-rl;
  }
  .footer-facebook{
    color: #fff;
    width: 30px;
    height: 30px;
  }

  .footer-lists ul li .footer-facebook i{
    font-size: 20px;
    line-height: 30px;
  }
  .scroll-top{
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .triangle{
    border-width: 0 10px 20px 10px;
  }
  .copy{
    text-align: center;
    margin-top: 0%;
    font-size: 10px;
  }
  /* フッター　おわり */
}
@media (max-width: 375px) {
  /* ヘッダー */
  .header-wrapper{
    width: 100%;
    height: 100px;
    position: relative;
  }
  .only-sp{
    display: block;
  }
  .only-pc{
    display: none;
  }
  .nav-header-title-content{
    text-align: center;
    margin-top: 10%;
  }
  .nav-header-small-title{
      font-size: 16px;
  }
  .nav-header-big-title{
      font-size: 40px;
  }
  /* List */
  .header-list-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;

    pointer-events: none;
    background: url(../images/bar1.png);
    margin-top: 25vh;
  }
  .header-list-wrapper.active{
    position: fixed;
    left: 0;
    top:0;
    margin: 0;
        transform: translate(0,0);
    opacity: 1;

    overflow: hidden;
    pointer-events: auto;
  }
  .header-lists ul{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;

  }
  .header-lists ul li{
    border-bottom: 2px solid #fff;
  }
  .list{
    padding-top: 0%;

  }
  .header-lists ul li a{
    font-size: 16px;
    color: #000;
    padding: 5% 0px;
  }
  .header-lists ul li a span{
    display: none;
  }
  .header-lists ul li:hover a{
    color: #ff93ff;
    transition: .5s;
  }
  .nav-toggle{
    position: fixed;
    top: 0.5%;
     left: 85%;
     font-size: 30px;
     color: #fff;
     background: url(../images/background1.png);
     padding: 2% 3%;
  }
  /* List　おわり */
  /* メイン */
  .header-bar{
    padding: 10% 0;
  }
  .header-bar h2{
    font-size: 18px;
  }
  .body-wrapper{
    width: 100%;
    margin: 5% 0;
  }
  .body-wrapper h1{
    text-align: center;
    font-size: 16px;
    padding: 5%;
  }
  .body-block{
    width: 90%;
    margin: 0 5%;
  }
  .body-text-content{
    font-size: 12px;
  }

  .body-text{
    font-size: 18px;
  }
  .body-text h2{
    text-align: center;
    font-size: 18px;
  }
  .body-small-title{
    font-size: 16px;
  }
  .body-text-title{
    text-align: center;
    font-size: 14px;
  }
.body-title{
  width: 100%;
  text-align: center;
  padding: 3% 0;
  font-size: 18px;
}
.body-flex-img{
  width: 100%;
}
.body-flex-text{
  width: 100%;
}
.body-flex-text-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.body-flex-text-content{
  font-size: 12px;
}
  /* メイン　おわり */
  .footer-lists ul li{
    padding: 5% 6% 0 6%;
  }
  .copy{
    margin-top: 25%;
  }
}
