@charset "UTF-8";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url("../images/common/bg.jpg") fixed;
}
a:link {
	text-decoration: none;
	color: #f30;
}

a:visited {
	text-decoration: none;
	color: #f30;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}
p:not(:last-child)
{
	margin-bottom: 1em;
}

/*PC--------------------------------------------------------------------------------------*/

/*footer*/

#footer
{
	text-align: center;
	padding: 20px;
	background: #000;
	color: #fff;
}

/*pagetop*/

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	z-index: 100;
}
#page-top a
{
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#page-top a:hover
{
	opacity: 0.7;
}
#page-top img
{
	width: 100%;
}

/* header */

.inner {
    max-width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
#header-wrap
{
	background: #000;
	height: 60px;
}
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	line-height: 1;
	z-index: 100;
}
#top-head a,
#top-head {
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
}
#top-head .inner {
	position: relative;
}
#top-head .logo a
{
	position: absolute;
	background: url("../images/common/logo.png") no-repeat;
	width: 177px;
	height: 30px;
	text-indent: -9999px;
	top: 15px;
	left: 10px;
	display: block;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 17px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li.navi01 a
{
	width: 148px;
	height: 26px;
	background: url("../images/common/navi01.png") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 10px;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#global-nav ul li.navi02 a
{
	width: 204px;
	height: 26px;
	background: url("../images/common/navi02.png") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 10px;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#global-nav ul li.navi03 a
{
	width: 276px;
	height: 26px;
	background: url("../images/common/navi03.png") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 10px;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#global-nav ul li.navi01 a:hover,
#global-nav ul li.navi02 a:hover,
#global-nav ul li.navi03 a:hover
{
	opacity: 0.7;
}

/* Fixed */

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 60px;
	background: rgba(0,0,0,0.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed a
{
	color: #fff;
}
#top-head.fixed .logo a
{
	position: absolute;
	background: url("../images/common/logo.png") no-repeat;
	text-indent: -9999px;
	width: 177px;
	height: 30px;
	top: 15px;
	left: 10px;
	display: block;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#top-head.fixed .logo a:hover
{
	opacity: 0.7;
}
#top-head.fixed #global-nav ul {
	top: 17px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*contens common*/

#contents-wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	background: #fff;
}

/*header*/

#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 60%;
	position: relative;
	width: 100%;
	background: url("../images/header/top_pic.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#header h1
{
	display: none;
}
#header .sns
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#header .sns ul
{
	list-style: none;
}
#header .sns ul li
{
	width: 50px;
}
#header .sns ul li img
{
	width: 100%;
}

/*midashi*/

h2#information
{
	text-indent: -9999px;
	background: url("../images/common/midashi01.png") #512d0f center no-repeat;
	width: 100%;
	height: 60px;
}
h2#about
{
	text-indent: -9999px;
	background: url("../images/common/midashi02.png") #512d0f center no-repeat;
	width: 100%;
	height: 60px;
}
h2#chara
{
	text-indent: -9999px;
	background: url("../images/common/midashi03.png") #512d0f center no-repeat;
	width: 100%;
	height: 60px;
}
h2#products
{
	text-indent: -9999px;
	background: url("../images/common/midashi04.png") #512d0f center no-repeat;
	width: 100%;
	height: 60px;
}
h3
{
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(top, #ffbb4c7, #ff5783); 
background: -webkit-linear-gradient(top, #fbb4c7, #ff5783); 
background: linear-gradient(#fbb4c7, #ff5783); 
	padding: 0.5em;
	font-size: 1.2em;
	border-radius: 5px;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	margin: 0 30px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7) inset;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7) inset;
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7) inset;
}
h4
{
	font-size: 1.2em;
	margin-bottom: 1rem;
	color: #206890;
	font-weight: bold;
}
h5
{
	color: #ff5783;
	font-size: 1.6em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
.cc01
{
	font-weight: bold;
}
.cc02
{
	font-weight: bold;
	margin-bottom: 0!important;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.5em;
}

/*contents*/

.contents
{
	padding: 30px;
	overflow: hidden;
}
.contents2
{
	padding: 30px;
	background: #fff7a8;
}
.info-wrap dl
{
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
}
.info-wrap dt
{
	float: left;
	color: #ff5783;
	width: 9em;
	font-weight: bold;
}
.info-wrap dd
{
	margin: 0 0 0 9em;
}
.movie-wrap
{
	width: 70%;
	margin: 30px auto 0 auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
.movie
{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.season
{
	float: left;
	width: 40%;
}
.season-products-wrap
{
	width: 57%;
	background: #fff7a8;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	display: flex;
	float: right;
}
.season-products-wrap .pic
{
	flex-basis: 50%;
}
.season-products-wrap .pic img
{
	width: 100%;
}
.season-products-wrap .details
{
	flex-basis: 50%;
	padding-left: 1em;
	box-sizing: border-box;
}
.season-products-wrap .details h4
{
	font-size: 1.2em;
	margin-bottom: 1rem;
	color: #ff5783;
}
.season-products-wrap .details .pair
{
	color: #512d0f;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ff5783;
	border-bottom: 1px solid #ff5783;
	background: #fff;
	padding: 0.3em 0;
}

/*chara*/

ul.pair-wrap
{
	list-style: none;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
ul.pair-wrap li
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul.pair-wrap li.pair-chara
{
	width: 40%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	background: #9b6c45;
	color: #fff;
	position: relative;
}
ul.pair-wrap li.pair-chara .tag-uke-left
{
	font-size: 2em;
	background: #206890;
	position: absolute;
	top: -20px;
	left: -15px;
	padding: 0.5em;
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border: 2px solid #fff;
}
ul.pair-wrap li.pair-chara .tag-seme-left
{
	font-size: 2em;
	background: #af475a;
	position: absolute;
	top: -20px;
	left: -15px;
	padding: 0.5em;
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border: 2px solid #fff;
}
ul.pair-wrap li.pair-chara .tag-uke-right
{
	font-size: 2em;
	background: #206890;
	position: absolute;
	top: -20px;
	right: -15px;
	padding: 0.5em;
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border: 2px solid #fff;
}
ul.pair-wrap li.pair-chara .tag-seme-right
{
	font-size: 2em;
	background: #af475a;
	position: absolute;
	top: -20px;
	right: -15px;
	padding: 0.5em;
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border: 2px solid #fff;
}
ul.pair-wrap li.pair-chara img
{
	width: 100%;
}
ul.pair-wrap li.pair-chara .pair-details
{
	padding: 10px;
}
ul.pair-wrap li.pair-chara .pair-details h6
{
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #fc0;
}
ul.pair-wrap li.pair-chara .pair-details p
{
	text-align: left;
}
ul.pair-wrap li.pair-link
{
	width: 20%;
}
ul.pair-wrap li.pair-link img
{
	width: 100%;
}
.charamap
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 58%;
	position: relative;
	width: 100%;
	background: url("../images/chara/chara-map.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

/*products*/

ul.products-wrap
{
	width: 103%;
	margin-right: -3%;
	margin-bottom: -3%;
	list-style: none;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
}
ul.products-wrap li
{
	float: left;
	margin-right: 3%;
	width: 47%;
	margin-bottom: 3%;
	background: #fff7a8;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	display: flex;
}
ul.products-wrap li .pic
{
	flex-basis: 30%;
}
ul.products-wrap li .pic img
{
	width: 100%;
}
ul.products-wrap li .details
{
	flex-basis: 70%;
	padding-left: 1em;
	box-sizing: border-box;
}
ul.products-wrap li .details h4
{
	font-size: 1.2em;
	margin-bottom: 1rem;
	color: #ff5783;
}
ul.products-wrap li .details .pair
{
	color: #512d0f;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ff5783;
	border-bottom: 1px solid #ff5783;
	background: #fff;
	padding: 0.3em 0;
}
.link-btn01 a
{
	display: block;
	overflow: hidden;
	padding: 0.5em;
	text-align: center;
	background: #512d0f;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	border-radius: 2em;
}
.link-btn01 a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f02d";
	margin-right: 0.5em;
	font-weight: bold;
}
.link-btn02 a
{
	display: block;
	overflow: hidden;
	padding: 0.5em;
	text-align: center;
	background: #512d0f;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	border-radius: 2em;
}
.link-btn02 a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f07a";
	margin-right: 0.5em;
	font-weight: bold;
}
.link-btn03 a
{
	display: block;
	overflow: hidden;
	padding: 0.5em;
	text-align: center;
	background: #512d0f;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	border-radius: 2em;
}
.link-btn03 a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands"; content: "\f099";
	margin-right: 0.5em;
	font-weight: bold;
}
.link-btn04 a
{
	display: block;
	overflow: hidden;
	padding: 0.5em;
	text-align: center;
	background: #ff5783;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	border-radius: 2em;
	margin-bottom: 1.5em;
}
.link-btn04 a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; content: "\f35d";
	margin-right: 0.5em;
	font-weight: bold;
}
ul.products-navi
{
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-radius: 2em;
	display: table;
	table-layout: fixed;
}
ul.products-navi li:not(:last-child)
{
	display: table-cell;
	border-right: 1px solid #fff;
}
ul.products-navi li a
{
	padding: 0.5em;
	display: block;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	background: #512d0f;
	text-align: center;
}
.footerlink
{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.footerlink img
{
	width: 100%;
}

/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 850px) {

#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head a
	{
	color: #fff;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 60px;
		z-index: 100;
		position: relative;
	}
	#top-head.fixed .logo a,
    #top-head .logo a{
        position: absolute;
		background: url("../images/common/logo.png") no-repeat;
		text-indent: -9999px;
		width: 177px;
		height: 30px;
		top: 15px;
		left: 10px;
		display: block;
		-webkit-transition: all 500ms 0s ease;
  		transition: all 500ms 0s ease;
    }
	#top-head.fixed .logo a:hover,
	#top-head .logo a:hover
	{
		opacity: 0.7;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: rgba(81,45,15,0.7);
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 12px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #ffeb00;
		padding: 20px 0;
		border-bottom: 1px solid #dad7f7;
	}
	#global-nav ul li.navi01 a,
	#global-nav ul li.navi02 a,
	#global-nav ul li.navi03 a
	{
	width: auto;
	height: auto;
	text-indent: -9999px;
	display: block;
	margin: 0;
	background-position: center;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(560px);
		-webkit-transform: translateY(560px);
		transform: translateY(560px);
	}

ul.products-navi
{
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	display: block;
	table-layout: fixed;
}
ul.products-navi li:not(:last-child)
{
	display: block;
	border-right: none;
	border-bottom: 1px solid #fff;
}
ul.products-navi li a
{
	padding: 0.5em;
	display: block;
	color: #fff;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	background: #512d0f;
	text-align: center;
}

}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {

body
{
	font-size: 12px;
}

/*midashi*/

h2#information,h2#about,h2#chara,h2#products
{
	background-size: contain;
}
h3
{
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(top, #ffbb4c7, #ff5783); 
background: -webkit-linear-gradient(top, #fbb4c7, #ff5783); 
background: linear-gradient(#fbb4c7, #ff5783); 
	padding: 0.5em;
	font-size: 1.2em;
	border-radius: 5px;
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7) inset;
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7) inset;
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7) inset;
	margin: 0 20px;
}

/*header*/
	
#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 155.17241%;
	position: relative;
	width: 100%;
	background: url("../images/header/top_pic2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
	
/*contents*/

.contents
{
	padding: 20px;
}
.contents2
{
	padding: 20px;
	background: #fff7a8;
}
	
.info-wrap dt
{
	float: none;
	color: #ff5783;
	width: 100%;
	font-weight: bold;
}
.info-wrap dd
{
	margin: 0;
}
	
/*chara*/
	
.charamap
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 172.41379%;
	position: relative;
	width: 100%;
	background: url("../images/chara/chara-map2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
/*contents*/
.season
{
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}
.season-products-wrap
{
	width: 100%;
	background: #fff7a8;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	display: block;
	float: none;
}
.season-products-wrap .pic
{
	flex-basis: 50%;
	width: 80%;
	margin: 0 auto 1em auto;
}
.season-products-wrap .details
{
	flex-basis: 50%;
	padding-left: 0;
	box-sizing: border-box;
}

/*products*/

ul.products-wrap
{
	width: 100%;
	margin-right: 0;
	margin-bottom: -3%;
	list-style: none;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}
ul.products-wrap li
{
	float: none;
	margin-right: 0;
	width: 100%;
	margin-bottom: 3%;
	background: #fff7a8;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	display: flex;
}
.movie-wrap
{
	width: 100%;
	margin: 20px auto 0 auto;
}
	
	
/*pagetop*/

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
}

	
	
}


