#searchNaviWrap {
    position: relative;
    text-align: right;
    margin: 20px 0 0 auto;
    background: #000;
    border: 2px solid #f4dcdb;
    border-radius: 26px;
    padding: 0 10px;
    display: inline-block;
    float: right;
    overflow: hidden;
}

#searchNavi {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

#searchNavi li {
    text-align: center;
}

#searchNavi li a {
    display: block;
    color: #000;
    font-family: 'Sorts Mill Goudy', serif;
    padding: 15px 10px;
    color: #fff;
    border-right: 1px solid #f4dcdb;
    font-size: 16px;
    line-height: 1;
}

#searchNavi li:last-child a {
    border: none;
}

#searchNavi li a span {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 1;
}

#searchNavi li.active a {
    color: #e7027f;
    width: 100%;
    /*        background: #e7027f;*/
    display: block;
}

#searchNavi li.active a span {
    text-decoration: underline;
    color: #e7027f;
}

#searchNavi li a:hover {
    color: #e7027f;
}

#searchNavi li a:hover span {
    color: #e7027f;
}

/******************************************コンパニオンリスト******************************************/
.c-h1 {
    position: relative;
    text-align: center;
    padding: 20px;
}

.c-h1 h1 {
    position: relative;
    display: inline-block;
    padding: 10px 20px;

}

.c-h1 h1:before,
.c-h1 h1:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.c-h1 h1:before {
    border-left: solid 2px #ff8bc1;
    border-top: solid 2px #ff8bc1;
    border-bottom: solid 2px #ff8bc1;
    left: 0;
}

.c-h1 h1:after {
    content: '';
    border-top: solid 2px #ffa784;
    border-right: solid 2px #ffa784;
    border-bottom: solid 2px #ffa784;
    right: 0;
}

.c-h1 h1 span {
    display: block;
    font-size: 14px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
}

.contentsLogo {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 220px;
    z-index: 101;
}

.contentsLogo a {
    display: block;
    position: relative;
}

.contentsLogo a img {
    width: 100%;
}

.contentsLogo a h1 {
    position: absolute;
    top: 42px;
    right: 45px;
    text-align: center;
    line-height: 1;
    font-size: 8px;
    white-space: nowrap;
    width: 175px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
}

@media all and (-ms-high-contrast: none) {
    .contentsLogo a h1 {
        color: #e7027f;
        overflow: hidden;
        background: none;
    }
}

.companionWrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FDE6E3;
    padding: 76px 0 100px 0;
}

/* @media only screen and (min-width:1840px) {
} */
/*
.nirinCover {
    position: relative;
    background-image: url(/sp/img/nirin_cover.jpg);
    background-position: 50% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100vh;
}
*/

.nirinCover {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.nirinCover img {
    width: 100%;
}

.companion {
    position: relative;
    width: 100%;
    /* top: 70px;
    height: calc(100vh - 160px); */
    align-items: center;
    padding: 0 3px;
}

@media only screen and (max-width:680px) {
    .companion {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 50%;
    }

    .companion li.thumb-list:nth-child(2n+1) {
        animation-delay: 0.3s;
    }

    .companion li.thumb-list:nth-child(2n+2) {
        animation-delay: 0.4s;
    }
}

@media screen and (min-width: 681px) {
    .companion {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    .companion li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.3s;
    }

    .companion li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.4s;
    }

    .companion li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.5s;
    }

    .companion li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.6s;
    }
}

