@charset "UTF-8";
/*-----------------------
mypage 追加CSS
-----------------------*/
body.fixed{
  overflow:hidden;
  height:100vh;
  height:100svh;
}
#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_container .single{
  width: 100vw;
  height: 100vh;
  box-sizing:border-box;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  color: #1F1F1F;
  z-index: 10000;
  padding:80px;
  display:flex;
  justify-content:center;
  align-items:center;
}
#mypage_wrapper .single.grid{
}
#mypage_wrapper .single .photo {
  top: auto;
  bottom: auto;
  padding: 0 2vw;
  height:calc(100% - 180px);
}

#mypage_wrapper .single_container .single .photo {
  height: auto;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  display:flex;
  justify-content:space-between;
  align-items: start;
  overflow:auto;
  height:100%;
}
#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_container .single .photo > li {
  min-width:auto;
  margin:0;
}
#mypage_wrapper .single_container .single .photo > li.mid {
  width:45%;
  background-color:#FFFFFF;/*#F4F4F4;*/
  padding:0;
  display:flex;
  height:100%;
  justify-content:center;
  align-items:center;
}
#mypage_wrapper .single_container .single .photo > li.mid img {
  width:100%;
  height:100%;
  object-fit:contain;
}
#mypage_wrapper .single_container .single .photo > li.staff {
  width:47%;
  height: fit-content;/*100%;*/
  margin: auto;
  align-self: start;
}
#mypage_wrapper .single_container .single .photo > li.staff div {
  /*display:flex;
  align-items:center;
  height:100%;*/
}
#mypage_wrapper .single .photo li figure{
  width:100%;
  height:calc(100% - 60px);
  position:relative;
  overflow:hidden;
}
#mypage_wrapper .single_container .single .photo li figure {
}
#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%;
}
#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;
}

.modal-photo a:after{
  display: none !important;
}

#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 .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 .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{
}

.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);
}

/* 追加20230309- */
header .btn_contact.btn_contact_black {
  background-color: #000;
  color:#fff;
}
#mypage_wrapper .single .photo li td.sns{
}
#mypage_wrapper .single .photo li td.sns a{
  display:inline-block;
  margin:0 1em 0 0;
}
#mypage_wrapper .single .photo li td.sns a[target="_blank"]::after {
    content:none;
}
#mypage_wrapper .single .photo li td.sns a:last-child{
  margin:0;
}
#mypage_wrapper .single_container .single .photo li table{
  max-width:100%;
}
#mypage_wrapper .single_container .single .photo li th{
  line-height:2;
  padding:0 15px 15px 0;
  font-size:18px;
  width:6em;
}
#mypage_wrapper .single_container .single .photo li td{
  line-height:2;
  padding:0 0 15px 0;
  font-size:18px;
}
#mypage_wrapper .single_container .single .photo li tr:last-child th{
  padding:0 40px 0 0;
}
#mypage_wrapper .single_container .single .photo li tr:last-child td{
  padding:0;
}

#gallery_top{
  padding:80px 0;
  width:84.375vw;
  margin:0 auto;
}
#gallery_top h1{
  font-size:24px;
  line-height:1.5;
  margin:0 0 60px;
}
#gallery_top .gallery_top_list{
  padding:85px;
  background-color:#fff;
}
#gallery_top .gallery_top_list > div.article-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gallery_top .gallery_top_list > div.article-list a{
  transition:.3s ease;
  text-decoration:none;
}
#gallery_top .gallery_top_list > div.article-list a:hover{
  opacity:.7;
}
#gallery_top .gallery_top_list > div.btn {
	text-align: right;
    margin-bottom: -20px;
}
#gallery_top .gallery_top_list article{
	width:30%;
}
#gallery_top .gallery_top_list h3 {
	margin-bottom: 0.5em;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 2.8rem;
	width: 100%;
}
#gallery_top .gallery_top_list p {
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
}
#gallery_top .gallery_top_list .top-article-eyecatch figure{
	height:calc((1590px - 8vw)/3);
	background: no-repeat center center / contain;
    background-color: #EFEFEF;
    margin-bottom: 1.5rem;
}

