#wrap {
    position: relative;
}

#contents {
    position: relative;
}

.top-titles {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
}

.top-titles span {
    display: inline-block;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 4.5vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
    /* color: #faf28d;
    background-color: #000; */
}

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

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

.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.5em;
    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%;
}



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

    CAMPAIGN

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

.campaign a img {
    width: 100%;
}

.campaign {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

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

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

    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;
    /* height: calc(100vh - 148px);
    width: calc(100% - 148px); */
    height: 100vh;
    width: 100%;
    padding: 74px 74px 74px 74px;
}

.topCoverWrap {
    position: relative;
    min-height: 480px;
    width: 100%;
}

.topCover {
    position: relative;
    background-image: url(/img/cover/cover_pc.webp);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 148px);
    border-radius: 30px;
}

.topCover::before {
    content: "";
    position: absolute;
    bottom: -74px;
    right: -74px;
    width: 70%;
    max-width: 600px;
    height: 600px;
    background-image: url(/img/cover/c-corner-br.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

.topCover::after {
    content: "";
    position: absolute;
    top: -74px;
    left: -74px;
    width: 70%;
    max-width: 600px;
    height: 600px;
    background-image: url(/img/cover/c-corner-tl.png);
    background-position: 0 0%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

.txt-group {
    position: relative;
    width: 100%;
    height: 100vh;
}

.txt-group span {
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
    background-image: url("/img/cover/text_group.png");
    background-repeat: no-repeat;
    background-size: 96% auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: 50% 50%;
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: #FDE6E3; */
    /* background: rgb(176, 227, 237);
    background: linear-gradient(45deg, rgba(176, 227, 237, 1) 0%, rgba(236, 232, 230, 1) 50%, rgba(246, 220, 185, 1) 100%); */
    margin: 0 auto;
    z-index: 101;
    background-image: url(/img/bg.webp);
    background-position: 50%;
    background-size: 100% auto;
}

.top-contents {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.top {
    position: relative;

}

.top-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.top-shadow {
    position: absolute;
    height: 10%;
    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%);
}

.flowArea {
    padding: 50px 0;
}

.salaryArea {
    padding: 50px 0;
}

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

    what's ATELIER

############################################################################## */
.aboutArea {
    padding: 50px 0;
    margin: 10px;
}

.notice {
    position: relative;
    text-align: center;
    border-top: 1px solid;
    padding: 50px 40px 0 40px;
    max-width: 1000px;
    margin: 0 auto;
}

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

.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: 140%;
}

.notice dd span.ns {
    position: relative;
    display: inline-block;
    font-size: 18px;
    transform: skewX(-6deg);
    background: linear-gradient(transparent 70%, rgba(255, 255, 0, 0.5) 70%);
}

.notice dd span.ns2 {
    display: inline-block;
    font-size: 24px;
    color: #ff8989;
    font-weight: 600;
}

.salaryIMG {
    padding: 50px 0 20px 0;
    margin: 0 0 0 -10%;
}

.salaryIMG img {
    width: 110%;
}

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

    POINT AREA

############################################################################## */
.pointArea {
    padding: 50px 0;
    text-align: center;
}

.pointWrap {
    position: relative;
    /*
    background-image: url(/img/cast_image_01.png), url(/img/cast_image_02.png);
    background-position: 5% 5%, center right;
    background-size: 600px auto, 600px auto;
    background-repeat: no-repeat;
    background-attachment: scroll, scroll;
    */





}

.pointWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

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

.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 {
    text-align: center;
    display: inline-block;
    height: 180px;
}

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

.pointWrap .point b {
    display: block;
    padding: 20px 10px 0 10px;
    font-size: 1.5em;
}

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

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

    SIMULATION

############################################################################## */
.sml {
    position: relative;
    text-align: center;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 100%;
    margin: 0 auto 0 -5%;
}

.sml dt.sml_img {
    position: relative;
    text-align: center;
    width: 80%;

}

.sml dt.sml_img span {
    display: block;
    position: relative;
    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%);
    padding: 10px;
}

/*
.sml dt.sml_img span::after {
    content: "";
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
}
    */

.sml dt.sml_img img {
    width: 100%;
}

/*
.sml dt.sml_img:before,
.sml dt.sml_img:after {
    border-top: 1px solid #333;
    content: "";
    width: 20%;
}
.sml dt.sml_img:before {
    margin-right: 20px;
}

.sml dt.sml_img:after {
    margin-left: 20px;
}
*/

.sml dd {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 60%;
    transform: translate(0, -50%);
    line-height: 200%;
    text-align: left;
    /* border-right: 1px solid #333;
    border-bottom  : 1px solid #333;
    border-left    : 1px solid #333; */
}

.sml dd span {
    line-height: 200%;
    text-align: left;
    padding: 20px;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.sml dd span::after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sml dd b {
    display: inline-block;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 900;
    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: 5px 10px;
}

.sml2 {
    position: relative;
    text-align: center;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 100%;
    margin: 0 -5% 0 auto;
}

.sml2 dt.sml2_img {
    position: relative;
    text-align: center;
    width: 80%;
    margin-left: 20%;

}

.sml2 dt.sml2_img span {
    display: block;
    position: relative;
    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%);
    padding: 10px;
}

/*
.sml2 dt.sml2_img span::before {
    content: "";
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
}
    */

.sml2 dt.sml2_img img {
    width: 100%;

}

.sml2 dd {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 60%;
    transform: translate(0, -50%);
    text-align: left;
}

.sml2 dd span {
    line-height: 200%;
    text-align: left;
    display: block;
    padding: 20px;
    display: block;
    position: relative;
    margin-top: 10px;
}

.sml2 dd span::after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sml2 dd b {
    display: inline-block;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 900;
    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: 5px 10px;
}

.top-section {
    position: relative;
    width: calc(100% - 148px);
    margin: 50px 74px;
    border-radius: 30px;
    background-color: #f9f8f5;
}

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

    RECRUIT

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

.recruitWrap {
    position: relative;
}

.recruit {
    position: relative;
    max-width: 1180px;
    width: 96%;
    margin: 0 auto;
    padding: 30px 50px;
}

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

table.recruitTable tr {
    position: relative;
}

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


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

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

table.recruitTable tr td.shopName b{
    display: inline-block;
    font-size: 4.5vmin;
    transform: scaleY(1.1);
}

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

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

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: #be8a3a;

}

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: #be8a3a;
    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: #be8a3a;
    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: #be8a3a;
    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 {
    padding: 50px 0;
}

