@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%;
}
html.sr .left01, 
html.sr .left02, 
html.sr .right01, 
html.sr .right02,
html.sr .top01, 
html.sr .bottom01, 
html.sr .late01, 
html.sr .late02, 
html.sr .late03 {
    visibility: hidden;
}
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

h1 {
}
h2 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
    font-size: 20px;
    line-height: 200%;
	color: #222;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
}
h4 {
	font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h5 {
	font-family: 'Bad Script', cursive;
	font-weight: 100;
    font-size: 60px;
    line-height: 100%;
	color: #ff7daf;
    margin: 30px 0 20px;
    opacity: 0.5;
}
.ovh5 {
    margin: 0 0 20px;
}
.newsh5 {
    margin: 40px 0 20px;
}
h6 {
	font-weight: 700;
}

p {
    font-size: 15px;
	line-height: 150%;
	color: #222;
}

.container {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
}


/*ヘッダー*/

#pch {
	display: none !important;
}

#sph {
	display: block !important;
}

.headerMenu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    position: fixed;
}




#toggle {
    position: fixed;
    top: 0;
    right: 0;
    padding: 12.5px 10px;
    background: #ff7daf;
    
}

#toggle-box {
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #ff7daf;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}



#nav-content a {
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    display: block;
    padding: 0 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

#nav-content a:hover {
	text-decoration: none;
}

#nav-content ul {
    margin-top: 50px;
}

#nav-content i {
	margin-right: 3px;
	color: #fff;
}



.is-open {
    overflow: hidden;
}

.is-open #toggle-box > span {
    background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0,0,0,0.5);
  height: 100vh;
}



/* トップ画像 */

.mainSP {
    position: relative;
	height: 100vh;
    background: #fff;
    z-index: 0;
}
    
.mainSPL {
    position: absolute;
    top: 0;
    background: #ff7daf;
    width: 100%;
    height: 160px;
    z-index: 2;
}
    
.mainSPR {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
    
.mainSP_name_en {
    font-size: 48px;
    line-height: 100%;
    font-family: 'Bad Script', cursive;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 15px auto 0;
    opacity: 0.2;
}
    
.mainSP_name_en span {
    font-size: 67px;
    font-weight: 400;
}
    
.mainSP_name_jp {
    font-size: 46px;
    line-height: 90%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 12px;
}

.mainSP_name_jp span {
    font-size: 22px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 35px;
}

.mainSP_name_jp span:before, 
.mainSP_name_jp span:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #fff;
}

.mainSP_name_jp span:before {
  left:0;
}

.mainSP_name_jp span:after {
  right: 0;
}





    
/* .viewer
------------------------- */
.viewerSP {
    margin: 0 auto;
    width: 100%;
	overflow: hidden;
	position: relative;		
}

.viewerSP ul {
	margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.viewerSP ul li {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}

.viewerSP ul li img {
	width: 100%;
	height: 100vh;
    position: absolute;
    object-fit: cover;
} 
 

 
/* =======================================
    ClearFixElements
======================================= */
.viewerSP ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewerSP ul {
    display: inline-block;
    overflow: hidden;
}








/*===  スクロールを促す ====*/

a.scrolldown {
  position: absolute;
  bottom: -20px;
  left: 45%;
  z-index: 500;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #ff7daf;
  padding-top: 60px;
}

a.scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #ff7daf;
  border-radius: 100%;
  box-sizing: border-box;
}

a.scrolldown span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #ff7daf;
  border-bottom: 1px solid #ff7daf;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
