@charset "UTF-8";
/* background-image ratina対応 */
/* メディアクエリの設定 */
/* ====================================================== */
/* [標準スタイル定義]                                     */
/* ====================================================== */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #555;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 1.4rem;
  background: url(/cp/lp/shocolle2018/images/bg_pc.png) repeat 0 0;
}

body, input, select, textarea, button {
  font-family: "Helvetica", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
	cursor: pointer;
	color: #602b31;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btnOpacity:hover,
a:active,
a.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.btnOpacity:active,
a:focus {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1.0;
}
a {
	text-decoration: none !important;
}
a.anchor  {
	position: absolute;
	top: 0px;
}

img {
  border: none;
  max-width: 100%;
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.nowrap {
  word-break: keep-all;
  white-space: nowrap; }

*.inline {
  vertical-align: middle; }

br.usess {
  display: none; }

p {
	word-wrap: break-word;
	word-break: break-all;
}
/* table */
/* ------------------------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  width: 100%; }

table th {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle; }

table th + td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

table th:last-child {
  border-right: 1px solid #cccccc; }

table td {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  vertical-align: middle; }

table td:last-child {
  border-right: 1px solid #cccccc; }

table tr + tr > th {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

th, td {
  padding: 10px; }

caption {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px; }

table th p,
table td p,
table th textarea,
table td textarea {
	font-size: 1.4rem;
}

.table {
  display: table !important; }

.td {
  display: table-cell !important;
  vertical-align: middle; }

/* list */
/* ------------------------------------------------------ */
ul {
  list-style: none; }

p.notes {
  text-indent: -1.0em !important;
  margin-left: 1.0em !important; }

ul.notes li {
  marker-offset: 10px;
  margin-left: 1.0em !important;
  text-indent: -1.0em !important; }

ol.basic {
  padding-left: 22px; }

ol.basic > li {
  margin-top: 0.5em;
  list-style-type: decimal; }

ol.basic.alphabet > li {
  list-style-type: lower-latin; }

ul li p,
ol li p {
  font-size: 1.4rem;
}

/* float 制御
--------------------------------------------------------- */
*.left {
  float: left; }

*.right {
  float: right; }

.clr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

.clr {
  display: inline-block; }

/* no ie mac \*/
* html .clr {
  height: 1%; }

.clr {
  display: block; }

/* */
*.clear {
  clear: both; }

br.clear {
  clear: both;
  display: inline; }

div.clear {
  font: 1px/1px sans-serif;
  line-height: 1px;
  height: 1px; }

/*===========================
表示スタイル定義
===========================*/
.wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

/* HEADER
---------------------------*/
header {
	padding-bottom: 0px;
	background: none !important;
}

/* FOOTER
---------------------------*/
footer {
	height: auto;
}

/*===========================
色定義
===========================*/
/*===========================
スマホ・PC切り替え
===========================*/
.sp-cnt {
  display: inline !important; }

.pc-cnt {
  display: none !important; }

/*===========================
フォント定義
===========================*/
strong, .bold {
  font-weight: bold; }

.sans-serif {
  font-family: sans-serif !important; }

/*===========================
文字揃え
===========================*/
.co-tac {
  text-align: center; }

.co-tal {
  text-align: left; }

.co-tar {
  text-align: right; }

/*--++++++++++++++++++
▽コンテンツ
+++++++++++++++++++--*/
.container {
	padding: 30px 15px;
}

/*----------------
キービジュアル
-----------------*/
section.keyv img {
	display: block;
	width: 100%;
}
/*----------------
ボタン
-----------------*/
.btn {
	text-align: center;
	font-weight: bold;
}
/*サイズ定義*/
.comic-detail .btn {
	width: 49%;
	height: 50px;
	border-radius: 25px;
	-weblit-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.2);
}

/*サイズ定義
→各ブラウザ用CSSに記述
*/

/*色定義*/
.btn.blue {
	border: 3px solid #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1b87db), color-stop(0.00, #8fc5ed));
	background: -webkit-linear-gradient(#8fc5ed, #1b87db);
	background: -moz-linear-gradient(#8fc5ed, #1b87db);
	background: -o-linear-gradient(#8fc5ed, #1b87db);
	background: -ms-linear-gradient(#8fc5ed, #1b87db);
	background: linear-gradient(#8fc5ed, #1b87db);
	color: #ffffff;
}
.btn.purchase {
	border: 3px solid #1585da;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefd42), color-stop(0.00, #fefea2));
	background: -webkit-linear-gradient(#fefea2, #fefd42);
	background: -moz-linear-gradient(#fefea2, #fefd42);
	background: -o-linear-gradient(#fefea2, #fefd42);
	background: -ms-linear-gradient(#fefea2, #fefd42);
	background: linear-gradient(#fefea2, #fefd42);
	color: #1585da;
}
/*アイコン定義*/
.btn.icon-book > span > .icon {
	background: url(/cp/lp/shocolle2018/images/icon_book.png) no-repeat center left;
	display: inline-block;
	font-size: 1px;
	vertical-align: text-bottom;
	margin-right: 10px;
}
.btn.icon-cart > span > .icon {
	background: url(/cp/lp/shocolle2018/images/icon_cart.png) no-repeat center left;
	display: inline-block;
	font-size: 1px;
	vertical-align: text-bottom;
	margin-right: 10px;
}
/*アイコンサイズ定義*/
/*M*/
.btn.m-size.icon-book > span > .icon {
	background-size: 20.5px 16.5px;
	width: 20.5px;
	height: 16.5px;
}
.btn.m-size.icon-cart > span > .icon {
	background-size: 22px 21px;
	width: 22px;
	height: 21px;
}
/*S*/
.btn.s-size.icon-book > span > .icon {
	background-size: 19.5px 16px;
	width: 19.5px;
	height: 16px;
}
.btn.s-size.icon-cart > span > .icon {
	background-size: 20px 19px;
	width: 20px;
	height: 19px;
}
.btn.s-size.icon-triangle > span > .icon {
	background-size: 6px 12px;
	width: 6px;
	height: 12px;
	vertical-align: inherit;
}