.contactWrap {
    position: relative;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.contactList {
    position: relative;
    text-align: center;
    width: 33.333333%;
    margin: 10px auto;
}

.contactList .contact {
    position: relative;
    margin: 0 5px;
}

.contactList .contact dl {
    position: relative;
    padding: 20px 0 0 0;
}

.contactList .contact dl dt {
    position: relative;
    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 {
    opacity: 0.8;
}

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

.contactList .contact dl dd {
    position: relative;
    background: #facac8;
    box-shadow: 0px 0px 0px 5px #facac8;
    border: dashed 2px white;
    padding: 20px;
    width: 80%;
    margin: 5px auto 0 auto;
    text-align: left;
    z-index: 10;
    display: flex;
}

.contactList .contact dl dd::after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #facac8 #f9f8f5 #facac8;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.contactList .contact dl dd p {
    position: relative;
    line-height: 160%;
}

.contactList .contact dl dd p::before {
    content: "";
    position: absolute;
    top: -47px;
    left: -47px;
    width: 50%;
    height: 300px;
    background-image: url(/img/cover/c-corner-tl.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

.contactList .contact dl dd p::after {
    content: "";
    position: absolute;
    bottom: -47px;
    right: -47px;
    width: 50%;
    height: 300px;
    background-image: url(/img/cover/c-corner-br.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

.formArea {
    position: relative;
    max-width: 1040px;
    width: 96%;
    margin: 0 auto;
    /*    background-image: url(/img/contents_bg.png);*/
    background-repeat: repeat;
    padding: 50px 10px 0 10px;
}

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

    FAQ

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

.qaArea {
    padding: 50px 0;
}

.qaWrap {
    position: relative;
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
}

.qa {
    position: relative;
}

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

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

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

}

.flow {
    position: relative;
    border-right: 1px solid #FFBD4E;
    border-bottom: 1px solid #F6788E;
    border-left: 1px solid #F6788E;
    border-top: 1px solid #FFBD4E;
    padding: 50px 5% 50px 5%;
    background-image: url(/img/flow_bg.jpg);
    /* filter: grayscale(0.5); */
    background-position: 50%;
    background-size: cover;
}

/*
.flow::after {
    content: "";
    height: 70%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
}
    */

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

.flow-titles span {
    text-align: center;
    display: block;
    height: 180px;
}

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

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

.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: 0 0 3px 0;
    margin: 3px 2px;
    letter-spacing: 0;
}

/*
.bftl {
    position: absolute;
    top: -60px;
    left: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame_tl.png);
    background-size: cover;
}

.bftr {
    position: absolute;
    top: -60px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame_tl.png);
    background-size: cover;
    transform: rotate(90deg);
}

.bfbr {
    position: absolute;
    bottom: -20px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame_tl.png);
    background-size: cover;
    transform: rotate(-180deg);
}

.bfbl {
    position: absolute;
    bottom: -20px;
    left: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/img/frame_tl.png);
    background-size: cover;
    transform: rotate(-90deg);
}
*/

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