@charset "utf-8";
/* resetCSS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* Box sizing rules */
/* Box sizing rules */
*,
*::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,
ol{
  list-style: none;
	font-size: 0;
	padding: 0;
}
li{
	font-size: 14px;
  list-style: none;
}
label {
    font-size: 14px;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background: #F5F5F5;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
    transition: 0.4s;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}
.sp {
    display: none;
}
/* 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;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*header*/
header {
    background-color: #380909;
}
.page_login header {
    padding: 10px 40px;
}
.logo_area img {
    height: 60px;
    width: auto;
}
.logo_area_log a img {
    margin: 40px auto 80px;
}
nav ul li a {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 20px 10%;
}
nav ul li a span {
    display: inline-block;
    vertical-align: middle;
}
nav ul li a:before {
    content: '';
    width: 20px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
nav ul li a.home:before {
    background-image: url("../img/icon_home_w.png");
}
nav ul li a.movie:before {
    background-image: url("../img/icon_movie_w.png");
}
nav ul li a.change:before {
    background-image: url("../img/icon_change_w.png");
}
nav ul li a.pwchg:before {
    background-image: url("../img/icon_pass_w.png");
}
nav ul li.current a {
    color: #380909;
    background-color: #f5f5f5;
	pointer-events: none
}
nav ul li.current a.home:before {
    background-image: url("../img/icon_home_br.png");
}
nav ul li.current a.movie:before {
    background-image: url("../img/icon_movie_br.png");
}
nav ul li.current a.change:before {
    background-image: url("../img/icon_change_br.png");
}
nav ul li.current a.pwchg:before {
    background-image: url("../img/icon_pass_br.png");
}
small.pc {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
}
/*body*/
article.login {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}
.login_area {
    max-width: 560px;
    height: 567px;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 70px 80px;
}
.login_area h1 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.login_area label {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}
ul.form li {
    margin-bottom: 16px;
}
input.input {
    width: 100%;
    padding: 8px 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}
ul.form label.rememberme_text {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 8px;
}
input#rememberme {
    display: inline-block;
    vertical-align: middle;
}
.login_area ul.form li:nth-child(3) {
    text-align: center;
}
input#submit {
    width: 100%;
    background: #380909;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    font-size: 20px;
    margin-top: 24px;
    transition: 0.4s;
	cursor: pointer;
}
input#submit:hover{
	opacity: 0.6;
}
a.pass_fog {
    display: block;
    text-align: center;
    margin-top: 24px;
}
small {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 4px 0;
}
.login_area p {
    text-align: center;
    margin-bottom: 40px;
}
/*member　page*/
.page_member header {
  display: block;
  max-width: 275px;
  min-width: 230px;
  height: 100vh;
  position: fixed;
  width: 20%;
	z-index: 100;
}
.page_member .content_r {
    width: 100%;
    padding: 80px 5% 80px 25%;
	position: relative;
}
.logout {
    position: absolute;
    right: 5%;
    top: 40px;
	z-index: 100;
}
.logout input[type="submit"] {
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    color: #380909;
    border: 1px solid;
    border-radius: 5px;
    padding: 8px 24px;
    cursor: pointer;
    transition: 0.4s;
}
.logout input[type="submit"]:hover{
	opacity: 0.6;
}
.page_member .content_r h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #380909;
    line-height: 32px;
}
.vertical_list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    display: flex;
}
.vertical_list ul li time {
    width: 15%;
}
.vertical_list ul li span{
	width: 85%;
}
.page_member article {
    position: relative;
}

