@charset "utf-8";
.main {
    background: url(https://www.animate.co.jp/resources/special/15742/images/bg.png);
}

.endCp {
    padding: 10%;
    font-size: 2rem;
}

/* header */
#headerTop {
	margin:0 auto 2rem;
    padding-top: 2rem;
	max-width:1200px;
    width:100%;
}

/* 待ち受け */
#standby {
    margin:0 auto 8%;
    max-width: 1080px;
    width:90%;
	text-align: center;
}
#standby h2 {
    margin-bottom:2rem;
}
.tokutenImg {
    margin-bottom: 2rem;
}
.tokutenItem {
    display:inline-block;
    margin:1rem;
    font-weight:bold;
}
.tokutenItem img{
	margin: 0 auto;
	max-width:300px;
	height:auto;
	border:1px solid #8e8e8e;
}

/* テキスト */
#infoData {
    background: url(https://www.animate.co.jp/resources/special/15742/images/bg2.jpg);
    max-width: 1200px;
	width:100%;
	margin:0 auto 2rem;
	padding:4%;
    border: 4px solid #ffdb49;
    color: #fff;
}
#infoData h2 {
    margin-bottom:2rem;
    padding-bottom:.5rem;
    text-align:center;
    border-bottom:1px solid;
}

.infoTxt {
    margin: 1rem auto;
}
.infoTxt dt {
	font-weight:bold;
}
.infoTxt dd {
	padding-bottom:.5rem;
}
.attention{
	margin-bottom:2rem;
}
.attention li{
	margin-left:1em;
	text-indent: -1em;
}
/*.attention li:first-of-type{
	font-weight:bold;
}*/

.infoBtn {
	width:70%;
	margin:2rem auto;
	font-size:1.2rem;
	font-weight:bold;
	text-align:center;
    line-height: 1.6;
}
.infoBtn a{
	display: block;
    padding: 1rem;
    color: #fff;
    background: #820082;
	border-radius: 6px;
	transition: 0.5s;
}
.infoBtn a:hover{
    opacity: 0.7;
}

.copyright{
	margin:1rem auto;
	font-size:0.8125rem;
	text-align:center;
}

/*キャンペーンテキスト*/
.cpText {
    padding: 1rem 0;
    font-size: 1.25rem;
}
.cpText span {
    font-weight:bold;
}
.cpText .red {
    color: #ea5413;
}

/*書籍*/
.bookWrap {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 4rem;
    margin: 2rem auto 4rem;
}
.bookList {
    max-width: 300px;
    width: 100%;
}
.label {
    margin-bottom: 1rem;
    background: #262626;
}
.bookWrap .Btn {
    display: block;
    margin: 1rem 0;
    padding: .5rem;
    background: #ea2054;
    color: #fff;
    border-radius: 5px;
	transition: 0.5s;
}
.bookWrap .Btn:hover{
    opacity: 0.7;
}
.bookWrap img {
    margin: 0 auto;
}
.note {
    font-size: 0.8rem;
    line-height: 1.4;
}
.caution {
    font-size: 0.875rem;
    line-height: 1.4;
}

.intro {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.introImg {
    max-width: 200px;
    height: auto;
}
.introText {
    font-size: 1.125rem;
    line-height: 2;
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #eb5500;
    border-bottom: 1px solid #eb5500;
}

@media screen and (max-width: 767px) {
    #standby h2, #infoData h2 {
        font-size: 1.2rem;
    }
    .infoBtn {
        width: 100%;
    }
    .copyright{
        font-size:11px;
    }
    #headerTop img {
        margin: 0 auto;
        width:96%;
    }
    #infoData {
        width: 96%;
        padding: 2rem;
    }
    #standby {
        margin-bottom: 20%;
    }
    .bookWrap {
        display: block;
    }
    .bookList {
        margin:0 auto 3rem;
    }
    
    .intro {
        gap: inherit;
    }
    .introImg {
        max-width:150px;
        width: 30%;
    }
    .introText {
        padding: .5rem;
        font-size: 0.875rem;
        line-height:1.8;
    }
}