@media screen and (min-width: 1080px) {
    .companion {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

    .companion li.thumb-list:nth-child(5n+1) {
        animation-delay: 0.3s;
    }

    .companion li.thumb-list:nth-child(5n+2) {
        animation-delay: 0.4s;
    }

    .companion li.thumb-list:nth-child(5n+3) {
        animation-delay: 0.5s;
    }

    .companion li.thumb-list:nth-child(5n+4) {
        animation-delay: 0.6s;
    }

    .companion li.thumb-list:nth-child(5n+5) {
        animation-delay: 0.7s;
    }
}

/*
.list_effect {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transform-origin: center center;
    visibility: hidden;
}

.list_move {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: center center;
    visibility: visible;
}
*/
.companion li.thumb-list {
    position: relative;
    /* min-width: 360px;
        width: 20vw; */
    text-align: center;
    transition-delay: 0.1s;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.companion li.thumb-list a.ca {
    display: block;
    padding: 3px;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
    /* border: 1px solid #ccc; */
    z-index: 1;
    overflow: hidden;
    margin: 3px;
}

.companion li.thumb-list a.ca:hover {}

.companion li.thumb-list a.ca span.thumb-wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.companion li.thumb-list.finished a.ca span.thumb-wrap {
    background: #ddd;

}

.companion li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s ease;
    transition: 0.8s ease;
    opacity: 1;
    height: 64vh;
    min-height: 400px;
    /* min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100); */
    background-size: auto 100%;
    background-position: 50% 50%;
    transform: scale(1);
}

.companion li.thumb-list.finished a.ca span.thumb-p {
    opacity: 0.6;
}

.companion li.thumb-list.finished a.ca:hover span.thumb-p {
    opacity: 1;
}

.companion li.thumb-list a.ca:hover span.thumb-p {
    transform: scale(1.06);
    /* filter: saturate(30%) grayscale(30%); */
}

@media all and (-ms-high-contrast: none) {
    .companion li.thumb-list a.ca:hover span.thumb-p {
        transform: scale(1);
        opacity: 0.6;
    }
}

.companion li.thumb-list a.ca span img.companionThumb {
    width: 100%;
}

.companion li.thumb-list a.ca:hover span img.companionThumb {}

.companion li.thumb-list dl {
    position: absolute;
    width: 92%;
    max-width: 296px;
    z-index: 10;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.companion li.thumb-list dl .name-inner {
    display: block;
    border: 2px solid #eeeae6;
    position: relative;
    background-color: #eeeae6;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); */
}

.companion li.thumb-list dl .name-inner .name-area {
    border: 1px solid #ebe6ed;
    display: block;
    padding: 10px 0 5px 0;
    background: rgb(254, 251, 250);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefbfa', endColorstr='#fcf4f5', GradientType=0);
    border-radius: 6px;
}

.companion li.thumb-list dl span.nf-TL {
    background-image: url(/pc/img/name_frame_TL.png);
    width: 34px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

.companion li.thumb-list dl span.nf-TR {
    background-image: url(/pc/img/name_frame_TR.png);
    width: 34px;
    height: 24px;
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

.companion li.thumb-list dl span.nf-BR {
    background-image: url(/pc/img/name_frame_BR.png);
    width: 34px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

.companion li.thumb-list dl span.nf-BL {
    background-image: url(/pc/img/name_frame_BL.png);
    width: 34px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

.companion li.thumb-list dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 26px;
    line-height: 1;
    color: #b35379;
    padding: 5px 0 6px 0;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.companion li.thumb-list dl dt.name b {
    font-size: 14px;
    color: #b35379;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    background-color: #c8132e;
}

.companion li.thumb-list dl dt.name span {
    display: block;
    color: #b35379;
    font-size: 12px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
}

.companion li.thumb-list dl small {
    height: 1px;
    width: 30px;
    display: block;
    background: #d56390;
    margin: 5px auto;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 8px;
    color: #d56390;
    padding-top: 6px;
    letter-spacing: 0;
}

.companion li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 2px;
    color: #b35379;
    letter-spacing: 0;
}

.companion li.thumb-list .newMark2 {
    position: absolute;
    top: -10px;
    left: -70px;
    width: 180px;
    transform: rotate(-14deg);
    z-index: 10;
}

.companion li.thumb-list .newMark2 img {
    width: 100%;
}

.companion li.thumb-list a.ca .rankingIcon {
    position: absolute;
    width: 90px;
    top: -80px;
    left: -5px;
    transform-origin: center bottom;
}

.companion li.thumb-list a.ca .rankingIcon.premium {
    position: absolute;
    width: 100px;
    top: -87px;
    left: -15px;
    transform-origin: center bottom;
}

.companion li.thumb-list a.ca .rankingIcon img {
    width: 100%;
}

.companion li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 0;
    right: 3px;
}

.companion li.thumb-list a.ca .ss-icon li {
    margin: 3px 0;
    text-align: right;
}

.companion li.thumb-list a.ca .ss-icon .shameMark {}

.companion li.thumb-list a.ca .ss-icon .shameMark span {
    display: inline-block;
    background: rgba(255, 139, 193, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: 1;
    padding: 3px 8px;
    color: #fff;
    border-radius: 9px;
}

.companion li.thumb-list a.ca .ss-icon .reviewMark {}

.companion li.thumb-list a.ca .ss-icon .reviewMark span {
    display: inline-block;
    background: rgba(0, 208, 239, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: 1;
    padding: 3px 8px;
    color: #fff;
    border-radius: 9px;
}

.companion li.thumb-list a.ca .ss-icon .nsMark {}

.companion li.thumb-list a.ca .ss-icon .nsMark span {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    padding: 3px 0 3px 0;
    color: yellow;
}


.companion li.thumb-list a.ca .ss-icon .movieMark {}

.companion li.thumb-list a.ca .ss-icon .movieMark span {
    display: block;
    font-family: "Roboto", sans-serif;
    background: rgba(255, 167, 132, 0.7);
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: 1;
    padding: 3px 8px;
    color: #fff;
    border-radius: 9px;
}

.companion li.thumb-list a.ca .type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3px;
    margin-top: 3px;
    min-height: 38px;
}

.companion li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;
    width: 50%;
}

.companion li.thumb-list a.ca .type-icon li:nth-child(5),
.companion li.thumb-list a.ca .type-icon li:nth-child(6),
.companion li.thumb-list a.ca .type-icon li:nth-child(7),
.companion li.thumb-list a.ca .type-icon li:nth-child(8),
.companion li.thumb-list a.ca .type-icon li:nth-child(9),
.companion li.thumb-list a.ca .type-icon li:nth-child(10),
.companion li.thumb-list a.ca .type-icon li:nth-child(11),
.companion li.thumb-list a.ca .type-icon li:nth-child(12),
.companion li.thumb-list a.ca .type-icon li:nth-child(13),
.companion li.thumb-list a.ca .type-icon li:nth-child(14),
.companion li.thumb-list a.ca .type-icon li:nth-child(15),
.companion li.thumb-list a.ca .type-icon li:nth-child(16),
.companion li.thumb-list a.ca .type-icon li:nth-child(17),
.companion li.thumb-list a.ca .type-icon li:nth-child(18),
.companion li.thumb-list a.ca .type-icon li:nth-child(19),
.companion li.thumb-list a.ca .type-icon li:nth-child(20),
.companion li.thumb-list a.ca .type-icon li:nth-child(21),
.companion li.thumb-list a.ca .type-icon li:nth-child(22),
.companion li.thumb-list a.ca .type-icon li:nth-child(23),
.companion li.thumb-list a.ca .type-icon li:nth-child(24),
.companion li.thumb-list a.ca .type-icon li:nth-child(25),
.companion li.thumb-list a.ca .type-icon li:nth-child(26) {
    display: none;
}

.companion li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 3px 0;
    margin: 2px;
    font-size: 9px;
    line-height: 1;
    background: #fff;
    border-radius: 7.5px;
    white-space: nowrap;
}

.companion li.thumb-list a.ca .debut {
    position: absolute;
    top: 42px;
    left: 7px;
    z-index: 1001;
    display: flex;
    flex-wrap: wrap;
}

.companion li.thumb-list a.ca .debut li {
    display: inline-block;
}

.companion li.thumb-list a.ca .debut li.newMark {
    display: none;
}

.companion li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    border-radius: 6px 0 0 0;
    overflow: hidden;
}

.companion li.thumb-list a.ca .nirinMark img {
    width: 100%;
}

.companion li.thumb-list a.ca .rePhoto {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 68px;
}

.companion li.thumb-list a.ca .rePhoto img {
    width: 100%;
}

.companion li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    float: right;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    margin: 0 2px;
    width: 26px;
    height: 26px;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
    border-radius: 50%;
    overflow: hidden;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-litlink {
    background: #9594fc;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t {
    background: #333;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    /* background: #2daae1; */
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-l {
    background: #07b53b;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-g {
    background: #fff;
}


.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
    z-index: 1;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 23px;
    left: -18px;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    z-index: 0;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span {
    display: block;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span img {
    padding-top: 5px;
    height: 22px;
    display: inline-block;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t a.snsA span img {
    padding: 7px 0 0 1px;
    height: 20px;
}


.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
}

.companion li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    max-width: 320px;
    transform: translate(-50%, 0);
    width: 90%;
    white-space: nowrap;
}

.companion li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.shiftMark_txt {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    white-space: nowrap;
    justify-content: center;
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 0) 0%, rgba(255, 139, 193, 1) 50%, rgba(255, 167, 132, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff8bc1', endColorstr='#00ffa784', GradientType=1);
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    padding: 3px 0;
}

.shiftMark_txt li {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.companion li.thumb-list a.ca span.shiftTime {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    max-width: 320px;
    transform: translate(-50%, 0);
    width: 100%;
    white-space: nowrap;
}

.companion li.thumb-list a.ca span.shiftTime b {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.tdr {
    animation-name: rota;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

@keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rota {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.shiftMark_txt li:nth-child(1) {
    animation-delay: 0.6s;
}

.shiftMark_txt li:nth-child(2) {
    animation-delay: 1s;
}

.shiftMark_txt li:nth-child(3) {
    animation-delay: 1.4s;
}

.shiftMark_txt li:nth-child(4) {
    animation-delay: 1.8s;
}

.shiftMark_txt li:nth-child(5) {
    animation-delay: 2.2s;
}

.shiftMark_txt li:nth-child(6) {
    margin-left: 10px;
    animation-delay: 2.6s;
}

.shiftMark_txt li:nth-child(7) {
    animation-delay: 3s;
}

.shiftMark_txt li:nth-child(8) {
    animation-delay: 3.4s;
}

.shiftMark_txt li:nth-child(9) {
    animation-delay: 3.8s;
}

.companion li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.companion li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.companion li.thumb-list a.ca:hover span.shiftMark2 {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.companion li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.companion li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    padding: 10px 0;
}

.companion li.thumb-list a.ca:hover span.shiftMark3 {
    opacity: 0;
    transform: translate(-50%, -50%);
}

.companion li.thumb-list a.ca p.shiftTime {
    position: relative;
}

.companion li.thumb-list a.ca .pecialist {
    white-space: nowrap;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(0, 0);
    background-image: url(/pc/img/specialist.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    width: 100%;
    height: calc(100% - 170px);
}

.thumb-shadow {
    display: block;
    margin-top: -8px;
}

.thumb-shadow img {
    width: 100%;
}

/* きらん */
.anim-box.flare {
    opacity: 1;
    position: relative;
    display: block;
}

.anim-box.flare::after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.anim-box.flare:hover::after {
    animation: flare 0.6s linear 1;
}

@media all and (-ms-high-contrast: none) {
    .anim-box.flare:hover::after {
        animation: none;
    }
}

@keyframes flare {
    0% {
        transform: scale(2) rotate(45deg);
        opacity: 0;
    }

    20% {
        transform: scale(20) rotate(45deg);
        opacity: 0.6;
    }

    40% {
        transform: scale(30) rotate(45deg);
        opacity: 0.4;
    }

    80% {
        transform: scale(45) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/******************************************スケジュール******************************************/
#scheduleNavWrap {
    position: relative;
    min-width: 320px;
    margin: 5px auto 0 auto;
    padding: 0 6px;
}

#scheduleNav {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

#scheduleNavWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 680px;
    min-width: 320px;
    margin: 0 auto 6px auto;
    display: -ms-flexbox;
    padding-top: 5px;
}

/*
#scheduleNavWrap ul::before{
    content: "DATE";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-60px, 0%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.2);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}
*/

#scheduleNavWrap ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 12.5%;

}

#scheduleNavWrap ul li a {
    display: block;
    padding: 8px 1.5em;
    /* margin: 0 3px; */
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 6px 6px 0 0;
}

#scheduleNavWrap ul li:first-child a {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

#scheduleNavWrap ul li a:hover {
    background: #f2f2f2;
}

#scheduleNavWrap ul li.active a {
    background-color: #ff8bc1;
    border-radius: 6px 6px 0 0;
    padding: 13px 1.5em 8px 1.5em;
    margin-top: -5px;
}

#scheduleNavWrap ul li.active a span {
    color: #fff;
}

#scheduleNavWrap ul li.active a span b {
    color: #fff;
}

#scheduleNavWrap ul li a span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #8a8a8a;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#scheduleNavWrap ul li a span b {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #8a8a8a;
    font-size: 12px;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#scheduleNavWrap ul li a span.sun {
    color: #ff0000;
}

#scheduleNavWrap ul li a span.sat {
    color: #8080ff;
}

