@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: local('gothic'), url('/fonts/gothic.woff') format('woff'), url('/fonts/gothic.ttf') format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    /*    font-family: "M PLUS Rounded 1c", "Noto Sans JP", "���C���I", Meiryo, sans-serif;*/
    font-family: "Noto Sans JP", "���C���I", Meiryo, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: #141414;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*
font-family: "Noto Sans JP", sans-serif;
*/

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


@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes fadeIn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation: fadeOut .5s cubic-bezier(.55, 0, .1, 1) both;
    animation: fadeOut .5s cubic-bezier(.55, 0, .1, 1) both;
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

body {
    /*    background-color: #00eaff;*/
    /*    background-color: #61fcde;*/
    background-color: #fff;
    /*    background-image: url(/pc/img/bg_pink.png);*/
    background-image: url(/index/img/bg.jpg);
    background-repeat: repeat;
    background-position: 50% 0;
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 100%;
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;

}

.allWrap {
    /*
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
*/
}

.all-inner {
    position: relative;
    height: 100%;
}

h1 {
    font-size: 12px;
    color: #000;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    z-index: 9000;
}

#cover {
    position: relative;
    /* background-image: url(/index/img/20231027/cover.jpg); */
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    min-height: 600px;
}
#cover2 {
    position: relative;
    background-image: url(/index/img/20230710/cover.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    min-height: 600px;
}
#cover_gra {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/index/img/cover_gra.png) repeat;
    width: 100%;
    height: 299px;
    min-width: 1000px;
}

/*
#cover_gra {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(237, 155, 169, 0) 0%, rgba(237, 155, 169, 0.02) 1%, rgba(237, 155, 169, 1) 66%, rgba(237, 155, 169, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(237, 155, 169, 0) 0%, rgba(237, 155, 169, 0.02) 1%, rgba(237, 155, 169, 1) 66%, rgba(237, 155, 169, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 155, 169, 0) 0%, rgba(237, 155, 169, 0.02) 1%, rgba(237, 155, 169, 1) 66%, rgba(237, 155, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ed9ba9', endColorstr='#ed9ba9', GradientType=0);
    width: 100%;
    height: 299px;
    min-width: 1000px;
}
*/

#cover_under {
    position: relative;
    background-image: url(/index/img/nenmatsu/cover_under.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    min-width: 1000px;
    display: none;
}

#cover_border {
    width: 96%;
    height: 94%;
    border: 6px double #000;
    top: 3%;
    left: 2%;
    box-shadow: 0 0 2px #3e3e3e;
    position: absolute;
}

.logo {
    width: 500px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

.entrance {
    position: relative;
    width: 1000px;
    text-align: center;
    z-index: 9999;
    margin: -150px auto 100px auto;
}

.entrance ul {
    margin-top: 20px;
}

.entrance ul li.enter,
.entrance ul li.leave {
    position: relative;
    width: 50%;
    text-align: center;
    float: left;
}

.entrance ul li.enter a,
.entrance ul li.leave a {
    display: block;
    font-family: 'Alex Brush', sans-serif;
    font-size: 200px;
    line-height: 1;
    padding: 5px;
    margin: 10px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}

.entrance ul li a span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

.entrance ul li.enter a span,
.entrance ul li.leave a span {
    display: block;
    font-family: 'Oswald', serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin: -30px 0 0 0;
}

.entrance ul li a:hover {
    color: #333;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.entrance p.nt {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 20px;

}

.attWrap {
    width: 1000px;
    margin: 100px auto 0 auto;
    background: #fff;
    padding: 50px;
    text-align: center;
}

.att dt {
    position: relative;
}

.att dt b {
    font-family: "gothic", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #ff0000;
    line-height: 1;
    padding: 0 20px 10px 20px;
    background: #fff;
    display: inline-block;
    position: relative;
}

.att dt span {
    height: 1px;
    background: #ff0000;
    width: 600px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -300px;
    display: block;
}

.att dd {
    font-family: "gothic", sans-serif;
    font-size: 30px;
    line-height: 1;
}

.att dd.ja {
    font-size: 16px;
    line-height: 1;
    padding-top: 20px;
}

.recruitTitle {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.recruitTitle small {
    display: block;
    height: 2px;
    background: #fff;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -250px;
}

.recruitTitle b {
    font-family: 'gothic', 'Noto Sans JP'serif;
    color: #000;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 10px;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .banner {
        position: relative;
        max-width: 600px;
        margin: 0 auto;
        overflow: hidden;
    }

    .banner li {
        width: 100%;
        position: relative;
    }

    .banner li a {
        display: block;
        margin: 5px;
    }

    .banner li a img {
        width: 100%;
    }
}

@media only screen and (min-width:1281px) {
    .banner {
        position: relative;
        max-width: 1180px;
        margin: 0 auto;
        overflow: hidden;
    }

    .banner li {
        width: 50%;
        float: left;
        position: relative;
    }

    .banner li a {
        display: block;
        margin: 5px;
    }

    .banner li a img {
        width: 100%;
    }
}

.banner2{
    width: 468px;
    margin: 50px auto;
}
.banner2 li{
    margin-bottom: 10px;
}
.banner2 li a {
    display: block;
}
.banner2 li a img {
    width: 100%;
}
dl.info {
    margin: 20px 20px 20px 20px;
    padding: 50px 20px 20px 20px;
    text-align: center;
}

dl.info dt {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
    font-family: 'Cinzel', serif;
}

dl.info dd {
    color: #333;
    padding: 0 30px;
    font-size: 17px;
    line-height: 1;
    text-align: left;
}

dl.info dd.at {
    text-align: center;
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
    margin: 20px 0;
    font-size: 30px;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    /*    background: url(/pc/img/footer_bg.png) repeat;*/
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
}

.fv {
    /*    background: url(/index/img/2020newyear/footer_visual.png) 50% 0;*/
    width: 100%;
    height: 195px;
    position: relative;
}

#footerContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: #000;
    padding: 50px;
}

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

#footer dl {}

#footer dl dt {
    width: 200px;
    margin: 0 auto;
    padding-top: 30px;
    float: left;
}

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

#footer dl dd.info {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}

#footer dl dd.info span.infomationTitle {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

#footer dl dd.footerBorder {
    height: 6px;
    width: 100%;
    margin: 60px 0;
}


p#copyRight {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: '�l�r �o�S�V�b�N', serif;
    text-align: center;
    margin-top: 20px;
}

#footerBottomWrap {
    position: relative;
    background: #141414;
    min-width: 1000px;
    z-index: 2000;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

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

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
}

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

.noticeWrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0 0;
    margin-top: 30px;
}

.notice {
    background: url(/pc/img/system_bg.jpg) 50% 0;
    padding: 30px 20px 20px;
    border: 3px double #E41378;
}

.notice dt {
    text-align: center;
    font-size: 30px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.notice dd {
    padding: 20px 50px;
    line-height: 160%;
    font-size: 18px;
    text-align: left;
}

.notice dd b {
    color: #E41378;
    font-weight: 600;
}

.notice dd span {
    display: block;
text-align: center;
    margin: 10px 0;
}

.notice dd span small {
    background: rgba(255, 240, 0, 0.6);
    display: inline-block;
    padding: 2px 10px;
    font-weight: 600;
}

