@charset "utf-8";

@media screen and (max-width:599px) {
body {
margin: 0 auto;
max-width: 599px;
font-family:'Hiragino Kaku Gothic ProN';
display: flex;
flex-flow: column;
min-height: 100vh;
}
	
	
/*ヘッダースマホ*/
.top {
position: fixed;
width: 250px;
top: 20px;
right: 0;
bottom: 0;
left: 20px;
}
	
.top:hover {
opacity: 0.2;
}
	
.header {
margin: 20px 20px 0px 20px;
width: 50%;
height: 20%;
z-index: 2;
}

.gnavi {
position: fixed;
top: 35px;
right: 0;
bottom: 0;
left: -20px;
width: 100%;
height: 5%;
z-index: 2;
}
	
	/*文字回転*/	
a {
  transition: .3s;
}
a span {
  display: inline-block;
}
a:hover span {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .6s;
}
a:hover span:nth-of-type(1) {
  -webkit-transition-delay: .02s;
  transition-delay: .02s;
}
a:hover span:nth-of-type(2) {
  -webkit-transition-delay: .04s;
  transition-delay: .04s;
}
a:hover span:nth-of-type(3) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s;
}
a:hover span:nth-of-type(4) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s;
}
a:hover span:nth-of-type(5) {
  -webkit-transition-delay: .10s;
  transition-delay: .10s;
}
/*文字回転*/
	
	
a.button {
color:#575757;
margin: 10px 13px 10px 0px;
background: none;
font-size: 13px;
font-weight: lighter;
letter-spacing: 0.5px;
text-decoration: none;
list-style: none;
}

	
a.button:hover {
color:rgba(248,226,25,1.00);
}
	
#current {
color: #FFD700;
}
	
.list {
text-align: right;
list-style: none;
text-decoration: none;	
line-height: 15px;
margin: 50px 20px 0px 0px;
}	
			
h1 {
font-size: 14px;
font-weight: lighter;
color: #575757;
letter-spacing: 1px;
margin: 10px 0px 0px 20px;
}
	
/*ヘッダースマホ終了*/
.main {
margin: 10px 15px 0 15px;
padding: 0px 10px 20px 10px;
background: #EBECEB;
flex: 0.5;
}	

h2 {
color:#575757;
font-size: 13px;
font-weight: lighter;
letter-spacing: 1px;
margin: 20px 0px 15px 20px;
}
	
h3 {
color:#575757;
font-size: 11px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 20px 0px 20px;
line-height: 15px;
}	
		
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(120px, 1fr));
grid-gap: 5px;
line-height: 0px;
margin: 20px 10px 10px 10px;
}
	
.fadeInUp {
opacity : 0.9;
transform: translateY(30px);
transition: 1.5s;
}
	
.img-responsive {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
}
	
.img-responsive:hover {
opacity: 0.7;
}
	
.iziModal-overlay {
position: fixed;
top: 0;
left: 0;
height: 120%;
width: 100%;
}

.iziModal {
position: fixed;
top: 0%;
left: 0;
right: 0;
bottom: 0;
margin:auto;
width: 90%;
height: auto;
display: none;
overflow: visible;
text-align: center;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}	
	
	
.iziModal img {
position: absolute;
transform: translate(-50%, -50%);
margin: auto;
max-height: 80vh;
max-width: 80vw;
}
			
.iziModal video {
outline: none;
position: absolute;
transform: translate(-50%, -50%);
max-height: 75vh;
max-width: 80vw;
}
	
.iziModal p {
position: absolute;
top: 40vh;
right: 0;
bottom: 0;
left: 0;
margin: auto;
color: #FFFFFF;
letter-spacing: 2px;
font-size: 10px;
font-weight: lighter;
opacity: 0.5;
}
	
.iziModal001 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 85vw;
height: auto;
display: none;
overflow: hidden;
text-align: center;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}

.iziModal001 a {
font-size: 15px;
line-height: 45px; 
}
	
.iziModal002 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 85vw;
height: auto;
display: none;
overflow: hidden;
text-align: center;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}
	
.iziModal002 a {
font-size: 15px;
line-height: 45px; 
}
	
	
.profile {
display: inline-block;
font-size: 10vw;
font-weight: lighter;
letter-spacing: 3px;
color: rgba(255,255,255,0.5);
text-decoration: none;
}
	
	
.footer {
background:#FFFFFF;
text-align: center;
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 10px 0 20px 0;
}
}