.single_container .single .footer{
 position:absolute;
  top:0;
  left:0;
  bottom:auto;
  width:100vw;
  height:100vh;
  background-color:transparent;
  z-index:auto;
}
.single_container .single .footer .btn_close {
  top: 5vh;
  right: 3vw;
  bottom: auto;
  left: auto;
}
.single_container .single .btn_close span::before, 
.single_container .single .btn_close span::after {
  transition:.4s ease-in-out;
}
.single_container .single .btn_close:hover span::before, 
.single_container .single .btn_close:hover span::after {
    background-color: #ccc;
}
.single_container .single .footer .btn_prev{
  left: 0;
  opacity:1;
}
.single_container .single .footer .btn_next {
  right: 0;
  opacity:1;
}

@media only screen and (max-width:1800px) {
	#gallery_top .gallery_top_list article{
		width:calc((84.375vw - 190px - 4vw)/3);
	}
	#gallery_top .gallery_top_list .top-article-eyecatch figure{
		height:calc((84.375vw - 190px - 4vw)/3);
	}
}

#gallery_top .gallery_top_list .top-article-category,
#gallery_top .gallery_top_list .top-article-title {
	text-decoration: none;
}
#gallery_top .gallery_top_list .top-article-category {
	font-size:1.4rem;
	font-weight: bold;
	display:inline-block;
}
#gallery_top .gallery_top_list .top-article-title {
	font-weight: 500;
	font-size: 1.2rem;
	display:block;
}
#gallery_top .gallery_top_list .top-article-title br{
  display:none;
}
#gallery_top .gallery_top_list .column-article {
	margin-bottom:8rem;
	clear:both;
}
#gallery_top .gallery_top_list .column-article:nth-child(n + 31){
  display:none;
}
#gallery_top .gallery_top_list .more{
  text-align:center;
}
#gallery_top .gallery_top_list .more a{
  text-decoration:none;
  display:inline-block;
  background-color:#212121;
  color:#fff;
  padding:8px 45px;
  transition:.3s ease;
}
#gallery_top .gallery_top_list .more a span{
  padding:0 20px 0 0;
  display:inline-block;
  background:url(../img/arrow_downward.svg) no-repeat center right;
}
#gallery_top .gallery_top_list .more a:hover{
  opacity:.7;
}
.gallery_top_search{
  display:none;
}

@media only screen and (max-width:768px) {
	#gallery_top .gallery_top_list > div.btn {
		text-align: center;
    	margin-bottom: 0px;
	}
	#gallery_top .gallery_top_list .top-article-eyecatch figure {
		height: calc((100vw - 12vw - 40px) / 2);
	}
	#gallery_top .gallery_top_list .column-article {
		width: calc(50% - 2vw);
    margin-bottom: 2rem;
	}
	#gallery_top .gallery_top_list h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#gallery_top .gallery_top_list > p {
		font-size:1.2rem;
	}
	#gallery_top .gallery_top_list > p br{
		display: none;
	}
	#gallery_top .gallery_top_list .top-article-category {
		padding: 0;
    font-size:13px;
    line-height:1.3;
    margin:0 0 10px;
	}
  #gallery_top .gallery_top_list .top-article-title {
    font-size: 12px;
    line-height:1.4;
  }
  #gallery_top .gallery_top_list .top-article-title br{
    display:block;
  }
  #gallery_top .gallery_top_list .more a{
    display:block;
    padding:8px 10px;
    font-size:11px;
  }
  #gallery_top .gallery_top_list .more a span{
    padding:0 16px 0 0;
    background:url(../img/arrow_downward.svg) no-repeat center right /auto 11px;
  }
}

@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:1000px) {
  #mypage_wrapper .single_container .single .photo {
    flex-wrap: wrap;
  }
  #mypage_wrapper .single_container .single .photo > li.mid {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  #mypage_wrapper .single_container .single .photo > li.staff {
    width: 100%;
    height: auto;
  }
  .single_container .single .footer .btn_close {
    top: 20px;
    right: 25px;
    width: 4vh;
    height: 4vh;
  }
}

