* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: "Sawarabi Gothic", sans-serif;
    letter-spacing: 1px;
    color: #141414;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

a {
    text-decoration: none;
}

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

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*/ .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 {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #fff;
    background-image: url(/pc/img/contents_bg.jpg);
    background-repeat: repeat;
}

body#profileBody {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #fff;
    background-image: url(/pc/img/main_bg.jpg);
    background-repeat: repeat;
}

body#systemBody {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #fff;
    background: url(/pc/img/system_bg.jpg) repeat 50% 0;
}

body#recruitBody {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #fff;
    background: url(/pc/img/recruit_bg.jpg) repeat 50% 0;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-image: url(/pc/img/main_bg.jpg);
    background-repeat: repeat;
}

.bgRose {
    position: relative;
    background: url(/pc/img/bg_rose.png) repeat fixed;
    background-position: 50% 0%;
    width: 100%;
    height: 100%;
}

.double_border_title {
    background: url(/pc/img/double_border.png) repeat;
    text-align: center;
    margin: 10px auto 10px auto;
    height: 8px;
    max-width: 1000px;
}

.blinking {
    -webkit-animation: blink 3s ease-in-out infinite alternate;
    -moz-animation: blink 3s ease-in-out infinite alternate;
    animation: blink 3s ease-in-out infinite alternate;
}

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

/************************************TOP******************************************/
.topHeaderWrap {
    position: absolute;
    width: 429px;
    height: 100vh;
    background-image: url(/pc/img/top_menu_bg.webp);
    background-repeat: no-repeat;
    background-size: 429px 100%;
    top: 0;
    left: 0;
}

.topHeader {
    position: relative;
    height: 100%;
}

.topHeader .topLogo {
    width: 200px;
    padding: 0 0 20px 30px;
}

.topHeader .topLogo img {
    width: 100%;
}

.topHeader .topTxt {
    position: absolute;
    width: 700px;
    bottom: 50px;
    left: 80px;
}

.topHeader .topTxt img {
    width: 100%;
}

.topMenuWrap {
    width: 250px;
    position: absolute;
    top: 20%;
    left: 0;
}

.topMenu {
    margin: 0 0 0 50px;
}

.topMenu li a {
    display: inline-block;
    margin: 3px 0;
}

.topMenu li a span {
    display: block;
    color: #fff;
    /*    font-family: 'Josefin Sans', sans-serif;*/
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    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: 5px 8px;
}

.topMenu li a:hover span {
    color: #333;
}

.headerWrap {
    position: relative;
    width: 100%;
    z-index: 9000;
    /* background-color: #fff; */
}

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

.headerWrap .header .logo {
    position: relative;
    width: 220px;
    margin: 0 auto 20px auto;
}

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

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

.headerWrap .header .menuWrap {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    white-space: nowrap;
}

.headerWrap .header .menuWrap .menu {
    margin: 0 auto;
    width: 1025px;
    /*    width: 1060px;*/
}

_::-webkit-full-page-media,
_:future,
:root .headerWrap .header .menuWrap .menu {
    width: 1060px;
}

.headerWrap .header .menuWrap .menu ul li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.headerWrap .header .menuWrap .menu ul li:last-child a {
    border: none;
}

.headerWrap .header .menuWrap .menu ul li a {
    display: block;
    border-right: 1px solid #333;
}

.headerWrap .header .menuWrap .menu ul li a span {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    padding: 3px 8px;
    margin: 5px 7px;
    letter-spacing: 1px;
}

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

.headerWrap .header .menuWrap .menu ul li a:hover span {
    color: #fff;
}

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

.headerWrap .header .menuWrap .menu ul li a.active span {
    color: #fff;
    background: #198f94;
}

.headerWrap .header .menuWrap .menu ul li a.active span b {
    color: #cdbb84;
}

.fix-headerWrap {
    height: 69px;
    margin-top: -69px;
    top: 0;
    overflow: hidden;
    display: none;
}

