@charset "utf-8";

/* modern-css-reset */
/* Box sizing rules */
*{
    margin: 0;
    padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/* Set core root defaults */
html {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* wrapper */
#wrapper{
	width: auto;
	margin: 0 auto;
}
a:visited{
	color:#000;
}
cite { 
	font-style: normal; 
}

.bd1{
	border:solid 1px #a0a0a0;}
.mgr1{
	margin-right:1em;}
.mt1{
	margin-top:1em;}
.mgt15{
	margin-top:1.5em;
	font-size:50%;}
.mgt05{
	margin-top:0.5em;}	
.mb1{
	margin-bottom:1em;}
.mb2{
	margin-bottom:2em;}
.mb3{
	margin-bottom:3em;}
.mt2b2{
	margin-top:2em;
	margin-bottom:2em;}	
.bold{
	font-weight:bold;}
h1,h3 {
	font-size: calc(112.5% + 0.2vw);
	font-weight:normal;
	padding: 0 20px;
 	border-bottom: solid 1px #000;
	display:inline-block;
}
h2{	font-weight:normal;
	letter-spacing: 0.03em;
	font-size: calc(112.5% + 0.2vw);
	color:#404040;
}
.dblock{
	display:inline-block;}
.tacenter{
	text-align:center;}
.taleft{
	text-align:left;}
.sidetitle a{
	color:#fff;
	text-decoration:none;
	}

/* float-clear */
.clearfix:after {
   content: "";
   display: block;
   clear: both;
}

/* header */
header{
	margin-bottom:3em;}
/* logo */
.logo{ 
	text-align:center;
}
.logo li{
	vertical-align: middle;
	list-style:none;
	display: inline-block;}
.site-title a{
	text-decoration:none;
	color:#000;
}
.site-title a:visited{
	color:#000;
}
.logoimag{
	float:left;
	margin:5px 10px;
}
.logotitle{
	font-size:13px;	
	margin:0;
}
.logofont{
	font-size:32px;
	font-family: 'Bodoni Moda', serif;
}

.F-site-title{
	display:inline-block;
	padding-top:10px;
	background-color:#000;
	text-align: center;
}
.F-site-title a{
	text-decoration:none;
	color:#fff;
}
.F-site-title a:visited{
	color:#fff;
}

.F-site-title .logofont{
	font-size: calc(112.5% + 1.5vw);}


/* main-menu */
#main-menu{
	text-align: center;
	margin:5px auto;
	list-style:none;
	/*overflow: hidden;*/
	}
#main-menu li{
	background-color:#000;
	height:50px;
	line-height: 50px;
	margin: 2px 0;
	padding:0 5px;
	display: inline-block;
}
#main-menu li a{
	text-decoration:none;
	color:#fff;
	padding: 20px;
}
#main-menu li:hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}
/* bxslider */
#bx-wrapper{
    position: relative;
	max-width:850px;
	overflow: hidden;
	box-shadow: none;
	border: none;
	margin:0 auto;
}
.bxslider {
	box-shadow: none;
	width:auto;
	height:auto;
 	position: relative;
 	left: 7.5vw;
	overflow: visible !important;
}
/*パン屑リスト*/
.breadcrumb {
	width:80%;
	margin: 10px auto;
	padding: 0;
	list-style: none;
	
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #555;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration:none;
	color: #1f3134;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb-bold{
	font-weight:bold;}

/* main */
@media (max-width: 768px){
#container {
    flex-direction: column;
  }
  .topshowcase,
  .side {
    width: 100%;
  }
}

#container{
	margin-left: auto;
    margin-right: auto;
	width:90%;
}
#side{
	margin-top:4%;
	width:250px;
	float:left;
}
/* sidenavi */
.sidetitle{
	margin-top:20px;
	color:#fff;
	background-color:#000;
	padding:2px 1px;
	text-align:center;
}
#tagnavi{
	margin-left: auto;
    margin-right: auto;
	list-style:none;
	overflow: hidden;
}
#tagnavi li{
	width: auto;
	text-align:center;
	float: left;
	border-radius: 0.5rem;
	border:solid 2px #000;
	margin: 3px;
}
#tagnavi li a{
	text-decoration:none;
	color:#000;
	padding: 20px;
}
#tagnavi li:hover{
	opacity:0.7;
	transform: translateY(-0.1875em);
}
.onlineshop{
	margin-bottom:50px;
	display:block;
}
.onlineshop-slogo{
	margin:20px 0px;
	text-align:center;
	font-family: 'Bodoni Moda', serif;
	font-size: calc(112.5%);
}
.onlineshop-slogo a{
	color:#fff;
	text-decoration:none;
	background:#1f1f1f;
	display:inline-block;
	width:200px;
	padding:15px 0;
}
.onlineshop-slogo a:hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}
.youtubech{
	margin-top:20px;
	display:block;
}

