@import url(https://fonts.googleapis.com/css2?family=Anton&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap);
/*------------------------------------------
  Base Layout
------------------------------------------*/
.lp-main {
    background: #f7f7f3;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.73333vw;
    font-weight: 700;
    color: #003d74;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.lp-main__contents {
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}
.lp-main__contents.is--active {
    transition: 1s;
    opacity: 1;
    transform: translateY(0);
}
.lp-main section {
    position: relative;
}
.lp-main img {
    width: 100%;
    height: auto;
}
.lp-main a {
    color: #003d74;
}

@media only screen and (min-width: 768px) {
    .lp-main {
        font-size: 15px;
    }
    .lp-main__in {
        display: flex;
    }
    .lp-main__contents {
        width: 400px;
        box-shadow: 0px 0px 10px 0px rgba(121, 121, 105, .5);
    }
    .lp-main a {
        transition: opacity .3s;
    }
    .lp-main a:hover {
        opacity: .7;
    }
}

body, .wrapper {
    overflow: visible !important;
}

/*------------------------------------------
  layout
------------------------------------------*/
.l-inner {
    padding: 0 4.26667vw;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .l-inner {
        padding: 0 17px;
    }
}

/*------------------------------------------
  project
------------------------------------------*/
/* ========== intro ========== */
.p-intro {
    background: #f7ecda;
    padding: 5.33333vw 0 20vw;
    overflow: hidden;
}
.p-intro .intro-img {
    margin-bottom: 5.33333vw;
}
.p-intro .intro-head {
    margin-bottom: 4vw;
}
.p-intro .intro-head__ttl {
    position: relative;
    margin-bottom: 4.26667vw;
}
.p-intro .intro-head__ttl .ttl-txt {
    width: 76vw;
    margin: 0;
}
.p-intro .intro-head__ttl .chara {
    width: 16vw;
    right: 0;
    bottom: 0;
    transform: translateX(130%);
    transition-delay: 1s;
}
.p-intro .intro-head__ttl .chara.js-scr-active {
    transition: transform 1s 1s;
    transform: translateX(0);
}
.p-intro .intro-head__date {
    position: relative;
    text-align: right;
}
.p-intro .intro-head__date .date-txt {
    display: inline-block;
    text-align: left;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    line-height: 1;
}
.p-intro .intro-head__date .date-txt p {
    display: inline-block;
    font-size: 11.2vw;
    background: #f8d2df;
    padding: 1.33333vw 4vw 1.33333vw 3.46667vw;
}
.p-intro .intro-head__date .date-txt p span {
    display: inline-block;
    vertical-align: bottom;
}
.p-intro .intro-head__date .date-txt p .fz-s {
    font-size: 4.53333vw;
    padding-bottom: .3em;
}
.p-intro .intro-head__date .date-txt .first {
    padding-right: 0;
    padding-bottom: 0;
}
.p-intro .intro-head__date .chara {
    top: 1.6vw;
    left: 3.73333vw;
    width: 46.66667vw;
    height: 24.53333vw;
    background-image: url(../images/chara02.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-animation: introChara 2s steps(2) infinite;
            animation: introChara 2s steps(2) infinite;
}
.p-intro .intro-lead {
    margin-bottom: 6.66667vw;
}
.p-intro .intro-lead__img {
    margin-bottom: 5.33333vw;
}
.p-intro .intro-lead__txt {
    position: relative;
    text-align: center;
    padding: 5.86667vw 0;
}
.p-intro .intro-lead__txt:before, .p-intro .intro-lead__txt:after {
    content: "";
    width: 100%;
    height: 3.73333vw;
    position: absolute;
    left: 0;
    border: 1px solid #003d74;
}
.p-intro .intro-lead__txt:before {
    top: 0;
    border-bottom: none;
}
.p-intro .intro-lead__txt:after {
    bottom: 0;
    border-top: none;
}
.p-intro .intro-lead__txt p {
    line-height: 1.9285;
}
.p-intro .intro-date {
    margin-bottom: 8.53333vw;
    text-align: center;
}
.p-intro .intro-date__box {
    margin-bottom: 2.13333vw;
}
.p-intro .intro-date__box:last-child {
    margin-bottom: 0;
}
.p-intro .intro-date__box .box-ttl {
    background: #003d74;
    color: #fff;
    letter-spacing: .03em;
    padding: .5em 0;
}
.p-intro .intro-date__box .box-txt {
    padding: 4vw 0;
    line-height: 1;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 8.53333vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-intro .intro-date__box .box-txt p {
    display: flex;
    align-items: flex-end;
    padding-right: 9.33333vw;
    background: url(../images/arrow-r01.png) no-repeat right 2.66667vw center;
    background-size: 3.46667vw;
}
.p-intro .intro-date__box .box-txt p:last-child {
    padding-right: 0;
    background: none;
}
.p-intro .intro-date__box .box-txt .fz-s {
    font-size: 3.73333vw;
    padding: 0 .2em .2em;
}
.p-intro .intro-date__box.first .box-ttl {
    border: 1px solid #003d74;
    background: url(../images/patt02.png) repeat;
    background-size: 3.46667vw;
    color: #003d74;
}
.p-intro .intro-nav {
    padding-bottom: 8vw;
    border-bottom: 2px solid #003d74;
    position: relative;
}
.p-intro .intro-nav:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #003d74;
    position: absolute;
    left: 0;
    bottom: .8vw;
}
.p-intro .intro-nav li {
    margin-bottom: 2.13333vw;
}
.p-intro .intro-nav li:last-child {
    margin-bottom: 0;
}
.p-intro .intro-nav a {
    display: block;
    text-align: center;
    border: 1px solid #003d74;
    position: relative;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 8vw;
    letter-spacing: -.017em;
    text-decoration: none !important;
    line-height: 1;
    padding: .5em 0;
}
.p-intro .intro-nav a:after {
    content: "";
    position: absolute;
    right: 6.93333vw;
    top: 50%;
    margin-top: -1.06667vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #003d74 transparent transparent transparent;
    border-width: 2.13333vw 1.33333vw 0 1.33333vw;
}
.p-intro .intro-nav .category01 {
    background: #ead0d9;
}
.p-intro .intro-nav .category02 {
    background: #c5d9d4;
}
.p-intro .intro-nav .category03 {
    background: #f0cbb1;
    background: #f2af9b;
}

@-webkit-keyframes introChara {
    to {
        background-position: -93.33333vw 0;
    }
}

@keyframes introChara {
    to {
        background-position: -93.33333vw 0;
    }
}

@media only screen and (min-width: 768px) {
    .p-intro {
        padding: 21px 0 80px;
    }
    .p-intro .intro-img {
        margin-bottom: 21px;
    }
    .p-intro .intro-head {
        margin-bottom: 16px;
    }
    .p-intro .intro-head__ttl {
        margin-bottom: 17px;
    }
    .p-intro .intro-head__ttl .ttl-txt {
        width: 304px;
    }
    .p-intro .intro-head__ttl .chara {
        width: 64px;
    }
    .p-intro .intro-head__date .date-txt p {
        font-size: 45px;
        padding: 5px 16px 5px 14px;
    }
    .p-intro .intro-head__date .date-txt p .fz-s {
        font-size: 18px;
    }
    .p-intro .intro-head__date .chara {
        top: 6px;
        left: 15px;
        width: 186px;
        height: 98px;
    }
    .p-intro .intro-lead {
        margin-bottom: 27px;
    }
    .p-intro .intro-lead__img {
        margin-bottom: 21px;
    }
    .p-intro .intro-lead__txt {
        padding: 23px 0;
    }
    .p-intro .intro-lead__txt:before, .p-intro .intro-lead__txt:after {
        height: 15px;
    }
    .p-intro .intro-date {
        margin-bottom: 34px;
    }
    .p-intro .intro-date__box {
        margin-bottom: 8px;
    }
    .p-intro .intro-date__box .box-txt {
        background-size: 14px;
        padding: 16px 0;
        font-size: 34px;
    }
    .p-intro .intro-date__box .box-txt p {
        padding-right: 37px;
        background: url(../images/arrow-r01.png) no-repeat right 11px center;
        background-size: 14px;
    }
    .p-intro .intro-date__box .box-txt .fz-s {
        font-size: 15px;
    }
    .p-intro .intro-date__box.first .box-ttl {
        background-size: 14px;
    }
    .p-intro .intro-nav {
        padding-bottom: 32px;
    }
    .p-intro .intro-nav:before {
        bottom: 3px;
    }
    .p-intro .intro-nav li {
        margin-bottom: 8px;
    }
    .p-intro .intro-nav a {
        font-size: 32px;
    }
    .p-intro .intro-nav a:after {
        right: 28px;
        margin-top: -4px;
        border-color: #003d74 transparent transparent transparent;
        border-width: 8px 5px 0 5px;
    }
    @-webkit-keyframes introChara {
        to {
            background-position: -373px 0;
        }
    }
    @keyframes introChara {
        to {
            background-position: -373px 0;
        }
    }
}

/* ========== p-products ========== */
.p-products {
    padding: 8.53333vw 0 40vh;
    overflow: hidden;
}
.p-products__inner {
    z-index: 2;
}
.p-products .products-bg {
    position: absolute;
    left: 0;
    top: 72.53333vw;
    width: 100%;
    height: calc(100% - vwsp(240));
    height: calc(100% - 64vw);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
}
.p-products .products-head {
    min-height: 64vw;
}
.p-products .products-head__label {
    margin-bottom: 6.66667vw;
}
.p-products .products-head__ttl {
    text-align: center;
    position: relative;
}
.p-products .products-head__ttl .ttl-num {
    position: absolute;
    left: 1.33333vw;
    top: 0;
    font-family: "Futura PT", "Anton", sans-serif;
    font-weight: 900;
    font-size: 7.46667vw;
    letter-spacing: .03em;
    line-height: 1;
}
.p-products .products-head__ttl .ttl-txt {
    line-height: 1;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 18.66667vw;
    letter-spacing: -.017em;
    margin-bottom: 2.66667vw;
}
.p-products .products-head__ttl .ttl-lead {
    margin-bottom: 6.4vw;
}
.p-products .products-head__ttl .ttl-lead img {
    width: 72vw;
}
.p-products .products-head__chara {
    display: flex;
    gap: 0 5.33333vw;
    justify-content: center;
}
.p-products .products-head__chara img {
    width: auto;
    height: 9.6vw;
}
.p-products .products-head__chara span:nth-child(2) {
    transition-delay: 1s;
}
.p-products .products-head__chara span:nth-child(3) {
    transition-delay: 2s;
}
.p-products .products-head__chara span:nth-child(4) {
    transition-delay: 3s;
}
.p-products .products-head__chara span:nth-child(5) {
    transition-delay: 4s;
}
.p-products .products-head__chara.is--active span {
    transform: scale(-1, 1);
}
.p-products .products-contents {
    width: 84.26667vw;
    margin: auto;
    padding: 9.06667vw 0;
}
.p-products .products-contents__status {
    position: absolute;
    width: 100%;
    left: 0;
}
.p-products .products-contents__status.top {
    top: 0;
}
.p-products .products-contents__status.top img {
    vertical-align: top;
}
.p-products .products-contents__status.bottom {
    bottom: 0;
}
.p-products--makeup {
    background: #ead0d9;
    z-index: 1;
}
.p-products--makeup:before {
    background-color: #f7ecda;
    background-image: url(../images/makeup-frame.png);
}
.p-products--makeup .products-bg {
    background-image: url(../images/makeup-bg.png);
    opacity: .4;
}
.p-products--makeup .products-head__ttl .chara {
    width: 11.2vw;
    top: 3.73333vw;
    right: 1.06667vw;
}
.p-products--skincare {
    background: #c5d9d4;
    z-index: 2;
}
.p-products--skincare:before {
    background-color: #ead0d9;
    background-image: url(../images/skincare-frame.png);
}
.p-products--skincare .products-bg {
    background-image: url(../images/skincare-bg.png);
}
.p-products--skincare .products-head__ttl .chara {
    width: 14.53333vw;
    top: 4vw;
    right: -1.33333vw;
}
.p-products--others {
    padding-bottom: 29.33333vw;
    background: #f0cbb1;
    z-index: 3;
}
.p-products--others:before {
    background-color: #c5d9d4;
    background-image: url(../images/others-frame.png);
}
.p-products--others .products-bg {
    background-image: url(../images/others-bg.png);
}
.p-products--others .products-head__ttl .chara {
    width: 14.13333vw;
    top: 2.66667vw;
    right: 3.46667vw;
}

@media only screen and (min-width: 768px) {
    .p-products {
        padding: 34px 0 40vh;
    }
    .p-products .products-bg {
        top: 290px;
        height: calc(100% - 256px);
    }
    .p-products .products-head {
        min-height: 265px;
    }
    .p-products .products-head__label {
        margin-bottom: 27px;
    }
    .p-products .products-head__ttl .ttl-num {
        left: 5px;
        font-size: 30px;
    }
    .p-products .products-head__ttl .ttl-txt {
        font-size: 75px;
        margin-bottom: 10px;
    }
    .p-products .products-head__ttl .ttl-lead {
        margin-bottom: 26px;
    }
    .p-products .products-head__ttl .ttl-lead img {
        width: 286px;
    }
    .p-products .products-head__chara {
        gap: 0 21px;
    }
    .p-products .products-head__chara img {
        height: 38px;
    }
    .p-products .products-contents {
        width: 338px;
        padding: 36px 0;
    }
    .p-products--makeup .products-head__ttl .chara {
        width: 45px;
        top: 15px;
        right: 4px;
    }
    .p-products--skincare .products-head__ttl .chara {
        width: 58px;
        top: 16px;
        right: -5px;
    }
    .p-products--others {
        padding-bottom: 110px;
    }
    .p-products--others .products-head__ttl .chara {
        width: 56px;
        top: 11px;
        right: 14px;
    }
}

/* ========== limited ========== */
.p-limited {
    background: #f7f7f3;
    text-align: center;
    padding: 13.33333vw 0 9.33333vw;
    overflow: hidden;
    z-index: 10;
}
.p-limited:before {
    background-color: #f0cbb1;
    background-image: url(../images/limited-frame.png);
}
.p-limited .limited-ttl {
    position: relative;
    z-index: 2;
    font-size: 21.06667vw;
    font-family: "Anton", sans-serif;
    line-height: 1;
    color: rgba(194, 196, 226, .81);
    margin-bottom: 5.33333vw;
}
.p-limited .limited-more {
    position: relative;
    z-index: 2;
    margin-bottom: 2.66667vw;
}
.p-limited .limited-more__lead {
    font-size: 4.26667vw;
    position: relative;
    display: inline-block;
    margin-bottom: .8em;
}
.p-limited .limited-more__lead:before, .p-limited .limited-more__lead:after {
    content: "";
    width: 2px;
    height: 7.2vw;
    background: #003d74;
    position: absolute;
    bottom: 0;
}
.p-limited .limited-more__lead:before {
    left: -1em;
    transform: rotate(-30deg);
}
.p-limited .limited-more__lead:after {
    right: -1em;
    transform: rotate(30deg);
}
.p-limited .limited-more__btn a {
    display: inline-block;
    width: 76.8vw;
}
.p-limited .limited-more__note {
    font-size: 3.2vw;
    margin-top: 1em;
}
.p-limited .limited-loop {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.p-limited .limited-loop__img {
    width: 128.53333vw;
    -webkit-animation: limitedLoop 40s linear infinite;
            animation: limitedLoop 40s linear infinite;
}
.p-limited .limited-loop__img.loop {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: limitedLoop 40s -20s linear infinite;
            animation: limitedLoop 40s -20s linear infinite;
}

@-webkit-keyframes limitedLoop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes limitedLoop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 768px) {
    .p-limited {
        padding: 53px 0 37px;
    }
    .p-limited .limited-ttl {
        font-size: 84px;
        margin-bottom: 21px;
    }
    .p-limited .limited-more {
        margin-bottom: 11px;
    }
    .p-limited .limited-more__lead {
        font-size: 17px;
    }
    .p-limited .limited-more__lead:before, .p-limited .limited-more__lead:after {
        height: 29px;
    }
    .p-limited .limited-more__btn a {
        width: 307px;
    }
    .p-limited .limited-more__note {
        font-size: 13px;
    }
    .p-limited .limited-loop__img {
        width: 514px;
    }
}

/* ========== news ========== */
.p-news {
    background: #c2c4e2;
    padding: 20.26667vw 0 12.8vw;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}
.p-news:before {
    background-color: #f7f7f3;
    background-image: url(../images/news-frame.png);
}
.p-news .news-ttl {
    margin-bottom: 2.13333vw;
}
.p-news .news-lead {
    font-size: 4.8vw;
    margin-bottom: .6em;
    position: relative;
}
.p-news .news-lead:before, .p-news .news-lead:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 15.46667vw;
    background: #003d74;
    top: 50%;
}
.p-news .news-lead:before {
    left: 0;
}
.p-news .news-lead:after {
    right: 0;
}
.p-news .news-img {
    border: 1px solid #003d74;
    margin-bottom: 2.66667vw;
}
.p-news .news-txt {
    line-height: 1.3;
}
.p-news .news-more {
    margin-top: 4vw;
}
.p-news .news-more a {
    display: inline-block;
    width: 40.26667vw;
}

@media only screen and (min-width: 768px) {
    .p-news {
        padding: 81px 0 51px;
    }
    .p-news .news-ttl {
        margin-bottom: 8px;
    }
    .p-news .news-lead {
        font-size: 19px;
    }
    .p-news .news-lead:before, .p-news .news-lead:after {
        width: 62px;
    }
    .p-news .news-img {
        margin-bottom: 11px;
    }
    .p-news .news-more {
        margin-top: 16px;
    }
    .p-news .news-more a {
        width: 160px;
    }
}

/* ========== foot ========== */
.p-foot {
    background: #c3e4f5;
    padding: 25.06667vw 0 4vw;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}
.p-foot:before {
    background-color: #c2c4e2;
    background-image: url(../images/foot-frame.png);
}
.p-foot .foot-more {
    margin-bottom: 8vw;
}
.p-foot .foot-more a {
    display: inline-block;
    width: 66.66667vw;
}

@media only screen and (min-width: 768px) {
    .p-foot {
        padding: 100px 0 16px;
    }
    .p-foot .foot-more {
        margin-bottom: 32px;
    }
    .p-foot .foot-more a {
        width: 266px;
    }
}

.bottom-wrapper {
    z-index: 10;
}

.js-sticky:not(.is-disabled) {
    --sticky-offset: -1px;
    position: -webkit-sticky;
    position:         sticky;
    top: var(--sticky-offset);
}

.js-relative {
    position: relative;
}

/*------------------------------------------
  component
------------------------------------------*/
/* ========== item ========== */
.c-item {
    margin-bottom: 6.4vw;
}
.c-item:last-child {
    margin-bottom: 0;
}
.c-item__img {
    border: 2px solid #003d74;
    height: 60.8vw;
    margin-bottom: 2.13333vw;
}
.c-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-item__img.bg01 {
    background: #fdfad5;
}
.c-item__img.bg02 {
    background: #fbf8c5;
}
.c-item__img.bg03 {
    background: #faf6ae;
}
.c-item__img.bg04 {
    background: #fcf49c;
}
.c-item__img.bg05 {
    background: #f4faff;
}
.c-item__img.bg06 {
    background: #cfeef6;
}
.c-item__img.bg07 {
    background: #b8e5f1;
}
.c-item__img.bg08 {
    background: #a3deee;
}
.c-item__img.bg09 {
    background: #fcd9d2;
}
.c-item__img.bg10 {
    background: #fbcabf;
}
.c-item__img.bg11 {
    background: #fabaab;
}
.c-item__img.bg12 {
    background: #f9ac9d;
}
.c-item__txt {
    position: relative;
    letter-spacing: .03em;
    -ms-word-break: break-all;
        word-break: break-all;
}
.c-item__txt .brand {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 5.33333vw;
    line-height: 1.25;
}
.c-item__txt .brand.ja {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}
.c-item__txt .name {
    font-size: 4.26667vw;
}
.c-item__txt .price {
    font-size: 2.66667vw;
}
.c-item__txt .price strong {
    font-size: 4.26667vw;
}
.c-item__txt .note {
    font-size: 80%;
    margin-top: 1em;
}
.c-item__txt .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 26.4vw;
}