/*movie*/
.movie_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.movie_list ul li {
    flex: 23%;
    max-width: 23%;
    margin-bottom: 49px;
    background-color: #000;
    position: relative;
}
.movie_list ul li video {
    width: 100%;
    display: block;
}
.movie_list ul li h3 {
    background-color: #fff;
    padding: 16px;
    font-size: 16px;
}
button.js-modal-video {
    cursor: pointer;
    transition: 0.4s;
}
button.js-modal-video:hover {
    opacity: 0.6;
}
.movie_list ul li h3 {
    background-color: #fff;
    padding: 30px 16px;
    font-size: 16px;
}
button.js-modal-video:hover{
	transition: 0.4s;
}
button.js-modal-video:hover:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/common/img/play.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 21%;
    /* bottom: 0; */
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
}
.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 45px;
    height: 45px;
    background: #fff;
    border: solid 2px #380909;
    font-size: 14px;
    color: #380909;
    font-weight: bold;
    transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
    background: #380909;
    color: #fff;
    pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #111;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 12px;
}
section.chginfo form {
    margin-top: 60px;
    width: 50%;
}
ul.form label {
    margin-bottom: 4px;
    display: block;
}
input#chginfo_submit {
  background: #FF5722;
  color: #fff;
  border-radius: 5px;
  padding: 4px 16px;
  font-size: 20px;
  transition: 0.4s;
  cursor: pointer;
  text-align: center;
  width: 160px;
}
input#chginfo_submit:hover {
    opacity: 0.6;
}
span.required {
    color: #fff;
    background-color: #C80000;
    border-radius: 5px;
    padding: 1px 10px 3px 10px;
    font-size: 12px;
    line-height: 12px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: text-bottom;
}
/*admin*/
.btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.button-primary {
  display: inline-block;
  background: #FF5722;
  color: #fff;
  border-radius: 5px;
  padding: 4px 16px;
  font-size: 20px;
  transition: 0.4s;
  cursor: pointer;
  text-align: center;
  width: 160px;
}
.button-primary:hover {
  opacity: 0.6;
}
.submit .btn,
.back {
  display: inline-block;
  background: #FF5722;
  color: #fff;
  border-radius: 5px;
  padding: 4px 16px;
  font-size: 20px;
  transition: 0.4s;
  cursor: pointer;
  text-align: center;
}
.back {
  margin-top: 20px;
  width: 211px;
}
.option {
    overflow: hidden;
    margin-bottom: 8px;
}
.option form {
    width: 40%;
    float: right;
}
.option form input {
    display: inline-block;
    width: 49%;
    margin-left: 1%;
}
.option form input#chginfo_submit {
    padding: 4px 0px;
    margin-top: 0;
}
input#search_member {
    padding: 7px 4px 6px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.member_list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.member_list table tr th, .member_list table tr td {
    border: 1px solid #ccc;
    padding: 14px;
}
.member_list table tr:nth-child(n + 2) td:nth-child(n + 3) {
    text-align: center;
}
.member_list table tr:nth-child(n + 2) td:nth-child(n + 4) a {
    color: #fff;
    background-color: #380909;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
}
.member_list table tr th{
	background-color: #dbdbdb;
}
.member_list table tr:nth-child(even) {
    background-color: #ebebeb;
}
.member_list {
    margin-bottom: 60px;
}

/*member管理モーダル*/
.modal {
  padding: 100px 0;
}

.inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__cards {
    /* display: flex; */
}

.modal__card {
    /* width: calc((100% -(32px* 2)) / 3); */
    transition: opacity .6s;
}

.modal__card:hover {
  opacity: .6;
}

.modal__trigger {
  cursor: pointer;
}
button.modal-open {
    color: #fff;
    background-color: #380909;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
}
.modal__card:nth-child(3n - 1),
.modal__card:nth-child(3n) {
  margin-left: 32px;
}

.modal-card__image {
  position: relative;
}

.modal-card__image:before {
  display: block;
  padding-top: 120%;
  content: '';
}

.modal-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-card__content {
  margin-top: 30px;
}

.modal-card__title {
  text-align: center;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(calc(100% - 40px), 1000px);
    height: calc(60% - 80px);
    padding: 20px;
    background: #fff;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.profile__group {
  display: flex;
  align-items: flex-start;
}

.profile__image {
  position: relative;
  width: 400px;
}

.profile__image:before {
  display: block;
  padding-top: 120%;
  content: '';
}

.profile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__content {
  width: calc(100% - 400px);
  padding-left: 40px;
}

.profile__title {
  font-size: 18px;
}

