@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", "メイリオ", Meiryo, sans-serif;*/
    font-family: "tsukua", "メイリオ", 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;
    background-image: url(/pc/img/bg2.jpg);
    width: 100%;
    height: 100%;
    min-height: 100%;
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
}


.allWrap {
    background-repeat: repeat;
    background-position: 50% 0;
    overflow: hidden;
    /*
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
*/
}

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

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

#cover {
    position: relative;
    min-height: 100%;
    z-index: 5;
}

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

.cover_graXmas {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(192, 22, 35, 0) 0%, rgba(192, 22, 35, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(192, 22, 35, 0) 0%, rgba(192, 22, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(192, 22, 35, 0) 0%, rgba(192, 22, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

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

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

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

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

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

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

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

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

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

.seasonLogo {
    position: absolute;
    top: 20px;
    left: 50%;
    max-width: 360px;
    width: 60%;
    transform: translate(-50%, 0);
}

.seasonLogo img {
    width: 100%;
}

.entranceWrap {
    position: relative;
    z-index: 10;
}

.entrance {
    position: relative;
    width: 460px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.entrance ul {
    position: relative;
}

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

.entrance ul li.enter a {
    display: block;
}

.entrance ul li.enter a b {
    text-align: center;
    font-family: 'Rock Salt', cursive;
    font-size: 70px;
    line-height: 1;
    margin: 30px 0 20px 0;
    position: relative;
    /* color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    display: inline-block;
    padding: 7% 5%;
    z-index: 10;
    color: #ff7a96;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

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

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

p.nt {
    font-size: 13px;
    text-align: center;
    color: #ff7a96;
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -2px;
}

p.nt a{
    font-size: 24px;
    display: inline-block;
    letter-spacing: -2px;
}


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

.attWrap {
    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%;
}


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

#footer-shadow {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
}

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

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

.footLogo {
    width: 300px;
    margin: 0 auto;
    display: none;
}

.footLogo img {
    width: 100%;
}

#footer dl {
    margin-top: 30px;
}

#footer dl dt {
    width: 240px;
    margin: 0 auto;
    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;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
}

#footer dl dd.fb {
    width: 80%;
    height: 1px;
    background: #685456;
    margin: 20px auto;
}

#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 {}

#footer dl dd.footerMenu ul {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#footer dl dd.footerMenu ul li {
    position: relative;
    width: 50%;
}

#footer dl dd.footerMenu ul li a {
    display: block;
    margin: 10px 4px;

}

#footer dl dd.footerMenu ul li:nth-child(odd) a {
    border-right: 1px solid #ccc;
}

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

#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: middle;
    padding: 2px;
}

#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: "gothic", "Noto Sans JP", sans-serif;
    text-align: center;
    margin-top: 20px;
    line-height: 140%;
}

#footerBottomWrap {
    position: relative;
    background: #000;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: left;
    color: #3e2c27;
}

#footerBottom span {
    display: block;
    overflow: hidden;
}

#footerBottom span a {
    display: block;
}


#footerBottom .link {
    font-size: 8px;
    color: #fff;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    padding: 3px 0;
}

.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;
    max-width: 320px;
}

.link-banner a{
    display: block;
    margin: 5px;
}
.link-banner a img{
    width: 100%;
}