@charset "UTF-8";
/* CSS Document */

/*=======================
KEY VISUAL [START]
=======================*/
section.keyv .keyv-wrap {
	width: 100%;
	background-color: #fffe80;
	position: relative;
	min-width: 100%;
	overflow: hidden;
}
section.keyv .keyv-wrap .title-text {
	padding: 20px;
	background: url(/cp/lp/shocolle2018/images/main_stripe.png) repeat 0 0;
}

/*vvv ANIMATION START
=====================*/
section.keyv .keyv-wrap .animation {
	position: relative;
	z-index: 998;
	width: 100%;
	height: calc(100vw * 0.586);
	overflow: visible;
	top: -10px;
}
/*vieport size iPhone SE*/
@media screen and (max-width: 320px) {
	section.keyv .keyv-wrap .animation {
		top: -15px;
	}
}
/*vieport size after iPhone 6*/
@media screen and (min-width: 321px) and (max-width: 375px) {
	section.keyv .keyv-wrap .animation {
		top: -10px;
	}
}
/*vieport size iPhone nPlus*/
@media screen and (min-width: 376px) and (max-width: 414px) {
	section.keyv .keyv-wrap .animation {
		top: 0px;
	}
}

section.keyv .keyv-wrap .animation .tape {
	background-size: 992px 47px;
	position: absolute;
	width: 992px;
	height: 47px;
}

section.keyv .keyv-wrap .animation .character {
	top:0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin:auto;
}

/*vvv tape
---------------*/

/*konan*/
section.keyv .keyv-wrap .animation .tape01 {
	position: absolute;
	background: url(/cp/lp/shocolle2018/images/animation/tape_konan.png) no-repeat center center;
	background-size: 75%;
	top: -130px;
	left: -960px;
    -webkit-transform: rotate(20deg);
    transform:rotate(20deg);
	z-index:2;
}
/*dora*/
section.keyv .keyv-wrap .animation .tape02 {
	position: absolute;
	background: url(/cp/lp/shocolle2018/images/animation/tape_dora.png) no-repeat center center;
	background-size: 75%;
	top: 15px;
	right: -1000px;
    -webkit-transform: rotate(-10deg);
    transform:rotate(-10deg);
	z-index:4;
}

/*vvv character
---------------*/

/*konan*/
section.keyv .keyv-wrap .animation .chara-box01 {
	width: 50%;
	height: 180px;
	position: relative;
	z-index: 1;
	float: right;
	top: -10px;
	overflow: hidden;
}
section.keyv .keyv-wrap .animation .chara-box01 .character {
	position: absolute;
	width: 70.13%;
	top: 10px;
}
section.keyv .keyv-wrap .animation .chara-box01 .character img {
	position: absolute;
	top: 180px;
	right: 0.015%;
}

/*dora*/
section.keyv .keyv-wrap .animation .chara-box02 {
	width: 50%;
	height: 180px;
	position: relative;
	z-index: 3;
	float: left;
	top: -10px;
	margin-top: 10px;
	overflow: hidden;
}
section.keyv .keyv-wrap .animation .chara-box02 .character {
	position: absolute;
	width: 75.46%;
	z-index: 1;
	top: -10px;
}
section.keyv .keyv-wrap .animation .chara-box02 .character img {
	position: absolute;
	top: 215px;
	left: 12.5%;
}
/*=====================
^^^ ANIMATION END*/

/*vvv STATIC IMAGE START
=====================*/
section.keyv .keyv-wrap .static-img,
section.keyv .keyv-wrap .static-img img {
	width: 100%;
	height: auto;
}
section.keyv .keyv-wrap .static-img {
	position: relative;
	top: -10px;
}
/*=====================
^^^ STATIC IMAGE END*/

section.keyv .keyv-wrap .btn-group {
	padding: 0px 25px 25px 25px;
	position: relative;
	z-index: 999;
}
section.keyv .keyv-wrap .btn-group p {
	margin-top: 15px;
	padding: 0px 7px;
}
/*=======================
KEY VISUAL [END]
=======================*/

/*=======================
TAPE LIST [START]
=======================*/
section.tape-list-group {
	background: #ffffdb;
}
section.tape-list-group p.tape-get-text {
	margin-bottom: 20px;
	padding: 0px 20px;
}
section.tape-list-group p.tape-get-text img {
	width: 100%;
	text-align: center;
}
section.tape-list-group li + li {
	margin-top: 5px;
}
section.tape-list-group li img {
	display: block;
	width: 100%;
}
/*=======================
TAPE LIST [END]
=======================*/

/*=======================
LEAD TEXT [START]
=======================*/
section.lead-text {
	background: url(/cp/lp/shocolle2018/images/bg_bluemesh.png) repeat 0 0;
}
section.lead-text .container {
	padding: 20px 15px;
}
section.lead-text img {
	display: block;
	margin: 0px auto;
}
/*=======================
LEAD TEXT [END]
=======================*/

