@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: 20px 10px 10px 10px;
background: #EBECEB;
flex: 0.1;
}	

h2 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 20px 0px 0px 10px;
}
	
h3 {
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 5px 15px 5px 10px;
}
	
h4 {
color:#575757;
font-size: 7px;
font-weight: lighter;
letter-spacing: 1px;
margin: 10px 15px 5px 10px;
}
	
h5 {
width: 100%;
display: inline-block;
color:#FFFFFF;
background-color: rgba(255,215,0,1.00);
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
text-align: center;
margin: 0px 0px 0px 0px;;
}
	
h6 {
color:#575757;
font-size: 8px;
font-weight: lighter;
letter-spacing: 1px;
margin: -5px 15px 0px 10px;
}
	
	
	
p {
color:#575757;
font-size: 14px;
font-weight: lighter;
letter-spacing: 1px;
line-height: 1.2rem;
margin: 5px 15px 10px 15px;
}
	
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(150px, 1fr));
grid-gap: 5px;
margin: 0px 10px 10px 10px;
}
	
.img-responsive {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
}
	
.iziModal-overlay {
position: fixed;
top: 0;
left: 0;
height: 120%;
width: 100%;
}

.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: 20px;
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: 20px;
line-height: 45px; 
}
	
.profile {
display: inline-block;
font-size: 5vw;
font-weight: lighter;
letter-spacing: 3px;
color: rgba(255,255,255,0.5);
text-decoration: none;
}
	
hr {
border: solid;
border-width: 2px;
border-color: #F8E219;
margin: 30px 0px 20px 0px;
}
	
	
.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: 20px 32px 80px 32px;
background: #EBECEB;
flex: 1;
}
	
h2 {
color:#575757;
font-size: 17px;
font-weight: lighter;
letter-spacing: 1px;
margin: 40px 0px 0px 20px;
}
	
h3 {
color:#575757;
font-size: 14px;
font-weight: lighter;
letter-spacing: 1px;
margin: 10px 15px 0px 20px;
}
	
h4 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 20px 15px 0px 20px;
}
	
h5 {
width: 100%;
display: inline-block;
color:#FFFFFF;
background-color: rgba(255,215,0,1.00);
font-size: 17px;
font-weight: lighter;
letter-spacing: 1px;
text-align: center;
margin: 30px 0px -60px 0px;;
}
	
h6 {
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: -10px 15px 0px 20px;
}
	
p {
color:#575757;
font-size: 14px;
font-weight: lighter;
letter-spacing: 1px;
margin: 5px 15px 10px 15px;
}

.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(400px, 1fr));
grid-gap: 10px;
margin: 5px 10px 10px 10px;
}
	
.img-responsive {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}	
	
.iziModal-overlay {
color:#575757;
position: fixed;
top: 0;
left: 0;
height: 120%;
width: 100%;
opacity: 1;
}

.iziModal001 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80vw;
height: auto;
display: none;
overflow:hidden;
text-align: center;
transition: margin-top 0.3s ease, height 0.3s ease;
transform: translateZ(0);
}
	
.iziModal002 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 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;
}

hr {
border: solid;
border-width: 2px;
border-color: #F8E219;
margin: 80px 0px 30px 0px;
}
	
.footer {
background:#FFFFFF;
text-align: center;
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 10px 0 20px 0;
}
}




