/*---------------------------------------
mainvisual
---------------------------------------*/
#mainvisual{
  background-image: url(../img/img_main.jpeg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position:center;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}
#mainvisual h1{
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  position: fixed;
  top: 35%;
  left: 65%;
  z-index: -1;
}
#mainvisual h1 p:first-child{
  font-size: 25px;
  line-height: 1.75;
  letter-spacing: 0.3em;
}
#mainvisual h1 p:nth-child(2){
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin: 50px 0 0 0;
}
#mainvisual h1 p:nth-child(2) span{
  font-weight: 900;
  font-size: 32px;
  display: inline-block;
  text-align: center;
  width: 32px;
}
@media screen and (max-width:767px) {
  #mainvisual{
    height: 630px;
  }
  #mainvisual h1{
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  #mainvisual h1 p:first-child{
    font-size: 20px;
    line-height: 1.5;
  }
  #mainvisual h1 p:nth-child(2){
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin: 20px 0 0 0;
  }
  #mainvisual h1 p:nth-child(2) span{
    font-size: 26px;
    width: 26px;
  }
}
/*---------------------------------------
各section
---------------------------------------*/
section{
  width: 100%;

}
section h2{
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}
section p{
  font-size: 14px;
  line-height: 1.75;
}
#sec-top{
  width: 100%;
  background: #f5eee4;
  position: relative;
}
#sec-top .inner{
 max-width: 850px;
 text-align: center;
 margin: 0 auto;
 padding: 5% 0 10% 0;
 position: relative; 
}
#sec-top h2{
  font-size: 33px;
  line-height: 1.75;
  font-weight: normal;
}
#sec-top h2 span:first-of-type{
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#sec-top h2 span:last-child{
  display: block;
  font-size: 12px;
  line-height: 2;
  margin-top: 5px;
}
#sec-top p{
  margin: 5% 0 0 0;
}
#sec-top #sec-top-img1{
  border-radius: 50%;
  border: none;
  position: absolute;
  top: -100px;
  right: 60px;
  width: 292px;
  height: 292px;
  overflow: hidden;
}
#sec-top #sec-top-img2{
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 30px;
  left: 60px;
  width: 292px;
  height: 292px;
  overflow: hidden;
}
#sec-top #sec-top-img3{
  display: none;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 292px;
  height: 292px;
  overflow: hidden;
}