.flowers {
    position: fixed;
    overflow: hidden;
    pointer-events: none;
    display: none;
}

.flowers img {
    width: 100%;
}

.flower1 {
    top: 30px;
    left: 0;
    width: 262px;
}

.flower2 {
    top: 60%;
    right: 50px;
    width: 349px;
}

.flower3 {
    top: 30%;
    left: 30%;
}

.flower4 {
    top: 60%;
    left: 100px;
    width: 120px;
}

.flower5 {
    top: 3%;
    right: 0%;
    width: 271px;
}

.flower5 img {}

.flower6 {
    top: 80%;
    left: 100px;
    width: 208px;
}

.flower7 {
    bottom: 0%;
    left: 30%;
    width: 400px;
}

.flower7 img {
    transform: rotateY(180deg);
    transform-origin: center center;
}

.flower8 {
    top: 10%;
    right: 20%;
    width: 200px;
}

.flower10 {
    top: 0;
    left: 0;
}

#wrap {
    position: relative;
}

#contents {
    position: relative;
}

.video-title {
    margin-top: -60px;
}

.top-titles {
    position: relative;
    display: inline-block;
    text-align: center;
    transform: skewX(-11deg);
    padding: 50px 0 30px 0;
}

.top-titles span {
    position: relative;
    display: inline-block;
    font-family: 'Sorts Mill Goudy', sans-serif;
    font-size: 4.5vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -1px;
}

.top-titles span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -34px;
    width: 30px;
    height: 30px;
    background-image: url(/img/title_star_left.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.top-titles span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -28px;
    width: 30px;
    height: 30px;
    background-image: url(/img/title_star_right.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.top-titles b {
    position: relative;
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.5vmax;
    letter-spacing: 0.25em;
}

.top-titles b::before,
.top-titles b::after {
    content: "";
    display: block;
    height: 1px;
    background: #281b13;
    width: 3em;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.top-titles b::before {
    left: -4em;
}

.top-titles b::after {
    right: -4em;
}

.top-titles-img {
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 0 40px 0;
    z-index: 10;
}

.top-titles-img img {
    width: 100%;
    max-width: 680px;
}

.sub-titles {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
    z-index: 10;
}

.sub-titles span {
    display: inline-block;
    font-family: 'Sorts Mill Goudy', sans-serif;
    font-size: 3vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    /* color: #faf28d;
    background-color: #000; */
}

.sub-titles b {
    position: relative;
    display: inline-block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.3vmax;
    letter-spacing: 0.25em;
}

.sub-titles b::before,
.sub-titles b::after {
    content: "";
    display: block;
    height: 1px;
    background: #281b13;
    width: 3em;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.sub-titles b::before {
    left: -4em;
}

.sub-titles b::after {
    right: -4em;
}

.qa-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 100px 0 0 0;
    overflow: hidden;
}

.qa-titles span {
    display: block;
    padding: 0 50px 0 0;
    height: 300px;
}

.qa-titles span img {
    height: 100%;
}

.recruit-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 60px 0 20px 0;
}

.recruit-titles span {
    display: block;
    padding: 0 50px;
    height: 300px;
}

.recruit-titles span img {
    height: 100%;
}

/* ##############################################################################

    PARALLAX BG

############################################################################## */
.cd-fixed-bg {
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url('/img/fix_bg2.jpg');
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url('/img/fix_bg2.jpg');
    padding: 50px 0;

}

.cd-fixed-bg.cd-bg-3 {
    background-image: url('https://shu-naka-blog.com/wp-content/uploads/2020/03/img003.jpg');
}

.cd-fixed-bg.cd-bg-4 {
    background-image: url('https://shu-naka-blog.com/wp-content/uploads/2020/03/img004.jpg');
}

.notice-bg {
    position: relative;
    padding: 100px 0 70px 0;
    /*
    background-image: url("/img/cast_image_01.png"), url("/img/cast_image_02.png");
    background-size: 30% auto, 32% auto;
    background-position: top left, 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll, scroll;
    padding: 50px 0;
    */
}

/* ##############################################################################

    COVER

############################################################################## */

/* #topCoverWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 480px;
} */

.coverArea {
    position: relative;
    z-index: 1000;
}

.topCoverWrap {
    position: relative;
    min-height: 480px;
    width: auto;
    /* height: calc(100vh - 100px);
    padding: 0 20px 0 20px; */
}

.topCoverWrap::after {
    content: "aaaaa";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-image: url(/img/footer_visual.webp);
    background-repeat: repeat-x;
    background-size: 53px 20px;
    background-position: 50%;
}

.topCover {
    position: relative;
}

.topCover img {
    width: 100%;
}

#top-wrap {
    position: relative;
    /* width: calc(100% - 40px); */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fbdad1;
    background-image: url(/img/bg/bg.webp);
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: 100% auto;
    padding: 20px 0 300px 0;
}

#top-contents {
    position: relative;
    width: auto;
}