/*=======================
COMIC INTRODUCTION [START]
=======================*/
section.comic-area .comic-group:nth-child(odd) {
	background: #ffffdb;
}
section.comic-area .comic-group:nth-child(even) {
	background: #dbf5ff;
}
section.comic-group .comic-detail h1 {
	display: block;
	min-width: 100%;
	overflow: hidden;
	color: #fff;
	box-shadow:0px 2px 2px -2px #000000;
}
section.comic-area .comic-group:nth-child(odd) .comic-detail h1 {
	background-color: #fcbd14;
	background-image: radial-gradient(#fbac00 20%, transparent 20%), radial-gradient(#fbac00 20%, transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	position: relative;
	overflow: hidden;
	padding: 10px;
	font-weight: bold;
	min-width: 100%;
	margin-bottom: 10px;
}
section.comic-area .comic-group:nth-child(odd) .comic-detail h1:before{
	content: "";
	display: block;
	background: linear-gradient(45deg, #ffffdb 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #ffffdb 4px, #fcbd14 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left 0px;
	background-size: 8px 8px;
	width: 5em;
	height: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	position: absolute;
	left: -32px;
	top: 28px;
}
section.comic-area .comic-group:nth-child(odd) .comic-detail h1:after{
	content: "";
	display: block;
	background: linear-gradient(45deg, #ffffdb 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #ffffdb 4px, #fcbd14 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: right 0px;
	background-size: 8px 8px;
	width: 5em;
	height: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	position: absolute;
	right: -32px;
	top: 28px;
}
section.comic-area .comic-group:nth-child(even) .comic-detail h1 {
	display: block;
	min-width: 100%;
	overflow: hidden;
}
section.comic-area .comic-group:nth-child(even) .comic-detail h1 {
	background-color: #9dd0b1;
	background-image: radial-gradient(#8bc7a3 20%, transparent 20%), radial-gradient(#8bc7a3 20%, transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	position: relative;
	overflow: hidden;
	padding: 10px;
	font-weight: bold;
	min-width: 100%;
	margin-bottom: 10px;
}
section.comic-area .comic-group:nth-child(even) .comic-detail h1:before{
	content: "";
	display: block;
	background: linear-gradient(45deg, #dbf5ff 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #dbf5ff 4px, #9dd0b1 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: left 0px;
	background-size: 8px 8px;
	width: 5em;
	height: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	position: absolute;
	left: -32px;
	top: 28px;
}
section.comic-area .comic-group:nth-child(even) .comic-detail h1:after{
	content: "";
	display: block;
	background: linear-gradient(45deg, #dbf5ff 4px, transparent 0%) 0 4px, linear-gradient(-45deg, #dbf5ff 4px, #9dd0b1 0%) 0 4px;
	background-repeat: repeat-x;
	background-position: right 0px;
	background-size: 8px 8px;
	width: 5em;
	height: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	position: absolute;
	right: -32px;
	top: 28px;
}
section.comic-area .comic-group .comic-detail .overview{
	margin-bottom: 20px;
}
section.comic-area .comic-group .comic-komaimage {
	margin-bottom: 10px;
}
section.comic-area .comic-group .comic-komaimage img {
	display: block;
	width: 100%;
}
section.comic-area .comic-group .capture {
	width: 44%;
}
section.comic-area .comic-group .capture img {
	width: 100%;
	height: auto;
	display: block;
}
section.comic-area .comic-group .overview .text {
    width: 56%;
    padding-left: 7.5%;
}
section.comic-area .comic-group .title {
	font-size: 1.6em;
	color: #3097e0;
	font-weight: bold;
}
section.comic-area .comic-group .first-time-free {
	color: #f74a87;
	font-weight: bold;
}
section.comic-area .comic-group .btn-area {
	text-align: center;
	font-weight: bold;
}
section.comic-area .comic-group .abridgement {
	overflow: hidden;
	width: 100%;
	height: 11.2em;
	margin-top: 10px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
section.comic-area .comic-group:nth-child(odd) .abridgement:after {
	background: #ffffdb;
}
section.comic-area .comic-group:nth-child(even) .abridgement:after {
	background: #dbf5ff;
}

section.last-btn-area {
	background-color: #fffe80;
	background-image: url(/cp/lp/shocolle2018/images/main_stripe.png);
	position: relative;
	overflow: hidden;
	min-width: 100%;
}
section.last-btn-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 35px;
	width: auto;
	background: url(/cp/lp/shocolle2018/images/masute_dora.png) no-repeat center center;
	background-size: cover;
	vertical-align:middle;
}
section.last-btn-area:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 35px;
	width: auto;
	background: url(/cp/lp/shocolle2018/images/masute_konan.png) no-repeat center center;
	background-size: cover;
	vertical-align:middle;
}
section.last-btn-area .container {
	padding: 65px 35px;
}
section.last-btn-area:after {
	content:"";
}
section.last-btn-area p.fukidashi {
	margin-bottom: 10px;
}
section.last-btn-area p.fukidashi img {
	display: block;
	width: 100%;
}
section.last-btn-area a {
	display: block;
}
section.last-btn-area img {
	display: block;
	width: 100%;
}
section.last-btn-area a + p{
	margin-top: 15px;
	padding: 0px 7px;
}
