/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*---------------- ▽clearfix▽ ----------------*/
/* clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/* ==========================================

  style

========================================== */

/*.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0.4;
  z-index: -1;
}
.Cross {
  background: radial-gradient(circle, transparent 20%, #fff 20%, #fff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #fff 20%, #fff 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#ffe4c4 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #ffe4c4  4px, #fff 4px) -2px 0;
background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}*/
/*=============
.bg_pattern
==============*/

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
}
.Polka {
  background-image: radial-gradient(#afeeee 2px, #ffffff 2px);
  background-size: 20px 20px;
}
.primaryContainer {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	min-width: 0px;
/*	max-width: 960px;*/
}

.saiki_wrap img{
  width: 100%;
  vertical-align:top;
}
.saiki_wrap{
	width: 1000px;
	margin: 0 auto;
}
.title_wrap{
    padding: 52px 82px;
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 60px;
}
.title_wrap .backnumber_btn{
	width: 333px;
}
.page_title{
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

#header_wrap {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-width: 0px;
	background-color: #fff;
	margin-right: 0px;
}

img#kanban{
	width:100%;
	height:auto;
	display:block;
}

#book_info_wrap {
	height: auto;
	clear: none;
	padding: 56px 88px 64px;
}

#left_wrap {
	width: 50%;
	float: left;
	height:auto;
	margin:0;
}
#book_img{
	width: 344px;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-width: 0px;
	background-color: rgb(255, 255, 255);
	position:relative;
	top:0;
	left:0;
	box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
}
		
#last_book{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
#book_detail {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 10px;
}
		
#book_detail h1{
	height:auto;
	padding:10px;
	text-align:center;
	border-bottom:#fff solid 1px;
}
		
#book_detail h1 a{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}		
#book_detail p{
	color:#fff;
}
	
#right_wrap {
	width: 50%;
	float: right;
	height: auto;
	clear: none;
}
		
#book_title {
	width: 100%;
	height:auto;
	margin-top: 60px;
}
#book_title img{
	width:100%;
	height:auto;
}					
#link_button {
	width: 100%;
	height: 50px;
	margin-left: 0%;
	margin-top: 20px;
	clear: both;
	background-color: rgb(255, 255, 255);
}
			
#bookopen_button_wrap{
	margin-top:50px;
}
#bookopen_button_wrap p{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}
	
#books_wrap {
	height: auto;
	clear: both;
	padding:0 40px;
	background-color: #fff;
}
		
#books_list_wrap{
	width: 94%;
	height: auto;
	padding:3%;
	position:relative;
	top:0px;
	left:0px;
}
#books_list_wrap li{
	width:18%;
	height:auto;
	margin-right:2%;
	float:left;
}
		
.books_list_wrap_img{
	width:100%;
	height:auto;
	box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.109804) 0px 0px 6px 3px;
}
		
#books_list_wrap h3{
	font-size:12px;
	text-align:center;
	padding:10px;
	padding-bottom:40px;
}
		
#books_list_wrap a{
	color:#666;		
}

div#next_button{
	width:100%;
	height:40px;
	margin:0 auto;
}
div#next_button img{
	width:200px;
	height:auto;
	display:block;
	margin-left: auto;
}
#content .look-book a{
	width: 333px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	padding: 3px 0;
	text-decoration: none;
	color: #fff;
	background-color: #FF7BAA;
	border-radius: 10px;
}
#content .look-book a:hover{
}
#content .look-book a i{
	margin-right: 0.2em;
}
#content .look-book a:hover{
	background-color: #87cefa;
}
#content .detail-content-p{
	margin-bottom: 20px;
}
#content .font{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.saiki_box5 .btn{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 60px;
}
.saiki_box5 .btn a{
	width: 450px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    background-color: #FF7BAA;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5em;
	border-radius: 10px;
}
#content .saiki_box5 .btn a{
    color: #fff;
}
.saiki_box5 .btn p{
    margin-bottom: 42px;
}
.saiki_box5 .btn a:hover{
	background-color: #87cefa;
}
.saiki_bnr{
	max-width: 1000px;
    margin: 0 auto 5%;
    background: #f3f3f3;
    display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 30px 50px;
}
.saiki_bnr .saiki_bnr_ttl{
	font-size: 28px;
    font-weight: bold;
}	
.saiki_bnr .saiki_bnr_btn{
	width: 333px;
}
.saiki_bnr .saiki_bnr_btn img{
	width: 100%;
}
br.sp960{
	display: none;
}