@media only screen and (min-width: 768px) {
    .c-item {
        margin-bottom: 26px;
    }
    .c-item__img {
        height: 243px;
        margin-bottom: 8px;
    }
    .c-item__txt .brand {
        font-size: 21px;
    }
    .c-item__txt .name {
        font-size: 17px;
    }
    .c-item__txt .price {
        font-size: 11px;
    }
    .c-item__txt .price strong {
        font-size: 17px;
    }
    .c-item__txt .more {
        width: 106px;
    }
}

.bg-dots {
    position: relative;
}
.bg-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/patt01.png) repeat-y center top;
    background-size: 100%;
    mix-blend-mode: overlay;
    z-index: 1;
}

.bg-frame {
    position: relative;
}
.bg-frame:before {
    content: "";
    width: 100%;
    height: 3.46667vw;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

@media only screen and (min-width: 768px) {
    .bg-frame:before {
        height: 14px;
    }
}

.chara {
    position: absolute;
}

.fadeInRight {
    transform: translateX(80%);
    opacity: 0;
}
.fadeInRight.js-scr-active {
    transition: transform .6s;
    transform: translateX(0);
    opacity: 1;
}

.fadeInBottom {
    transform: translateY(80%);
    opacity: 0;
}
.fadeInBottom.js-scr-active {
    transition: transform .6s;
    transform: translateY(0);
    opacity: 1;
}

.pc-left {
    display: none;
}
.pc-left__img img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    display: none;
}