#scheduleNavWrap ul li a span.sun b {
    color: #ff0000;
}

#scheduleNavWrap ul li a span.sat b {
    color: #8080ff;
}

#scheduleNavWrap ul li a:hover span.sun,
#scheduleNavWrap ul li a:hover span.sun b,
#scheduleNavWrap ul li a:hover span.sat,
#scheduleNavWrap ul li a:hover span.sat b {}

.systemWrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: #e5c5ba; */
    min-width: 320px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 10px 10px 0 10px;
}

.system-shadow {
    position: absolute;
    height: 50%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
    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='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /*
    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);
    */
}

.system {
    position: relative;
    padding: 0 10px 100px 10px;
    background-color: #fff;
}

.sysBG1 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/pc/img/sys_bg1.png);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.sysBG2 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/pc/img/sys_bg2.png);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.flowers {
    position: fixed;
}

.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 {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 400px;
}

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

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


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


.systemMain {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100px;

    /*
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    */

}

.systemContainer {
    position: relative;
    margin: 50px auto 0 auto;
    overflow: hidden;
    /*
    padding: 20px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
     */

    /* border: 20px solid #f1c8ca; */
}

.system-inner {
    position: relative;
    /* background-color: #fff; */
    padding: 20px 0 0 0;

}

.sysTitle {
    position: relative;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    padding: 10px 0;
}

