@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: "A1明朝", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-size: 12px;
}

a {
    color: #000;
    transition: all .3s ease-out;
}

.san-serif {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
}

.golden-l {
    font-family: goldenbook, serif;
    font-weight: 300;
    font-style: normal;
}

.golden-r {
    font-family: goldenbook, serif;
    font-weight: 400;
    font-style: normal;
}

.l-height12 {
    line-height: 1.2;
}

.l-height13 {
    line-height: 1.3;
}

.l-height18 {
    line-height: 1.8;
}

.l-height2 {
    line-height: 2;
}

.p-relative {
    position: relative;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-beige {
    background: #FDFCF4;
}

.bg-white {
    background: #fff;
}

.bold {
    font-weight: 600;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-white {
    color: #fff!important;
}

.text-gray {
    color: #777777!important;
}

.text-black {
    color: #000!important;
}

.mx1000 {
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx700 {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs11 {
    font-size: 11px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs24 {
    font-size: 24px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {

    .sp-text-left {
        text-align: left!important;
    }
    .is-pc {
        display: none;
    }
    .pt20 {
        padding-top: 15px!important;
    }
    .pt30 {
        padding-top: 20px!important;
    }
    .pt40 {
        padding-top: 25px!important;
    }
    .pt50 {
        padding-top: 30px!important;
    }
    .pt60 {
        padding-top: 35px!important;
    }
    .pt70 {
        padding-top: 40px!important;
    }
    .pt80 {
        padding-top: 50px!important;
    }
    .pt90 {
        padding-top: 60px!important;
    }
    .pt100 {
        padding-top: 70px!important;
    }
    .pt120 {
        padding-top: 80px!important;
    }
    .pb20 {
        padding-bottom: 15px!important;
    }
    .pb30 {
        padding-bottom: 20px!important;
    }
    .pb40 {
        padding-bottom: 25px!important;
    }
    .pb50 {
        padding-bottom: 30px!important;
    }
    .pb60 {
        padding-bottom: 35px!important;
    }
    .pb70 {
        padding-bottom: 40px!important;
    }
    .pb80 {
        padding-bottom: 50px!important;
    }
    .pb90 {
        padding-bottom: 60px!important;
    }
    .pb100 {
        padding-bottom: 70px!important;
    }
    .pb120 {
        padding-bottom: 80px!important;
    }
    .mt20 {
        margin-top: 15px!important;
    }
    .mt30 {
        margin-top: 20px!important;
    }
    .mt40 {
        margin-top: 25px!important;
    }
    .mt50 {
        margin-top: 30px!important;
    }
    .mt60 {
        margin-top: 35px!important;
    }
    .mt70 {
        margin-top: 40px!important;
    }
    .mt80 {
        margin-top: 50px!important;
    }
    .mt90 {
        margin-top: 60px!important;
    }
    .mt100 {
        margin-top: 70px!important;
    }
    .mt120 {
        margin-top: 80px!important;
    }
    .mb20 {
        margin-bottom: 15px!important;
    }
    .mb30 {
        margin-bottom: 20px!important;
    }
    .mb40 {
        margin-bottom: 25px!important;
    }
    .mb50 {
        margin-bottom: 30px!important;
    }
    .mb60 {
        margin-bottom: 35px!important;
    }
    .mb70 {
        margin-bottom: 45px!important;
    }
    .mb80 {
        margin-bottom: 50px!important;
    }
    .mb90 {
        margin-bottom: 60px!important;
    }
    .mb100 {
        margin-bottom: 70px!important;
    }
    .mb120 {
        margin-bottom: 80px!important;
    }
    .fs11 {
        font-size: 10px!important;
    }
    .fs12 {
        font-size: 11px!important;
    }
    .fs13 {
        font-size: 12px!important;
    }
    .fs14 {
        font-size: 13px!important;
    }
    .fs15 {
        font-size: 14px!important;
    }
    .fs16 {
        font-size: 15px!important;
    }
    .fs18 {
        font-size: 16px!important;
    }
    .fs20 {
        font-size: 17px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs24 {
        font-size: 20px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs28 {
        font-size: 24px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}


/* common */

body.open,
html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.pop-up {
    z-index: 10;
}

.underline {
    text-decoration: underline!important;
}

.credit li {
    text-align: center;
    padding-bottom: 2px;
}

.credit a {
    padding: 3.5px 0;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

a.soon, a[href=""] {
    pointer-events: none;
}

.credit a span:first-child {
    padding-right: 8px;
    text-align: left;
}

.credit a span:first-child span {
    font-size: 92%;
}

.credit a span:nth-child(2) {
    display: inline-block;
    background: #848484;
    border: 1px solid #848484;
    color: #fff;
    padding: 4px 12px;
    transition: all .3s ease-out;
    text-align: center;
}

.credit a.soon span:nth-child(2) {
    background: #999;
}

.credit a:hover {
    color: #828282;
}

.credit a:hover span:nth-child(2) {
    background: #fff;
    border: 1px solid #848484;
    color: #828282;
}

.index-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.img-inner {
    padding-left: 5%;
    padding-right: 5%;
}

.small-inner {
    padding-left: 16%;
    padding-right: 16%;
}

.catch-inner {
    padding-left: 4%;
    padding-right: 4%;
}

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w58 {
    padding-left: 21%;
    padding-right: 21%;
}

.w74 {
    padding-left: 13%;
    padding-right: 13%;
}

.w80 {
    padding-left: 10%;
    padding-right: 10%;
}

.w88 {
    padding-left: 6%;
    padding-right: 6%;
}

.soon {
    pointer-events: none;
}

@media screen and (min-width: 768px) {

    .credit {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 767px) {

    .txt-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

}


/* ------------------------
footer
------------------------ */

.footer {
    margin-left: auto;
    margin-right: auto;
}

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 50px auto 0;
    width: 110px;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

#f-copy {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    width: 26px;
    margin: 0 15px;
}

#f-link a:hover {
    opacity: 0.75;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit>div::after,
.coming-soon .menu-tit>div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events: none;
}

.footer .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 768px) {
}

.inner {
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.o-insta {
    text-decoration: underline;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
}

.o-ico {
    width: 12px;
    margin-right: 5px;
}

.o-ico img {
    display: block;
}

#f-link-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#f-link-area a:hover {
    opacity: 0.75;
}

.all-btn {
    display: block;
    padding: 12px 12px;
    border: 1px solid #000;
}

.all-btn.snap {
    border: 1px solid #E2E2E2;
    background: #E2E2E2;
}

.all-btn:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.slide-item {
    padding-left: 10%;
    padding-right: 10%;
}

.footer .w88 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {

    .slide-item {
        padding-left: 18%;
        padding-right: 18%;
    }
    #soon .w50 {
        padding-top: 5px;
    }
    .o-text {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {

    .inner {
        padding-left: 5%;
        padding-right: 5%;
    }

     .all-btn {
        padding: 12px;
    }
}

.box {
    background-size: cover;
    background-position: center;
    position: relative;
}

.box .index-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box a:hover {
    opacity: 0.75;
}



.w100p {
    width: 100%;
}

#index03 li {
    padding: 10px 0;
}

.index-nav-box {
    text-align: center;
}

.index-nav-box h2 span {
    display: inline-block;
}

#index04,
#index06 {
    color: #fff;
    border-color: #fff;
}

#index04 a,
#index06 a {
    color: #fff;
}

index05 {
    color: #000;
    border-color: #000;
}

#index05 a {
    color: #000;
}

.nav-box-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.nav-box-btn span {
    border: 1px solid #fff;
    padding: 0 12px;
}

#index05 .nav-box-btn span {
    border-color: #000;
}

.footer-okusa {
    width: 25%;
    margin-right: 28px;
}

@media only screen and (max-width: 767px) {
    .section-logo {
        top: 18px;
        width: 150px;
    }
    #index02 .index-inner {
        text-align: left;
    }
    .sign {
        width: 95px;
    }
    .nav-box-btn .arrow {
        width: 26px;
    }
    .footer-okusa {
        width: 40%;
    }
}

.txt-all {
    width: 160px;
    display: inline-block;
}

#nav-pop,
#all-pop {
    transition: height .4s linear;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 101;
    overflow-y: auto;
}

#bt-top {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
}

#bt-top:hover {
    opacity: 0.75;
}

