@charset "UTF-8";
/*jQueryスライドインの設定**********************************/
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  transform: translateY(50px);
}
.fade_on {
  opacity: 1;
  transform: translateY(0);
}
.fade_off_up {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  transform: translateY(100px);
}
.fade_on_up {
  opacity: 1;
  transform: translateY(0);
}
/*520px以下の記述。（モバイル）*/

#limitededition #sec01 {
    background-image: url(https://noblehome.helena.jp/wp2024/wp-content/themes/noblehome_2023/images/limitededition/img_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height:90vh;
    position: relative;
}
#limitededition #sec02 {
    background-image: url(https://noblehome.helena.jp/wp2024/wp-content/themes/noblehome_2023/images/limitededition/img_02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
        width: 100%;
    height: 0;
    padding-bottom: 230%;
    position: relative;
}
#sec01 h1 {
    width: 85%;
    height: 50%;
  position: absolute;
  top:5%;
  left: 50%;
  transform:translateX(-50%);
}
#sec01 h2 {
    width: 80%;
    height: 50%;
  position: absolute;
  top:55%;
  left: 50%;
  transform:translateX(-50%);
}
#sec01 h3 {
    width: 96%;
    height: 50%;
  position: absolute;
  top:65%;
  left: 50%;
  transform:translateX(-50%);
}
#limitededition #sec02{
font-family: a-otf-ryumin-pr6n, serif;
font-weight: 300;
font-style: normal;
}


#limitededition #sec02 .limitededitionLogo {
width:20%;
margin:0 auto 30px;
padding-top: 100px;
}
#limitededition #sec02 h2 {
font-size: 23px;
line-height: 1em;
text-align: center;
margin: 0 auto 1em;
color:#000;
}
#limitededition #sec02 h3 {
font-size: 15px;
line-height: 1em;
text-align: center;
margin: 0 auto 2em;
color:#000;

}
#limitededition #sec02 p {
font-size:13px;
line-height: 2em;
text-align: justify;
margin: 0 auto 3em;
width: 80%;
color:#000;

}


#limitededition #sec02 h5 a{
  width: 80%;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  background-color: #000;
  border-radius: 40px;
  display: block;

  margin: 0 auto 60px;
  padding-top: 10px;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 3px 6px #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 10px auto;
}

#limitededition #sec02  a:hover {
  color: #000;
  background-color: #fff;
}

.spNone {
  display: none;
}
/*521px〜960pxの記述。（タブレット）*/
@media (min-width: 521px) {}
/*961px以上の記述。（デスクトップ）*/
@media (min-width: 769px) {
  .pcNone {
    display: none;
  }
  .spNone {
    display: block;
  }
  #limitededition #sec01 {
    background-image: url(https://noblehome.helena.jp/wp2024/wp-content/themes/noblehome_2023/images/limitededition/img_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    position: relative;
}
  #limitededition #sec02 {
    background-image: url(https://noblehome.helena.jp/wp2024/wp-content/themes/noblehome_2023/images/limitededition/img_02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
        width: 100%;
    height: 0;
    padding-bottom: 126%;
    position: relative;
}
  #limitededition #sec02 .limitededitionLogo {
width: 345px;
margin:0 auto 80px;
padding-top: 160px;
}
#limitededition #sec02 h2 {
font-size: 40px;
line-height: 1em;
text-align: center;
margin: 0 auto 1em;
}
#limitededition #sec02 h3 {
font-size: 23px;
line-height: 1em;
text-align: center;
margin: 0 auto 3em;
}
#limitededition #sec02 p {
font-size:15px;
line-height: 3em;
text-align: justify;
margin: 0 auto 3em;
width: 640px
}


#limitededition #sec02 h5 a{
  width: 380px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #000;
  border-radius: 40px;
  display: block;

  margin: 0 auto 60px;
  padding-top: 15px;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 3px 6px #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 10px auto;
}
  }
  

@media (min-width: 1100px) {
  #limitededition #sec02 .limitededitionLogo {
width: 345px;
margin:0 auto 80px;
}
  #limitededition #sec02 {
    background-image: url(https://noblehome.helena.jp/wp2024/wp-content/themes/noblehome_2023/images/limitededition/img_02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
        width: 100%;
    height: 0;
    padding-bottom: 126%;
    position: relative;
}
}

