@charset "UTF-8";
/*-----------------------
mypage 追加CSS
-----------------------*/
#mypage_wrapper{
  
}
#mypage_wrapper #contents{
}
#mypage_wrapper .single{
  position:relative;
  top:auto;
  left:auto;
  width:auto;
  height:calc(100vh - 335px);
  z-index:0;
  padding:60px 0 120px;
}
#mypage_wrapper .single.grid{
}
#mypage_wrapper .single .photo {
  top: auto;
  bottom: auto;
  padding: 0 2vw;
  height:calc(100% - 180px);
}
#mypage_wrapper .single.grid .photo  {
  width:96vw !important;
  position:static;
  height:calc(100% - 80px);
  overflow:auto;
}

#mypage_wrapper .single h1 {
  bottom: 0;
  background-color:#F4F4F4;
  padding:20px 0 40px;
  z-index:10;
}
#mypage_wrapper .single .photo li th {
  line-height:2.4;
  padding-right: 40px;
}
#mypage_wrapper .single .photo li td {
  line-height:2.4;
  padding-right: 40px;
}
#mypage_wrapper .single .photo li td .link{
  
}
#mypage_wrapper .single .photo li td .link i{
  margin:0 .5em 0 0;
}
#mypage_wrapper .single .photo li td .link i img{
  vertical-align:middle;
  width:14px;
  height:14px;
}
#mypage_wrapper .single .photo > li {
  min-width:525px;
}
#mypage_wrapper .single .photo li figure{
  width:100%;
  height:calc(100% - 60px);
  position:relative;
  overflow:hidden;
}
#mypage_wrapper .single .photo li figure img{
	/*position: absolute;
  max-width:100%;
  max-height:100%;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  object-fit: cover;*/
  width:auto;
  height:100%;
  /*height:auto;*/
}
#mypage_wrapper .single .photo li figure img.profile{
	/*position: absolute;
  max-width:100%;
  max-height:100%;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  object-fit: cover;*/
  width:auto;
  /*height:100%;*/
  height:auto;
}
#mypage_wrapper .single .photo .cap {
  margin-top: .5em;
  text-align: left;
}
#mypage_wrapper .single.grid .photo > li:not(.staff){
  min-width:auto;
  height:auto;
  width:auto;
  margin:0;
  padding:0 0 5px 5px !important;
  float:left;
}
#mypage_wrapper .single.grid .photo > li figure{
  height:120px;
}
.figure-height-fluid.figure-height-250 {
  height:250px !important;
}
.figure-height-fluid.figure-height-180 {
  height:180px !important;
}
.figure-height-fluid.figure-height-130 {
  height:130px !important;
}
.figure-height-fluid.figure-height-110 {
  height:110px !important;
}
.figure-height-fluid.figure-height-90 {
  height:90px !important;
}
.figure-height-fluid.figure-height-83 {
  height:83px !important;
}
.figure-height-fluid.figure-height-60 {
  height:60px !important;
}
#mypage_wrapper .single.grid .photo li figure img{
  position:static;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#mypage_wrapper .single.grid .photo .cap {
  display:none;
}
#mypage_wrapper .single .photo li.list_row{
  display:flex;
  margin:0 0 40px 0;
  position:relative;
  max-width:768px;
}
#mypage_wrapper .single.grid .photo li.list_row{
}
#mypage_wrapper .single .photo li.list_row > div.staff_val{
  overflow:auto;
  margin:0 20px 0 0;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img {
  display: block;
  width:210px;
  min-height:440px;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img figure {
  width: 100%;
  height: 262px;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  padding:20px 0 0;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li{
  width:48%;
  margin:0 4% 10px 0;
  padding:0;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li:nth-child(even){
  margin:0 0 10px 0;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li span{
  font-size:9px;
  display:block;
  padding:4px 0;
  border:solid #707070 1px;
  border-radius:40px;
  letter-spacing:.05em;
  font-weight:500;
}

#mypage_wrapper ul.swicth{
  position:absolute;
  bottom:50px;
  right:50px;
  display:flex;
  z-index:10;
}
#mypage_wrapper ul.swicth li{
  margin:0 0 0 10px;
  opacity:.5;
  transition:.2s ease;
}
#mypage_wrapper ul.swicth li.active{
  opacity:1;
}
#mypage_wrapper ul.swicth li:not(.active):hover{
  cursor:pointer;
  opacity:1;
}

