@charset "utf-8";
#topnav.clearfix {
	background: #b538e3;
	width: 100%;
	font-family:'shippori';
    margin-top:0px;
    margin: 0 auto;
    text-align: center;
    }

#topnav a:hover{
  color: #f2009e;
}
#topnavphoto.clearfix {
	background: #b538e3;
	width: 100%;
	font-family:'shippori';
    margin-top:0px;
    margin: 0 auto;
    text-align: center;
    }

#topnav a:hover{
  color: #f2009e;
}
	
	
/* PC用 */
/**************** PC ****************/
@media only screen and (min-width:759px){

#topnav .row {
	width: 1050px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

#topnav .row div {
    float: left;
    font-size:15px;
	line-height:0.9;
    font-family:'shippori';
}
#topnav .row div span {
	display:inline-block;
	width:100%;
	line-height: ;
	font-size:50%;
    font-family:'shippori';
	}
#topnavphoto .row {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

#topnavphoto .row div {
    float: left;
    font-size:15px;
	line-height:0.9;
    font-family:'shippori';
}
#topnavphoto .row div span {
	display:inline-block;
	width:100%;
	line-height: ;
	font-size:50%;
    font-family:'shippori';
	}


.txtl a.animated-button:link, .txtl a.animated-button:visited {
	letter-spacing:-1px;
	}
.txtl a.animated-button:link span, .txtl a.animated-button:visited span {
	letter-spacing:1px;
}
a.animated-button:link, a.animated-button:visited a.animated-button:hover{
  color: #ff04a8;
}
.clearfix {
display: block;
text-align: center;
}
.row.clearfix{
   text-align:center;
   margin: 0 auto;
   }
}



/* モニター幅750px以下 */
/**************** MOBILE ****************/

@media only screen and (max-width:768px){

#topnavsp .row {
	width: 100%;
	height:auto;
	margin: 0 auto;
		}
#topnavsp .clearfix {
	width:100%;
	float:none;
	line-height:1.2;
	background:  rgba(181,56,227,1.0);
	font-family: 'shippori';
	}
.col-md-3{
    border-bottom: 1px solid rgba(255,255,255,0.5);}
#topnavsp .row div.btm {border-bottom:0px solid #fff;}
		
#topnavsp .row div span {
	display:inline-block;
	width:100%;
	font-size:50%;
	}
}


/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    display: block;
    margin: 0 auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:130%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 0 auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:130%;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all 1s ease;
}
a.animated-button:hover{
  color: #ff04a8;
}
/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 0 solid #cca60c;
}
a.animated-button.victoria-one:after {
    background: #cca60c;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.victoria-two {
    border: 0 solid #cca60c;
}
a.animated-button.victoria-two:after {
    background: #cca60c;
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.animated-button.victoria-three {
    border: 0 solid #cca60c;
}
a.animated-button.victoria-three:after {
    background: #cca60c;
    opacity: .5;
    transform: translateX(-50%) translateY(-50%);
}
a.animated-button.victoria-three:hover:after {
    height: 140%;
    opacity: 1;
}
a.animated-button.victoria-four {
    border: 0 solid #cca60c;
}
a.animated-button.victoria-four:after {
    background: #cca60c;
    opacity: .5;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}