a.scrolldown span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 50px rgba(0,0,0,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 50px rgba(0,0,0,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
  





.message {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message::before {
    background: url(../ph/top_message_bg.webp) no-repeat center;/* 擬似要素に背景画像 */
    background-size: cover;/* cover指定 */
    content: "";/* 画像を表示させる為に必要*/
    display: block;/*ブロックボックスで表示*/
    position: fixed;/* 擬似要素全体を固定 */
    width: 100%;/* 横幅を画面全体 */
    height: 100vh;/* 縦幅を画面全体 */
    top: 0;/* 上からの配置を0 */
    left: 0;/* 左からの配置を0 */
    z-index: -21;/*背景画像になるように重ね順を-1*/
}

.message-inner {
    background: rgba(255,255,255,0.8);
    max-width: 800px;
    margin: 0 10px;
    padding: 20px 30px;
}

.message-in {
    margin: 0 auto;
}






.sales, .info { 
	margin: 0 auto; 
}

.sales {
	padding-top: 50px;
	padding-bottom: 50px;
}

.s01 {
    background: #ffc8e1;
}
    
.s02 {
    background: #fff;
}  

.salesin {
	margin: 0 auto;
	max-width: 600px;
	text-align: left;
}

.salestext {
    margin: -6px 10px 0;
    padding-top: 25px;
	padding-bottom: 25px;
    background: #ff7daf;
}

.salespic {
    margin: 0 10px;
}

.salespic img {
	width: 100%;
}

.salestext h3 {
	font-size: 40px;
	line-height: 120%;
    color: #fff;
    margin: 10px 15px 10px;
}
    
.st01 h3, .st01 h6, .st01 p {
    text-align: left;
}
    
.st02 h3, .st02 h6, .st02 p {
    text-align: left;
}      

.salestext h6 {
	font-size: 18px;
	line-height: 100%;
    color: #fff;
	text-align: left;
    margin: 0 15px;
}

.R_line {
    display: flex;
    align-items: center;
}
 
.R_line:after {
    margin-left: 10px;
    margin-right: 15px;
    border-top:1px solid #fff;
    content:"";
    flex-grow: 1;
}
    
.salestext p {
	font-size: 18px;
	line-height: 150%;
    color: #fff;
    margin: 0 15px;
}


.salestext a {
    font-size: 18px;
	color: #ff7daf;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
    margin: 20px 15px 0;
}




/* 後半6つのポイント */

.more6points {
    padding: 30px 0;
	background: #fff
}

.dseduc, .dsshif, .dsphot, .dsrecr, .dsinfo, .dscont {
    background: #aaa;
	position: relative;
	height: 250px;
    margin: 20px 10px;
	overflow: hidden;
}

.s_inner {
	margin: auto;
    position: absolute;	
	pointer-events: none;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
	z-index: 1;
}

.dsbox {
    background: rgba(255,255,255,0.8);
    width: 70%;
    padding: 25px 20px;
    border-radius: 5px;
    position: relative;
    flex-direction: column;
}

.studiobox h4 {
	font-size: 31px;
    color: #222;
    border-bottom: solid 2px #222;
    padding: 0 0 10px;
    margin-bottom: 15px;
    
}

.studiobox p.light {
    font-family: 'Bad Script', cursive;
	font-size: 25px;
    font-weight: 300;
    color: #ff7daf;
}



.background-image {
	position: absolute;
	width: 100%;
	height: 250px;
	background-size: cover;
	transition: all 0.4s ease-out;
	opacity: 0.5;
}

.background-image:hover {
	opacity: 0.8;
}

.dseduc .background-image {
	background: url(../ph/top_plate_bg_01.webp) 
		no-repeat center center;
}

.dsshif .background-image {
	background: url(../img/top_m4p_shift.webp) 
		no-repeat center center;
}

.dsphot .background-image {
	background: url(../ph/top_plate_bg_02.webp) 
		no-repeat center center;
}

.dsrecr .background-image {
	background: url(../img/top_m4p_recruit.webp) 
		no-repeat center center;
}

.dsinfo .background-image {
	background: url(../ph/top_plate_bg_03.webp) 
		no-repeat center center;
}

.dscont .background-image {
	background: url(../img/top_m4p_contact.webp) 
		no-repeat center center;
}

.info {
	padding-top: 40px;
	padding-bottom: 50px; 
    margin: 0 10px;
	position: relative;
    overflow: hidden;
}

.info a.tela {
	color: #222;
}

.info a.gogmap {
	color: #ff7daf;
	background: #fff;
	border-radius: 5px;
    border: solid 1px #ff7daf;
    box-sizing: border-box;
	display: inline-block;
	padding: 10px 20px;
    margin: 10px 0 0;
}


.info a.gogmap i {
    margin-left: 5px;
}


/* 会社概要テーブル */
.table_information {
	width: 100%;
	border-collapse: collapse;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.table_information th {
	font-size: 16px;
    background:rgba(255,235,245,0.9);
	display: table-cell;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #222;
	padding: 10px;
}

.table_information td {
	font-size: 16px;
    background:rgba(255,255,255,0.9);
	display: table-cell;
	font-weight: lighter;
	text-align: left;
	border-bottom: solid 1px #999;
	padding: 15px 10px;
}

.table_information tr:first-child th {
	border-top: solid 1px #222;
}

.table_information tr:first-child td {
	border-top: solid 1px #999;
}


/*フッター*/

.footer {
	background: #ff7daf;
	padding-top: 30px;
	padding-bottom: 80px;
}

.footer-inner {
    max-width: 800px;
	margin: 0 auto;
    padding: 0 20px;
}

.footer-inner p {
	color: #fff;
	text-align: left;
    line-height: 200%;
}

.f-info {
	text-align: center;
	display: block;
}    
    
.f-ad {
    text-align: left;
    display: inline-block;
}


.f_title {
    display: inline-block;
    position: relative;
    font-weight: bolder;
    padding: 0 0 7px;
    margin: 0 0 25px;
}

.f_title:before {
  content: '';
  position: absolute;
  bottom: -5px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: #fff; /*下線の色*/
}

.ft01:before {
  left: 17%;
}

.ft02:before {
  left: 26%;
}



.f-link-in {
    margin-top: 20px;    
}

.f-link-in a {
    font-size: 15px;
    color: #ff7daf;
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #ff7daf;
    box-sizing: border-box;
}

.f-link-in a i {
    margin-left: 5px;
}


p.copyright {
    line-height: 140%;
    text-align: center;
    margin:30px 10px 0;
}






/* 固定フッター */	
#footerfixed {
    bottom: 0;
    width: 100%;
	z-index: 9999;
    position: fixed;
    display: none;
}

#footerfixed li a {
    font-size: 15px;
	color: #fff;
    background: #00c819;
	text-align: center;
	line-height: 60px;
}

#footerfixed ul {
	content: "";
	display: block;
	clear: both;
}

#footerfixed li .ff-L {
	float: left;
	width: 40%;
	border-right: solid #fff 1pt;
	box-sizing: border-box;
}