@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 .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: 10px 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;
  }
  
  #gallery_top{
    padding:15px 20px 0;
    width:auto;
  }
  #gallery_top h1{
    font-size:17px;
    line-height:1.5;
    margin:0 0 10px;
    text-align:center;
    letter-spacing:0;
  }
  #gallery_top .gallery_top_list{
    padding:35px 15px 15px;
    background-color:#fff;
  }
  
  #mypage_wrapper .single_container .single {
    padding: 65px 25px 25px;
    height:100svh;
}
  #mypage_wrapper .single_container .single .photo {
    padding: 0;
    height:100%;
    width:auto !important;
    display:block;
    position:relative;
    z-index:2;
  }
  .single_container .single .footer{
    }
  .single_container .single .footer .btn_close {
    top: 20px;
    right: 25px;
    width: 3vh;
    height: 3vh;
    border: solid 1px #5C5C5C;
    border-radius: 1000px;
    transition: border 0.4s ease-in-out;
  }
  .single_container .single .btn_close div {
    position: static;
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    transform: none;
  }
  .single_container .single .btn_close::after {
    content:none;
  }
  .single_container .single .btn_close span {
    top: 0;
    right: 0;
    width: 20%;
  }
  .single_container .single .btn_prev,
  .single_container .single .btn_next {
    width: 25px;
    height: 25px;
    padding:0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000 !important;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease-out;
  }
  .single_container .single .btn_prev span,
  .single_container .single .btn_next span,
  .single_container .single .btn_prev b,
  .single_container .single .btn_next b {
    display: block;
    width: 6px;
    height: 6px;
  }
  .single_container .single .btn_prev:hover b,
  .single_container .single .btn_next:hover b {
    border-color:#fff;
  }
  .single_container .single .btn_prev span:before,
  .single_container .single .btn_next span:before {
    right: auto;
    width: auto;
    height: auto;
  }
  .single_container .single .btn_prev span:after,
  .single_container .single .btn_next span:after {
    left: auto;
    width: auto;
    height: auto;
  }
  .single_container .single .btn_prev::after {
    content: none;
  }
  .single_container .single .footer .btn_prev {
    left: 0;
    right:auto;
    opacity: 1;
  }
  .single_container .single .footer .btn_next {
    right: 0;
    opacity: 1;
  }
  .single_container .single .btn_prev::before {
    content: none;
  }
  .single_container .single .btn_next::before {
    content: none;
  }
  #mypage_wrapper .single_container .single .photo > li.mid {
    width: 100%;
    height:86vw;
    margin:0 0 30px;
  }
  #mypage_wrapper .single_container .single .photo > li.staff {
    width: 100%;
    height: auto;
    padding:0;
  }
  #mypage_wrapper .single_container .single .photo li th,
  #mypage_wrapper .single_container .single .photo li td {
    display:table-cell;
    font-size:12px;
    line-height:1.5;
  }
  #mypage_wrapper .single_container .single .photo li th{
    width:5rem;
    padding:0 15px 15px 0;
  }
  #mypage_wrapper .single_container .single .photo li td {
    padding:0 0 15px 0;
  }
  #gallery_top .gallery_top_list .column-article:nth-child(n + 5){
    display:none;
  }
  
  .gallery_top_search{
    /*display:block;
    margin:0 0 10px;*/
  }
  .gallery_top_search .search_select{
    margin:0 0 20px;
  }
  .gallery_top_search .search_select select {
    width: 100%;
    min-width: 50%;
    padding: 10px 20px 10px 0;
    background: url(../img/select-arrow.svg) no-repeat right 5px center /8px auto;
    transition: background 0.8s;
    cursor: pointer;
    border-bottom:solid #212121 1px;
    font-size:12px;
  }
  .gallery_top_search .search_input{
    
  }
  .gallery_top_search .search_input input{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 30px 10px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 12px;
    background: url(../img/search.svg) no-repeat right 5px center /14px auto;
    border-bottom:solid #212121 1px;
  }
  .gallery_top_search .search_input input::placeholder{
    color:#212121;
  }
}

@media only screen and (max-width:480px) {
  
  header .btn_contact, header .btn_login {
    font-size:11px;
  }
  
}