.youtubech iframe{
	border: none;
}

/* main */
#topshowcase{
	float:left;
	width: 70%;
	margin-left:5%;
	margin-right:auto;
}

#showcase,
#showcase-kikan,
#showcase-yotei{
	margin-bottom:50px;
	margin-left: auto;
    margin-right: auto;	
}

#showcase h1,
#showcase-kikan h1,
#showcase-yotei h1{
	font-size:x-large;
}
.showcaseitem-title{
	font-weight:500;
}
.showcaseitem-title,
.showcaseitem-author{
	text-align:center;
}
.showcaseitem-date{
	text-align:right;
	font-size:small;
}
.showcaseitem-tag{
	font-weight:normal;
	display:inline-block;
	background:#f5f5f5;
	border-color:#f5f5f5;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px 4px 0 0;
	position:relative;top:-1em;
	padding:2px 4px;
	font-size: 1em;
	line-height: 1em;
	width: auto;
	vertical-align: baseline;
	}
.showcaseitem-catch{
	font-size: small;
	padding: 7px;
	background-color:#f5f5f5;
	position:relative;top:-1.5em;
}

.grid-item {
	width:200px;
	margin:50px 40px;
	list-style:none;
}
	
.grid-item img{
	margin:0 auto;
}
.grid-item a:link{
	color:#000;
	text-decoration:none;
}
.grid-item:hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}

#latestnews{
	clear: both;
	width:90%;
	margin:0 auto;
}

#latestnews h1{
	font-size:large;
}
#latestnews li{
	width:200px;
	padding:0 5px 5px 5px;
	margin:40px 0px;
}

#latestnews img{
	margin:0 auto;
}


.summary{
	font-size:medium;
}
.summary :hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}
.summarydate{
	font-size:small;
	text-align:right;
}
.btnnavi{
	margin-left:2em;
}
.btn{
	list-style:none;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	width:100%;
}
.btn li{
	width:100px;
	text-align:center;
	border-radius: 0.5rem;
	border:solid 2px #000;
	margin: 10px;
	float:left;
	overflow: hidden;
}
.btn li a{
	display:block;
	text-decoration:none;
	color:#000;
}
.btn li :hover{
	background:#000;
	color:#fff;
	border-radius: 0.5rem;
}

.list{
	width:100%;
 	display: flex;
 	flex-wrap: wrap;
}
.list li{
	width: 250px;
	margin-right:20px;
	margin-bottom:30px;
	list-style:none;
	animation: test .8s;
}
.list :hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}
.list a {
	color:#000;
	text-decoration:none;
	}
 
/*.list li:nth-child(even){
 margin-right: 0;
}*/

.list img{
	margin:0 auto;
}
 
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}


/*　商品詳細 */

#item-info{
	width:80%;
	margin:0 auto;
}

#subtitle{
	margin-bottom:25px;
}

#lightbox .lb-container { 
	padding: 1px; 
}
#lightbox .lb-nav a.lb-prev {
	position: absolute;
	left: -80px;
	opacity: 1;
} 

#lightbox .lb-nav a.lb-next {
	position: absolute;   
	right: -80px;        
	opacity: 1;  
}

.gallery {
	margin-right:20px;
	float:left;
	display:block;
}

.gallery img{
	min-width:200px;
	min-height:283px;
}

.gallery p {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	margin-bottom:10px;
}
.gallery p a {
	display: block;
	color:#000;
	text-decoration:none;
}

