@charset "utf-8";

/* ------------------------------------- /
/   contentsBox
/* ------------------------------------- */

body#costume h2 {
	background: url(../costume/img/h2.png) no-repeat center;
	height: 55px;
	margin: 0;
	text-indent: -9999px;
}

h3.costume01 {
	background: url(../costume/img/h3_01.gif);
}

h3.costume02 {
	background: url(../costume/img/h3_02.gif);
}

h3.costume03 {
	background: url(../costume/img/h3_03.gif);
}

h3.costume04 {
	background: url(../costume/img/h3_04.gif);
}

h3.costume05 {
	background: url(../costume/img/h3_05.gif);
}

h3.costume06 {
	background: url(../costume/img/h3_06.gif);
}

h3.costume07 {
	background: url(../costume/img/h3_07.gif);
}

h3.costume08 {
	background: url(../costume/img/h3_08.gif);
}

h3.costume09 {
	background: url(../costume/img/h3_09.gif);
}

h3.costume10 {
	background: url(../costume/img/h3_10.gif);
}

h3.costume11 {
	background: url(../costume/img/h3_11.gif);
}

h3.costume12 {
	background: url(../costume/img/h3_12.gif);
}

p.imgCos {
	position: relative;
}

ul.tab li span.new,ul.tab02 li span.new,ul.tab03 li span.new,ul.tab04 li span.new,ul.tab05 li span.new,ul.tab06 li span.new,ul.tab07 li span.new {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 30px;
	height: 13px;
	background: url(../img/ico_new_off.png) no-repeat;
	z-index: 100;
}

ul.tab li .new img,ul.tab02 li .new img,ul.tab03 li .new img,ul.tab04 li .new img,ul.tab05 li .new img,ul.tab06 li .new img,ul.tab07 li .new img {
	display: block;
	animation: flash 1.0s infinite linear;
    -webkit-animation: flash 1.0s infinite linear;
    -moz-animation: flash 1.0s infinite linear;
}
@keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}


body#costume nav.local ul {
	letter-spacing: -4rem;
	padding-top: 5px;
}

body#costume nav.local ul img {
	display: none;
}

body#costume nav.local li {
	position: relative;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 8px;
}

body#costume nav.local li:nth-child(6) {
	margin-right: 0;
}

body#costume nav.local li a {
	display: block;
	width: 125px;
	height: 70px;
}

body#costume nav.local li.btnLocal01 {
	background: url(../costume/img/btnlocal01_on.png);
}

