p{margin:0;}javascript:void(0)
.slick-prev:before,
.slick-next:before{content:none!important;}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{content:none;}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	pointer-events:auto!important;
	opacity:0!important;
}
.topSec{
	width:100%;
	position:relative;
	overflow:hidden;
}
.topTtl{
	display:block;
	margin:0 auto;
	line-height:1.0;
	text-align:center;
}
#mainBox .topNavi{line-height:1.0;}
#mainBox .topNavi li label{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#000;
}
#mainBox .topNavi li label:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background-color:#b32c38;
	transition:opacity 0.4s;
	opacity:0;
}
#mainBox .topNavi li label:hover,
#mainBox #newsTab:checked ~ .topNavi label[for="newsTab"],
#mainBox #itemTab:checked ~ .topNavi label[for="itemTab"],
#mainBox #sellerTab:checked ~ .topNavi label[for="sellerTab"],
#mainBox #seminarTab:checked ~ .topNavi label[for="seminarTab"]{
	color:#b32c38;
	text-decoration:none;
}
#mainBox .topNavi li label:hover:after,
#mainBox #newsTab:checked ~ .topNavi label[for="newsTab"]:after,
#mainBox #itemTab:checked ~ .topNavi label[for="itemTab"]:after,
#mainBox #sellerTab:checked ~ .topNavi label[for="sellerTab"]:after,
#mainBox #seminarTab:checked ~ .topNavi label[for="seminarTab"]:after{opacity:1;}
#mainBox .topNavi li label span{display:block;}
#mainBox .tabSec{display:none;}
#mainBox .newsSec{position:relative;}
#mainBox .newsSec,
#mainBox .newsSec > a > img{
	width:100%;
	max-width:initial;
}
#mainBox .newsSec > a{display:block;}
#mainBox .newsSec .newsData{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	pointer-events:none;
}
#mainBox .newsData .newsTtl{
	color:#fff;
	line-height:1.2;
}
#mainBox .newsData ul[data-list="label"][data-color="white"] li a{color:#b32c38;}
#mainBox .newsData .newTag{
	display:inline-block;
	background-color:#b32c38;
	color:#fff;
}
#mainBox .newsData .tagList{display:inline-block;}
#mainBox .newsData ul.tagList[data-list="label"][data-color="white"] li a:hover,
#mainBox .bookData ul.tagList[data-list="label"][data-color="white"] li a:hover{
    background-color:#fff;
    color:#b32c38;
}
#mainBox .newsData .time{
	display:inline-block;
	color:#848484;
}
#mainBox .newsList{background-color:#f2f2f2;}
#mainBox .newsList > li{border-top:1px solid #cfcfcf;}
#mainBox .newsList .newsData,
#mainBox .newsList .newsData .newsTtl,
#mainBox .newsList .newsData .newsTtl a{color:#000;}
#mainBox .newsList .newsData .newsTtl a:hover{opacity:0.85;}
#mainBox .moreAllLink{text-align:right;}
#mainBox .moreAllLink a{
	display:table;
	margin-left:auto;
}
#mainBox .moreAllLink a:after{
	content:"\03e";
	display:inline-block;
	margin-left:8px;
}
#mainBox .bookTab{background-color:#f2f2f2;}
#mainBox .bookTab a img{width:100%;}
#mainBox .bookTtl{line-height:1.384;}
#mainBox .boookTxt{line-height:1.625;}
#mainBox .sellerTab{
	display:table;
	background:url("https://file003.shop-pro.jp/PA01494/703/img/top/seller-label.svg") no-repeat right center;
	background-size:cover;
	color:#fff;
	text-align:left;
	line-height:1.0;
}
#mainBox .sellerTab > *{
	display:table-cell;
	vertical-align:middle;
}
#mainBox .bookData .time{
	display:block;
	line-height:1.0;
	color:#848484;
}
#mainBox .bookSec > a{
	display:block;
	background-color:#fff;
	outline:1px solid #f2f2f2;
}
#mainBox .bookSec .bookTtl a,
#mainBox .bookList .bookTtl a{color:#000;}
#mainBox .bookSec .bookTtl a:hover,
#mainBox .bookList .bookTtl a:hover{text-decoration:none;}
#mainBox .bookList .bookData{
	display:table;
	margin-left:auto;
}
#mainBox .bookList .bookData > *{display:table-cell;}