.sysTitle:before,
.sysTitle:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.sysTitle:before {
    border-left: solid 2px #ff8bc1;
    border-top: solid 2px #ff8bc1;
    border-bottom: solid 2px #ff8bc1;
    left: 0;
}

.sysTitle:after {
    content: '';
    border-top: solid 2px #ffa784;
    border-right: solid 2px #ffa784;
    border-bottom: solid 2px #ffa784;
    right: 0;
}

.sysTitle span {
    text-align: center;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    display: block;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    padding: 1px 30px;
    letter-spacing: 4px;
    white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
    .sysTitle span {
        text-align: center;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 24px;
        display: block;
        color: #ffa784;
        overflow: hidden;
        background: none;
    }

    .sysTitle span b {
        color: #a18861;
        font-size: 12px;
        display: block;
        line-height: 1;
        letter-spacing: 4px;
        padding: 2px 0;
        white-space: nowrap;
    }
}

.sysTitle span b {
    color: #a18861;
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    padding: 2px 0;
    white-space: nowrap;
}

table.systemTable {
    position: relative;
    border-collapse: separate;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    /*    border-spacing: 0 10px;*/

}

table.systemTable tr {}

table.systemTable tr th {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #8a8a8a;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fae5da', GradientType=1);
    border: 1px solid rgba(250, 229, 218);
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}