#footerfixed li .ff-C {
	float: left;
	width: 48%;
	border-right: solid #fff 1pt;
	box-sizing: border-box;
}

#footerfixed li .ff-R {
	float: left;
	width: 12%;
}

#footerfixed li .ff-R i {
	font-size: 25px;
    vertical-align: middle;
}


.tel-link-none {
    pointer-events: none;
}



/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){

h2 {
    font-size: 20px;
    line-height: 160%;
    text-align: justify;
    margin-bottom: 0;
}

h5 {
    font-size: 50px;
    margin: 20px 0 10px;
}

.ovh5 {
    margin: 0 0 10px;
}

.newsh5 {
    margin: 40px 0 10px;
}    
    
#nav-content a {
    line-height: 50px;
}

#nav-content ul {
    margin-top: 30px;
}
    
.message-inner {
    padding: 20px;
}
}



/* ######## 769px以上 ######## */
@media screen and (min-width: 769px){

.message {

}

.message-inner {
    max-width: 800px;
    margin: 0 auto;
}



.sales {
    padding: 100px 20px;
}

 
    
.studio {
	padding-bottom: 60px;
}

.info {
	padding-bottom: 100px; 
}


.salesin {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.salespic {
    margin: 0;
	width: 60%;
}
    
.sp01 {
    margin: 0;
    z-index: 4;
	order: 1;
}    
    
.sp02 {
    margin: 0 0 0 -10%;
    z-index: 4;
	order: 2;
} 
    
.salespic img {
    height: 500px;
    object-fit: cover;
}    

.salestext {
	width: 50%;
    height: 400px;
    background: #ff7daf;
    display: table;
    padding: 0;
}
    
.st01 {
    margin: 0 0 0 -10%;
    z-index: 5;
	order: 2;
}    
    
.st02 {
    margin: 0;
    z-index: 5;
	order: 1;
}    
    
.d_textbox {
    display: table-cell;
    vertical-align: middle;
}    
    
.salestext h3 {
	font-size: 50px;
    margin: 10px 40px 20px;
} 
    
.salestext p {
	font-size: 18px;
	line-height: 180%;
    color: #fff;
    margin: 0 40px;
}
    
.salestext h6 {
	font-size: 25px;
	line-height: 100%;
    margin: 0 40px;
}
    
 

.salestext a {
	padding: 15px 30px;
    margin: 20px 40px 0;
	transition: all 0.1s linear;
}
    
.salestext a:hover {
	background: #ffebf5;
}
    
.info a.gogmap {
	transition: all 0.1s linear;
}
    
.info a.gogmap:hover {
	background: #ffebf5;
}
    
    
.more6points {
    padding: 100px 20px;

}    
    

.inner {
    margin: 0 auto;
    max-width: 1200px;
}    
    
/* スタジオ2つ横並べ */
.studiobox {

}
        
.studiobox:after {
	content: "";
	display: block;
	clear: both;
}

.dseduc, .dsphot, .dsinfo {
	float: left;
	width: 48.5%;
	margin-left: 0%;
	margin-right: 1.5%;
    margin-bottom: 20px;
}

.dsshif, .dsrecr, .dscont {
	float: left;
	width: 48.5%;
	margin-left: 1.5%;
	margin-right: 0%;
    margin-bottom: 20px;
}

.dseduc, .dsshif, .dsphot, .dsrecr, .dsinfo, .dscont {
	height: 350px;
}

.s_inner {
	height: 350px;
}
    
.studiobox h4 {
	font-size: 35px;
}

.studiobox p.light {
    line-height: 1.7em;
}

    
.background-image {
	height: 350px;
	transform: scale(1);
	will-change: transform;
}

.background-image:hover {
	transform: scale(1.1);
}    
    
    
   
    
    
/* インフォ */


.info {
	padding-top: 100px;
	padding-bottom: 100px; 
}

    
.tablebox {
	max-width: 800px;
	margin: 0 auto;
}


.newsh5 {
    margin-top: 70px;
}


.table_information th {
    width: 15%;
	padding: 25px 20px;
}

.table_information td {
    width: 85%;
	padding: 25px 20px;
}

    
    
    
    
/*フッター*/

.footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.f-info {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.f-ad, .f-sm {
    margin-bottom: 40px;
}    


.f-ad-in, .f-sm-in {
    white-space: nowrap;
}
    
.f-link-in a {
    transition: all 0.2s;
}

.f-link-in a:hover {
    color: #fff;
    background: #ff7daf;
    border: solid 1px #fff;
}    

.f-sm ul {
    column-count: 2;
    column-fill: 0;
}

.f-sm ul .Lmar {
    margin-left: 10px;
}
        
.f-sm ul li a {
    font-size: 15px;
	color: #fff;
    display: block;
}
    
.f-sm ul li {
    margin: 0 0 15px;
}
    
.f-sm ul li i {
    color: #fff;
    margin-right: 4px;
}
    
p.copyright {
    text-align: center;
    margin: 0 10px;
}    
    
    
    
    
/*ページトップへGOボタン*/

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#page-top a {
    height: 70px;
	background: #16c570;
	text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
	display: block;
	transition: all 0.2s linear;	
}
    
#page-top .pt-L a {
	width: 150px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    vertical-align: middle;  
}
    
#page-top .pt-C a {
	width: 150px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
    
#page-top .pt-R a {
    width: 70px;
	line-height: 75px;
}