#btn-menu-nav, #nav-pop .close, #all-pop .close {
    position: fixed;
    z-index: 99;
}

#btn-menu-nav {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#btn-menu-nav span {
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    transition: all .3s ease-out;
}

#btn-menu-nav.add-black span {
    background: #000;
}

#btn-menu-nav.force-black span {
    background: #000!important;
}

#btn-menu-all {
    display: inline-block;
    cursor: pointer;
}

#btn-menu-all img {
    opacity: 1!important;
}

#nav-pop .close, #all-pop .close {
    display: block;
    cursor: pointer;
    transform: translateY(40%);
}

#nav-pop .close span, #all-pop .close span {
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    transform: rotate(30deg);
}

#nav-pop .close span:last-child, #all-pop .close span:last-child {
    transform: rotate(-30deg);
}

#all-pop ul {
    display: flex;
    flex-wrap: wrap;
}

#all-pop li {
    width: 50%;
    padding: 10px;
    text-align: center;
}

#all-pop li span {
    padding-top: 5px;
    display: inline-block;
}

#all-pop li a:hover {
    opacity: 0.75;
}

#arrow-bottom {
    position: fixed;
    bottom: 2vw;
    left: 2%;
    width: 14px;
}

#arrow-bottom{
    transform: translateY(-80%);
    opacity: 0;
    animation: 3s ease-out infinite moving;
}