table.systemTable tr td {
    text-align: left;
    font-size: 20px;
    padding: 5px 0 10px 10px;
    line-height: 140%;
    width: 100%;
    color: #525252;
    border-bottom: 1px solid #fae5da;
    display: block;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}

table.systemTable tr td a {
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 140%;
    display: inline-block;
    color: #525252;
    font-family: 'Noto Serif JP', serif;
}

table.systemTable tr td b {
    display: block;
    font-size: 12px;
    color: #525252;
    line-height: 140%;
}

table.systemTable tr td dl {
    display: inline-block;
    text-align: center;
}

table.systemTable tr td dl dt {
    text-align: left;
    padding: 0 0 0 20px;
    color: #525252;
}

table.systemTable tr td dl dd span {
    font-size: 60px;
    font-family: "Noto Serif JP", serif;
    color: #525252;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
}

table.systemTable tr td dl dd span:nth-child(1) {
    font-size: 58px;
}

table.systemTable tr td dl dd span:nth-child(2) {
    margin-left: -10px;
}

table.systemTable tr td dl dd span:nth-child(3) {}

table.systemTable tr td dl dd span:nth-child(4) {
    font-size: 40px;
    margin: 0 -5px;
}

table.systemTable tr td dl dd span:nth-child(5) {}

table.systemTable tr td dl dd span:nth-child(6) {}