#page-top a:hover {
    background: #00c81e;
}

#page-top i {
	font-size: 25px;
	color: #FFF;
}

#page-top:after {
	content: "";
	display: block;
	clear: both;
}

.pt-L {
	float: left;
	width: auto;
}

.pt-C {
	float: left;
	width: auto;
}

.pt-R {
	float: left;
	width: auto;
}
    
    
.PCtel-link-none {
    pointer-events: none;
}    
}


/* ######## 1000x以上 ######## */
@media screen and (min-width: 1000px){
    
#pch {
	display: block !important;
}

#sph {
	display: none !important;
}    

    
.headerMenu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    display: none;
}     
	
#menupc {
	width: 100%;
	background-color: #fff;
	height: 60px;
	position: absolute;
}

.mp_in {
	max-width: 1200px;
	margin: 0 auto;
}

.mp_list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

.mp_item {
	line-height: 60px;
	flex: 1;
	border-left: 1px solid #ff7daf;
}

.mp_item:last-child {
	border-right: 1px solid #ff7daf;
	margin-right: 0;
}

.mp_item a {
    font-size: 15px;
	color: #222;
	display: block;
	background: #fff;
	transition: all 0.1s linear;
}

.mp_item a:hover {
    color: #fff;
	background: #ff7daf;
}
    
    
    