.modal.modal_ex {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: #F4F4F4 no-repeat center center / contain;
}
.modal.modal_ex .btn_close {
	box-sizing: border-box;
	position: fixed;
	bottom: 5vh;
	left: 3vw;
	width: 6vh;
	height: 6vh;
	border: solid 1px #5C5C5C;
	border-radius: 1000px;
	cursor: pointer;
	z-index: 10000;
	transition: border 0.4s ease-in-out;
}
.modal.modal_ex .btn_close:hover {
	border: solid 1px #ccc;
}
.modal.modal_ex .btn_close span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 20%;
	height: 0;
	margin: auto;
}
.modal.modal_ex .btn_close span::before,
.modal.modal_ex .btn_close span::after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #4D4D4D;
	content: '';
}
.modal.modal_ex .btn_close span::before {
	transform: rotate(45deg);
}
.modal.modal_ex .btn_close span::after {
	transform: rotate(-45deg);
}
.modal.modal_ex .btn_close {
	position: absolute;
	top: 3.2vh;
	right: 3vw;
	bottom: auto;
	left: auto;
}
.modal.modal_ex .btn_close div {
	background-color: #fff;
}

header.mypage {
    position: fixed;
    border-bottom: none;
    padding-bottom: 27px;
}
header.mypage .logo_group{
  position:absolute;
  top:60px;
  left:40px;
  display:flex;
  align-items:center;
}
header.mypage .logo_group .logo{
  float: none;
  padding-top: 0;
  width: auto;
  margin:0 20px 0 0;
}
header.mypage .logo_group .logo img{
  width:100px;
}
header.mypage .logo_group p{
  font-size:25px;
  font-weight:700;
  letter-spacing:.3em;
}
header.mypage .logout_btn{
  position:absolute;
  top:20px;
  right:40px;
}
header.mypage .logout_btn a{
  font-weight:700;
}
header.mypage .member_btn{
  position:absolute;
  top:20px;
  right:140px;
}
header.mypage .member_btn a{
  font-weight:700;
}
header.mypage .header_mypage_info{
  position:absolute;
  top:80px;
  right:40px;
  display:flex;
  align-items:center;
}
header.mypage .header_mypage_info_bar{
  display:flex;
  align-items:center;
  font-size:12px;
}
header.mypage .header_mypage_info_bar p{
  margin:0 1em 0 0;
}
header.mypage .header_mypage_info_bar .bar{
  width:100px;
  height:3px;
  background-color:#E5E5E5;
  display:flex;
  align-items:center;
}
header.mypage .header_mypage_info_bar .bar span{
  display:block;
  background-color:#4D4D4D;
  height:3px;
}
header.mypage .header_mypage_info_bar .bar i{
  margin:0 0 0 1em;
}
header.mypage .header_mypage_info_news{
  margin:0 0 0 60px;
}
header.mypage .header_mypage_info_news a{
  display:flex;
  align-items:center;
}
header.mypage .header_mypage_info_news span{
  font-size:12px;
}
header.mypage .header_mypage_info_news i{
  display:block;
  width:35px;
  height:35px;
  color:#fff;
  background-color:#000;
  border-radius:50%;
  text-align:center;
  line-height:35px;
  margin:0 0 0 1em;
}
header.mypage .header_mypage_menu{
  position:relative;
  width:30%;
  margin:0 auto;
  padding:50px 0 0;
}
header.mypage .header_mypage_menu ul{
  display:flex;
}
header.mypage .header_mypage_menu ul li{
  width:50%;
  border-bottom:solid #707070 1px;
  border-top:none;
}
header.mypage .header_mypage_menu ul li:nth-child(1){
  border-right:solid #707070 1px;
}
header.mypage .header_mypage_menu ul li.active{
  border-bottom:none;
  border-top:solid #707070 1px;
}
header.mypage .header_mypage_menu ul li a{
  display:block;
  padding:20px;
  text-align:center;
  font-size:16px;
  font-weight:700;
  line-height:1;
}
header.mypage .header_mypage_menu ul li.active a{
  
}
header.mypage .header_mypage_menu ul li a:hover{
  
}

header.mypage nav{
  display:none;
}