/* ==========================================

  2022style

========================================== */
.main_content{
  width: 1000px;
  margin: 50px auto 100px;
}
.main_content .kigyou_box{
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}
.kigyou_box .content_box{
  display: flex;
  justify-content: space-between;
}
.kigyou_box .content_box .logo_content h2{
  width: 470px;
  transform: rotate(-10deg);
  position: relative;
  top: 26px;
  left: 30px;
}
.kigyou_box .content_box .page_img{
  width: 560px;
  box-shadow: 3px 3px 10px grey;
}
.kigyou_box .page_link{
  position: absolute;
  bottom: 270px;
  left: 40px;
}
.kigyou_box .page_link a{
  font-size: 22px;
  font-weight: bold;
  background: #ff7baa;
  width: 470px;
  text-align: center;
  padding: 1em 0;
  display: inline-block;
  margin-bottom:10px;
	border-radius: 10px;
}
.kigyou_box .page_link a:hover{
	background-color: #87cefa;
}
#content .page_link a{
  color: #fff;
  text-decoration: none;
}
#content .page_link a i{
  margin-right: 0.5em;
}
.kigyou_box .movie_content {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.kigyou_box .movie_content .movie iframe{
  width: 470px;
  height: 240px;
}

.main_content .tukuruhito_box{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.tukuruhito_box .content_box{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.tukuruhito_box .content_box .logo_content h2{
  width: 466px;
  position: absolute;
  top: 100px;
  right: 0;
}
.tukuruhito_box .content_box .page_img{
  width: 560px;
  box-shadow: 3px 3px 10px grey;
}
.tukuruhito_box .page_link{
  position: absolute;
  bottom: 330px;
  right: 0;
}
.tukuruhito_box .page_link a{
  font-size: 22px;
  font-weight: bold;
  background: #ff7baa;
  width: 470px;
  text-align: center;
  padding: 1em 0;
  display: inline-block;
  margin-bottom:10px;
	border-radius: 10px;
}
.tukuruhito_box .page_link a:hover{
	background-color: #87cefa;
}
.tukuruhito_box .movie_content {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.tukuruhito_box .movie_content .movie iframe{
  width: 470px;
  height: 240px;
}

@media only screen and (max-width: 1000px){
	#book_info_wrap{
		padding: 5.83vw 9.17vw 6.67vw;
	}
	#book_img{
		width: 35.83vw;
	}
	#book_title{
		margin-top: 6.25vw;
	}
	#bookopen_button_wrap{
		margin-top: 5.21vw;
	}
	#bookopen_button_wrap p{
		font-size: 2.9vw;
		margin-bottom: 2.92vw
	}
	#content .detail-content-p{
		margin-bottom: 1em;
	}
	#content .look-book a{
		width: 34.69vw;
		font-size: 3.75vw;
		padding: 0.31vw 0;
		background-size: 5vw;
	}
	.saiki_box5{
		width: 95%;
		margin: 0 auto;
	}
	.saiki_box5 .btn{
		margin-bottom: 6.25vw;
	}
	.saiki_box5 .btn p{
		margin-bottom: 4.38vw;
	}
	.saiki_box5 .btn a{
		width: 42vw;
	}
	.title_wrap{
		padding: 5.42vw 8.54vw;
		margin-bottom: 6.25vw;
	}
	.page_title{
		font-size: 2.92vw;
	}
	.title_wrap .backnumber_btn{
		width: 34.69vw;
	}
		.saiki_bnr{
		padding: 3% 5%;
	}
	.saiki_bnr .saiki_bnr_btn{
		width: 33.3vw;
	}
	.saiki_bnr .saiki_bnr_ttl{
		text-align: center;
		line-height: 1.5em;
	}
	br.sp960{
		display: block;
	}
	.saiki_archive_ttl h2{
		padding: 7.29vw 0;
	}
	.saiki_archive_box{
		margin: 0 auto 9.9vw;
	}
	