.profile__text {
  margin-top: 30px;
  line-height: 2;
}
table.modal_detail tr {
    background: none !important;
}
.option02 {
    overflow: hidden;
    margin-bottom: 8px;
}
.option02 a {
  background: #FF5722;
  color: #fff;
  border-radius: 5px;
  padding: 4px 16px;
  font-size: 18px;
  transition: 0.4s;
  display: block;
  width: 20%;
  text-align: center;
}


.movie_list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.movie_list table tr th, .movie_list table tr td {
    border: 1px solid #ccc;
    padding: 14px;
}
.movie_list table tr:nth-child(n + 2) td:nth-child(n + 3) {
    text-align: center;
}
.movie_list table tr:nth-child(n + 2) td:nth-child(n + 4) a {
    color: #fff;
    background-color: #380909;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
}
.movie_list table tr th{
	background-color: #dbdbdb;
}
.movie_list table tr:nth-child(even) {
    background-color: #ebebeb;
}
.movie_list {
    margin-bottom: 60px;
}
.movie_list table tr:nth-child(n + 2) td:first-child {
    width: 80%;
}
a.edit {
    color: #fff;
    background-color: #380909;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 60px;
}
input.delete {
    color: #380909;
    background-color: #fff;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 60px;
    border: 1px solid;
	transition: 0.4s;
}
input.delete:hover{
	opacity: 0.6;
}
input.button-addition {
    color: #fff;
    background-color: #380909;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
    border: 1px solid;
	transition: 0.4s;
}
input.button-delete {
    color: #380909;
    background-color: #ffffff;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
    border: 1px solid;
	transition: 0.4s;
}
input.button-delete:hover,input.button-addition:hover{
	opacity: 0.6;
}
input.movie_add {
    width: 45%;
    background: #FF5722;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    font-size: 20px;
    margin-top: 24px;
    transition: 0.4s;
    cursor: pointer;
}
/*news admin*/
.news_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list ul li {
    flex: 23%;
    max-width: 23%;
    margin-bottom: 49px;
    background-color: #000;
    position: relative;
}
.news_list ul li video {
    width: 100%;
    display: block;
}
.news_list ul li h3 {
    background-color: #fff;
    padding: 16px;
    font-size: 16px;
}
button.js-modal-video {
    cursor: pointer;
    transition: 0.4s;
}
button.js-modal-video:hover {
    opacity: 0.6;
}
.news_list ul li h3 {
    background-color: #fff;
    padding: 30px 16px;
    font-size: 16px;
}

.news_list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.news_list table tr th, .news_list table tr td {
    border: 1px solid #ccc;
    padding: 14px;
}
.news_list table tr:nth-child(n + 2) td:nth-child(n + 3) {
    text-align: center;
}
.news_list table tr:nth-child(n + 2) td:nth-child(n + 4) a {
    color: #fff;
    background-color: #380909;
    font-size: 12px;
    padding: 4px 16px 5px 16px;
    border-radius: 5px;
    line-height: 12px;
}
.news_list table tr th{
	background-color: #dbdbdb;
}
.news_list table tr:nth-child(even) {
    background-color: #ebebeb;
}
.news_list {
    margin-bottom: 60px;
}
input.news_add {
    width: 45%;
    background: #FF5722;
    color: #fff;
    border-radius: 5px;
    padding: 4px 16px;
    font-size: 20px;
    margin-top: 24px;
    transition: 0.4s;
    cursor: pointer;
}
input.news_add:hover{
	opacity: 0.6;
}
/*============================================================================================

~1366px

===============================================================================================*/
@media screen and (max-width:1366px){
}


/*============================================================================================

~1280px

===============================================================================================*/
@media screen and (max-width:1280px){
}


/*============================================================================================

~1080px

===============================================================================================*/
@media screen and (max-width:1080px){
}