#mypage_wrapper.mypage .single .photo li.list_row {
  padding:0 2vw 40px;
  height:calc(100% - 40px);
}
#mypage_wrapper .single .photo li.list_row .btn_group{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  text-align:center;
  justify-content:center;
  padding:20px 0 0;
  background-color:#F4F4F4;
}
#mypage_wrapper .single .photo li.list_row .staff_btn{
}
#mypage_wrapper .single .photo li.list_row .photo_btn{
  margin:0 0 0 20px;
}
#mypage_wrapper .single .photo li.list_row .photo_btn input{
  min-width: 180px;
}
#mypage_wrapper .single .photo li.list_row .staff_btn a{
  display: inline-block;
  padding: 0 20px;
  min-width:100px;
  border: solid 1px #000;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size:16px;
  text-decoration:none;
  transition: all 0.3s;
}
#mypage_wrapper .single .photo li.list_row .staff_btn a:hover{
}

header.mypage .member_btn_area {
  position: absolute;
  right: 45px;
}
header.mypage .member_btn{
  display: inline-block;
  padding: 0 20px;
  min-width:122px;
  border: solid 1px #000;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size:14px;
  text-decoration:none;
  transition: all 0.3s;
}

.staff_form{
  display: flex;
  height:100%;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img figure a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display:block;
  transition:.3s ease;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img figure a .staff_img_edit_btn{
  display:block;
  position:absolute;
  bottom:10px;
  right:10px;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img figure a .staff_img_edit_btn i{
  width:32px;
  height:32px;
  background:#000 url(../img/icon_image.png) no-repeat center /18px auto;
  border-radius:100%;
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
  display:block;
}
#mypage_wrapper .single form.staff_form .photo li.staff{
  min-width:800px;
}
#mypage_wrapper .single form.staff_form .photo li.staff .staff_val{
  min-width:580px;
}
#mypage_wrapper .single form.staff_form .photo li.staff table:first-child {
  max-width: none;
  width:100%;
}
#mypage_wrapper .single form.staff_form .photo li.staff table th {
  width: 14em;
  vertical-align:middle;
}
#mypage_wrapper .single form.staff_form .photo li td .link {
  margin:0 0 10px;
}
#mypage_wrapper .single .photo li td .link input[type="text"]{
  width:calc(100% - 24px);
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li label{
  display:block;
  overflow:hidden;
  position:relative;
  cursor:pointer;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li label > input{
  position:absolute;
  top:-40px;
  left:-40px;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li label > input[type="checkbox"] + span:before {
    content: none;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li label > input[type="checkbox"] + span:after {
    content: none;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li label > input[type="checkbox"] + span{
  transition:.3s ease;
}
#mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li label > input[type="checkbox"]:checked + span{
  background-color:#000;
  color:#fff;
}

#modal_edit_photo * {
  box-sizing: border-box;
}
#modal_edit_photo {
  position:fixed;
  z-index:1000000;
  top:0;
  left:0;
  display:none;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
  background-color:#F4F4F4;
}
#modal_edit_photo .body{
  padding:6vh 10vh 3vh;
  height:100%;
  box-sizing:border-box;
  overflow:auto;
  display:flex;
  justify-content:space-between;
  align-items: flex-start;
}
#modal_edit_photo .photo_upload{
  width:25%;
}
#modal_edit_photo .photo_upload_file{
  display:block;
}
#modal_edit_photo .photo_upload_submit{
  display:block;
  padding:30px 0 0;
}
#modal_edit_photo .photo_publish{
  width:75%;
  height:100%;
  overflow:hidden;
}
#modal_edit_photo .photo_publish form {
  height:100%;
}
#modal_edit_photo h3{
  font-size:24px;
  font-weight:bold;
  margin:0 0 40px;
}
#modal_edit_photo .photo_publish_check{
  margin:0 0 40px;
  height: calc((100% - 315px));
  overflow: hidden;
}
#modal_edit_photo .photo_publish_check ul{
  display:flex;
  flex-wrap:wrap;
  overflow:auto;
  height:100%;
}
#modal_edit_photo .photo_publish_check ul li{
  width:18%;
  height:216px;
  margin:0 2.5% 30px 0;
}
#modal_edit_photo .photo_publish_check ul li:nth-child(5n){
  margin:0 0 30px 0;
}
#modal_edit_photo .photo_publish_check ul li label{
  width:100%;
  height:100%;
  overflow:hidden;
  position:relative;
  display:block;
  cursor:pointer;
}
#modal_edit_photo .photo_publish_check ul li label:before{
  content:"";
  width:38px;
  height:38px;
  background-color:#fff;
  border-radius:50%;
  position:absolute;
  top:10px;
  left:10px;
  z-index:10;
}
#modal_edit_photo .photo_publish_check ul li label figure:before{
  content:"";
  width:38px;
  height:38px;
  background:#fff url(../img/check.png) no-repeat center /0px;
  border-radius:50%;
  position:absolute;
  top:10px;
  left:10px;
  z-index:10;
  transition:.1s ease;
}
#modal_edit_photo .photo_publish_check ul li label input[type="checkbox"]:checked + figure:before{
  background:#fff url(../img/check.png) no-repeat center /32px;
}
#modal_edit_photo .photo_publish_check ul li label input[type="checkbox"]{
  position:absolute;
  top:-20px;
  left:-20px;
}
#modal_edit_photo .photo_publish_check ul li figure{
  
}
#modal_edit_photo .photo_publish_check ul li figure img{
  position: absolute;
  max-width:100%;
  max-height:100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  object-fit: contain;
}
#modal_edit_photo .photo_publish_check ul li .photo_publish_check_btn{
  opacity:0;
  position:absolute;
  bottom:5px;
  right:5px;
  z-index:10;
}
#modal_edit_photo .photo_publish_check ul li:hover .photo_publish_check_btn{
  opacity:1;
  transition:.1s ease;
}
#modal_edit_photo .photo_publish_check ul li .photo_publish_check_btn a{
  border:solid #222 1px;
  background-color:#fff;
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
}
#modal_edit_photo .photo_publish_check ul li .photo_publish_check_btn a i{
  display:block;
  width:30px;
  height:30px;
  overflow:hidden;
  text-indent:100%;
  white-spce:nowrap;
}
#modal_edit_photo .photo_publish_check ul li .photo_publish_check_btn a.photo_publish_check_btn_edit i{
  background:url(../img/pencil.svg) no-repeat center;
}
#modal_edit_photo .photo_publish_check ul li .photo_publish_check_btn a.photo_publish_check_btn_delete i{
  background:url(../img/bin.svg) no-repeat center;
}

