p {
    line-height: 2em;
}
.h1Box {
margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.movieBox {
	background-color: #efefef;
	box-sizing: border-box;
	padding: 20px 40px;
	margin: 30px auto;
	width: 90%;
}
.movieBox .title {
	font-size: 30px;
	color: #FF6600;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}
h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
.hr{
	padding-top: 30px;
	border-top: 1px solid #c6c6c6;
	clear: both;
}
.Box1 p{
	margin-bottom:30px;
}
.Box1 p span{
	font-weight:bold;
	color:#3fc1c9;
}
.imgRight {
	width: 250px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.imgRight img {
    max-width: 100%;
    height: auto;
}
.img {
	text-align: center;
	margin-bottom: 30px;
}
.sakuhin{
width:520px;
display: flex;
align-items: center;
margin:0 auto 30px;
background:#efefef;
}
.sakuhin img.top{
width: 50%;
vertical-align:bottom;
}
.sakuhin .inner{
width:50%;
padding:10px;
box-sizing: border-box;
display: flex;
align-items: center;
flex-direction: column;
}
.sakuhin .inner p{
font-size:14px;
margin-bottom:0;
}
.sakuhin .inner img{
width:160px;
border-radius: 100%;
margin-bottom:10px;
}

.pager {
margin-top: 50px;
}
.pager .pagination {
text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.pager .pagination li.pre,
.pager .pagination li.next{
  background: #3fc1c9;
  color: #fff;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color:#3fc1c9;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
  color: #fff;
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #333333;
  background: #d9f3f4;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}
@keyframes animScale {
  0% { transform: scale(0.8, 0.8); }
  40% { transform: scale(1.2, 1.2); }
  60% { transform: scale(1, 1); }
  80% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
  0% { -webkit-transform: scale(0.8, 0.8); }
  40% { -webkit-transform: scale(1.2, 1.2); }
  60% { -webkit-transform: scale(1, 1); }
  80% { -webkit-transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
  0% { -moz-transform: scale(0.8, 0.8); }
  40% { -moz-transform: scale(1.2, 1.2); }
  60% { -moz-transform: scale(1, 1); }
  80% { -moz-transform: scale(1.1, 1.1); }
  100% { -moz-transform: scale(1, 1); }
}@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
h1 {
    font-size: 20px;
    margin-top: 30px;
}
p {
    font-size: 14px;
}
.movieBox {
box-sizing: border-box;
padding: 20px;
width: 94%;
}
.movieBox .title {
	font-size: 24px;
}
.imgRight {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    width: 50%;
}
.imgRight img {
    max-width: 100%;
    height: auto;
}
.img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.img img {
    max-width: 100%;
    height: auto;
}
.sakuhin{
width:90%;
}
.sakuhin .inner img{
width:100px;
}
}