.item-details{
	padding:10px;
}
.item-title{
	font-size: calc(112.5% + 2.25vw);
	letter-spacing: 0.1em;
	text-align:center;
	margin-top:0.5em;
	padding-bottom:2em;
}
.item-main{
	display:inline-block;
	width:100%;
}
.author{
	text-align:right;
	font-size: calc(112.5% + 1.0vw);
	padding-bottom:3em;
}
.author a{
	text-decoration:none;
	color:#000;}
.subauthor{
	text-align:right;
	font-size: calc(80%);
	padding-bottom:3em;
}
.item-details table{
  	font-size: calc(112.5% + 0.5vw);
	text-decoration:none;
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	margin-bottom:10px;
	width:60%;
}

.item-details table tr{
	margin:0;}

.item-details table th,
.item-details table td{
	border:none;
 	text-align: center;
	padding: 10px 0;
}
.item-details table th{border-bottom: solid 2px #000;}
.item-details table td{border-bottom: solid 2px #ddd;}

.item-option,
.item-tag li,
.item-link{
	float:left;
	padding:5px 10px;
	text-align:center;
}
.item-option{	
	color:#fff;
	background-color:#000;
	margin-right:5px;
	border-radius: 100vh;
	
}

.item-tag li{
	list-style:none;
	font-size:60%;
	margin-top:10px;
}
.item-tag li a,
.item-link a{
	text-decoration:none;
}
.item-tag :hover,
.item-link a :hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}
.tameshiyo-me a{
	padding:7px 12px;
	color:#fff;
	background: #008899;
	border-radius: 100vh;
}
.item-hash{
	margin:0}
.item-hash a{
	color:#000;
	padding:5px 10px;
	border:solid 2px #000;
	border-radius: 100vh;
}

.item-summary,
.item-outline,
.item-toc,
.item-cart,
.item-keyword,
.item-review{
	font-size: calc(112.5% + 0.25vw);
	padding:10px 20px;
	margin:10px;
}
.item-link-midashi{
	font-size: calc(112.5% + 1.0vw);
	padding:10px 0 0 20px;
	margin-left:10px;
	}
.item-link{
	margin:0 10px;
	padding-bottom:3em;
}
.item-link li{
	float:left;
	margin-right:20px;
	margin-top:10px;
	list-style:none;
}

.item-link a{
	color:#000;
}

.item-link img{
	margin:0 auto;
}

.item-summary{
	padding-top:60px;}

.midashi{
	font-weight:500;
	font-size: calc(112.5% + 0.1vw);
	}
.item-toc table{
	width: 100%;
	text-decoration:none;
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
	margin-bottom:10px;
}

.item-toc table th,
.item-toc table td{
	border:none;
 	padding: 10px 0;
}

.item-toc table th{
	font-weight:normal;
	background:#404040;
	color:#fff;
	text-align: center;
	width:3em;
	border-bottom: solid 2px #fff;
}
	
.item-toc table td{
	padding-left:1em;
	text-align: left;
	border-bottom: solid 2px #ddd;
	
}

.item-toc a,
.item-cart a{
	color:#000;
	text-decoration:none;
}	
.item-toc img{
	display:inline-block;
}

	
.item-reviewoption{
	background-color:#000;
	border-radius: 100vh;
	width:60%;
	margin:0 auto;
}

.item-review{
	width:100%;}

.item-review .gallery{
	float:left;
	width:100%;
}
.item-review .gallery img{
	border:none;
}

.item-review .gallery .item-reviewoption{
	color:#fff;
}

.item-review .gallery .item-reviewoption:hover{
	opacity: 0.7;
	transform: translateY(-0.1875em);
}

#item-booksore{
	width:80%;
	margin:0 auto;
}

#item-booksore h1,
#item-booksore h3{
	font-size: calc(112.5% + 0.25vw);
}
	
.item-pdf p{
	text-align:center;
}
.item-pdf li{
	list-style:none;
	float:left;
	margin-right:2em;
	margin-bottom:2em;}

.item-pdf img{
	border:none;
	margin-bottom:0.5em;
}
.item-pdf li a:hover{
	opacity: 0.7;	
}	
.item-pdf a{
	color:#fff;
	padding:2px 15px;
	text-decoration:none;
	background-color:#000;
	border-radius: 100vh;
}
#bookstorecase{
	width:80%;
	margin:0 auto;
}
.booksore-midashi{
	font-size: calc(112.5% + 0.1vw);
	margin-bottom:0.5em;
	padding:0.2em 0.5em;
	background:#e0e0e0;	
}
.item-cart ul{
	list-style:none;
}
.item-cart li{
	float:left;
	font-size: 18px;
}
.item-cart li a{
	background:#1f3134;
	color:#fff;
	display:block;
	text-decoration:none;
	padding:15px 25px;
	margin:10px;
	border-radius:10px;
}

.item-cart li a:hover{
	opacity: 0.6;
	transform: translateY(-0.1875em);
}
.item-cart img{
	float:left;
	margin-right:2em;
}
	