@keyframes moving {
    0% {
        transform: translateY(-80%);
        opacity: 0;
    }
    25% {
        transform: translateY(-40%);
        opacity: 0;
    }
    50% {
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        transform: translateY(0);
        opacity: 1;
    }
    99% {
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        transform: translateY(-80%);
        opacity: 0;
    }
}

.white .arrow-black {
    display: none;
}

.black .arrow-white {
    display: none;
}

@media only screen and (min-width: 768px) {

    #btn-menu-nav, #nav-pop .close, #all-pop .close {
        right: 70px;
        top: 70px;
        z-index: 99;
        width: 56px;
        height: 19px;
    }

}

@media only screen and (max-width: 767px) {

    #bt-top {
        position: absolute;
        right: 14px;
        top: 14px;
        width: 18px;
    }

    #btn-menu-nav, #nav-pop .close, #all-pop .close {
        width: 40px;
        height: 15px;
        right: 5vw;
        top: 5vw;
    }

    #arrow-bottom {
        position: fixed;
        bottom: 3vw;
        left: 3%;
        width: 9px;
    }

}

.iScrollIndicator {
    background: rgba(0, 0, 0, 0.08) none repeat scroll 0% 0%!important;
}


/* key */


#key {
    width: 100%;
    height: 100vh;
    position: relative;
}

.key-slide {
    width: 100%;
    height: 100vh;
    padding: 50px 50px 0 50px;
}

.key-item {
    width: 100%;
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center top;
    position: relative;
}

.key-item01 {
    background-image: url(../images/img_key01_pc@2x.jpg);
}

.number {
    display: inline-block;
    font-size: 21px;
    line-height: 1.6;
}