#modal_edit_photo .photo_publish_selected{
  height: 200px;
}
#modal_edit_photo .photo_publish_selected ul{
  display:flex;
  flex-wrap:wrap;
  overflow:auto;
  height:calc(100% - 68px);
}
#modal_edit_photo .photo_publish_selected ul li{
  width:11%;
  height:126px;
  margin:0 1.714% 0px 0;
  position:relative;
  transition: all 0.5s 0s ease;
}
#modal_edit_photo .photo_publish_selected ul li:nth-child(8n){
  margin:0 0 20px 0;
}
#modal_edit_photo .photo_publish_selected ul li figure:before{
  content:"";
  width:38px;
  height:38px;
  background:#fff url(../img/check.png) no-repeat center /32px;
  border-radius:50%;
  position:absolute;
  top:5px;
  left:5px;
  z-index:10;
}
#modal_edit_photo .photo_publish_selected ul li figure{
  width:100%;
  height:100%;
  overflow:hidden;
  position:relative;
  cursor:pointer;
}
#modal_edit_photo .photo_publish_selected ul li figure img{
  position: absolute;
  max-width:100%;
  max-height:100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  object-fit: contain;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_btn{
  opacity:0;
  position:absolute;
  bottom:5px;
  right:5px;
  z-index:10;
}
#modal_edit_photo .photo_publish_selected ul li:hover .photo_publish_selected_btn{
  opacity:1;
  transition:.1s ease;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_btn a{
  border:solid #222 1px;
  background-color:#fff;
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_btn a i{
  display:block;
  width:30px;
  height:30px;
  overflow:hidden;
  text-indent:100%;
  white-spce:nowrap;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_btn a.photo_publish_selected_btn_edit i{
  background:url(../img/pencil.svg) no-repeat center;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_sort{
  opacity:0;
  position:absolute;
  top:5px;
  right:5px;
  z-index:10;
}
#modal_edit_photo .photo_publish_selected ul li:hover .photo_publish_selected_sort{
  opacity:1;
  transition:.1s ease;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_sort a{
  border:solid #222 1px;
  background-color:#fff;
  display:inline-block;
  width:25px;
  height:25px;
  border-radius:50%;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_sort a i{
  display:block;
  width:25px;
  height:25px;
  overflow:hidden;
  text-indent:100%;
  white-spce:nowrap;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_sort a.photo_publish_selected_btn_left i{
  background:url(../img/left.svg) no-repeat center;
}
#modal_edit_photo .photo_publish_selected ul li .photo_publish_selected_sort a.photo_publish_selected_btn_right i{
  background:url(../img/right.svg) no-repeat center;
}
#modal_edit_photo .photo_publish_selected ul li:first-child .photo_publish_selected_sort a.photo_publish_selected_btn_left{
  display:none;
}
#modal_edit_photo .photo_publish_selected ul li:last-child .photo_publish_selected_sort a.photo_publish_selected_btn_right{
  display:none;
}

#modal_edit_photo .photo_publish_save{
  text-align:center;
  padding:40px 0 0px;
  height: 75px;
  box-sizing: border-box;
}

#modal_edit_photo .btn_close {
  position: absolute;
  top: 3.2vh;
  right: 3vw;
  box-sizing: border-box;
  bottom: auto;
  left: auto;
  width: 6vh;
  height: 6vh;
  border: solid 1px #5C5C5C;
  border-radius: 1000px;
  cursor: pointer;
  z-index: 10000;
  transition: border 0.4s ease-in-out;
}
#modal_edit_photo .btn_close:hover {
	border: solid 1px #ccc;
}
#modal_edit_photo .btn_close span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 20%;
	height: 0;
	margin: auto;
}
#modal_edit_photo .btn_close span::before,
#modal_edit_photo .btn_close span::after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #4D4D4D;
	content: '';
}
#modal_edit_photo .btn_close span::before {
	transform: rotate(45deg);
}
#modal_edit_photo .btn_close span::after {
	transform: rotate(-45deg);
}

