@charset "UTF-8";


.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
}
   
body {
    background: #f7f7f5;
    color: #222;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
        font-weight: normal;
}
.wrap:before {
    content: '';
    display: inline-block;
    width: 55vw;
    height: 37vw;
    background-image: url(/static/creephyp/fanclub/feature/cp_bookclub2024/images/bg_iSqNqB2H.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: fixed;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    left: -10vw;
    top: -28vw;
}
.wrap:after {
    content: '';
    display: inline-block;
    width: 55vw;
    height: 37vw;
    background-image: url(/static/creephyp/fanclub/feature/cp_bookclub2024/images/bg_iSqNqB2H.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: fixed;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    right: -10vw;
    top: -28vw;
}
.container{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 10vw 0;
    position: relative;
    z-index: 1;
}
h2{
    margin: 0 auto 80px;
}
h2 p{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.1em;
    opacity: 0;
    line-height: 1.5;
}
h2 p span{
    display: block;
    margin: 0 0 20px 0;
    display: inline-block;
}
.load h2 p{
  -webkit-animation: upIn 0.8s ease 0.6s 1 forwards;
  animation: upIn 0.8s ease 0.6s 1 forwards;
}
/*
h2 p:nth-child(1){

}
h2 p:nth-child(2){
}
h2 p:nth-child(3){
    margin: 0;
}
h2 p:nth-child(1) span:nth-child(1){
    display: block;
    margin: 0 0 20px 0;
}
h2 p:nth-child(1) span:nth-child(2){
    display: block;

}
h2 p:nth-child(3) span:nth-child(1){
    display: block;
    margin: 0 0 15px 0;
}
h2 p:nth-child(3) span:nth-child(2){
    display: block;
    margin: 0 0 15px 0;
}
h2 p:nth-child(3) span:nth-child(3){
}
.load h2 p:nth-child(1){
  -webkit-animation: upIn 0.8s ease 0.6s 1 forwards;
  animation: upIn 0.8s ease 0.6s 1 forwards;
}
.load h2 p:nth-child(2){
  -webkit-animation: upIn 0.8s ease 0.8s 1 forwards;
  animation: upIn 0.8s ease 0.8s 1 forwards;
}
.load h2 p:nth-child(3){
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation: upIn 0.8s ease 1s 1 forwards;
}
*/

h3{
    width: 200px;
    margin: 0 auto 40px;
    line-height: 0;
    opacity: 0;
}
h3 img{

}
.load h3{
  -webkit-animation: upIn 0.8s ease 0.2s 1 forwards;
  animation: upIn 0.8s ease 0.2s 1 forwards;
}
.leadArea{
    border: #000 solid 2px;
    width: 100%;
    position: relative;
    background-color: #f7f7f5;
    box-sizing: border-box;
    padding: 40px 40px 70px 40px;
    margin: 0 0 80px 0;
    opacity: 0;
}
.load .leadArea{
  -webkit-animation: upIn 0.8s ease 1.5s 1 forwards;
  animation: upIn 0.8s ease 1.5s 1 forwards;
}
.leadArea::before {
    content: "";
    display: block;
    border: #000 solid 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    box-sizing: border-box;
    transition: all 0.8s ease-out;
}
.leadArea p{
    font-size: 17px;
    line-height: 2;
    margin: 0 0 20px 0;
}
.leadArea p:last-child{
    margin: 0;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

.dateArea{
    margin: 0 auto 80px;
    max-width: 700px;
}
.dateArea .tit{
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px 0;
}
.dateArea .date{
background: #000;
    color: #fff;
    padding: 40px;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.dateArea .date:last-child{
    margin:0;
}
.dateArea .date dt{
    font-size: 16px;
    padding: 10px;
    border: 1px solid;
    width: 400px;
    margin: 0 auto 20px
}
.dateArea .date dd{
	letter-spacing: 0.2em;
    font-size: 22px;
    font-weight: bold;
}
.btnArea{
    margin: 0 auto 80px;
}
.btn a{
	display: block;
    border: 1px solid #000;
    padding: 15px;
    max-width: 350px;
    margin: 0 auto 10px;
    font-size: 18px;
    background: #000;
    color: #fff;
}
.btn.sub a{
    background: none;
    color: #000;
}
.attentionArea{
    border: #000 solid 2px;
    width: 100%;
    position: relative;
    background-color: #f7f7f5;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 0 80px 0;
}
.attentionArea::before {
    content: "";
    display: block;
    border: #000 solid 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    box-sizing: border-box;
    transition: all 0.8s ease-out;
}
.attentionArea .tit{
    font-size: 19px;
    text-align: center;
    margin: 0 0 20px 0;
}
.attentionList{

}
.attentionList li{
    font-size: 14px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
.detailArea{
    max-width: 700px;
    margin: auto;
}
.detailArea .detail{
    padding: 30px;
    background: #e5e5e5;
    margin: 0 0 30px 0;
}
.detailArea .detail dt{
    font-size: 15px;
    margin: 0 0 5px 0;
}
.detailArea .detail dd{

}
.detailArea .detail dd .txt{
    font-size: 14px;
    margin: 0 0 5px 0;
}

@media screen and (min-width: 960px) {

.pc{
    display: block;
}
.sp{
    display: none;
}
.btn a:hover{
    background: none;
    color: #000;
}
.btn.sub a:hover{
    background: #000;
    color: #fff;
}

}
 
@media screen and (max-width: 960px) {

.sp{
    display: block;
}
.pc{
    display: none;
}

    h3 {
        width: 110px;
        margin: 0 auto 20px;
    }
h2 {
    margin: 0 auto 40px;
}
h2 p {
        margin: 0;
        font-size: 19px;
}
/*
h2 p:nth-child(1) span:nth-child(1) {
    display: block;
    font-size: 23px;
    margin: 0 0 15px 0;
}
h2 p:nth-child(1) span:nth-child(2) {
    display: block;
    font-size: 37px;
}
h2 p:nth-child(2) {
    font-size: 31px;
}
h2 p:nth-child(3) span:nth-child(1) {
display: block;
    margin: 0 0 18px 0;
    font-size: 18px;
}
h2 p:nth-child(3) span:nth-child(2) {
    display: block;
    margin: 0;
    font-size: 37px;
}
h2 p:nth-child(3) span:nth-child(3) {
    font-size: 17px;
}
*/
.leadArea {
    padding:20px 20px 40px 20px;
    margin: 0 0 50px 0;
    border: #000 solid 1px;
}
.leadArea::before {
    top: -10px;
    left: -10px;
    border: #000 solid 1px;
}
.leadArea p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 15px 0;
}
.dateArea .tit {
    text-align: center;
    font-size: 21px;
    margin: 0 0 15px 0;
}

.dateArea {
    margin: 0 auto 50px;
}
.dateArea .date {
    padding: 20px;
    margin: 0 0 15px 0;
}
.dateArea .date dt {
    font-size: 12px;
    padding: 10px;
    border: 1px solid;
    width: 100%;
    margin: 0 auto 15px;
}
.dateArea .date dd {
    font-size: 13px;
    font-weight: bold;
}
.btnArea {
    margin: 0 auto 60px;
}
.btn a {
    font-size: 15px;
}
.attentionArea{
    padding: 20px;
    margin: 0 0 50px 0;
    border: #000 solid 1px;
}
.attentionArea::before {
    top: -10px;
    left: -10px;
    border: #000 solid 1px;
}
.attentionArea .tit {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px 0;
}
.attentionList li {
    font-size: 13px;
}
.detailArea .detail {
    padding: 20px;
    margin: 0 0 10px 0;
}
.detailArea .detail dt {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.detailArea .detail dd .txt {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 2;
}

}
