* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "MS　P明朝", serif;
    letter-spacing: 1px;
}
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;

}
.list_effect {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: 100px;
    transition: 1.2s ease-in-out;
}

.list_effect:hover {
    position: relative;
    z-index: 1;
}

.list_move {
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 1.2s ease-in-out;
    margin-bottom: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body#topBody {
    background-color: #000;
}

body#contentsBody {
    background-color: #000;
}

.contents {
	background: url(../img/common/contents_back.jpg) repeat;
	background-position:left top;
	background-color:#FFF;
	overflow: hidden;
	width:100%;
    height:auto;
    overflow:hidden;
	margin: 0 auto ;
	z-index:1;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .top-headerWrap, .fix-headerWrap, .contents_header{
        display: none;
    }
    header{
        display: flex;
        position: fixed;
        width: 100%;
        height:auto;
        overflow:hidden;
        top:0;
        left:0;
        margin:0;
        z-index: 3;
        background-color:#000;
    }
    #header_inner{
        display: flex;
        justify-content: space-between;
        width:100%;
        height:auto;
        overflow:hidden;
        z-index: 3;
    }
    .headerlogo{
        width: 40%;
        overflow: hidden;
    
    }
    .header_spacer{
        width: 15%;
        height:10px;
        overflow: hidden;
    }
    .header_langlink{
        width: 15%;
        height:auto;
        overflow: hidden;
        padding-top:0.5%;
    }
    .header_lang{
        width:95%;
        font-size:2.8vw;
        color:#FFF;
        font-weight: bold;
        line-height:2em;
        text-align:center;
        margin:1% 0;
        box-sizing: border-box;
        border-radius: 5px;
        border:2px #FFF solid;
    }
    .header_lang a{
        color:#FFF;
        display: block;
        text-decoration: none;
    }
    .header_telbtn{
        width: 15%;
        overflow: hidden;
    }
    .header_mailbtn{
        width: 15%;
        overflow: hidden;
    }
    .header_menubtn{
        position: relative;
        z-index: 0;
        width: 15%;
        overflow: hidden;
    }
    
    /*************************************メニュー******************************************/
    
    .menu-tel{
        text-align: center;
        max-width: 100%;
        margin:2% auto 0;
    }
    
    .menu-tel div{
        display: block;
        vertical-align:middle;
        font-family: 'Josefin Sans', sans-serif;
        width:50%;
        font-weight: 500;
        color: #fafafa;
        font-size:3vw;
        float:left;
    }
    .menu-tel div a{
        display: block;
        vertical-align:middle;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 500;
        color: #fafafa;
        font-size:3vw;
    }
    .titleMenu{
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        font-size:1.2em;
        font-weight: 500;
        color: #d0d0d0;
        width: 100%;
        display: block;
        margin: 30px 0 10px 0;
    }
    
    .menu_list_effect {
        background:#fafafa;
        opacity: 0;
        font-family: 'Josefin Sans', sans-serif;
        filter: alpha(opacity=0);
    }
    
    .menu_list_move {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    li.menu_list_move:nth-child(1) {
        transition: all 100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(2) {
        transition: all 200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(3) {
        transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(4) {
        transition: all 400ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(5) {
        transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(6) {
        transition: all 600ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(7) {
        transition: all 700ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(8) {
        transition: all 800ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(9) {
        transition: all 900ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(10) {
        transition: all 1000ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(11) {
        transition: all 1100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    li.menu_list_move:nth-child(12) {
        transition: all 1200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    .contents_inner {
    	box-sizing: boder-box;
    	width: 100%;
    	height: auto;
    	margin: 0 auto;
    	padding: 3% 1%;
    	color: #fff;
    	text-align: center;
        box-sizing: border-box;
    }
    .contents_title{
    	width:100%;
    	height:auto;
    	overflow:hidden;
    	background:rgba(0, 0, 0, 0.7);
    	text-align:center;
    	font-family: 'Crimson Text', serif;
    	font-size:1.6em;
    	font-weight:bold;
    	color:#edf903;
        line-height:1em;
    	padding:1% 0;
    	margin:1% auto 0;
    }
    .contents_title div{
        font-size:.8em;
        font-family: 'Crimson Text', serif;
        text-decoration: underline;
    }
    .mg_contents_title{
        display:none;
    }

    footer {
    text-align: center;
    width: 100%;
    height:auto;
    overflow: hidden;
    background-color: #000;
    background-image: url(../img/common/footer_back.jpg?3103);
    background-position: center top;
    background-size:100% auto;
    color:#FFF;
    margin:10% 0 0;
    z-index:3;
    }
.footerBorderTop, .footer_sitelink, .footer_add_box{
	display: none;
}
#footerContainer {
    position: relative;
    width: 100%;
    margin:3% auto;
    padding: 3% 0;
    overflow: hidden;
    text-align: center;
}
.footer_inner{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.footer_sp_Container{
    background: rgba(0,0,0,0.8);
    width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
    padding:1% 0;
    border:1px #FFF solid; 
}
.footer_logo{
    display: none;
}
.footer_sp_logo{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
    border-bottom:1px #FFF solid;
}
.footer_sp_logo img{
    width:50%;
	vertical-align:bottom;
}
.footer_menu_box{
    width:100%;
    display:flex;
    justify-content: space-between;
    border-bottom:1px #FFF solid;
}
.footer_menu_contents{
    width:50%;
    text-align:center;
    padding:3% 0;
    font-weight: bold;
    line-height:1.2em;
    border-right:1px #FFF solid;
}
.footer_menu_contents a{
    display:block;
    font-size:1.2em;
    color:#eff809;
    text-decoration: none;
}
.footer_menu_contents a div{
    font-size:.8em;
}

.footer_shopinfo_title{
    width:100%;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size:1.6em;
    color:#eff809;
    text-align:center;
    line-height:1em;
    margin:3% auto;
}
.footer_shopinfo_title div{
    font-size:.7em;
    text-decoration: underline;
}
.footer_tel{
    width:100%;
    font-size:1.6em;
    font-weight: bold;
    color:#FFF;
    line-height:2em;
    text-align:center;
}
.footer_sp_add_box{
    width:90%;
    margin:1% auto;
    display: flex;
    justify-content: space-between;
}
.footer_add_item{
    width:30%;
    font-size:1.2em;
    color:#FFF;
    text-align:right;
}
.footer_add_detail{
    width:70%;
    font-size:1.2em;
    color:#FFF;
    text-align:left;
}
footer p{
    background:#000;
    line-height:2em;
}

}

@media screen and (max-width: 599px) {
    .top-headerWrap, .fix-headerWrap{
        display: none;
    }
    header{
        display: flex;
        position: fixed;
        width: 100%;
        height:auto;
        overflow:hidden;
        top:0;
        left:0;
        margin:0;
        z-index: 3;
        background-color:#000;
    }
    #header_inner{
        display: flex;
        justify-content: space-between;
        width:100%;
        height:auto;
        overflow:hidden;
        z-index: 3;
    }
    .headerlogo{
        width: 40%;
        overflow: hidden;
    
    }
    .header_spacer{
        width: 15%;
        height:10px;
        overflow: hidden;
    }
    .header_langlink{
        width: 15%;
        height:auto;
        overflow: hidden;
    }
    .header_lang{
        width:95%;
        font-size:2.6vw;
        color:#FFF;
        font-weight: bold;
        line-height:2em;
        text-align:center;
        margin:1% 0;
        padding:0 1%;
        box-sizing: border-box;
        border-radius: 5px;
        border:1px #FFF solid;
    }
    .header_lang a{
        color:#FFF;
        display: block;
    }
    .header_telbtn{
        width: 15%;
        overflow: hidden;
    }
    .header_mailbtn{
        width: 15%;
        overflow: hidden;
    }
    .header_menubtn{
        position: relative;
        z-index: 0;
        width: 15%;
        overflow: hidden;
    }
    
    /*************************************メニュー******************************************/
    
    .menu-tel{
        text-align: center;
        max-width: 100%;
        margin:2% auto 0;
    }
    
    .menu-tel div{
        display: block;
        vertical-align:middle;
        font-family: 'Josefin Sans', sans-serif;
        width:50%;
        font-weight: 500;
        color: #fafafa;
        font-size:3vw;
        float:left;
    }
    .menu-tel div a{
        display: block;
        vertical-align:middle;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 500;
        color: #fafafa;
        font-size:3vw;
    }
    .titleMenu{
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        font-size:1.2em;
        font-weight: 500;
        color: #d0d0d0;
        width: 100%;
        display: block;
        margin: 30px 0 10px 0;
    }
    
    .menu_list_effect {
        opacity: 0;
        font-family: 'Josefin Sans', sans-serif;
        filter: alpha(opacity=0);
    }
    
    .menu_list_move {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    li.menu_list_move:nth-child(1) {
        transition: all 100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(2) {
        transition: all 200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(3) {
        transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(4) {
        transition: all 400ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(5) {
        transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(6) {
        transition: all 600ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(7) {
        transition: all 700ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(8) {
        transition: all 800ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(9) {
        transition: all 900ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    
    li.menu_list_move:nth-child(10) {
        transition: all 1000ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    li.menu_list_move:nth-child(11) {
        transition: all 1100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    li.menu_list_move:nth-child(12) {
        transition: all 1200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
        transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    .footer_sp_add_box{
        width:90%;
        margin:3% auto;
        display: flex;
        justify-content: space-between;
    }
    .footer_add_item{
        width:30%;
        font-size:1em;
        color:#FFF;
        text-align:right;
    }
    .footer_add_detail{
        width:70%;
        font-size:1em;
        color:#FFF;
        text-align:left;
    }
    
    }

@media screen and (min-width: 1025px) {
header, nav, .coverGirl{
    display:none;
}
.top-headerWrap {
    position: relative;
    margin-top: -100px;
    background:#000;
    width: 100%;
    z-index: 9000;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.8);

}

.top-headerWrap .header {
    position: relative;
    width: 100%;
}

.top-headerWrap .header .logo {
    position: relative;
    width: 270px;
    padding: 5px 0 5px 20px;
    float: left;
}
.top-headerWrap .header .logo img{
	vertical-align:middle;
}

.top-headerWrap .header .logo a {
    display: block;
}

.top-headerWrap .header .logo a img {
    width: 100%;
}

.top-headerWrap .header dl.headerTelArea {
    position: relative;
    overflow: hidden;
    width:auto;
    margin-left: 5px;
    padding-top: 16px;
    float:left;
}

.top-headerWrap .header dl.headerTelArea dd {
    padding: 0 20px;
}

.top-headerWrap .header dl.headerTelArea dd span {
    display: inline-block;
    color: #FFF;
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    line-height:1.2em;
    text-shadow:2px 2px 1px #000000;
}

.top-headerWrap .header .menuWrap {
    position: relative;
    margin: -3px 0 0 200px;
    overflow: hidden;
}

.top-headerWrap .header .menuWrap .menu ul li {
    float: left;
    text-align: center;
    padding:25px 0 20px;
}

.top-headerWrap .header .menuWrap .menu ul li a {
    display: block;
    background: url(../img/common/header_menu_border.png) no-repeat left center;
}

.top-headerWrap .header .menuWrap .menu ul li a span {
    position: relative;
    display: block;
    color: #FFF;
    font-family: 'Crimson Text', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    padding: 12px 8px;
    margin: 5px 7px;

}

.top-headerWrap .header .menuWrap .menu ul li a:hover span {
    color: #edf903;
}
.top-headerWrap .header .menuWrap .menu ul li a:hover span b {
    color: #edf903;
}


.top-headerWrap .header .menuWrap .menu ul li a span b {
    color: #e7e1e1;
    font-size: 12px;
    transform: scale(0.9);
    line-height: 1;
    vertical-align: middle;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.headerWrap {
    position: relative;
    width: 100%;
    z-index: 9000;
}

.headerWrap .header {
    position: relative;
    width: 100%;
}

.headerWrap .header .logo {
    position: relative;
    width: 180px;
    padding: 16px 0 0 16px;
    float: left;
}

.headerWrap .header .logo a {
    display: block;
}

.headerWrap .header .logo a img {
    width: 100%;
}

.headerWrap .header dl.headerTelArea {
    position: relative;
    overflow: hidden;
    margin-left: 200px;
    padding-top: 13px;
}

.headerWrap .header dl.headerTelArea dd {
    float: left;
    padding: 0 20px;
}

.headerWrap .header dl.headerTelArea dd span {
    display: inline-block;
    color: #e7e1e1;
    font-family: 'Crimson Text', serif;
    font-size: 26px;
    line-height: 1;
}

.fix-headerWrap {
    height: 70px;
    margin-top: -60px;
    top: 0;
    overflow: hidden;
    display: none;
    min-width: 1140px;
}

.fix-headerWrap .fix-header {
    position: relative;
}

.fixMenu {
    position: fixed;
    top: 60px;
    left: 0;
    height: 70px;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transform: translateY(-100%);
	background:rgba(0, 0, 0, 0.9);
    display: block;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    min-width: 1140px;
}

.showHeader {
    transform: translateY(0);
}

.fix-headerWrap .fix-header .fix-logo {
    position: relative;
    width: 230px;
    top: 5px;
    left: 10px;
    display: block;
}

.fix-headerWrap .fix-header .fix-logo img {
    width: 100%;
}

.fix-headerWrap .fix-header .fix-menuWrap {
    position: absolute;
    top: 10px;
    right: 0;
    overflow: hidden;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul {}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li {
    float: left;
    text-align: center;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a {
    display: block;
    text-shadow:2px 2px 1px #000000;
    background: url(../img/common/header_menu_border.png) no-repeat left center;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span {
    position: relative;
    display: block;
    color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    padding: 12px 8px;
    margin: 5px 7px;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span b {
    color: #e7e1e1;
    font-size: 12px;
    transform: scale(0.9);
    line-height: 1;
    vertical-align: middle;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a:hover span {
    color: #edf903;
}
.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a:hover span b {
    color: #edf903;
}
.menu_list_effect {
    opacity: 1;
    filter: alpha(opacity=1);
}

.menu_list_move {
    opacity: 1;
    filter: alpha(opacity=100);

}

li.menu_list_move:nth-child(1) {
    transition: all 100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(2) {
    transition: all 200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(3) {
    transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(4) {
    transition: all 400ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(5) {
    transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(6) {
    transition: all 600ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(7) {
    transition: all 700ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(8) {
    transition: all 800ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(9) {
    transition: all 900ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(10) {
    transition: all 1000ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(11) {
    transition: all 1100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(12) {
    transition: all 1200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

.my-underline-from-left:hover:before,
.my-underline-from-left:focus:before,
.my-underline-from-left:active:before {
    right: 0;
}



.my-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.my-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #a8a8a7;
    height: 1.8px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.my-underline-from-left:hover:before,
.my-underline-from-left:focus:before,
.my-underline-from-left:active:before {
    right: 0;
}

.contents_header{
    background-color:rgba(0, 0, 0, 0.9);
	display: flex;
	padding: 5px 10px;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
    height: 80px;
    overflow: hidden;
    z-index: 9000;
}
.contents_header .site-logo {
    position: relative;
    width: 200px;
    padding: 5px 0 0;
    float: left;
}

.contents_header .site-logo a {
    display: block;
}

.contents_header .site-logo a img {
    width: 200px;
    vertical-align:bottom;
}

.contents_header dl.contentsTelArea {
    position: relative;
    overflow: hidden;
    width:270px;
    margin-top:5px;
    margin-left: 3px;
    float:left;
}

.contents_header dl.contentsTelArea dd {
    padding: 0 ;
}

.contents_header dl.contentsTelArea dd span {
    display: inline-block;
    color: #e7e1e1;
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    line-height:1.2em;
    text-shadow:2px 2px 1px #000000;
}
.contents_header .header .menuWrap {
    position: relative;
    margin: 0px 0 0 50px;
    overflow: hidden;
}

.contents_header .header .menuWrap .menu ul li {
    float: left;
    text-align: center;
    padding:10px 0;
}

.contents_header .header .menuWrap .menu ul li a {
    display: block;
    text-shadow:2px 2px 1px #000000;
    background: url(../img/common/header_menu_border.png) no-repeat left center;
}

.contents_header .header .menuWrap .menu ul li a span {
    position: relative;
    display: block;
    color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    padding: 12px 8px;
    margin: 5px 7px;

}

.contents_header .header .menuWrap .menu ul li a:hover span {
    color: #edf903;
}
.contents_header .header .menuWrap .menu ul li a:hover span b {
    color: #edf903;
}
.contents_header .header .menuWrap .menu ul li a span b {
    color: #e7e1e1;
    font-size: 12px;
    transform: scale(0.9);
    line-height: 1;
    vertical-align: middle;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.contents_inner {
	box-sizing: boder-box;
    background:#000;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 50px 10px 50px;
	color: #fff;
	text-align: center;
}
.contents_title{
	width:990px;
	height:auto;
	overflow:hidden;
	text-align:left;
	font-family: 'Crimson Text', serif;
	font-size:30px;
	font-weight:bold;
	color:#edf903;
    line-height:1em;
	margin:10px auto;
}
.contents_title div{
    font-size:24px;
}
.mg_contents_title{
	width:990px;
	height:auto;
	overflow:hidden;
	text-align:left;
	font-family: 'Crimson Text', serif;
	font-size:30px;
	font-weight:bold;
	color:#edf903;
    line-height:1em;
	margin:10px auto;
}
.mg_contents_title div{
    font-size:24px;
}
/************************************ÂtÂbÂ^Â[******************************************/

.footerBorderTop{
	background: -moz-linear-gradient(to bottom,#fdee86,#fef9d9 30%,#b66c09); 
	background: -webkit-linear-gradient(to bottom,#fdee86,#fef9d9 20%,#b66c09); 
	background: linear-gradient(to bottom,#fdee86,#fef9d9 30%,#b66c09);
	width:100%;
	height:20px;
	margin:0;
	text-align:center;
}
#footerContainer {
    position: relative;
    width: 1100px;
    margin:30px auto;
    padding: 10px 0;
    transform: skewX(-20deg);
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    text-align: center;
}
.footer_inner{
	transform: skewX(20deg);
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}
.footer_sp_Container, .footer_sp_logo{
    display:none;
}
.footer_logo{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.footer_logo img{
    width:500px;
	vertical-align:bottom;
}
.footer_add_box{
	display:table;
	table-layout:fixed;
	width:85%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.footer_add{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	font-size:24px;
	font-style:italic;
	color:#FFF;
	line-height:2em;
	width:50%;
	padding:1%;
    box-sizing: border-box;
}
.footer_add_tel{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:24px;
	font-style:italic;
	color:#FFF;
	line-height:2em;
	width:30%;
	padding:1%;
    box-sizing: border-box;
}
.footer_add .add_item{
	width:16%;
	text-align:left;
	font-size:24px;
	font-style:italic;
	color:#FFF;
	line-height:1.4em;
	padding-right:1%;
	float:left;
	box-sizing: border-box;
}
.footer_add .add_time{
	width:84%;
	text-align:left;
	font-size:24px;
	font-style:italic;
	color:#FFF;
	line-height:1.4em;
	float:right;
}
.footer_sitelink{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.footer_sitelinkbox{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	line-height:2em;
	width:auto;
	padding:1px;
	box-sizing:content-box;
}
.footer_sitelinkbox a{
	font-size:13px;
	color:#FFF;
}

}
/***************************ÂXÂNÂÂÂ[ÂÂÂgÂbÂv***************************/

.scroll_button a {
    position: relative;
    display: block;
    width: 500px;
    margin: 0 auto;
    background: #313131;
    color: #fff;
    overflow: hidden;

}
.scroll-top {
    position: fixed;
    z-index: 9990;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.scrollArea {
    position: relative;
    height: 40px;
    padding: 5px 0;
    width: 100%;
}

.scroll-top a.pageTopBtn {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 50px;
    position: relative;
    margin: -5px auto 0 auto;
}

.scroll-top a.pageTopBtn img {
    width: 100%;
}

.scroll-top a.pageTopBtn:hover {
    opacity: 0.6;
}

.scroll-top a span {
    color: #fff;
    font-size: 14px;
}


h1 {
    position: absolute;
    top: 16px;
    left: 5px;
    font-weight: normal;
    font-size: 10px;
    color: #626263;
    line-height: 1;
    height: 20px;
    overflow: hidden;
}

.breadcrumb_list {
    position: absolute;
    top: 6px;
    right: 5px;
    height: 20px;
    overflow: hidden;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li a {
    display: block;
    color: #626263;
    font-size: 10px;
    padding: 0 2px;
}

.breadcrumb_list li a:hover {
    color: #e7e1e1;
}

.breadcrumb_list li span {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list_profile {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}

.breadcrumb_list_profile ul {
    text-align: right;
}

.breadcrumb_list_profile li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list_profile li a {
    display: block;
    color: #626263;
    font-size: 10px;
    padding: 0 2px;
}

.breadcrumb_list_profile li a:hover {
    color: #e7e1e1;
}

.breadcrumb_list li_profile span {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list_profile ul li a {
    display: block;
    color: #626263;
    font-size: 9px;
    line-height: 9px;
    padding: 0 2px;

}

.breadcrumb_list_profile ul li span {
    display: block;
    color: #626263;
    font-size: 9px;
    line-height: 9px;
    padding: 0 2px;
}