/* ==========================================

  2022style

========================================== */

	.saiki_wrap{
		width: 100%;
	}
	.main_content{
		width: 95vw;
	}
	.main_content .kigyou_box{
		width: 95vw;
	}
	.kigyou_box .content_box .logo_content h2{
		width: 40vw;
		top: 2vw;
		left: 2vw;
	}
	.kigyou_box .content_box .page_img{
		width: 56vw;
	}
	.kigyou_box .movie_content{
		bottom: 1vw;
		left: 0;
	}
	.kigyou_box .page_link{
		bottom: 32vw;
		left: 0;
	}
	.kigyou_box .page_link a{
		width: 50vw;
	}
	.kigyou_box .movie_content .movie iframe{
		width: 50vw;
		height: 30vw;
	}
	.main_content .tukuruhito_box{
		width: 100%;
	}
	.tukuruhito_box .content_box .page_img{
		width: 56vw;
	}
	.tukuruhito_box .movie_content{
		bottom: 1vw;
		right: 0;
	}
	.tukuruhito_box .content_box .logo_content h2{
		width: 46.6vw;
		top: 10vw;
		right: 0;
	}
	.tukuruhito_box .page_link{
		bottom: 32vw;
		right: 0;
	}
	.tukuruhito_box .page_link a{
		width: 50vw;
	}
	.tukuruhito_box .movie_content .movie iframe{
		width: 50vw;
		height: 30vw;
	}
}