.fix-headerWrap .fix-header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    height: 69px;
    /* background: #c8102e; */
    background: rgba(5, 56, 51, 0.8);
    background-image: url(/pc/img/fix_header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1200px;
}

.fixMenu {
    position: fixed;
    top: 69px;
    left: 0;
    height: 69px;
    z-index: 9999;
    width: 100%;
    transition: 0.6s ease;
    transform: translateY(-100%);
    display: block;
    overflow: hidden;
}

.showHeader {
    transform: translateY(0);
}

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

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

.fix-headerWrap .fix-header .fix-menuWrap {
    position: absolute;
    top: 20px;
    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;
    position: relative;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a {
    display: block;
    border-right: 1px solid #fff;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li:last-child a {
    border: none;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    padding: 3px 8px;
    margin: 5px 7px;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span b {
    color: #fff;
    font-size: 10px;
    transform: scale(0.8);
    line-height: 1;
    vertical-align: middle;
    display: block;
    text-align: center;
    transition: all 500ms 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: #333;
}

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

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a.active span {
    color: #333;
    background: #fff;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a.active span b {
    color: #cdbb84;
}

/*��ver*/
/*

.fix-headerWrap {

    height: 69px;

    margin-top: -69px;

    top: 0;

    overflow: hidden;

    display: none;

}



.fix-headerWrap .fix-header {

    position: relative;

    max-width: 1440px;

    margin: 0 auto;

    border-bottom: 1px solid #333;

    height: 69px;

    background: #fff;

}



.fixMenu {

    position: fixed;

    top: 69px;

    left: 0;

    height: 69px;

    z-index: 9999;

    width: 100%;

    transition: 0.6s ease;

    transform: translateY(-100%);

    display: block;

    overflow: hidden;

}



.showHeader {

    transform: translateY(0);

}



.fix-headerWrap .fix-header .fix-logo {

    position: relative;

    width: 180px;

    top: 5px;

    left: 10px;

    display: block;

}



.fix-headerWrap .fix-header .fix-logo img {

    width: 100%;

}



.fix-headerWrap .fix-header .fix-menuWrap {

    position: absolute;

    top: 20px;

    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;

    position: relative;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a {

    display: block;

    border-right: 1px solid #333;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li:last-child a {

    border: none;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span {

    position: relative;

    display: block;

    color: #333;

    font-family: 'Josefin Sans', sans-serif;

    font-size: 13px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 1;

    -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: 3px 8px;

    margin: 5px 7px;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span b {

    color: #333;

    font-size: 10px;

    transform: scale(0.8);

    line-height: 1;

    vertical-align: middle;

    display: block;

    text-align: center;

    -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: #fff;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a:hover span b {

    color: #fff;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a.active span {

    color: #fff;

    background: #c8102e;

}



.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a.active span b {

    color: #cdbb84;

}

*/
.menu_list_effect {
    opacity: 0;
    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);
}

#allWrap {
    position: relative;
    min-width: 1200px;
}

#wrap {
    width: 100%;
    height: 100%;
}

#contents {
    position: relative;
    min-height: 600px;
    padding: 30px 0 100px 0;
}

.contentsTitle {
    text-align: left;
    font-family: 'Cinzel', serif;
    color: #198f94;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px;
    background: transparent;
    border-left: solid 5px #198f94;
    margin: 50px 0 20px 10px;
}

.contentsTitle span {
    font-size: 14px;
    line-height: 1;
    color: #198f94;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 2px 0 0 0;
}

.contentsTitle2 {
    text-align: left;
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px;
    background: transparent;
    border-left: solid 5px #fff;
    margin: 20px 0 20px 0;
}

.contentsTitle2 span {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 2px 0 0 0;
}

.contentsSubTitle {
    text-align: center;
    margin: 80px 0 40px 0;
    font-family: 'Oswald', sans-serif;
    color: #cdbb84;
    font-size: 40px;
    line-height: 40px;
}