@media only screen and (min-width:769px) {
}

@media only screen and (max-width:1280px) {
  header.mypage .header_mypage_menu{
    padding:130px 0 0;
    width:60%;
  }
  #mypage_wrapper.mypage .single {
    height: calc(100vh - 455px);
  }
  
  #modal_edit_photo .body{
    padding:80px;
  }
  #modal_edit_photo .photo_upload{
    width:40%;
  }
  #modal_edit_photo .photo_publish{
    width:60%;
  }
  #modal_edit_photo .photo_publish_check ul li{
    width:32%;
    margin:0 2% 30px 0;
  }
  #modal_edit_photo .photo_publish_check ul li:nth-child(5n){
    margin:0 2% 30px 0;
  }
  #modal_edit_photo .photo_publish_check ul li:nth-child(3n){
    margin:0 0 30px 0;
  }
  #modal_edit_photo .photo_publish_selected ul li{
    width:22%;
    height:126px;
    margin:0 4% 20px 0;
  }
  #modal_edit_photo .photo_publish_selected ul li:nth-child(8n){
    margin:0 4% 20px 0;
  }
  #modal_edit_photo .photo_publish_selected ul li:nth-child(4n){
    margin:0 0 20px 0;
  }
  
}

@media only screen and (max-width:768px) {
  
  #mypage_wrapper .single{
    height:auto;
    z-index:0;
    padding:20px 0 40px;
  }
  #mypage_wrapper .single.grid{
    padding:20px 0 40px;
  }
  #mypage_wrapper .single .photo {
    padding: 0 3vw;
    height:auto;
    width:auto !important;
    display:flex;
    flex-wrap:wrap;
  }
  #mypage_wrapper .single.grid .photo  {
    width:auto !important;
  }
  #mypage_wrapper .single .photo > li {
    min-width:auto;
  }
  #mypage_wrapper .single .photo li figure{
    width:100%;
    height:auto;
  }
  #mypage_wrapper .single.grid .photo > li figure {
    height:200px;
  }
  #mypage_wrapper .single .photo li figure img{
    /*position: static;
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    object-fit: cover;*/
    max-width:100%;
    width:auto;
    height:auto;
  }
  #mypage_wrapper .single.grid .photo li:not(.staff) figure img{
    position: absolute;
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  #mypage_wrapper .single .photo li td .link i img {
  }
  #mypage_wrapper .single .photo li.list_row{
    display:block;
    margin:0 0 20px 0;
    height:auto !important;
  }
  #mypage_wrapper .single .photo li.list_row > div.staff_val{
    margin:0 0 20px;
  }
  #mypage_wrapper .single .photo table:first-child {
    max-width: none;
  }
  #mypage_wrapper .single .photo li td {
    padding-right: 0;
  }
  #mypage_wrapper .single .photo > li.staff > div.staff_img {
    width: auto;
    min-height:auto;
  }
  #mypage_wrapper .single .photo > li.staff > div.staff_img figure{
    margin:0 auto;
    height:auto;
    width:50%;
  }
  #mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li{
    width:32%;
    margin:0 2% 10px 0;
    padding:0;
  }
  #mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li:nth-child(even){
    margin:0 2% 10px 0;
  }
  #mypage_wrapper .single .photo > li.staff > div.staff_img ul.type li:nth-child(3n){
    margin:0 0 10px 0;
  }
  #mypage_wrapper .single.grid .photo > li:not(.staff) {
    width: 48% !important;
    margin: 0 4% 40px 0;
    padding:0 !important;
  }
  #mypage_wrapper .single.grid .photo > li:not(.staff):nth-child(odd) {
    margin: 0 0 40px 0;
  }
  #mypage_wrapper ul.swicth {
    right: 20px;
  }
  
	.modal.modal_ex .btn_close {
		top: 2vh;
	}
  
  header.mypage{
    height:200px;
  }
  header.mypage .logo_group{
    top:40px;
    left:20px;
  }
  header.mypage .logo_group .logo{
    margin:0;
  }
  header.mypage .logo_group .logo img{
    width:80px;
  }
  header.mypage .logo_group p{
    display:none;
  }
  header.mypage .logout_btn{
    top:40px;
    right:20px;
  }
  header.mypage .member_btn_area{
    top:20px;
    right:0px;
  }
  header.mypage .member_btn {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    min-width: 106px;
    border: solid 1px #000;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
  }
  header.mypage .btn_contact {
    display: inline-block;
    padding: 0 20px;
    border: solid 1px #000;
    border-radius: 100px;
    background-color: #F4F4F4;
    font-size:12px;
  }
  header.mypage .btn_contact:hover {
    color: #fff;
    border-color: #ACACAC;
    background-color: #ACACAC;
  }
  header.mypage .header_mypage_info{
    position:static;
    padding:100px 20px 0;
    justify-content:space-between;
  }
  header.mypage .header_mypage_info_bar{
    font-size:11px;
  }
  header.mypage .header_mypage_info_bar p{
    margin:0 .3em 0 0;
  }
  header.mypage .header_mypage_info_bar .bar{
    width:76px;
    height:2px;
  }
  header.mypage .header_mypage_info_bar .bar i{
    margin:0 0 0 .3em;
  }
  header.mypage .header_mypage_info_news span{
    font-size:11px;
  }
  header.mypage .header_mypage_info_news i{
    width:27px;
    height:27px;
    line-height:27px;
    margin:0 0 0 .3em;
    font-size:14px;
  }
  header.mypage .header_mypage_info_news{
    margin:0 0 0 5px;
  }
  header.mypage .header_mypage_menu{
    padding:30px 0 0;
    width:auto;
  }
  header.mypage .header_mypage_menu ul li a{
    padding:15px;
    font-size:13px;
  }
  
  #mypage_wrapper.mypage .single .photo li.list_row {
    padding: 0 0 60px;
  }
  
  #mypage_wrapper .single form.staff_form .photo li.staff {
    min-width: auto;
    width:100% !important;
  }
  #mypage_wrapper .single form.staff_form .photo li.staff .staff_val {
    min-width: auto;
  }
  
  #mypage_wrapper .single .photo li.list_row .photo_btn {
      margin: 30px 0 0;
  }
  
  #mypage_wrapper .single .photo li.list_row .btn_group {
    position: static;
  }
  
  #modal_edit_photo .body{
  padding:80px 40px;
  display:block;
  }
  #modal_edit_photo .photo_upload{
    width:auto;
    text-align:center;
    margin:0 0 60px;
  }
  #modal_edit_photo .photo_publish{
    width:auto;
  }
  #modal_edit_photo h3{
    font-size:20px;
    text-align:center;
  }
  #modal_edit_photo .photo_publish_check ul li{
    width:48%;
    margin:0 4% 30px 0;
  }
  #modal_edit_photo .photo_publish_check ul li:nth-child(3n){
    margin:0 4% 30px 0;
  }
  #modal_edit_photo .photo_publish_check ul li:nth-child(2n){
    margin:0 0 30px 0;
  }
  #modal_edit_photo .photo_publish_selected ul li{
    width:32%;
    margin:0 2% 20px 0;
  }
  #modal_edit_photo .photo_publish_selected ul li:nth-child(4n){
    margin:0 2% 20px 0;
  }
  #modal_edit_photo .photo_publish_selected ul li:nth-child(3n){
    margin:0 0 20px 0;
  }

  #mypage_wrapper.mypage .single {
     height: 100%;
  }
  .single .footer {
    display: none;
  }
}