@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 {
width: 260px;
height: auto;
}
	
.top:hover {
opacity: 0.2;
}
	
.header {
margin: 20px 20px -5px 20px;
width: 50%;
height: auto;
}

.gnavi {
width: 85%;
margin: 10px 0px 0px -20px;
text-align: left;
}
	
	/*文字回転*/	
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: 20px 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 10px 10px;
background: #EBECEB;
flex: 0.1;
}	

h2 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 40px 15px 10px 15px;
}
	
h3 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 15px 15px 15px 15px;
}
	
h4 {
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 15px 15px 0px 15px;
}
	
p.indent01 {
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 15px 0px 15px;
padding-left:1em;
text-indent:-1em;
}
	
p.indent02 {
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 15px 0px 25px;
padding-left:1em;
text-indent:-1em;
}
	
p.indent03 {
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 15px 0px 35px;
padding-left:1em;
text-indent:-1em;
}
	
	
.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;
}

.privacy {
width: 50px;
height: auto;
background: #EBECEB;
margin:20px 0px 10px 15px;
}
	
hr {
border: solid;
border-width: 2px;
border-color: #F8E219;
margin: 10px 0px 30px 0px;
}
	
.footer {
background:#FFFFFF;
text-align: center;
color:#575757;
font-size: 10px;
font-weight: lighter;
letter-spacing: 1px;
margin: 5px 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 {
width: 80%;
height: auto;
}
	
.top:hover {
opacity: 0.2;
}
	
.header {
margin: 25px 50px 0px 35px;
width: 50%;
height: auto;
}

.gnavi {
margin: 0px 0px 0px -5px;
}
	
	/*文字回転*/	
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;
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 50px 32px;
background: #EBECEB;
flex: 1;
}
	
h2 {
color:#575757;
font-size: 15px;
font-weight: lighter;
letter-spacing: 1px;
margin: 40px 0px 0px 30px;
}
	
h3 {
color:#575757;
font-size: 15px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 15px 20px 30px;
}
	
h4 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 30px 0px 30px;
}
	
p.indent01 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 30px 0px 30px;
padding-left:1em;
text-indent:-1em;
}
	
p.indent02 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 30px 0px 42px;
padding-left:1em;
text-indent:-1em;
}
	
p.indent03 {
color:#575757;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
margin: 0px 30px 0px 54px;
padding-left:1em;
text-indent:-1em;
}
	

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

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