.number.white {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.number.black {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.key-txt {
    position: absolute;
    right: 5.5%;
    bottom: 50%;
    transform: translateY(50%);
}

.key-item * {
    color: #000;
    letter-spacing: 0.07em;
}

.key-title .golden-l {
    font-size: 27px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.key-title .golden-l span {
    display: inline-block;
    font-size: 15px;
    transform: translateY(-20%);
}

.key-logo {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
}

.key-number {
    text-align: center;
}

.key-copy {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {

    .key-slide {
        width: 100%;
        height: 100vh;
        padding: 0;
    }

    .key-item {
        width: 100%;
        height: 100vh;
    }

    .key-item01 {
        background-image: url(../images/img_key01_sp.jpg);
    }

    .number {
        font-size: 15px;
    }

    .key-txt {
        position: absolute;
        right: 50%;
        bottom: 21%;
        transform: translateX(50%) translateY(0);
    }

    .key-item .number.black {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .key-item * {
        color: #fff;
    }

    .key-title .golden-l {
        font-size: 20px;
    }

    .key-title .golden-l span {
        font-size: 11px;
    }

    .key-copy {
        font-size: 15px;
    }

}

/* catch */

.title-copy {
    font-size: 21px;
    line-height: 1.4;
}

.title-box01 {
    padding: 50px;
}

.title-list {
    width: 100%;
}

.title-number {
    font-size: 52px;
    line-height: 1.65;
}

.title-detail h2 {
    font-size: 18px;
    line-height: 1.2;
}

.title-detail p {
    font-size: 13px;
    line-height: 1.3;
}

.title-detail div {
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 5px;
    margin-bottom: 8px;
}

.title-list .flex-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.title-list a.flex-list:hover {
    opacity: 0.5;
}

.title-number {
    width: 110px;
}

.title-detail {
    width: calc(100% - 110px);
}

.title-box02 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-box-img {
    width: 54%;
    margin-left: auto;
    margin-right: auto;
}

.title-box02 p {
    position: relative;
    padding-left: 4.5%;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: -31px;
    z-index: 2;
}

@media only screen and (min-width: 768px) {


    .title-nav {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .title-box01 {
        width: 55%;
    }

    .title-box02 {
        width: 45%;
    }

}

@media only screen and (max-width: 767px) {

    .title-copy {
        font-size: 15px;
    }

    .title-box01 {
        padding: 30px 5%;
    }

    .title-number {
        font-size: 40px;
    }

    .title-list {
        margin-top: 5px;
    }

    .title-detail h2 {
        font-size: 15px;
        line-height: 1.3;
    }

    .title-detail p {
        font-size: 10px;
    }

    .title-number {
        width: 70px;
    }

    .title-detail {
        width: calc(100% - 70px);
    }

    .title-box02 {
        padding-top: 80px;
    }

    .title-box-img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

}

/* item */

.item-main {
    position: relative;
}

.main-number {
    font-size: 60px;
    line-height: 1.1;
}

.main-txt.white * {
    color: #fff!important;
}

.main-detail h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 1px solid #000;
    padding-right: 3px;
}

.white .main-detail h2 {
    border-bottom: 1px solid #fff;
}

.main-detail .text-gray {
    display: inline-block;
    font-size: 15px;
}

.main-collabo {
    font-size: 16px;
    padding-top: 8px;
}

.main-txt {
    position: absolute;
    left: 5%;
    top: 3%;
}

.img-slide .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    display: flex;
}

.img-slide .slick-dots button {
    background: none;
    border: none;
    font-size: 104%;
    font-family: goldenbook, serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 2px;
    margin: 2px 12px;
    color: #848484;
    cursor: pointer;
}

.img-slide .slick-dots button::before {
    content: "0";
}

.img-slide .slick-dots .slick-active button {
    color: #000;
    border-bottom: 1px solid #000;
}

.img-wrap {
    position: relative;
}

.txt-other, .txt-close {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease-out;
}

.txt-close {
    color: #fff;
}

.btn-credit .txt-close {
    opacity: 0;
}

.btn-credit.open .txt-other {
    opacity: 0;
}

.btn-credit.open .txt-close {
    opacity: 1;
}

.btn-credit .golden-r {
    text-decoration: underline;
}

.hidden-credit {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-out;
}

.hidden-credit {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    opacity: 0;
    transition: all .3s ease-out;
    padding: 10px 5% 35px;
}

.hidden-credit * {
    color: #fff!important;
}

.btn-credit.open + .hidden-credit {
    opacity: 1;
}

.item-img-left {
    padding-right: 25%;
}

.item-img-right {
    padding-left: 25%;
}

.item-img-small {
    padding-right: 25%;
    padding-left: 25%;
}

.item-img-medium {
    padding-right: 16%;
    padding-left: 16%;
}

.item-img-large {
    padding-right: 10%;
    padding-left: 10%;
}

.item-img-max {
    padding-right: 5%;
    padding-left: 5%;
}

.p-lead {
    font-size: 96%;
}

.p-lead span {
    display: block;
    font-size: 125%
}

@media only screen and (max-width: 767px) {

    .main-number {
        font-size: 40px;
    }

    .main-detail h2 {
        font-size: 20px;
    }

    .main-detail .text-gray {
        display: inline-block;
        font-size: 11px;
    }

    .main-collabo {
        font-size: 13px;
    }

}

/* next-item */

.page-nav {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.next-item .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pop-nav .next-item .flex {
    justify-content: center;
}

.next-item .flex > div, .next-item .flex a {
    width: 47%;
}

.pop-nav .next-item .flex > div, .pop-nav .next-item .flex a {
    width: 44%;
}

.pop-nav .next-item .flex > div:nth-child(even), .pop-nav .next-item .flex a:nth-child(even) {
    margin-left: 4%;
}

.next-item .flex a:hover {
    opacity: .75;
}

@media only screen and (min-width: 768px) {
    #all-nav .next-item .flex a {
        width: 22.5%;
    }

    .pop-nav .next-item .flex > div, .pop-nav .next-item .flex a {
        width: 47%;
    }

    .pop-nav .next-item .flex > div:nth-child(even), .pop-nav .next-item .flex a:nth-child(even) {
        margin-left: 6%;
    }

}

.info {
    border-bottom: 1px solid #707070;
}

.info-first {
    border-top: 1px solid #707070;
}

.info h3 {
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 15px;
}

.p-line {
    width: 40px;
    height: 1px;
    background: #848484;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p .p-line {
    margin-top: 3px;
}

.btn-detail a {
    border: 1px solid #707070;
    width: 50%;
    max-width: 200px;
    display: inline-block;
    padding: 10px;
}

.btn-detail a:hover {
    background: #eee;
}

.btn-detail .coming {
    background: #D8D8D8;
    color: #fff;
    border-color: #D8D8D8;
}

.coming {
    pointer-events: none;
}

.staff {
    background-image: url(../images/bg_staff@2x.jpg);
    background-position: center;
    background-size: cover;
}