body#costume nav.local li.btnLocal01 a {
	background: url(../costume/img/btnlocal01_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal02 {
	background: url(../costume/img/btnlocal02_on.png);
}

body#costume nav.local li.btnLocal02 a {
	background: url(../costume/img/btnlocal02_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal03 {
	background: url(../costume/img/btnlocal03_on.png);
}

body#costume nav.local li.btnLocal03 a {
	background: url(../costume/img/btnlocal03_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal04 {
	background: url(../costume/img/btnlocal04_on.png);
}

body#costume nav.local li.btnLocal04 a {
	background: url(../costume/img/btnlocal04_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal05 {
	background: url(../costume/img/btnlocal05_on.png);
}

body#costume nav.local li.btnLocal05 a {
	background: url(../costume/img/btnlocal05_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal06 {
	background: url(../costume/img/btnlocal06_on.png);
}

body#costume nav.local li.btnLocal06 a {
	background: url(../costume/img/btnlocal06_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal07 {
	background: url(../costume/img/btnlocal07_on.png);
}

body#costume nav.local li.btnLocal07 a {
	background: url(../costume/img/btnlocal07_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal08 {
	background: url(../costume/img/btnlocal08_on.png);
}

body#costume nav.local li.btnLocal08 a {
	background: url(../costume/img/btnlocal08_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal09 {
	background: url(../costume/img/btnlocal09_on.png);
}

body#costume nav.local li.btnLocal09 a {
	background: url(../costume/img/btnlocal09_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal10 {
	background: url(../costume/img/btnlocal10_on.png);
}

body#costume nav.local li.btnLocal10 a {
	background: url(../costume/img/btnlocal10_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li.btnLocal11 {
	background: url(../costume/img/btnlocal11_on.png);
}

body#costume nav.local li.btnLocal11 a {
	background: url(../costume/img/btnlocal11_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#costume nav.local li a:hover {
	opacity: 0;  
    filter: alpha(opacity=100); 
}


body#costume nav.local ul span.new {
	position: absolute;
	top: -5px;
	left: 5px;
	display: block;
	width: 30px;
	height: 13px;
	background: url(../img/ico_new_off.png) no-repeat;
	z-index: 100;
}

body#costume nav.local ul .new img{
	display: block;
	animation: flash0202 1.0s infinite linear;
    -webkit-animation: flash02 1.0s infinite linear;
    -moz-animation: flash02 1.0s infinite linear;
}
@keyframes flash02 {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes flash02 {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes flash02 {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}


@media screen and (max-width: 768px) { /* 767px以下の場合 */

/* ------------------------------------- /
/   contentsBox
/* ------------------------------------- */

body#costume div.contentsBox {
	margin-top: 10px;
}

body#costume h2 {
	background: url(../costume/img/h2_s.png) no-repeat center;
	background-size: contain;
	height: 0;
	margin: 0;
	padding-top: 12.03%;
	text-indent: -9999px;
}

h3.costume01 {
	background: url(../costume/img/h3_01_s.gif);
}

h3.costume02 {
	background: url(../costume/img/h3_02_s.gif);
}

h3.costume03 {
	background: url(../costume/img/h3_03_s.gif);
}

h3.costume04 {
	background: url(../costume/img/h3_04_s.gif);
}

h3.costume05 {
	background: url(../costume/img/h3_05_s.gif);
}

h3.costume06 {
	background: url(../costume/img/h3_06_s.gif);
}

h3.costume07 {
	background: url(../costume/img/h3_07_s.gif);
}

h3.costume08 {
	background: url(../costume/img/h3_08_s.gif);
}

h3.costume09 {
	background: url(../costume/img/h3_09_s.gif);
}

h3.costume10 {
	background: url(../costume/img/h3_10_s.gif);
}

h3.costume11 {
	background: url(../costume/img/h3_11_s.gif);
}

h3.costume12 {
	background: url(../costume/img/h3_12_s.gif);
}

ul.tab li span.new,ul.tab02 li span.new,ul.tab03 li span.new,ul.tab04 li span.new,ul.tab05 li span.new,ul.tab06 li span.new,ul.tab07 li span.new {
	display: none;
}

body#costume nav.local ul {
	width: 100%;
}

body#costume nav.local ul img {
	display: block;
}

body#costume nav.local li {
	margin-right: 1%;
	width: 24%;
	height: auto;
	margin-bottom: 0;
}

body#costume nav.local li:nth-child(6) {
	margin-right: 1%;
}

body#costume nav.local li:nth-child(4n){
	margin-right: 0;
}

body#costume nav.local li a {
	display: block;
	width: 100%;
	height: auto;
}

body#costume nav.local li.btnLocal01,body#costume nav.local li.btnLocal02,body#costume nav.local li.btnLocal03,body#costume nav.local li.btnLocal04,body#costume nav.local li.btnLocal05,body#costume nav.local li.btnLocal06,body#costume nav.local li.btnLocal07,body#costume nav.local li.btnLocal08,body#costume nav.local li.btnLocal09,body#costume nav.local li.btnLocal10,body#costume nav.local li.btnLocal11 {
	background: none;
}

body#costume nav.local li.btnLocal01 a,body#costume nav.local li.btnLocal02 a,body#costume nav.local li.btnLocal03 a,body#costume nav.local li.btnLocal04 a,body#costume nav.local li.btnLocal04 a,body#costume nav.local li.btnLocal05 a,body#costume nav.local li.btnLocal06 a,body#costume nav.local li.btnLocal07 a,body#costume nav.local li.btnLocal08 a,body#costume nav.local li.btnLocal09 a,body#costume nav.local li.btnLocal10 a,body#costume nav.local li.btnLocal11 a {
	background: none;
	-webkit-transition: none;  
	-moz-transition: none;  
	-o-transition: none;  
	transition: none; 
}

body#costume nav.local li a:hover {
	opacity: 100;  
    filter: alpha(opacity=100); 
}


}