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

@font-face {
    font-family: "tsukua";
    src: url("/fonts/tsukua_web.eot?") format('eot'),
        url("/fonts/tsukua_web.woff2") format('woff2'),
        url("/fonts/tsukua_web.woff") format('woff');
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    /*    font-family: "Noto Sans JP", "���C���I", Meiryo, sans-serif;*/
    font-family: "tsukua", "���C���I", Meiryo, sans-serif;
    font-weight: normal;
    color: #5b5b5b;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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: #fff;
    width: 100%;
    height: 100%;
    min-height: 100%;
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;

    /* background-image: url(/pc/img/bg2.jpg); */
}

.allWrap {
    position: relative;
    background-color: #fff;
    min-width: 1000px;
    overflow: hidden;
}

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

.fix-headerWrap {
    height: 97px;
    top: 0;
    left: 0;
    background-position: 50% 0;
    width: 100%;
    position: fixed;
    z-index: 11;
}

.fix-header {
    position: relative;
}

.fix-header #ribbonTop {
    position: absolute;
    width: 300px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.fix-header #ribbonTop img {
    width: 100%;
}

.fix-logo {
    position: absolute;
    width: 200px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

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

h1 {
    font-size: 16px;
    color: #685456;
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
}

#cover {
    position: relative;
    background-image: url(/index/img/cover2.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
    z-index: 5;
    min-height: 1080px;
}

#cover_gra {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    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);
}

.season1 {
    position: relative;
    background-image: url(/index/img/2022summer/001.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    z-index: 5;
}

.season2 {
    position: relative;
    background-image: url(/index/img/2022summer/002.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    z-index: 5;
}

#logo {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%) rotate(-7deg);
    width: 50%;
    max-width: 480px;
}

#logo img {
    width: 100%;
    ;
}

.entranceWrap {
    position: relative;
    transform: translateY(-100px);
    z-index: 10;
}

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

.entrance::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 59px;
    top: 80px;
    left: -200px;
    background-image: url(/pc/img/text_visual_l.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: none;

}

.entrance::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 59px;
    top: 80px;
    right: -200px;
    background-image: url(/pc/img/text_visual_r.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.entrance ul {}

.entrance ul li.enter {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 8;
}

.entrance ul li.enter a b {
    text-align: center;
    font-family: 'Rock Salt', sans-serif;
    font-size: 120px;
    line-height: 1;
    margin: 30px 0 20px 0;
    position: relative;
    color: #ff7a96;
    display: inline-block;
    padding: 10% 3%;
    z-index: 10;
    transition: 0.3s ease;
}

.entrance ul li.enter a:hover b {
    color: #fcff00;
}

@media all and (-ms-high-contrast: none) {
    .entrance ul li.enter a b {
        color: #ff7a96;
        background: none;
    }
}

.entrance ul li.enter a span {
    font-size: 22px;
    line-height: 1;
    color: #ff7a96;
    margin: -50px 0 0 0;
    background: none;
    z-index: 9;
    display: block;
    text-align: right;
    font-weight: bold;
}

p.nt {
    font-size: 12px;
    text-align: center;
    color: #ff7a96;
    margin-top: 50px;
}

p.nt a {
    font-size: 16px;
    color: #ff7a96;
    display: inline-block;
    text-decoration: underline;
    padding: 0 5px;
}

p.nt2 {
    position: absolute;
    top: 0;
    left: 0;
}

.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;
    margin: 20px 0;
    font-size: 30px;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    /* background-image: url(/index/img/footer_bg.jpg);
    background-position: 50% 0; */
    background: #FDE1E6;
    z-index: 7999;
}

#footerContainer {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

#footer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 0 auto;
    padding: 50px 0 0 0;
}

#footer dl {
    padding: 30px 0 0 0;
}

#footer dl dt {
    width: 240px;
    float: left;
}

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

#footer dl dd.info {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #685456;
    overflow: hidden;
    margin: 0 0 0 220px;
    font-size: 24px;
    line-height: 1;
    text-align: right;
    padding: 36px 0 0 0;
}

#footer dl dd.fb {
    width: 100%;
    height: 1px;
    background: #ffced3;
    margin: 20px 0 20px 0;
}

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

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

#footer dl dd.footerMenu ul {
    position: relative;
    text-align: right;
    overflow: hidden;
    padding-right: 3px;
    margin-top: -10px;
}

#footer dl dd.footerMenu ul li {
    position: relative;
    display: inline-block;
}

#footer dl dd.footerMenu ul li a {
    display: block;
    margin: 10px 4px;
    border-right: 1px solid #ffced3;
    padding: 0 12px 0 0;
    color: #685456;
}

#footer dl dd.footerMenu ul li:last-child a {
    margin: 10px 0 10px 6px;
    padding: 0 0 0 0;
    border: none;
}

#footer dl dd.footerMenu ul li a.active span {
    color: #685456;
    text-decoration: line-through
}

#footer dl dd.footerMenu ul li a span {
    color: #685456;
    line-height: 1;
    padding: 5px 0;
    display: block;
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-size: 12px;
    vertical-align: bott;
    padding: 2px;
}

#footer dl dd.footerMenu ul li a:hover span {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

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

#footer dl dd p#copyRight {
    color: #685456;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "gotic", sans-serif;
    text-align: right;
    margin-top: 20px;
}

.dbanner {
    width: 260px;
    margin: 10px 0 0 auto;
}

.dbanner img {
    width: 100%;
}

#footerBottomWrap {
    position: relative;
    background: #fff;
    margin-top: 20px;
}

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

#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: #a6d3f4;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 11px;
    line-height: 1;
    color: #a6d3f4;
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: 600;
}

#footerBottom .link a:hover {
    color: #cea041;
}

.scroll-top {
    position: fixed;
    z-index: 7998;
    width: 100%;
    z-index: 12;
    left: 0;
    bottom: 0;
    height: 95px;
    margin-top: -95px;
    background-image: url(/index/img/foot_visual.png);
    background-position: 50% 0;
    display: none;
}

.scroll-top .scrollArea {
    position: relative;
}

.scroll-top #ribbonBottom {
    position: absolute;
    width: 260px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

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

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

.link-banner {
    position: relative;
    text-align: center;
    margin: 50px auto 0 auto;
    max-width: 380px;
}

.link-banner li{
    display: block;
}

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

.link-banner a img {
    width: 100%;
}