.top {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1080px;
    /* background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); */
    background-color: #fff;
    background-image: url(/img/inner_visual_center.png);
    background-size: 100% auto;
    background-repeat: repeat;
    margin: 0 auto 0 auto;
    z-index: 1500;
}

.top::before {
    content: "";
    background-image: url(/img/inner_visual_top.png);
    background-size: 100% auto;
    width: 1080px;
    height: 169px;
    position: absolute;
    left: 0;
    top: -169px;
}

.top::after {
    content: "";
    background-image: url(/img/inner_visual_under.png);
    background-size: 100% auto;
    width: 1080px;
    height: 169px;
    position: absolute;
    left: 0;
    bottom: -169px;
}

.top-section {
    position: relative;
    text-align: center;
}

.top-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    /* padding: 50px 0; */
    z-index: 1;
}

/* .top-inner::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 300px;
    height: 98px;
    background-image: url(/img/frame/ribbon_pink.png);
    background-size: 300px 98px;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 11;
} */

.top-inner::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
    /* background-color: #fef1eb;
    background: rgb(254, 244, 242);
    background: radial-gradient(circle, rgba(254, 244, 242, 1) 0%, rgba(249, 170, 153, 1) 100%); */
    background-color: #fff;
    z-index: -1;
}

.f-tl {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame/tl.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.f-t {
    display: block;
    width: calc(100% - 60px);
    height: 30px;
    background-image: url(/img/frame/t.png);
    background-size: 30px 30px;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
    pointer-events: none;
}

.f-tr {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame/tr.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

.f-r {
    display: block;
    width: 30px;
    height: calc(100% - 60px);
    background-image: url(/img/frame/r.png);
    background-size: 30px 30px;
    background-repeat: repeat;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

.f-br {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame/br.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

.f-b {
    display: block;
    width: calc(100% - 60px);
    height: 30px;
    background-image: url(/img/frame/b.png);
    background-size: 30px 30px;
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 10;
    pointer-events: none;
}

.f-bl {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame/bl.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.f-l {
    display: block;
    width: 30px;
    height: calc(100% - 60px);
    background-image: url(/img/frame/l.png);
    background-size: 30px 30px;
    background-repeat: repeat;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.c-tl {
    display: block;
    width: 30px;
    height: 32px;
    background-image: url(/img/frame/ctl.png);
    background-size: 30px 32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    pointer-events: none;
}

.c-tr {
    display: block;
    width: 30px;
    height: 32px;
    background-image: url(/img/frame/ctr.png);
    background-size: 30px 32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    pointer-events: none;
}

.c-br {
    display: block;
    width: 30px;
    height: 32px;
    background-image: url(/img/frame/cbr.png);
    background-size: 30px 32px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    pointer-events: none;
}

.c-bl {
    display: block;
    width: 30px;
    height: 32px;
    background-image: url(/img/frame/cbl.png);
    background-size: 30px 32px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    pointer-events: none;
}

.top-shadow {
    position: absolute;
    height: 30%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.foot-shadow {
    position: absolute;
    height: 10%;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* ##############################################################################

    INTERVIEW

############################################################################## */

.videoArea {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.videoWrap {
    position: relative;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.videoWrap::before {
    content: "";
    position: absolute;
    top: -90px;
    left: 50%;
    width: 200px;
    height: 200px;
    background-image: url(/img/frame/ribbon_black.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 11;
}

.video-inner {
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
    background-color: #cc5498;
    border: 3px dashed #2c2728;
    overflow: hidden;
    margin: 13px 0 0 12px;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
}

video {
    width: 100%;
    display: block;
}

.video-cmt {
    position: relative;
    margin: 30px auto 0 auto;
    width: 80%;
    padding: 20px 30px;
    border: dashed 2px #2c2728;
    background: rgba(246, 220, 214, 0.3);
    box-shadow: 0px 0px 0px 10px rgba(246, 220, 214, 0.3);
    border-radius: 240px 35px 100px 15px / 15px 200px 30px 185px;
    text-align: center;
}

.video-cmt dt {
    position: relative;
    padding: 20px 0 0 0;
    width: 500px;
    margin: 0 auto;
}

.video-cmt dt img {
    width: 100%;
}

.video-cmt:before,
.video-cmt:after {
    content: '';
    position: absolute;
    top: -20px;
    width: 2px;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    /* background-color: black; */
}

.video-cmt:before {
    left: 20px;
}

.video-cmt:after {
    right: 20px;
}

.video-cmt dd {
    font-size: 1.2em;
    line-height: 180%;
    padding: 20px 30px;
    text-align: left;
}
/* ##############################################################################

    CAMPAIGN

############################################################################## */
.campaignArea {
    padding: 100px 0 50px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.campaign a img {
    width: 100%;
}

.campaign {
    position: relative;
    text-align: left;
}

.campaign a {
    display: block;
    padding: 10px;
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    /* background: rgb(176, 141, 104);
    background: linear-gradient(0deg, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%); */
}

.campaign dd {
    font-family: "Noto Serif JP", serif;
    line-height: 180%;
}

.campaign dd b.nb {
    display: inline-block;
    line-height: 180%;
}

.campaign dd span.ns {
    display: inline-block;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    /* background-color: #ff8487; */
    background-color: #fff;
    padding: 0 0 3px 0;
    margin: 3px 2px;
    letter-spacing: 0;
}

.campaign dd span.ns2 {
    display: inline-block;
    line-height: 26px;
    background-color: #ffe200;
    border-radius: 13px;
    padding: 0 10px;
}

#campaignArea dl {
    position: relative;
    padding: 50px 0 100px 0;
}

#campaignArea dl dt {
    overflow: hidden;
    padding: 10px;
    background: rgb(176, 141, 104);
    background: linear-gradient(0deg, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
}

#campaignArea dl dt img {
    width: 100%;
    /* border: 10px solid #ee509b; */
}

#campaignArea dl dd.disTit {
    position: relative;
    margin: 20px 0;
}

#campaignArea dl dd.disTit b {
    font-family: "Noto serif JP", serif;
    font-size: 40px;
    color: #ee509b;
    display: inline-block;
}

#campaignArea dl dd.disBody {
    color: #fafafa;
    line-height: 140%;
    font-size: 10px;
}

#campaignArea dl dd.disBody span {
    display: block;
    font-size: 18px;
    line-height: 160%;
    color: #fafafa;
}

/* ##############################################################################

    what's MOULIN ROUGE

############################################################################## */
.aboutArea {
    position: relative;
    padding: 50px 0;
}

/* .aboutArea::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/bbb.png);
    background-position: 50%;
    background-size: 600px auto;
    background-repeat: repeat;
    transform: skewY(-9deg);
    transform-origin: top left;
    z-index: 0;
} */

.noticeWrap {
    position: relative;
    padding: 20px 0 50px 0;
    margin: 0 auto;
    background-image: url(/img/girl_01.webp), url(/img/inner_bg01.webp);
    background-position: 95% 2%, 50% 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 120%, calc(100% - 20px) calc(100% - 20px);
    text-align: center;
    z-index: 1;
}

.noticeWrap::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 300px;
    height: 98px;
    background-image: url(/img/frame/ribbon_pink.png);
    background-size: 280px 92px;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 11;
}

.notice dt {
    position: relative;
    text-align: center;
    padding: 20px 10px;
    transform: skewX(-9deg);
}

.notice dt::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/fukidashi_left.png), url(/img/fukidashi_right.png);
    background-size: 36px 42px, 36px 42px;
    background-position: 100px 10px, calc(100% - 100px) 10px;
    background-repeat: no-repeat, no-repeat;
}

.notice dt span {
    display: inline-block;
    color: #2b2627;
    font-size: 3.5em;
    font-weight: 700;
    /* background: linear-gradient(transparent 60%, #feee11 40%); */
    background: #feee11;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.notice dt span:nth-child(2) {
    white-space: nowrap;
    letter-spacing: -3px;
}

.notice dt img {
    height: 70px;
}

.notice {
    position: relative;
    text-align: left;
    margin: 50px 50px 0 50px;
    width: 550px;
}

.notice dd {
    border-top: 3px double;
    padding: 20px 10px 0 10px;
    font-family: "Noto Serif JP", serif;
}

.notice dd ul.average {
    position: relative;
    text-align: center;
}

.notice dd ul.average li {
    text-align: center;
    margin: 40px 0 40px 0;
}

.notice dd ul.average li img {
    height: 220px;
}

.notice dd b.nb {
    display: inline-block;
    line-height: 160%;
    font-size: 1.3em;
}

.notice dd span.ns {
    display: inline-block;
    font-size: 1.4em;
    font-family: "Noto Serif JP", serif;
    /* background-color: #9d805b; */
    color: #fff;
    margin: 1px 2px;
    padding: 0 5px;
    letter-spacing: 0;
    background-color: #0f1013;
}

.notice dd span.ns2 {
    display: inline-block;
    line-height: 26px;
    background-color: #ffe900;
    border-radius: 13px;
    padding: 0 10px;
}


/* ##############################################################################

    POINT AREA

############################################################################## */
.pointArea {
    padding: 50px 0;
    text-align: center;
    /* background-image: url(/img/point_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto; */
}

.pointArea .top-inner::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    left: 50%;
    width: 130px;
    height: 100px;
    background-image: url(/img/frame/ribbon_black.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 10;
}

.pointWrap {
    position: relative;
    padding: 50px 0;
}

.pointWrap::after {
    content: "";
    background-image: url(/img/point_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto;
    background-position: 50%;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
    top: 13px;
    left: 13px;
    z-index: 0;
}

.point-girl {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.point-girl img {
    width: 100%;
}

.pointWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    z-index: 1;
}

.pointWrap .point {
    position: relative;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 1% 50px 1%;
    display: flex;
}

.pointWrap .point:nth-child(1) {
    animation-delay: 0.3s;
}

.pointWrap .point:nth-child(2) {
    animation-delay: 0.5s;
}

/* .pointWrap .point:nth-child(3) {
    animation-delay: 0.7s;
}

.pointWrap .point:nth-child(4) {
    animation-delay: 0.9s;
}

.pointWrap .point:nth-child(5) {
    animation-delay: 1.1s;
}

.pointWrap .point:nth-child(6) {
    animation-delay: 1.3s;
} */

.pointWrap .point span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
}

.pointWrap .point span img {
    width: 100%;
}

.pointWrap .point b {
    position: relative;
    display: block;
    text-align: left;
    width: 96%;
    padding: 130px 5% 5% 5%;
    margin: 35px auto 0 auto;
    font-size: 1.25em;
    background: rgba(255, 255, 255, 0.9);
    z-index: 0;
}

.pointWrap .point:nth-of-type(odd) b {
    border: 3px dashed #a7effe;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.pointWrap .point:nth-of-type(even) b {
    border: 3px dashed #fff474;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.pointWrap .point b small {
    display: inline-block;
    line-height: 160%;
}

/* ##############################################################################

    SALARY

############################################################################## */

.salaryArea {
    position: relative;
}

.salaryWrap {
    position: relative;
    padding: 30px 20px 50px 20px;
}

.salaryWrap::after {
    content: "";
    background-image: url(/img/salary_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto;
    background-position: 50%;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
    top: 13px;
    left: 13px;
    z-index: 0;
}

.salary-img {
    position: relative;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.salary-img img {
    width: 100%;
}

.ex {
    position: relative;
    text-align: left;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.ex dd {
    position: relative;
}

.ex dd.salary-txt {
    width: 90%;
    margin: 0 auto;
    padding: 20px 30px;
}

.ex dd b.nb {
    display: inline-block;
    line-height: 160%;
    font-size: 1.2em;
}

.ex dd span.ns {
    display: inline-block;
    font-size: 2em;
    font-family: "Noto Serif JP", serif;
    background-color: #2b2627;
    color: #fff;
    padding: 0 5px;
    letter-spacing: 0;
    font-weight: 600 !important;
}

/* ##############################################################################

    RECRUIT

############################################################################## */
.recruitArea {
    padding: 50px 0;
}

.recruitArea .top-inner::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    left: 50%;
    width: 130px;
    height: 100px;
    background-image: url(/img/frame/ribbon_black.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 10;
}

.recruitWrap {
    position: relative;
    padding-top: 50px;
}

.recruitWrap::after {
    content: "";
    background-image: url(/img/recruit_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto;
    background-position: 50%;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 13px;
    left: 13px;
    z-index: 0;
}

.recruit {
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: 30px 50px;
    z-index: 20;
}

table.recruitTable {
    border-collapse: separate;
    width: 100%;
    border-spacing: 0 10px;
    color: #f085b2;
}

table.recruitTable tr {
    position: relative;
}

table.recruitTable tr th {
    display: inline-block;
    width: 30%;
    text-align: left;
    font-size: 1.8em;
    padding: 15px 15px 15px 0;
    color: #f085b2;
}

table.recruitTable tr td {
    text-align: left;
    font-size: 1.6em;
    padding: 15px 10px 15px 15px;
    line-height: 140%;
    /* border-left: 1px solid #333; */
    color: #f085b2;
    display: inline-block;
    width: 70%;
}

table.recruitTable tr td.shopName {
    width: 100%;
    padding: 15px 10px 15px 0;
}

table.recruitTable tr td.shopName span {
    font-size: 1.8em;
    transform: scaleY(1.1);
    display: inline-block;
    color: #f085b2;
}


table.recruitTable tr td strong {
    font-family: inherit;
    display: inline-block;
    padding-left: 5px;
    font-size: 2.5vmin;
    color: #f085b2;
    background: linear-gradient(transparent 50%, rgba(250, 250, 0, 0.6) 50%);
}

table.recruitTable tr td b {
    font-size: 60%;
    display: block;
    line-height: 140%;
    color: #f085b2;

}

table.recruitTable tr td span {
    display: block;
    line-height: 140%;
}

table.recruitTable tr td span a {
    display: inline-block;
    line-height: 140%;
    transition: 0.3s ease;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 5px 0;
    color: #f085b2;

}

table.recruitTable tr td span a::after {
    content: "";
    /* background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%); */

    background: #f085b2;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease;
    z-index: -1;
}

table.recruitTable tr td span a:hover::after {
    width: 100%;
    left: 0;
}

table.recruitTable tr td span a:hover {
    color: #fff;
    padding: 5px;
}

table.recruitTable tr td span a i {
    font-size: 2.5vmin;
    transition: 0.3s ease;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    color: #f085b2;
    line-height: 2.5vmin;

}

table.recruitTable tr td span a:hover i {
    color: #fff;
}

table.recruitTable tr td ul {
    display: flex;
    flex-wrap: wrap;
}

table.recruitTable tr td ul li {
    display: inline-block;
}

table.recruitTable tr td ul li small {
    display: block;
    color: #fff;
    background-color: #f085b2;
    padding: 3px 10px;
    margin: 3px;
    font-size: 60%;
}


table.recruitTable tr td.map {
    filter: grayscale(40%);
    padding: 20px 0 0 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100% !important;
}

/* ##############################################################################

    CONTACT

############################################################################## */

.contactArea {
    position: relative;
    padding: 50px 0;
}

.contactArea .top-inner::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    left: 50%;
    width: 130px;
    height: 100px;
    background-image: url(/img/frame/ribbon_black.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 10;
}

.contactWrap {
    position: relative;
    padding: 50px 20px 50px 20px;
}

.contactWrap::after {
    content: "";
    background-image: url(/img/contact_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto;
    background-position: 50%;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
    top: 13px;
    left: 13px;
    z-index: 0;
}

.contactList {
    position: relative;
    text-align: center;
    max-width: 600px;
    width: 90%;
    margin: 10px auto;
    z-index: 1;
}

.contactList .contact {
    position: relative;
}

.contactList .contact dl {
    /* background-image: url(/img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%; */
    padding: 50px 0 0 0;
}

.contactList .contact dl dt {
    position: relative;
    max-width: 500px;
    min-width: 280px;
    margin: 0 auto;
    z-index: 5;
}

/* .contactList .contact dl dt::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #2b2b2b;
    position: absolute;
    top: 50%;
    left: -150px;
} */

.contactList .contact dl dt a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    /* background-color: #000;
    box-shadow: 0 10px 3px rgba(0, 0, 0, 0.1); */
    transition: 0.3s ease;
}

.contactList .contact dl dt a img {
    width: 100%;
    transition: 0.3s ease;
}

.contactList .contact dl dt a:hover {
    /* box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); */
}

.contactList .contact dl dt a:hover img {
    /* opacity: 0.6; */
}

.contactList .contact dl dd {
    position: relative;
    line-height: 180%;
    font-size: 1.2em;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
    max-width: 90%;
    z-index: 4;
}

.formArea {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;

}

/* ##############################################################################

    FAQ

############################################################################## */
.accordion-content {
    display: none;
}

.accordion-header {
    position: relative;
    background-color: #FFF;
    transition: background .3s ease;
}

.accordion-header::before,
.accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background: #0f1013;
}

.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.accordion-header.active::after {
    transform: rotate(0deg);
}

.accordion-content {
    background-color: #FFF;
}

.accordion-header span::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    color: #151E2F;
    font-size: 17px;
}

.accordion-content span::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    color: #151E2F;
    font-size: 17px;
}

/* hover */
.accordion-header:hover {
    background-color: #F2F2F2;
    cursor: pointer;
}

.qaArea {
    position: relative;
    padding: 50px 0;
}

.qaArea .top-inner::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    left: 50%;
    width: 130px;
    height: 100px;
    background-image: url(/img/frame/ribbon_black.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 10;
}

.qaWrap {
    position: relative;
    padding: 0 0 100px 0;
    text-align: left;
}

.qaWrap::after {
    content: "";
    background-image: url(/img/qa_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto;
    background-position: 50%;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
    top: 13px;
    left: 13px;
    z-index: 0;
}

.qa {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}

.qa dl {
    position: relative;
    padding: 30px 5% 0 5%;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.qa dl.s1 {
    animation-delay: 0.3s;
}

.qa dl.s2 {
    animation-delay: 0.4s;
}

.qa dl.s3 {
    animation-delay: 0.5s;
}

.qa dl.s4 {
    animation-delay: 0.6s;
}

.qa dl.s5 {
    animation-delay: 0.7s;
}

.qa dl.s6 {
    animation-delay: 0.8s;
}

.qa dl.s7 {
    animation-delay: 0.9s;
}

.qa dl.s8 {
    animation-delay: 1s;
}

.qa dl.s9 {
    animation-delay: 1.1s;
}

.qa dl.s10 {
    animation-delay: 1.2s;
}

.qa dl dt {
    position: relative;
    overflow: hidden;
}

.qa dl dt span.Q {
    margin-right: 14px;
    display: block;
    float: left;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 60px;
    width: 100px;
    color: #f085b2;
    text-align: center;
    font-weight: normal;
}

.qa dl dt small {
    display: inline-block;
    overflow: hidden;
    font-size: 1.5em;
    color: #f085b2;
    /* font-family: "Noto Serif JP", serif; */
    letter-spacing: 1px;
    line-height: 180%;
    padding-top: 10px;
    word-break: break-all;
    background-image: linear-gradient(transparent 55%, rgba(250, 250, 0, 0.6) 55%, rgba(250, 250, 0, 0.6) 85%, transparent 85%);
}

.qa dl dd {
    margin: 20px 0 10px 0;
    padding-bottom: 30px;
    border-bottom: 1px dotted #60472e;
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
}

.qa dl dd span.A {
    margin-right: 14px;
    display: block;
    float: left;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 60px;
    width: 100px;
    text-align: center;
    font-weight: normal;
}

.qa dl dd small {
    display: block;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 180%;
    padding-top: 10px;
    /* font-family: "Noto Serif JP", serif; */
}

/* ##############################################################################

    FLOW

############################################################################## */

.subTitle2 {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.subTitle2:before,
.subTitle2:after {
    border-top: 1px solid #333;
    content: "";
    width: 100%;
}

.subTitle2:before {
    margin-right: 0;
}

.subTitle2:after {
    margin-left: 0;
}

.subTitle2 span {
    text-align: center;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    line-height: 1;
    display: block;
    transform: skewX(-11deg);
    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;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0;
    padding: 2px;
    /*    transform: skewX(-8deg);*/
}

.subTitle2 b {
    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;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    display: block;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
    .subTitle2 span {
        color: #a18861;
        background: none;
    }

    .subTitle2 b {
        color: #a18861;
        background: none;
    }
}


/*
.flowWrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.flowInner {
    position: relative;
    padding: 100px 2% 0 2%;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
    */

.flowArea {
    position: relative;
    text-align: center;
}

.flowArea .top-inner::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    left: 50%;
    width: 130px;
    height: 100px;
    background-image: url(/img/frame/ribbon_black.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 10;
}

.flowWrap {
    position: relative;
    padding: 50px 0;
}

.flowWrap::after {
    content: "";
    background-image: url(/img/flow_bg.jpg);
    background-repeat: repeat;
    background-size: 180px auto;
    background-position: 50%;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 26px);
    top: 13px;
    left: 13px;
    z-index: 0;
}

.flowInner {
    position: relative;
    width: 90%;
    margin: 0 auto 10px auto;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 1;
}

.flow {
    position: relative;
    text-align: left;
    width: 96%;
    margin: 0 auto;
}

.flow-titles {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.flow-titles span {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.flow-titles span img {
    width: 100%;
}

.flow dl {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.flow dl.flow01 {
    margin-top: -10%;
}

.flow dl.flow02 {
    margin-top: -10%;
}

.flow dl.flow03 {
    margin-top: -10%;
}

.flow dl.flow04 {
    margin-top: -10%;
}

.flow dl.flow05 {
    margin-top: -10%;
}

.flow dl.flow06 {
    margin-top: -10%;
}

.flow dl dd {
    line-height: 200%;
    position: relative;
    z-index: 2;
}

.flow dl dd span {
    display: inline-block;
    line-height: 180%;
    font-size: 1.2em;
    padding: 0 10px;
}

.flow dl dd span b {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8em;
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    color: #fff;
    padding: 3px 3px 7px 3px;
    margin: 3px 2px 3px -10px;
    letter-spacing: 0;
    white-space: nowrap;
}

.contentsHeader {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.contentsHeader img {
    width: 100%;
}

.contentsHeader .contentsTitle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.contentsHeader .contentsTitle span {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 80px;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 400;
    color: rgba(245, 122, 143, 0);
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contentsHeader .contentsTitle:first-letter {
    font-size: 100px;
}

.contentsHeader .contentsTitle h1 {
    font-size: 20px;
    line-height: 1;
    margin-top: -5px;
    font-weight: bold;
    letter-spacing: 4px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    padding: 3px 20px;
    color: #fff;
    /* font-family: "Noto Serif JP", serif; */
}

.header-shadow {
    height: 20vh;
    width: 100%;
    background: rgb(242, 242, 242);
    background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.TextTyping {}

/*========= タイピング ===============*/
.TextTyping span {
    display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite;
}

@keyframes typinganime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*========= フェードテキスト ===============*/
.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

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

    100% {
        opacity: 1;
    }
}