.map {
    /* filter: grayscale(100%) invert(92%) contrast(83%); */
    filter: grayscale(60%) hue-rotate(90deg);
    padding: 5px 10px 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.noteWrap {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.note p {
    position: relative;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    z-index: 0;
    margin: -30px 0 0 0;
}

.note p b {
    padding: 50px 20px 40px 20px;
    font-size: 16px;
    line-height: 160%;
    color: #525252;
    text-align: justify;
    font-family: 'Noto Serif JP', serif;
    display: block;
    background: #fff;
}

.note span {
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0 15%;
    text-align: center;
}

.note span small {
    display: block;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    white-space: nowrap;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    padding: 1px 5px;
    text-align: center;
    line-height: 1;
}

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

/*
blockquote.note {
    padding: 80px 50px 50px 50px;
    font-size: 18px;
    line-height: 180%;
    color: #525252;
    text-align: center;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
}

blockquote.note span {
    display: block;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    white-space: nowrap;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    padding: 1px 50px;
    margin-bottom: 20px;
}
*/

#m-maga {
    position: relative;
}

#m-maga-inner {
    position: relative;
    text-align: center;
}

#m-maga blockquote {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

#m-maga form table#m-table {
    text-align: right;
    max-width: 700px;
    width: 100%;
    max-width: 680px;
    margin: 20px auto 50px auto;
    border-collapse: collapse;
}

#m-maga form table#m-table tr th {
    display: block;
    width: 100%;
    text-align: center;
}

#m-maga form table#m-table tr th span {
    color: #525252;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 10px;
    display: inline-block;
}

#m-maga form table#m-table tr th input.mailmag_text {
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    border: 1px solid #ddd;
    color: #525252;
    transition: 0.3s ease;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#m-maga form table#m-table tr th input.mailmag_text:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #525252;
}

#m-maga form table#m-table tr td {
    display: inline-block;
    margin: 0 5px 0 5px;
    justify-content: right;
}

#m-maga form table#m-table tr td:nth-child(3) {
    margin: 0 0 0 5px;
}

#m-maga form table#m-table tr td span input.mailmag_btn {
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    background-color: #ddd;
    color: #6b6b6b;
}