.flag-icon { 
	font-size: 18px;
	margin-left:0.5em;
}
.item-excerpt{
	margin:0.5em 0;
	line-height:175%;
}
.item-keyword ul li{
	float:left;
	padding-right:0.5em;
	list-style:none;
}
.item-youtube {	
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-youtube iframe {
	text-align:center;
	position: absolute;
	top: 0;
	right: 5%;
	width: 90%;
	height: 90%;
	border:none;
}
#about-body{
	width:80%;
	margin:0 auto;
}

#about-body h1{
	font-size: calc(112.5% + 0.5vw);
	margin-bottom:2em;
}
#tag-body{	
	width:90%;
	margin:0 auto;
}
#tag-body h1{
	font-size: calc(112.5% + 0.5vw);
}

.list-item img{
	float:left;
	margin-right:1em;
}
.list-item a{
	text-decoration:none;
	color:#000;
}

/* コピーボタン */
.copy_btn {
	padding:0 2px;
	margin-left: 1em;
	letter-spacing:0;
	color:#ffffff;
	background:#696969;
	border: solid 2px #696969;
	border-radius: 10px;
	transition: .4s;
	text-align: center;
	float:right;
	font-size:20px;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #696969;
}
.copy_btn:hover {
	cursor: pointer;
}

/* page top*/
#pagetop {
	display:inline-block;
	position:fixed;
	bottom:0px;
	right:0px;
	opacity:0.7;
}
#pagetop a {
	padding:20px 10px;
	display:block;
	background:#696969;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#pagetop:hover {
	opacity:1;
}		

/*bottom item*/
.bottom-item:before{
    content: "";
    display: table;
    clear: both;
	margin:0 auto;
	background-color:#000;
}
.Footer-logo{
	width:156px;
	height:45px;
	margin: 10px auto;
	background-color:#000;
}

/*googleカスタム検索用*/
@media (max-width: 768px){
.site-search-box {
	background-color:#000;
  }
}
@media (min-width: 768px){
.site-search-box {
	padding-right:40%;
	background-color:#000;
  }
}


.bottom-title{
	padding-top:1em;
	padding-left:1em;
	background-color:#000;
	color:#fff;
	font-size:small;
}
.bottom-search{
	padding-bottom:10px;
	list-style:none;
	overflow: hidden;
	line-height: 40px;
	background-color:#000;
	text-align: center;
	border-bottom:solid 1px #fff;
	font-size:small;
	font-weight:bold;
}
.bottom-search li{
	width:auto;
	text-align:center;
	border-radius: 0.5rem;
	border:solid 2px #fff;
	margin: 10px;
	float:left;
	overflow: hidden;
}
.bottom-search li a{
	text-decoration:none;
	color:#fff;
	padding: 20px 25px;
}
.bottom-search li :hover{
	font-weight:bold;
	background-color:#fff;
	color:#000;
	border-radius: 0.5rem;
	border:solid 2px #fff;
}
.earth_icon {
margin-left: 0.5em;
vertical-align: middle;
display: inline-block;
width: 24px;
height: 24px;
background-image: url(https://opusmajus.com/image/design/earth_icon01.svg);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.earth_icon {
		margin-left: 0.5em;
		vertical-align: middle;
		display: inline-block;
		width: 24px;
		height: 24px;
		background-image: url(https://opusmajus.com/image/design/earth_icon01.svg);
		}
  }

/* footer */
footer:before{
    content: "";
    display: table;
    clear: both;
	margin:0 auto;
	background-color:#000;
}
footer a:link{
	color:#fff;
	text-decoration:none;
}
footer a:visited{
	color:#fff;
}
.footernavi1{
	padding-left:1em;
	padding-right:1em;
}
.footernavi2{
	padding-left:1em;
	padding-right:1em;
	border-left:2px solid #999;
}
.copyright li{
	list-style-type:none;
}
.copyright{
	width:100%;
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	font-size: 75%;	
}
.copyright small{
          color: #fff;
}


.orderbtn{
	margin-top:2em;
	display:inline-block;
	padding:10px;
	background-color:#000;
	text-align: center;
}
.orderbtn a{
	text-decoration:none;
	color:#fff;
}
.orderbtn a:visited{
	color:#fff;
}

.orderbtn .logofont{
	font-size: calc(112.5% + 1.5vw);}

	
	
