
.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}




a {
  text-decoration: none;
}

h1 {
  font-size: 15px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: 'Century Gothic';
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-weight: bold;
}

h2 {
  font-size: 20px;

  text-transform: uppercase;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}


p {
    margin-top: 15px;
}
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-family: 'Century Gothic';
}

.content {
  padding: 50px 2% 250px;
}

.hero {
  
  background: url(https://annabelle-dress.jp/template/annabelle/img/howtochoose/howtochoose-top.jpg) no-repeat center center ;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 400px;
  letter-spacing: 2px;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}



.hero h1 {
  text-shadow: 2px 2px #333333;
　background-size: cover;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;


}



.hero p{
  text-align: center;
  background-size: cover;
}
.hero h1 span {
  font-size: 25px;
  background-size: cover;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
  -webkit-font-smoothing: antialiased;
  
}

.hazimari p{
  text-align: center;
　
}

 @media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.hazimari p{
  text-align: left;
  font-size: 13px;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  position: relative;
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.sec01{

  font-size: 20px;

}