#m-maga form table#m-table tr td span {}

#m-maga form table#m-table tr td span input.mailmag_btn:hover {
    background: #ffa784;
    color: #fff;
}

#m-maga dl {
    position: relative;
    padding: 30px 0px;
}

#m-maga dl dt {
    font-size: 34px;
    text-align: center;
    border-bottom: 2px dotted #ff7ba0;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

#m-maga dl dd {
    font-size: 16px;
    padding: 10px 0;
}

#m-maga dl dd b {
    color: #c8132e;
}

#m-maga dl dl dd.notice_bottom {}

#m-maga dl dd.mNote {
    text-align: left;
}

#m-maga dl dd.mNote p {
    font-size: 14px;
    line-height: 180%;
    text-align: left;
    color: #525252;
}

#m-maga dl dd.mDis {
    text-align: center;
}

#m-maga dl dd.mDis span.tTit {
    display: block;
    position: relative;
    margin-top: 10px;
}

#m-maga dl dd.mDis span.tTit::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 100px), -50%);
    background-color: #FEECD2;
}

#m-maga dl dd.mDis span.tTit::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 100px), -50%);
    background-color: #FEECD2;
}

#m-maga dl dd.mDis span.tTit b {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    vertical-align: middle;
    color: #c8132e;
    background: repeating-linear-gradient(-45deg, #FEECD2, #FEECD2 1px, #fff 0, #fff 3px);
}

#m-maga dl dd.mDis span.tNote {
    display: block;
    padding-top: 10px;
}

#m-maga dl dd.mDis span.tNote b {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    color: #525252;
    /* background: repeating-linear-gradient(-45deg, #FFF9C9, #FFF9C9 3px, #fff 0, #fff 6px); */
}

#m-maga dl dd.mDis span.tNote b:before {
    background: repeating-linear-gradient(-45deg, #FFF9C9, #FFF9C9 3px, #fff 0, #fff 6px);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

#m-maga dl dd.mDis span.tNote b:after {
    background: linear-gradient(rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 0%);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#m-maga dl dd.mDis div {
    padding: 10px 0;
}

#m-maga dl dd.mCau {
    text-align: left;
}

#m-maga dl dd.mCau span.msub {
    position: relative;
    display: inline-block;
    background-color: #ffa784;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    border-radius: 2px;
}

#m-maga dl dd.mCau small {
    display: block;
    line-height: 160%;
    color: #525252;
    padding: 5px 0 0 10px;
    font-size: 12px;

}

.disBanner {}

.disBanner img {
    width: 100%;
}

#discountArea {
    position: relative;

}

#discountArea .discount {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;

}

#discountArea .discount .boxBanner img {
    width: 100%;
}

#discountArea .discount .boxTitle {
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0 10px 0;

}

#discountArea .discount .boxNotice {
    font-size: 14px;
    line-height: 140%;
}

#discountArea .discount .boxNotice span {
    display: inline-block;
    margin: 0 10px;
}

#discountArea .discount .boxNotice span font {
    display: inline-block;
    font-size: 20px;
    color: #c8132e;
}

#discountArea .discount .boxNotice b {
    display: block;
    font-size: 10px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.safety {
    position: relative;
    text-align: center;
    padding: 50px 0;
    max-width: 680px;
    margin: 0 auto;
}

.safety dt img {
    width: 100%;
}

.safety dd {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #525252;
    font-size: 14px;
    line-height: 140%;
}

.safety ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.safety ul li {
    width: 25%;
    padding: 2px;
}

.safety ul li img {
    width: 100%;
}

.safety dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px;
}

.safety dd p {
    margin: 10px 0;
    font-size: 14px;
}

.safety dd p b {
    display: inline-block;
    line-height: 1;
    color: #ff1919;
    line-height: 140%;
    font-size: 14px;
    background: linear-gradient(transparent 70%, rgba(233, 233, 66, 0.5) 70%);
}