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

.gnavi {
width: 100%;
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 15px 10px 0px;
background: none;
font-size: 12px;
font-weight: lighter;
letter-spacing: 0.5px;
text-decoration: none;
list-style: none;
}

	
a.button:hover {
color:rgba(248,226,25,1.00);
}
	
a.privacy:hover {
color:rgba(248,226,25,1.00);
}
	
.current a {
background: #FFFFFF;
color: #FFD700;
}
	
.list {
text-align: right;
list-style: none;
text-decoration: none;	
line-height: 15px;
margin: 20px 20px 0px 0px;
}	
	
.privacy {
color:#575757;
font-size: 5px;
margin: 0px 0px 0px 10px;
text-align: right;
text-decoration: none;
}	
	
/*ヘッダースマホ終了*/
	
.main {
background: none;
}
		
.swiper-container01 {
width: 120vw;
overflow: hidden;
margin-top: 2vh;
margin-bottom: 8vh;
}
.swiper-container02 {
width: 120vw;
overflow: hidden;
margin-bottom: 8vh;
}
	
.swiper-container03 {
width: 120vw;
overflow: hidden;
margin-bottom: 2vh;
}
	
.swiper-wrapper {
 transition-timing-function: linear;
}
	
.swiper-slide img {
margin-right: 10px;
width: 18vh;
height: auto;
background: #EBECEB;
}
	
.swiper-slide video {
margin-right: 10px;
width: 18vh;
height: auto;
background: #EBECEB;
}
	
.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;
}
	
	
.footer {
background:#FFFFFF;
text-align: center;
color:#575757;
font-size: 5px;
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 {
max-width: 500px;
height: auto;
z-index: 3;
}
	
.top:hover {
opacity: 0.2;
}
	
.header {
position: fixed;
top:50px;
width: 50%;
left: 70px;
height: auto;
z-index: 3;
}

.gnavi {
background: rgba(255,255,255,0.00);
position: fixed;
top:100px;
left: 30px;
z-index: 3;
}
	
/*文字回転*/	
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: 0px 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);
}
	
a.privacy:hover {
color:rgba(248,226,25,1.00);
}
	
.current a {
background: #FFFFFF;
color: #FFD700;
}
	
.list {
position: fixed;
top: 140px;
left: 30px;
background: rgba(255,255,255,0.00);
text-align: left;
list-style: none;
text-decoration: none;	
line-height: 25px;
z-index: 3;
}	
		
.privacy {
color:#575757;
font-size: 6px;
margin: 0px 0px 0px 10px;
text-align: right;
text-decoration: none;
}	
	
/*ヘッダーPC終了*/
	
.main {
background: none;
}
		
.swiper-container01 {
width: 100vw;
overflow: hidden;
margin-top: 15vh;
margin-bottom: 5vh;
}
.swiper-container02 {
width: 100vw;
overflow: hidden;
margin-bottom: 5vh;
}
	
.swiper-container03 {
width: 100vw;
overflow: hidden;
margin-bottom: 5vh;
}
	
.swiper-wrapper{
 transition-timing-function: linear;
}
	
.swiper-slide img {
margin-right: 30px;
width: 30vh;
height: auto;
background: #EBECEB;
}
	
.swiper-slide video {
margin-right: 30px;
width: 30vh;
height: auto;
background: #EBECEB;
}
	
.img-responsive:hover {
opacity: 0.7;
}
	
.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;
}

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