@media only screen and (min-width: 768px) {
    .pc-left {
        display: flex;
        align-items: flex-end;
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        left: 0;
        height: 100vh;
        width: calc(76% - 400px);
    }
    .pc-left__chara {
        position: sticky;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        background: #f7f7f3;
        padding: 30px;
    }
    .pc-left__chara img {
        width: auto;
        height: 121px;
        max-width: fit-content;
    }
    .pc-left__img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        background-image: url(/cms/lp/bnc2025ss_2/assets/images/left-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        position: fixed;
        content: "";
        left: 0;
        bottom: 185px;
        height: calc(100% - 60px - 185px);
        width: calc(76% - 400px);
        min-width: 560px;
    }
}

.pc-right {
    display: none;
}

@media only screen and (min-width: 768px) {
    .pc-right {
        display: flex;
        align-items: flex-end;
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        height: 100vh;
        width: 24%;
    }
    .pc-right__nav {
        position: absolute;
        width: 100%;
        top: 240px;
        left: 0;
        text-align: center;
    }
    .pc-right__nav .nav-ttl {
        margin-bottom: 70px;
    }
    .pc-right__nav .nav-ttl img {
        width: 210px;
    }
    .pc-right__nav .nav-list li {
        margin-bottom: 30px;
    }
    .pc-right__nav .nav-list li:last-child {
        margin-bottom: 0;
    }
    .pc-right__nav .nav-list a {
        display: inline-block;
        border-bottom: 1px solid #003d74;
        font-family: "Anton", sans-serif;
        font-size: 24px;
        letter-spacing: -.017em;
        font-weight: 400;
        line-height: 1.1;
    }
    .pc-right__nav .nav-list a:hover {
        text-decoration: none;
    }
    .pc-right__chara {
        position: sticky;
        bottom: 30px;
        right: 0;
        text-align: center;
        width:100%;
    }
    .pc-right__chara img {
        width: auto;
        height: 121px;
    }
    .pane-contents .container,
    .forcms_block {
        width: 100%;
    }
}
