* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    display: block;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

html,
body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@keyframes body-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

body {
    background: #060606;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    transition: 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: body-fadeIn 2s ease 0s 1 normal;
    -webkit-animation: body-fadeIn 2s ease 0s 1 normal;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/index/img/pattern.png) repeat;
    top: 0;
    left: 0;
    z-index: 1;
}

#cover {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

#indexWrap {}

#wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 100px auto;
    text-align: center;
    z-index: 2;
    min-width: 320px;
}

#wrap p {
    font-size: 8px;
    text-align: center;
    color: #fff;
}

h1 {
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.logo {
    position: relative;
    text-align: center;
    width: 280px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

.entrance {
    position: relative;
    max-width: 640px;
    margin: -50px auto 0 auto;
    overflow: hidden;
}

.entrance ul {
    margin: 20px 0;
}

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

.entrance ul li a {
    display: block;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 38px;
    line-height: 1;
    background: #000;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
    padding: 3px;
    margin: 10px;
    color: #fff;
}

.entrance ul li a span {
    display: block;
    color: #fff;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 14px;
    line-height: 1;
}

#footerWrap position: relative;
width: 100%;
padding: 20px 5px;
opacity: 1;
transition: 0.6s ease-in-out;
margin: 100px 0 0 0;
}

#footerLine {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

#footerContainer {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

#footer {
    position: relative;
}

#footer dl {}

#footer dl dt {
    position: relative;
    width: 100px;
    float: left;
    margin: 0 0 0 10px;
}

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

#footer dl dd.infomation {
    margin-left: 125px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 6px 0 0 0;
}

#footer dl dd.infomation span.infomationTitle {
    color: #fff;
    line-height: 1;
    display: block;
    font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 16px;
    margin: 7px 0;
    letter-spacing: 0;
}

#footer dl dd.infomation span.infomationTitle b {
    font-weight: normal;
    letter-spacing: 0;
}

#footer dl dd.infomation span.infomationTitle b a {
    font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
}

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

#footer dl dd.copyRight {
    color: #868686;
    font-size: 10px;
    letter-spacing: 0;
    font-family: "Noto Sans JP", "メイリオ", serif;
    text-align: center;
    white-space: nowrap;
}

#footer dl dd#linkBanner {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 240px;
    border: 1px solid #fff;
}

#footer dl dd#linkBanner a img {
    width: 100%;
    border: 3px solid #ddd;
}

#footerBottomWrap {
    position: relative;
}

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

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

#footerBottom .link a {
    font-size: 10px;
    color: #868686;
    display: inline-block;
    margin: 2px 0 2px 5px;
    font-size:12px;
}

.newyear_notice {
    position: relative;
    max-width: 680px;
    width: 96%;
    margin: -70px auto 20px auto;
}

.newyear_notice dl {
    padding: 20px 10px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
}

.newyear_notice dl dt {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.newyear_notice dl dd {
    margin: 10px auto 0 auto;
    color: #000;
    font-size: 13px;
    text-align: left;
}
