@charset "UTF-8";
/* CSS Document */
/*------------------
breadcrumb
--------------------*/
ul.breadcrumb{
	background: #fff;
	padding: 10px 23px;
}
ul.breadcrumb li{
	display: inline-block;
	color: #999;
	font-size: 12px;
	font-feature-settings: "palt";
}
ul.breadcrumb li:after {
	content: ">";
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
ul.breadcrumb li:last-child:after{
	content: '';
}
ul.breadcrumb li a{
	color: #999;
  text-decoration: none;
}
ul.breadcrumb li a:hover{
	opacity: 0.8;
}
ul.breadcrumb li:last-child a:hover{
	opacity: 1;
}
/*------------------
article
--------------------*/
article#wrap {
	width: 100%;
	text-align: center;
	background: url("mv_bg.png") top center no-repeat;
	border: 3px solid #e8e8e8;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
article#wrap img {
	vertical-align: bottom;
}
article#wrap a {
	text-decoration:none;
}
article#wrap a:hover{
	opacity: 0.8;
}
#wrap h4 {
 margin-bottom: 30px;
}
/*------------------
mainVisArea
--------------------*/
.mainVisArea {
	width: 100%;
	text-align: center;
  background: url(kv_bg.jpg);
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-repeat: repeat;
  background-position: top center;
}
.mainVisArea h2{
	margin: 0 auto;
}
.mainVisArea h2 img {
  max-width: 100%;
}
/*------------------
explain
--------------------*/
.explain {
	background: #2E180E;
	padding: 10px 0 50px 0;
}
.explain img {
  width: 100%;
  max-width: 800px;
}
/*------------------
contentsBloc
--------------------*/
.contentsBloc {
	width: 100%;
	margin: 0px auto;
	background: #3C2618;
}
/*------------------
booklistArea
--------------------*/
.booklistArea {
	background: #2E180E;
}
.booklistArea > img {
  width: 100%;
  max-width: 506px;
}
ul.booklist {
	max-width: 800px;
	margin: 24px auto 0px auto;
  width: 100%;
}
.booklist li {
	display: grid;
	grid-template-columns: 180px 1fr;
	grid-template-rows: 75px auto;
	background: #492F1D;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 30px;
}
.booklist li:last-child {
	margin-bottom:0;
}
.bookinfo-link {
	width: calc(100% - 170px);
}
.cover {
	margin-bottom: 0px;
	aspect-ratio: 1 / 1.4;
}
.cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	outline-offset: -1px;
}
.coverArea {
    grid-column: 1;
    grid-row: 1 / 3;
}
.bookinfoArea {
	padding-left: 20px;
	text-align: left;
	grid-column: 2 / 3;
	grid-row: 1;
	display: flex;
	align-items: self-start;
	justify-content: space-between;
}
.title {
	font-size: 27px;
	font-weight: bold;
	color: #DAC0A3;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	line-height: 1;
}
.title-arrange {
	margin-left: -15px;
}
.title a {
	color: #DAC0A3;
}
.author {
	font-size: 13px;
	color: #B3967D;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}
.summary {
	font-size: 16px;
	line-height: 1.3;
	color: #B3967D;
	border-radius: 10px;
	text-align: center;
	grid-column: 2/3;
	grid-row: 2;
	margin: 0 0 0 20px;
	border-top: #614B3C 1px solid;
	padding-top: 17px;
}
.summaryTxt {
  transition: 0.5s ease;
  position: relative;
  text-align: left;
  word-break: break-all;
}
/*------------------
infoArea
--------------------*/
.infoArea {
	width: 100%;
	padding: 0 0 80px 0;
	text-align: left;
	background: #2E180E;
}
.infoArea h3 {
 margin-bottom: 25px;
}
.infoArea h3 img {
  width: 100%;
  max-width: 390px;
}
/*------------------
bucknumber
--------------------*/
.bucknumber {
 text-align: center;
 margin: 0 auto;
 padding: 80px 0 20px;
 max-width: 750px;
 width: 100%;
}
.bucknumber ul {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.bucknumber li {
	background: #F0DCA3;
	color: #2E180E;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-weight: 600;
}
.bucknumber li:hover {
  opacity: 0.8;
}
.bucknumber li a {
	color: #2E180E;
	display: flex;
	width: 120px;
	height: 54px;
	align-items: center;
	justify-content: center;
}
/*------------------
outline
--------------------*/
.outline{
	margin: 0 auto;
}
/*-----
campaign-detail
-----*/
.campaign-detail {
	margin: 0 auto 0 auto;
	text-align: left;
  background: #3C2618;
  max-width: 100%;
  padding: 80px 0 20px 0;
  width: 100%;
}
.campaign-detail a {
	color: #857059;
	text-decoration: underline!important;
}
.campaign-detail__heading {
	color: #AC957B;
	font-size: 28px;
	font-weight: 600;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.campaign-detail .detail-info {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	margin: 32px auto 0;
	align-items: baseline;
  max-width: 800px;
  margin: 32px auto 0 auto;
  width: 100%;
}
.campaign-detail .detail-info__heading {
	color: #AC957B;
	flex-basis: 20%;
	font-size: 20px;
	font-weight: 600
}
.campaign-detail .detail-info__contents {
	flex-basis: calc(80% - 25px);
	margin-left: 25px;
}
.campaign-detail .detail-info__contents p {
  color: #857059;
  font-size: 12px;
  margin-top: 10px;
}
.campaign-detail p.detail-info__text {
	color: #857059;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.3;
	margin-top: 0;
}
.campaign-detail .detail-note {
	font-size: 12px
}
.campaign-detail .detail-note__item {
	color: #857059;
	line-height: 1.5;
	margin-top: 2px;
	padding-left: 1.2em
}
.campaign-detail .detail-note__item:before {
	content: "＊";
	display: inline-block;
	text-indent: -1.2em
}
.campaign-detail .detail-note__item--dot {
	padding-left: 1em
}
.campaign-detail .detail-note__item--dot:before {
	content: "・";
	display: inline-block;
	text-indent: -1em
}
.campaign-detail .detail-note__item--dot:before {
	text-align: center
}
/*------------------
button
--------------------*/
.btn {
	display: block;
	width: 100%;
	max-width: 160px;
}
.btn a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*------------------
campaign-link
--------------------*/
.campaign-link {
	display: flex;
	flex-direction: column;
  max-width: 800px;
	margin: 0 auto;
  width: 100%;
}
.campaign-link li {
	margin: 0px auto 25px auto;
}
.campaign-link li img {
  border-radius: 15px;
  max-width: 520px;
  width: 100%;
}
/*------------------
register
--------------------*/
#register {
	right: 0;
	bottom: 0;
	position: sticky;
	left: 0;
	max-width: 485px;
	height: 141px;
	margin: 0 auto;
	z-index: 100;
  width: 100%;
}
.txt__red {
  color: #ff0000;
}
@media(max-width:680px) {
  .bucknumber ul {
    justify-content: center;
  }
  .campaign-detail .detail-info__contents {
    flex-basis: 68%;
  }
  .booklist li {
    padding: 30px 3%;
  }
}