#assignment .topTtl{color:#fff;}
#assignment .assignList{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	background-color:#fff;
}
#assignment .mNavi{
	width:100%;
	max-height:0px;
	position:fixed;
	left:0;
	background-color:#fff;
	transform:scaleY(0);
	transform-origin:center top;
	overflow-x:hidden;
	overflow-y:hidden;
	transition:all 0.5s;
}
#assignment .megaLi:hover > .mNavi{overflow-y:auto;}
#assignment .megaLi > .mNavi{transform:scaleY(1);}
#assignment .mNavList{border-top:1px solid #dbdbdb;}
#assignment .mNavList li a{
	display:block;
	position:relative;
	width:100%;
	color:#000;
}
#assignment .mNavList li a:hover{
	text-decoration:none;
	color:#b32c38;
}
#assignment .mNavList li a:after{
	content:"";
	display:block;
	width:6px;
	height:10px;
	position:absolute;
	top:calc(50% - 5px);
	right:10px;
	background:url("https://file003.shop-pro.jp/PA01494/703/img/common/arrow-icon.svg") no-repeat center center / contain;
	transition:transform 0.4s;
}
#assignment .mNavList li a:hover:after{transform:translateX(10px);}
#assignment .mNavList > li{border-bottom:1px solid #dbdbdb;}
#assignment .mNavList > li > a{
	position:relative;
	display:flex;
	align-items:center;
}
#assignment .mNavList > li > a:before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:10px;
	border-radius:4px;
	background-color:#dbdbdb;
}
#assignment .mNavList > li > a span{
	display:inline-block;
	width:100%;
}
#authorSec .topTtl{color:#b81b1b;}
#authorSec .authorList .authorLi{
	position:relative;
	border:2px solid #b32c38;
	background-color:#fff;
	overflow-y:visible;
}
#authorSec .authorList .authorLi .fg{position:relative;}
#authorSec .authorList .authorLi .fg img{
	position:relative;
	width:100%;
	z-index:1;
}
#authorSec .authorList .authorLi .fg:before{
	content:"";
	display:block;
	position:absolute;
	background:url("https://file003.shop-pro.jp/PA01494/703/img/top/author-head.svg") no-repeat left bottom;
	background-size:contain;
	z-index:0;
}
#authorSec .authorList .authorLi .authorName{
	display:block;
	margin:0;
	line-height:1.0;
}
#authorSec .authorBookList li{border-top:1px solid #dbdbdb;}
#authorSec .authorBookList li:last-child{border-bottom:1px solid #dbdbdb;}
#authorSec .authorBookList li a{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
  color:#000;
}
#authorSec .authorBookList li a:hover{
	opacity:0.6;
	text-decoration:none;
}
#authorSec .authorBookList li a > img{display:block;}
#authorSec .authorBookList li .bookData{
	display:block;
	vertical-align:top;
}
#authorSec .authorBookList li .bookTag{
	display:table;
	background-color:#ececec;
	color:#818181;
	line-height:1.0;
}
#authorSec .authorBookList li .time{line-height:1.0;}
#authorSec .authorBookList li .bName{line-height:1.5;}
#authorSec .swiper-pagination .swiper-pagination-bullet{
	display:block;
	border:2px solid #b32c38;
	border-radius:9px;
  background-color:transparent;
  opacity:1;
}
#authorSec .swiper-pagination .swiper-pagination-bullet-active{background-color:#b32c38;}
#authorSec .swiperBtn{
	background:url("https://file003.shop-pro.jp/PA01494/703/img/top/circle-arrow.svg") no-repeat center center;
	border-radius:50%;
	transform-origin:center center;
	transition: all 0.5s;
	cursor:pointer;
}
#authorSec .swiperBtn:hover{opacity:0.85;}
#authorSec .swiper-button-prev{
	transform:rotate(0deg);
	z-index:1;
}
#authorSec .swiper-button-next{transform:rotate(180deg);}
#authorSec .swiperBtn:after{content: none;}
#authorSec .swiper-pagination{
  bottom:0;
  display:none;
  justify-content:center;
}
#authorSec .swiper-pagination .swiper-pagination-bullet{display:block;}
#authorSec .moreLink a{
	position:relative;
	overflow:hidden;
}
#authorSec .moreLink a span{
	display:block;
	position:relative;
	color:#b32c38;
	transition:color 0.2s ease;
	z-index:2;
}
#authorSec .moreLink a:before{
	content:"";
	position:absolute;
	left:calc(50% - 25px);
	top:calc(50% - 25px);
	display:block;
	width:50px;
	height:50px;
	border-radius:25px;
	transform:scale(0,0);
	background-color:#b32c38;
	transition:transform 0.2s ease;
	z-index:0;
}
#authorSec .moreLink a:hover span{color:#fff;}
#authorSec .moreLink a:hover:before{transform:scale(4,4);}
#review .topTtl{color:#b32c38;}
#review .reviewLi{opacity:0.7;}
#review .reviewLi.slick-active{opacity:1;}
#review .reviewLi .reviewTtl{
	display:block;
	line-height:1.2;
	color:#b32c38;
}
#review .reviewLi .reviewSttl{
	display:block;
	line-height:1.0;
}
#review .reviewLi .reviewTxt{line-height:1.625;}
#review .swiperBtn{
	background:url("https://file003.shop-pro.jp/PA01494/703/img/common/arrow-icon.svg") no-repeat center center;
	border-radius:50%;
	transform-origin:center center;
	transition: all 0.5s;
	cursor:pointer;
}
#review .swiperBtn:hover{opacity:0.85;}
#review .swiper-button-prev{
	transform:rotate(0deg);
	z-index:1;
}
#review .swiper-button-next{transform:rotate(180deg);}
#review .swiperBtn:after{content: none;}
#review .swiper-button-prev{
	transform:rotate(180deg);
	z-index:1;
}
#review .swiper-button-next{transform:rotate(0deg);}
#review .swiperBtn:after{content: none;}
#tradition:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#fff;
	z-index:0;
}
#tradition .inner{
	position:relative;
	margin:0 auto;
	z-index:1;
}
#tradition .txtBox{
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-direction:row-reverse;
}
#tradition .txtBox > *{
	position:relative;
	z-index:1;
}
#tradition .txtBox:before{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#fff;
}
#tradition .tradTtl img{width:100%;}
#tradition .tradTxt{
	writing-mode:vertical-rl;
	line-height:1.7;
}
#tradition .txtBox span{display:block;}
#tradition .snsList{
	display:flex;
	justify-content:space-between;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
}
#tradition .snsList li{
	width:50%;
	text-align:center;
}
#tradition .snsList li+li{border-left:1px solid #dadada;}
#tradition .snsList a{
	display:table;
	margin:0 auto;
}
#tradition .snsList a:hover{text-decoration:none;}
#tradition .snsList a > *{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#tradition .snsList svg{width:auto;}
#tradition .snsList svg > *{fill:#b32c38;}
#tradition .snsList a span{color:#000;}
@media screen and (max-width:1199.98px){
	.topTtl{
		margin-bottom:30px;
		font-size:29px;
	}
	*[data-box]{
		position:relative;
		max-height:400px;
		transition:all 0.4s;
		overflow:hidden;
	}
	*[data-box-input]:checked ~ *[data-box]{max-height:9999px;}
	.moreLabel{
		display:block;
		width:100%;
		padding:52px 0 16px;
		position:absolute;
		bottom:0;
		left:0;
		background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
		text-align:center;
		color:#b32c38;
	}
	*[data-box-input]:checked ~ *[data-box] .moreLabel{display:none;}
	.moreLabel span{
		display:block;
		line-height:1.0;
		font-size:15px;
	}
	.moreLabel img{
		width:13px;
		height:auto;
		margin:12px auto 0;
	}
	#mainBox .topNavi{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		border-top:1px solid #f2f2f2;
		border-bottom:1px solid #f2f2f2;
	}
	#mainBox .topNavi li{
		width:50%;
		font-size:16px;
	}
	#mainBox .topNavi li:nth-child(even){border-left:1px solid #f2f2f2;}
	#mainBox .topNavi li label{padding:20px 1vw;}
	#mainBox #newsTab:checked ~ .tabSec[data-type="newsTab"],
	#mainBox #itemTab:checked ~ .tabSec[data-type="itemTab"],
	#mainBox #sellerTab:checked ~ .tabSec[data-type="sellerTab"],
	#mainBox #seminarTab:checked ~ .tabSec[data-type="seminarTab"]{display:block;}
	#mainBox .newsSec .newsData{padding:0 5.333vw 15px;}
	#mainBox .newsSec .newsData .newsTtl{
		margin-top:10px;
		font-size:21px;
	}
	#mainBox .newsData .newTag{
		padding:2px 6px;
		margin-right:5px;
		font-size:12px;
	}
	#mainBox .newsList{padding:34px 0 28px;}
	#mainBox .newsData .time{margin-left:10px;}
	#mainBox .newsList .newsData .newsTtl{
		display:inline-block;
		margin-left:10px;
		font-size:14px;
	}
	#mainBox .newsList > li{padding:18px 5.333vw;}
	#mainBox .moreAllLink a{font-size:14px;}
	#mainBox .time{font-size:13px;}
	#mainBox .bookSec{padding-top:20px;}
	#mainBox .bookSec .sellerTab{
		padding:5px 18px 5px 8px;
		margin-bottom:10px;
	}
	#mainBox .bookSec .sellerTab span{font-size:13px;}
	#mainBox .bookSec .sellerTab strong{
		padding-left:6px;
		font-size:20px;
	}
	#mainBox .bookSec > *{display:block;}
	#mainBox .bookSec > a{
		max-width:295px;
		width:78.666%;
		margin:0 auto 20px;
	}
	#mainBox .bookSec .bookData{padding:0 5.33% 25px;}
	#mainBox .bookSec .bookData .time{margin-top:12px;}
	#mainBox .bookSec .bookTtl{font-size:20px;}
	#mainBox .bookSec .bookData .time+.bookTtl{margin-top:8px;}
	#mainBox .bookSec .bookData .bookTxt{
		margin-top:8px;
		font-size:14px;
	}
	#mainBox .bookList{
		width:89.34%;
		margin:0 auto;
		padding-bottom:26px;
	}
	#mainBox .bookList .sellerTab{
		padding:4px 16px 4px 6px;
		margin-bottom:7px;
	}
	#mainBox .bookList .sellerTab span{font-size:12px;}
	#mainBox .bookList .sellerTab strong{
		padding-left:10px;
		font-size:16px;
	}
	#mainBox .bookList .bookData{width:100%;}
	#mainBox .bookList .bookData+.bookData{margin-top:20px;}
	#mainBox .bookList .bookData > a{
		width:20.6%;
		vertical-align:top;
	}
	#mainBox .bookList .bookData .txtBox{
		width:79.4%;
		padding-left:3%; 
	}
	#mainBox .bookList .bookData .time{margin-top:10px;}
	#mainBox .bookList .bookTtl{
		margin-top:4px;
		font-size:14px;
	}
	#assignment{
		padding:60px 0 56px;
		background-color:#f3f3f3;
	}
	#assignment:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:100%;
		height:310px;
		background-color:#b32c38;
		z-index:0;
	}
	#assignment > *{
		position:relative;
		z-index:1;
	}
	#assignment .assignList{
		flex-wrap:wrap;
		border-radius:5px;
		font-size:19px;
	}
	#assignment .mNavList svg{
		display:block;
		top:calc(50% - 5px);
		right:13px;
		position:absolute;
		width:6px;
		height:10px;
		transform-origin:center center;
		transform:rotate(90deg);
	}
	#assignment .mNavList svg > *{fill:#b32c38;}
	#assignment .mNavList > li > a{
		padding:18px 0;
		text-align:left;
	}
	#assignment .subNavi{
		padding:0 0 16px 18px;
		margin-top:-10px;
		font-size:14px;
	}
	#assignment .subNavi a{padding:5px 0;}
	#authorSec{padding:50px 0 40px;}
	#authorSec .topTtl{margin-bottom:42px;}
	#authorSec .authorList{
		padding-top:14px;
		padding-bottom:5px;
		overflow-x:auto;
  }
	#authorSec .authorList .authorLi{
		width:295px;
		padding:0 19px 20px;
		margin:0 10px;
	}
	#authorSec #authorListSlider .swiper-wrapper{transform: translate3d(0px,0,0)!important;}
	#authorSec #authorListSlider .swiper-wrapper:after{
		content:"";
		display:block;
		width:80px;
		height:100px;
	}
	#authorSec .authorList .authorLi:before{margin-top:-8px;}
	#authorSec .authorList .authorLi .fg{width:81px;}
	#authorSec .authorList .authorLi .fg:before{
		width:65px;
    height:14px;
    top:-14px;
    left:8px;
	}
	#authorSec .authorList .authorLi .authorData{
		width:222px;
		padding-top:32px;
	}
	#authorSec .authorList .authorLi .authorName{
		top:30px;
    left:110px;
		font-size:24px;
	}
	#authorSec .authorList .authorLi .tagList{margin-top:8px;}
	#authorSec .authorBookList{
		width:100%;
		margin-top:18px;
	}
	#authorSec .authorBookList li{padding:20px 0;}
	#authorSec .authorBookList li > img{width:68px;}
	#authorSec .authorBookList li .bookData{
		width:calc(100% - 68px);
		padding-left:10px;
	}
	#authorSec .authorBookList li .bookTag{
		padding:5px 10px;
		border-radius:11px;
		font-size:11px;
	}
	#authorSec .authorBookList li .time{
		margin-top:10px;
		font-size:11px;
	}
	#authorSec .authorBookList li .bName{
		margin-top:4px;
		font-size:14px;
	}
	#authorSec .swiper-pagination .swiper-pagination-bullet{
		width:15px;
		height:15px;
	}
	#authorSec .moreLink{margin-top:20px;}
	#authorSec .swiperBtn{
		width:40px;
		height:40px;
	}
	#authorSec .swiper-button-prev{left:4vw;}
	#authorSec .swiper-button-next{right:4vw;}
	#review{padding:70px 0 65px;}
	#review .reviewLi{
		width:295px;
		margin:0 10px;
	}
	#review .reviewLi .tagList{
		margin-top:10px;
		font-size:14px;
	}
	#review .reviewLi .reviewTtl{
		margin-top:15px;
		font-size:22px;
	}
	#review .reviewLi .reviewSttl{
		margin-top:10px;
		font-size:13px;
	}
	#review .reviewLi .reviewTxt{
		margin-top:16px;
		font-size:14px;
	}
	#review .swiperBtn{
		width:40px;
		height:40px;
		background-size:auto 18px;
	}
	#review .swiper-button-prev{left:4vw;}
	#review .swiper-button-next{right:4vw;}
	#review .moreLink{margin-top:46px;}
	#tradition{
		padding-top:62px;
		background:url("https://file003.shop-pro.jp/PA01494/703/img/top/design-bg-sp.png") repeat-y center top;
	}
	#tradition:after{
		height:90px;
		left:0;
	}
	#tradition .inner{position:relative;}
	#tradition .fg{
		width:94.667vw;
		margin-right:auto;
	}
	#tradition .txtBox{
		min-width:290px;
		width:84vw;
		margin:-15px 0 0 auto;
		padding:25px 5.333vw 65px 20px;
		background-color:#fff;
		z-index:1;
	}
	#tradition .tradTtl{width:57px;}
	#tradition .tradTxt{
		width:calc(100% - 68px);
		padding:36px 10px 0 0;
		font-size:14px;
	}
	#tradition .snsList{
		width:100%;
		margin-top:30px;
	}
	#tradition .snsList a{
		padding:15px 0;
		font-size:11px;
	}
	#tradition .snsList svg{height:22px;}
	#tradition .snsList span{padding-left:7px;}
	#tradition .moreLink{margin-top:30px;}
}
@media screen and (max-width:479.98px){
	#tradition .tradTxt{height:416px;}
}
@media screen and (max-width:639.98px){
	#assignment .assignList{
		width:96%;
		padding:60px 5%;
	}
	#assignment .assignList .mNavList{width:100%;}
	#assignment .mNavList+.mNavList{border-top:none;}
}
@media screen and (min-width:480px) and (max-width:1199.98px){
	#tradition .tradTxt{height:306px;}
}
@media screen and (min-width:640px) and (max-width:1199.98px){
	#assignment .assignList{
		width:96%;
		padding:60px 5%;
	}
	#assignment .assignList .mNavList{width:48%;}
	#assignment .mNavList:nth-child(n+3){border-top:none;}
}
@media screen and (min-width:1200px){
	.topTtl{
		margin-bottom:36px;
		font-size:34px;
	}
	#mainBox{
		display:grid;
		grid-template-columns:200px 1fr;
		grid-template-rows:auto;
		height:560px;
	}
	#mainBox .topNavi{
		width:200px;
		grid-column:1 / 2;
		grid-row:1 / 2;
		display:flex;
		flex-direction:column;
		border-top:1px solid #f2f2f2;
		border-bottom:1px solid #f2f2f2;
	}
	#mainBox .topNavi li{
		width:100%;
		height:25%;
		font-size:18px;
	}
	#mainBox .topNavi li+li{border-top:1px solid #f2f2f2;}
	#mainBox .topNavi li label{
		width:100%;
		height:100%;
		padding:20px 1vw;
	}
	#mainBox .tabSec{
		grid-column:2 / 3;
		grid-row:1 / 2;
		justify-content:space-between;
	}
	#mainBox #newsTab:checked ~ .tabSec[data-type="newsTab"],
	#mainBox #itemTab:checked ~ .tabSec[data-type="itemTab"],
	#mainBox #sellerTab:checked ~ .tabSec[data-type="sellerTab"],
	#mainBox #seminarTab:checked ~ .tabSec[data-type="seminarTab"]{display:flex;}
	#mainBox .newsSec{width:50%;}
	#mainBox .newsSec > a,
	#mainBox .newsSec > a > img{
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:center center;
	}
	#mainBox .newsSec .newsData{padding:0 30px 16px;}
	#mainBox .newsSec .newsData .newsTtl{
		margin-top:10px;
		font-size:21px;
	}
	#mainBox .newsData .newTag{
		padding:2px 6px;
		margin-right:5px;
		font-size:12px;
	}
	#mainBox .newsList{padding:34px 0 28px;}
	#mainBox .newsData .time{margin-left:10px;}
	#mainBox .newsList{width:50%;}
	#mainBox .newsList .newsData .newsTtl{
		display:inline-block;
		margin-left:10px;
		font-size:14px;
	}
	#mainBox .newsList{padding:30px;}
	#mainBox .newsList > li{padding:14px 10px;}
	#mainBox .moreAllLink a{font-size:14px;}
	#mainBox .bookSec .sellerTab{
		padding:5px 20px 5px 10px;
		margin-bottom:14px;
	}
	#mainBox .bookSec .sellerTab span{font-size:16px;}
	#mainBox .bookSec .sellerTab strong{
		padding-left:6px;
		font-size:24px;
	}
	#mainBox .bookSec .time{font-size:12px;}
	#mainBox .bookSec{
		display:flex;
		justify-content:space-between;
		width:55.846%;
	}
	#mainBox .bookSec > *{display:block;}
	#mainBox .bookSec > a{width:55.35%;}
	#mainBox .bookSec > a > img{
		display:block;
		max-width:initial;
		width:100%;
		height:100%;
		object-fit:contain;
		object-position:center center;
	}
	#mainBox .bookSec .bookData{
		width:44.65%;
		align-self:center;
		padding:30px 3% 24px;
	}
	#mainBox .bookSec .bookData .time{margin-top:16px;}
	#mainBox .bookSec .bookTtl{font-size:26px;}
	#mainBox .bookSec .bookData .time+.bookTtl{margin-top:4px;}
	#mainBox .bookSec .bookData .bookTxt{
		margin-top:8px;
		font-size:16px;
	}
	#mainBox .bookList{
		width:44.154%;
		padding:20px 3% 20px 0;
	}
	#mainBox .bookList .sellerTab{
		padding:4px 16px 4px 6px;
		margin-bottom:8px;
	}
	#mainBox .bookList .sellerTab span{font-size:12px;}
	#mainBox .bookList .sellerTab strong{
		padding-left:6px;
		font-size:18px;
	}
	#mainBox .bookList .bookData{padding:0 3%;}
	#mainBox .bookList .bookData+.bookData{margin-top:20px;}
	#mainBox .bookList .bookData > a{width:18%;}
	#mainBox .bookList .bookData .txtBox{
		width:82%;
		padding-left:2%; 
	}
	#mainBox .bookList .bookData .time{margin-top:16px;}
	#mainBox .bookList .bookTtl{
		margin-top:8px;
		font-size:18px;
	}
	#mainBox .bookList .bookData .time+.bookTtl{margin-top:4px;}
	#assignment{
		padding:75px 0 100px;
		background:url("https://file003.shop-pro.jp/PA01494/703/img/top/assign-bg.png") #f3f3f3 repeat-x center center;
	}
	#assignment .assignList{border-radius:10px;}
	#assignment .mNavList > li > a{
		padding:14px 0;
		font-size:20px;
	}
	#assignment .subNavi{
		padding:0 0 16px 18px;
		margin-top:-4px;
		font-size:16px;
	}
	#assignment .subNavi a{padding:1px 0;}
	#authorSec{padding:90px 0 46px;}
	#authorSec .topTtl{margin-bottom:36px;}
	#authorSec .authorList{
		width:1308px;
      padding-top:18px;
      padding-bottom:66px;
  }
	#authorSec .authorList .authorLi{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		width:422px!important;
		padding:0 28px 28px;
		margin:0 7px;
	}
	#authorSec .authorList .authorLi:before{margin-top:-8px;}
	#authorSec .authorList .authorLi .fg{width:117px;}
	#authorSec .authorList .authorLi .fg:before{
		width:95px;
		height:18px;
		top:-18px;
		left:11px;
	}
	#authorSec .authorList .authorLi .authorData{
		width:222px;
		padding-top:32px;
	}
	#authorSec .authorList .authorLi .authorName{font-size:26px;}
	#authorSec .authorList .authorLi .tagList{margin-top:8px;}
	#authorSec .authorBookList{
		width:100%;
		margin-top:18px;
	}
	#authorSec .authorBookList li{padding:20px 0;}
	#authorSec .authorBookList li > img{width:90px;}
	#authorSec .authorBookList li .bookData{
		width:calc(100% - 90px);
		padding-left:12px;
	}
	#authorSec .authorBookList li .bookTag{
		padding:5px 10px;
		border-radius:11px;
		font-size:13px;
	}
	#authorSec .authorBookList li .time{
		margin-top:10px;
		font-size:12px;
	}
	#authorSec .authorBookList li .bName{
		margin-top:4px;
		font-size:16px;
	}
	#authorSec .swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;}
	#authorSec .moreLink{margin-top:20px;}
	#authorSec .swiperBtn{
		width:60px;
		height:60px;
	}
	#authorSec .swiper-button-prev{left:60px;}
	#authorSec .swiper-button-next{right:60px;}
	#review{padding:120px 0;}
	#review .reviewLi{
		width:380px;
		margin:0 25px;
	}
	#review .reviewLi .tagList{margin-top:8px;}
	#review .reviewLi .reviewTtl{margin-top:18px;}
	#review .reviewLi .reviewSttl{margin-top:12px;}
	#review .reviewLi .reviewTxt{
		margin-top:20px;
		font-size:16px;
	}
	#review .swiperBtn{
		width:60px;
		height:60px;
		background-size:auto 20px;
	}
	#review .swiper-button-prev{left:60px;}
	#review .swiper-button-next{right:60px;}
	#review .moreLink{margin-top:46px;}
	#tradition{
		padding-top:62px;
		background:url("https://file003.shop-pro.jp/PA01494/703/img/top/design-bg.png") repeat-y center top;
	}
	#tradition:after{
		height:78px;
		left:0;
	}
	#tradition .inner{position:relative;}
	#tradition .fg{
		position:absolute;
		top:0;
	}
	#tradition .txtBox{
		width:470px;
		margin-left:auto;
		padding:290px 58px 45px;
		z-index:1;
	}
	#tradition .txtBox:before{height:calc(100% - 230px);}
	#tradition .tradTtl{width:114px;}
	#tradition .tradTxt{
		width:calc(100% - 114px);
		height:366px;
		padding:72px 25px 0 0;
		font-size:14px;
	}
	#tradition .snsList{
		width:100%;
		margin-top:30px;
	}
	#tradition .snsList a{
		padding:20px 0;
		font-size:14px;
	}
	#tradition .snsList svg{height:27px;}
	#tradition .snsList span{padding-left:10px;}
	#tradition .moreLink{margin-top:30px;}
}
@media screen and (min-width:1200px) and (max-width:1389.98px){
	#assignment .assignList{
		width:96%;
		padding:60px 2%;
	}
	#assignment .assignList .mNavList{width:17.5%;}
	#tradition .inner{width:96%;}
	#tradition .fg{left:0;}
}
@media screen and (min-width:1390px){
	#assignment .assignList{
		width:1376px;
		padding:60px;
	}
	#assignment .assignList .mNavList{width:220px;}
	#tradition .inner{width:1376px;}
	#tradition .fg{left:-62px;}
}