/*============================================================================================

~960px

===============================================================================================*/
@media screen and (max-width:960px){
.member_list {
    overflow-x: scroll;
}
.member_list > table {
	width: 1000px;
}
.option form {
    width: 100%;
    float: none;
}
.movie_list {
    overflow-x: scroll;
}
.movie_list > table {
	width: 1000px;
}
.news_list {
    overflow-x: scroll;
}
.news_list > table {
	width: 1000px;
}
}


/*============================================================================================

~768px

===============================================================================================*/
@media screen and (max-width:768px){
.sp{
	display: block;
}
.pc{
	display: none;
}

/*ハンバーガーメニュー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
.el_humburger {
    position: fixed;
    top: 30px;
    right: 80px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}
.el_humburger {
	display: block;
	right: 0;
	top: 0;
	padding-top: 20px;
	width: 70px;
	height: 70px;
}
  #factory .el_humburger {
    display: none;
  }

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
  }

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
.sns {
    margin-top: 40px;
}
.sns img {
    width: 30px;
}
.sns a {
    display: inline-block;
    float: right;
}
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }

  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }

  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
.el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	margin: 0 auto 9px;
	height: 1px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
	background: #380909;
}
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
  }

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 30%;
    z-index: 3;
    padding: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
}

.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
}

  .navi {
    padding: 100px 5% 0;
  }
  .js_humburgerOpen .navi {
    width: 100%;
  }
.navi_item {
	position: relative;
	font-size: 20px;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	font-weight: bold;
}
.navi_item.op_innerLink {
  cursor: pointer;
}

  .navi_item {
    margin-left: 0;
    font-size: 18px;
  }
	.navi_item a{
		color: #380909;
	}
.el_spChildNavOpen {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
}

.js_openParent.js_fire>.el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js_openParent.js_fire>.el_spChildNavOpen>.el_spChildNavOpen_wrapper:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.el_spChildNavOpen_wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: calc(50% - 1px);
}

.el_spChildNavOpen_wrapper:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111;
  position: absolute;
  left: calc(50% - 1px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.nav_child {
  padding-top: 20px;
}

.nav_child_item {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.nav_child_item > a {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* top: 0; */
}

.nav_child_item:last-child {
  margin-bottom: 0px;
}

.js_openSwitch {
  cursor: pointer;
}

.js_openTarget {
  display: none;
}
/*ハンバーガーメニュー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
	
.login_area {
    padding: 40px 5%;
}
.page_member header {
    width: 100%;
    display: block;
    height: auto;
    max-width: initial;
}
.logo_area_log a img {
    margin: 10px auto 10px;
    height: 40px;
}
.page_member .content_r {
	width: 100%;
	padding: 100px 5%;
}
.logout {
    position: fixed;
    right: unset;
    top: 13px;
    left: 5%;
}
.vertical_list ul li time {
    width: 100%;
    display: block;
}
.vertical_list ul li span {
    width: 100%;
    display: block;
}
.vertical_list ul li {
    display: block;
}
.page_member .content_r h2 {
    font-size: 32px;
    margin-bottom: 40px;
}
.movie_list ul li {
    flex: 48%;
    max-width: 48%;
    margin-bottom: 49px;
    background-color: #000;
    position: relative;
}
.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    background: #fff;
    border: solid 2px #380909;
    font-size: 14px;
    color: #380909;
    font-weight: bold;
    transition: all 0.15s linear;
}
.page_navi {
    margin-bottom: 60px;
}
section.chginfo form {
    width: 100%;
}
input#chginfo_submit {
	width: 75%;
	margin: 24px auto;
	display: block;
}
input#search_member {
    width: 75%;
    margin: 24px auto;
    display: block;
}
.modal {
	width: 92%;
	height: auto;
	border: 1px solid #000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	display: none;
	padding: 17% 5%;
}
table.modal_detail tr th, table.modal_detail tr td {
	display: block;
	width: 100%;
}
.modal.open table.modal_detail {
    width: 100%;
}
.option02 a {
    width: 75%;
    margin: 24px auto;
    display: block;
}
input.movie_add {
    width: 75%;
    margin: 24px auto;
    display: block;
}
input.news_add {
    width: 75%;
    margin: 24px auto;
    display: block;
}
}
	