.contentsSubTitle span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #cdbb84;
    font-weight: bold;
    text-align: center;
}

.contents_border {
    position: relative;
    background: url(/js/profile/profile_border.png) no-repeat 50% 0;
    width: 100%;
    height: 54px;
    margin: 50px auto;
    width: 1000px;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    background-color: #198f94;
    background-image: url(/pc/img/footer_bg.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;

    /* background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); */
}

#footerContainer {
    position: relative;
    width: 96%;
    margin: 100px auto 35px auto;
    max-width: 1200px;
    min-width: 1000px;
    padding: 50px 0 50px 0;
    background: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
}

#footer {
    width: 1000px;
    margin: 0 auto;
}

#footer dl {}

#footer dl dt {
    width: 240px;
    margin: 0 auto 40px auto;
}

#footer dl dt img {
    width: 100%;
}

#footer dl dd {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

#footer dl dd.foot-info {
    font-family: 'Cinzel', serif;
    color: #333;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 700;
}

#footer dl dd.foot-info span {
    color: #333;
    font-size: 14px;
}

#footer dl dd ul.footerMenu {
    position: relative;
    margin: 40px auto;
    width: 930px;
}

#footer dl dd ul.footerMenu li {
    position: relative;
    float: left;
    text-align: center;
}

#footer dl dd ul.footerMenu li a {
    display: inline-block;
    margin: 0 15px;
}

#footer dl dd ul.footerMenu li b {
    font-weight: normal;
    font-size: 60%;
}

#footer dl dd ul.footerMenu li a.active span {
    color: #c8102e;
}

#footer dl dd ul.footerMenu li a span {
    color: #333;
    line-height: 1;
    padding: 5px 0;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
}

#footer dl dd ul.footerMenu li a:hover span,
#footer dd ul.footerMenu li a:hover span b {
    color: #c8102e;
}

#footer dl dd.footerBorder {
    background: url(/pc/img/footer_border.png) repeat;
    height: 6px;
    width: 100%;
    margin: 60px 0;
}

#footer dl dd#copyRight {
    color: #333;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: sans-serif;
    text-align: center;
    margin: 0 30px 0 0;
}

#footerBottomWrap {
    position: relative;
    background: #000;
    min-width: 1000px;
}

#footerBottom {
    position: relative;
    padding: 10px 0 10px 20px;
    text-align: left;
}

#footerBottom span {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 10px;
}

#footerBottom span a {
    margin-right: 4px;
    font-size: 10px;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
}

#footerBottom .link a {
    font-size: 10px;
    color: #fff;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #fff;
}

.scroll-top {
    position: fixed;
    width: 25px;
    bottom: 0;
    right: 20px;
    overflow: hidden;
    z-index: 1010;
    color: #e86d26;
}

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

.scroll-top a {
    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;
    margin-bottom: -7px
}

.scroll-top a:hover {
    margin-bottom: 0px
}

.scroll-top a span {
    color: #fff;
    font-size: 14px;
    color: #e86d26;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.H1-wrap {
    position: relative;
    height: 35px;
    overflow: hidden;
    background: #198f94;
    background-image: url(/pc/img/fix_header_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 5000;
}

.H1-wrap .H1-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.H1-wrap .H1-inner h1 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.H1-wrap .H1-inner span.telNumber,
.H1-wrap .H1-inner span.openTime {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    padding: 5px 15px 10px 10px;
}

.H1-wrap .H1-inner span.telNumber b,
.H1-wrap .H1-inner span.openTime b {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Cinzel', serif;
    padding-left: 8px;
}

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

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

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

/* .breadcrumb_list li a:hover {
    color: #000;
} */

.breadcrumb_list li span {
    display: block;
    color: #fff;
    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;
}

.blink {
    animation: blinkAnime 0.6s infinite alternate;
}

@keyframes blinkAnime {
    0% {
        color: rgba(255, 255, 255, 0)
    }

    100% {
        color: rgba(255, 255, 255, 1)
    }
}