br.pc600{
	display: block;
}
br.sp600{
	display: none;
}
@media only screen and (max-width: 760px){
	.saiki_box5 .btn a{
		font-size: 24px;
	}
}
@media only screen and (max-width: 700px){
	.saiki_bnr{
		display: block;
    	text-align: center;
	}
	.saiki_bnr .saiki_bnr_ttl{
		font-size: 4vw;
	}
	.saiki_bnr .saiki_bnr_btn{
		margin: 3vw auto 0;
    	width: 60vw;
	}
	.saiki_archive_ttl h2{
		font-size: 4vw;
	}
	.saiki_archive_box h3{
		font-size: 3.5vw;
		padding:2.29vw;
		line-height: 4.57vw;
    	margin-left: 4.29vw;
		margin-bottom: 4.29vw;
	}
	.saiki_archive_box h3:before{
		position: absolute;
   	 	top: 0;
    	left: -4.29vw;
    	content: '';
    	border-width: 4.57vw 4.29vw 4.57vw 0;
	}
	.saiki_archive_box h3:after{
		position: absolute;
    	top: calc(50% - 1vw);
    	left: -1.43vw;
    	width: 2vw;
    	height: 2vw;
    	content: '';
	}
}
@media only screen and (max-width: 600px){
	br.sp600{
		display: block;
	}
	br.pc600{
	display: none;
}
	#right_wrap{
		width: 100%;
		float: none;
	}
	#left_wrap{
		width: 100%;
		float: none;
	}
	#book_title{
		margin-top: 0;
	}
	#book_title h1{
		width: 80%;
		margin: 0 auto;
	}
	#bookopen_button_wrap p{
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	#content .detail-content-p{
		margin-bottom: 0.5em;
	}
	#content .look-book a{
		width: 80%;
		font-size: 30px;
		padding: 0.5em 0;
	}
	#book_img{
		width: 60%;
		margin: 0 auto;
	}
	.saiki_box5 .btn p{
		margin: 0 auto;
		margin-bottom: 4.38vw;
	}
	.saiki_box5 .btn a{
		text-align: center;
		font-size: 30px;
		width: 80vw;
	}
	.title_wrap{
		display: block;
	}
	.page_title{
		text-align: center;
		font-size: 4vw;
	}
	.title_wrap .backnumber_btn{
		width: 70%;
		margin: 4vw auto 0;
	}
	
	.main_content{
		margin: 8.33vw auto 16.67vw;
	}
	.main_content .kigyou_box{
		margin-bottom: 13.33vw;
	}
	.kigyou_box .content_box{
		display: block;
		margin-bottom: 6vw;
	}
	.kigyou_box .content_box .logo_content h2{
		transform: none;
		width: 65vw;
		margin: 0 auto;
		position: static;
	}
	.kigyou_box .content_box .page_img{
		width: 100%;
		display: flex;
		box-shadow: none;
		justify-content: flex-end;
	}
	.kigyou_box .content_box .page_img img{
		width: 70vw;
		box-shadow: 3px 3px 10px grey;
	}
	.kigyou_box .content_box .logo_content{
		margin-bottom: 6vw;
	}
	.kigyou_box .movie_content{
		position: static;
	}
	.kigyou_box .movie_content .movie iframe{
		width: 100%;
		height: 60vw;
	}
	.kigyou_box .page_link{
		bottom: 36%;
	}
	
	.tukuruhito_box .content_box{
		display: block;
		margin-bottom: 6vw;
	}
	.tukuruhito_box .content_box .logo_content h2{
		transform: none;
		width: 65vw;
		margin: 0 auto;
		position: static;
	}
	.tukuruhito_box .content_box .page_img{
		width: 100%;
		display: flex;
		box-shadow: none;
		justify-content: flex-start;
	}
	.tukuruhito_box .content_box .page_img img{
		width: 70vw;
		box-shadow: 3px 3px 10px grey;
	}
	.tukuruhito_box .content_box .logo_content{
		margin-bottom: 6vw;
	}
	.tukuruhito_box .movie_content{
		position: static;
	}
	.tukuruhito_box .movie_content .movie iframe{
		width: 100%;
		height: 60vw;
	}
	.tukuruhito_box .page_link{
		bottom: 36%;
	}
	#book_info_wrap{
		padding: 5.83vw 2vw 6.67vw;
	}
	#bookopen_button_wrap{
		margin-bottom: 5vw;
	}
	.saiki_bnr .saiki_bnr_btn{
		width: 80vw;
	}
}
@media only screen and (max-width: 400px){
	.kigyou_box .content_box .logo_content h2{
		width: 80vw;
	}
	.kigyou_box .content_box .page_img img{
		width: 80vw;
	}
	.kigyou_box .page_link{
		bottom: 30%;
		left: unset;
		right: 0;
	}
	#content .page_link a i{
		display: block;
		margin: 0 auto;
		margin-bottom: 0.5em;
		margin-top: 9vw;
	}
	#content .page_link a{
		width: 36vw;
		height: 36vw;
		border-radius: 20vw;
		padding: 0px;
		font-size: 5.5vw;
	}
	.kigyou_box .content_box .page_img{
		justify-content: center;
	}
	.tukuruhito_box .content_box .logo_content h2{
		width: 80vw;
	}
	.tukuruhito_box .content_box .page_img img{
		width: 80vw;
	}
	.tukuruhito_box .page_link{
		bottom: 30%;
	}
	.tukuruhito_box .content_box .page_img{
		justify-content: center;
	}
	.saiki_box5 .btn a{
		font-size: 24px;
	}
	#content .look-book a{
		font-size: 20px;
	}
	.saiki_bnr .saiki_bnr_ttl{
		font-size: 20px;
	}
}