/* トップ画像 */

.main {
    display: flex;
	height: 100vh;
    background: #fff;
    z-index: 0;
}
    
.mainL {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    background: #ff7daf;
    max-width: 400px;
    flex: 1;
}
    
.mainR {
    flex: 2;
}
    
.main_name_en {
    font-size: 48px;
    line-height: 90%;
    font-family: 'Bad Script', cursive;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    opacity: 0.2;
}
    
.main_name_en span {
    font-size: 60px;
    font-weight: 400;
}
    
.main_name_jp {
    font-size: 25px;
    line-height: 160%;
    font-weight: 700;
    height: 120px;
    position: absolute;
    right: 30px;
    color: #fff;
    text-align: right;
    border-right: solid 7px #fff;
    padding-right: 15px
}    
    
    
/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
	overflow: hidden;
	position: relative;		
}

.viewer ul {
	margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.viewer ul li {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}

.viewer ul li img {
	width: 100%;
	height: 100vh;
    position: absolute;
    object-fit: cover;
} 
 

 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

    
    
a.scrolldown {
    bottom: 0;
    left: 50%;
}
}



#top #menupc ul li:first-child a,
#senpai #menupc ul li:nth-child(2) a,
#shinjin #menupc ul li:nth-child(3) a,
#offtime #menupc ul li:nth-child(4) a,
#edu #menupc ul li:nth-child(5) a,
#shift #menupc ul li:nth-child(6) a,
#gallery #menupc ul li:nth-child(7) a,
#yoko #menupc ul li:nth-child(8) a  {
  background:#FFE1F9;
}

#top #footer-sitemap ul li:first-child a,
#senpai #footer-sitemap ul li:nth-child(2) a,
#shinjin #footer-sitemap ul li:nth-child(3) a,
#offtime #footer-sitemap ul li:nth-child(4) a,
#edu #footer-sitemap ul li:nth-child(5) a,
#shift #footer-sitemap ul li:nth-child(6) a,
#gallery #footer-sitemap ul li:nth-child(7) a,
#yoko #footer-sitemap ul li:nth-child(8) a,
#kengaku #footer-sitemap ul li:nth-child(9) a,
#shiryoseikyu #footer-sitemap ul li:nth-child(10) a  {
   color: #FFFF00;
}

#top #nav-content ul li:first-child a,
#senpai #nav-content ul li:nth-child(2) a,
#shinjin #nav-content ul li:nth-child(3) a,
#offtime #nav-content ul li:nth-child(4) a,
#edu #nav-content ul li:nth-child(5) a,
#shift #nav-content ul li:nth-child(6) a,
#gallery #nav-content ul li:nth-child(7) a,
#yoko #nav-content ul li:nth-child(8) a,
#kengaku #nav-content ul li:nth-child(9) a,
#shiryoseikyu #nav-content ul li:nth-child(10) a  {
   color: #FFFF00;
}




.yesSP599 {
	display: none !important;
}
.yesPC599 {
	display: block !important;
}
.yesSP769 {
	display: block !important;
}
.yesPC769 {
	display: none !important;
}
.yesSP1000 {
	display: block !important;
}
.yesPC1000 {
	display: none !important;
}
.yesSP1200 {
	display: block !important;
}
.yesPC1200 {
	display: none !important;
} 
/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){
.yesSP599 {
    display: block !important;
}
.yesPC599 {
    display: none !important;
}    
}
/* ######## 769px以上 ######## */
@media screen and (min-width: 769px){  
.yesSP769 {
	display: none !important;
}
.yesPC769 {
	display: block !important;
}  
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){  
.yesSP1000 {
	display: none !important;
}
.yesPC1000 {
	display: block !important;
}
}
/* ######## 1200x以上 ######## */
@media screen and (min-width: 1200px){

.yesSP1200 {
	display: none !important;
}
.yesPC1200 {
	display: block !important;
}     
}