@charset "UTF-8";
/* @content */
#secret #page_header {
  background-image: url(../images/secret/underlayer-main@2x.jpg);
}

#secret #section10,
#secret #section20,
#secret #section30 {
  padding-top: 140px;
  margin-top: -140px;
}
#secret .bg_01{
  padding: 110px 0 60px;
  background: url(../images/secret/bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#secret .bg_02{
  padding: 110px 0 60px;
  background: url(../images/secret/bg_02@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#secret .bg_03{
  padding: 110px 0 60px;
  background: url(../images/secret/bg_03@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}



#secret #section01 {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}

#secret .icon-area{
  display: flex;
  justify-content: space-between;
}


#secret .icon{
  position: relative;
  width: 132px;
  height: 135px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: 15px;
}
#secret .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#secret .icon img:nth-of-type(2) {
  opacity: 0;
}
#secret .icon:hover a,
#secret .icon:hover img:nth-of-type(2){
  opacity: 1;
}


#secret .content{
  display: flex;
  justify-content: space-between;
}
#secret .content-img{
  width: 50%;
}
#secret .content-tx{
  width: 32%;
  margin-right: 110px;
  text-align: center;
}
#secret #section20 .content-tx{
  margin-left: 40px;
  margin-right: 0;
}
#secret .content-tx p{
  margin-top: 40px;
  text-align: left;
}
#secret .content-tx span.green{
  color: #029343;
}

#secret .content-tx .content-tx__title{
  position: relative;
  display: inline-block;
}



#secret #section10 .content-tx .content-tx__title:after{
  position: absolute;
  content: "";
  background: url(../images/secret/title01_2@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 83px;
  height: 83px;
  top: -60px;
  right: -50px;
}
#secret #section20 .content-tx .content-tx__title:after{
  position: absolute;
  content: "";
  background: url(../images/secret/title02_2@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 83px;
  height: 83px;
  top: -60px;
  right: -55px;
}
#secret #section30 .content-tx .content-tx__title img{
  position: relative;
  z-index: 2
}
#secret #section30 .content-tx .content-tx__title:after{
  position: absolute;
  content: "";
  background: url(../images/secret/title03_2@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 83px;
  height: 83px;
  top: -60px;
  right: -50px;
  z-index: 2;
}


/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #secret #section01 {
    padding-top: 140px;
  }
  #secret .content-tx{
    margin-right: 50px;
    width: 35%;
  }
  #secret #section20 .content-tx{
    margin-left: 20px;
  }
  
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #secret #section10,
  #secret #section20,
  #secret #section30 {
    padding-top: 75px;
    margin-top: -75px;
  }

  #secret .content{
    flex-direction: column-reverse;
  }
  #secret #section20 .content{
    flex-direction: column;
  }
  #secret .content-tx,
  #secret .content-img{
    width: 100%;
  }
  #secret .content-tx,
  #secret #section20 .content-tx{
    margin: 0 auto 30px;
  }
  #secret .content-tx > div{
    text-align: center;
  }

  #secret #section10 .content-tx:after,
  #secret #section20 .content-tx:after,
  #secret #section30 .content-tx:after{
    right: 130px;
  }

  #secret .content-tx p{
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #secret .content-img{
    text-align: center;
  }


  #secret .bg_01,
  #secret .bg_02,
  #secret .bg_03{
    padding: 90px 0 30px;
  }

 
  
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #secret #section01 {
    padding-top: 110px;
  }
  #secret #section10,
  #secret #section20,
  #secret #section30 {
    padding-top: 60px;
    margin-top: -60px;
  }
  #secret .bg_01, 
  #secret .bg_02, 
  #secret .bg_03{
    padding-top: 45px; 
  }
  #secret .icon{
    width: 100px;
    margin-bottom: 0;
  }
  #secret .content-tx, 
  #secret #section20 .content-tx{
    margin-bottom: 30px;
  }

  #secret #section10 .content-tx .content-tx__title:after,
  #secret #section20 .content-tx .content-tx__title:after,
  #secret #section30 .content-tx .content-tx__title:after{
    width: 53px;
    height: 53px;
    top: -40px;
    right: -25px;
  }
  

}