@media only screen and (min-width: 600px) {
	  
body {
	margin: 0 auto;
	max-width: 1900px;
	font-family:'Hiragino Kaku Gothic ProN';
	display: flex;
    flex-flow: column;
    min-height: 100vh;
}
		
/*ヘッダーPC*/
.top {
position: fixed;
top: 20px;
right: 0;
bottom: 0;
left: 40px;
width: 400px;
}
	
.top:hover {
opacity: 0.2;
}
	
.header {
margin: 25px 50px 0px 35px;
width: 50%;
height: 20%;
z-index: 2;
}

.gnavi {
position: fixed;
top: 40px;
right: 0;
bottom: 0;
left: 0px;
width: 50%;
height: 10%;
z-index: 2;
}
	
	/*文字回転*/	
a {
  transition: .3s;
}
a span {
  display: inline-block;
}
a:hover span {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .6s;
}
a:hover span:nth-of-type(1) {
  -webkit-transition-delay: .02s;
  transition-delay: .02s;
}
a:hover span:nth-of-type(2) {
  -webkit-transition-delay: .04s;
  transition-delay: .04s;
}
a:hover span:nth-of-type(3) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s;
}
a:hover span:nth-of-type(4) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s;
}
a:hover span:nth-of-type(5) {
  -webkit-transition-delay: .10s;
  transition-delay: .10s;
}
/*文字回転*/
	
a.button {
color:#575757;
margin: 10px 15px 10px 0px;
background: none;
font-size: 13px;
font-weight: lighter;
letter-spacing: 1px;
text-decoration: none;
list-style: none;
}
	
a.button:hover {
color:rgba(248,226,25,1.00);
}
	
#current {
color: #FFD700;
}
	
.list {
text-align: right;
list-style: none;
text-decoration: none;	
line-height: 20px;
margin: 0px 50px 0px 0px;
}	
		
h1 {
color:#575757;
font-size: 20px;
font-weight: lighter;
letter-spacing: 1px;
margin: 25px 15px 0px 35px;
}
	
/*ヘッダーPC終了*/
	
.main {
margin: 10px 32px 0px 32px;
padding: 8px 32px 70px 32px;
background: #EBECEB;
flex: 1;
}
		
h2 {
color:#575757;
font-size: 15px;
font-weight: lighter;
letter-spacing: 1px;
margin: 20px 35px 20px 35px;
}
	
h3 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 35px 0px 35px;
}

.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
grid-gap: 10px;
line-height: 0px;
margin: 50px 10px 10px 10px;
}
	
.fadeInUp {
opacity : 1;
transform: translateY(50px);
transition: 3s;
}
	
.img-responsive {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
}
	
.img-responsive:hover {
opacity: 0.7;
}

.iziModal-overlay {
color:#575757;
position: fixed;
inset:0;
height: 100%;
width: 100%;
}

.iziModal {
position: fixed;
top: 0%;
left: 0;
right: 0;
bottom: 0;
margin:auto;
width: 85%;
height: auto;
display: none;
overflow: visible;
text-align: center;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}
	
.iziModal img {
position: absolute;
transform: translate(-50%, -50%);
margin: auto;
max-height: 75vh;
max-width: 75vw;
}
			
.iziModal video {
outline: none;
position: absolute;
transform: translate(-50%, -50%);
max-height: 75vh;
max-width: 75vw;
}
	
.iziModal p {
position: absolute;
top: 43vh;
right: 0;
bottom: 0;
left: 0;
margin: auto;
color: #FFFFFF;
letter-spacing: 2px;
font-size: 10px;
font-weight: lighter;
opacity: 0.5;
}
	
.iziModal001 {
position: fixed;
inset:0;
margin: auto;
width: 80vw;
height: auto;
display: none;
overflow:hidden;
text-align: sub;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}
	
.iziModal002 {
position: fixed;
inset:0;
margin: auto;
width: 80vw;
max-height: auto;
display: none;
overflow: hidden;
text-align: center;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}
	
.profile {
display: inline-block;
font-size: 3vw;
font-weight: lighter;
letter-spacing: 3px;
color: rgba(255,255,255,0.5);
text-decoration: none;
}

	
.footer {
background:#FFFFFF;
text-align: center;
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 10px 0 20px 0;
}
}


