/* ============================================================
 *  Global Styles (全ブレイクポイント共通)
 * ============================================================ */

body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Sans JP", sans-serif !important;
    color: #1a1311;
}
a {
    color: #000;
    text-decoration: none;
}
.item-s-sp {
    line-height: 0;
}
.item-s {
    line-height: 0;
}

/* js_ani */
.img-opa {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.img-opa img {
    display: block;
    width: 100%;
    height: auto;
}

/* txt-ani */
.anime-txt {
    opacity: 0;
    margin: 0;
}
.anime-txt.animating {
    opacity: 1;
}
.char {
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.6s ease;
}
.char.show {
    opacity: 1;
    transform: translateX(0);
}
.js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: sticky;
    top: var(--sticky-offset);
}
.relative {
    position: relative;
}

/* 
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;
 */

/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */

/* 

font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: normal;

font-family: garamond-premier-pro, serif;
font-weight: 400;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: normal;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: italic;

Didot LT Pro Headline
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;

font-family: "tangier", sans-serif;
font-weight: 500;
font-style: normal;

Leander Script Pro Regular
font-family: "leander-script-pro", sans-serif;
font-weight: 400;
font-style: normal;

Termina Medium
font-family: "termina", sans-serif;
font-weight: 500;
font-style: normal;


*/


/* ============================================================
 *  Common Rules (全5ブレイクポイントで完全同一のルール)
 * ============================================================ */

.txt-ani span {
    display: inline-block;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.top-nav-list li a .img .txt-box .txt {
    color: #6c98d6;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: .2em;
    opacity: 0;
    transition: .3s;
}
.cart-btm:hover .btn01 {
    background: #fff;
    border-color: #cbcad0;
    color: #cbcad0;
}
.top-nav-list li a .title {
    width: 100%;
    text-align: center;
    color: #6c98d6;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;
    letter-spacing: .2em;
}
.read .read-bg::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}
.link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: .5;
}
.item .data .txt-box .sub {
    width: max-content;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
}
.f-banner-list li {
    width: 100%;
    background: #fff;
    margin: 0 0 3% 0;
}
#pagetop:hover .btn-loading:before, #pagetop:hover .btn-loading:after {
    height: 100%;
}
.basic_00 {
    width: 100%;
    background: #fff;
}
.basic_04 {
    width: 100%;
    background: #fff;
}
#pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: color 0.2s;
    background-color: #CCC;
    border-radius: 100%;
    overflow: hidden;
}
.top-nav-list li a:hover .img .txt-box .num {
    opacity: 1;
    transition: .3s;
}
.cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: .5px solid #000;
    display: inline-block;
    text-align: center;
    color: #000;
}
.cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff;
}
.door .data .title .on {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mv-title02 .char.space {
    display: inline-block;
    white-space: pre;
}
.basic_05 {
    width: 100%;
    background: #fdfbf9;
}
.btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.link-line {
    width: 100%;
    height: 1px;
    background: #a0a0a0;
    margin: 10px 0 10px 0;
    opacity: .5;
}
#pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
}
#pagetop .btn-loading:after {
    top: 0;
    right: 0;
}
body {
    font-size: 16px;
}
.top-nav-list li a:hover .img .txt-box .txt {
    opacity: 1;
    transition: .3s;
}
.cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #cbcad0;
    border: .5px solid #cbcad0;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
}
.cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-.5rem, 0, 0);
    transform: translate3d(-.5rem, 0, 0);
}
.cart-yen .yen-icon {
    margin: 0 2px 0 0;
}
.top-nav-list li {
    width: 16%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 1s ease;
}
.basic_01 {
    width: 100%;
    background: #fff;
}
.header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.f-banner-list {
    width: 100%;
    margin: 0 auto;
}
.top-nav-list li a:hover .img .bg {
    opacity: 1;
    transition: .3s;
}
.mv-img li:nth-child(3) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-nav-list li a .img .txt-box .num {
    color: #6c98d6;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: .2em;
    margin: 0 0 5% 0;
    opacity: 0;
    transition: .3s;
}
.top-nav-list li a {
    width: 100%;
    display: block;
}
.cart-yen02 .yen-icon {
    margin: 0 2px 0 0;
}
.btn-border {
    background-color: transparent;
    color: #1d1d1d;
}
.footer .insta {
    display: block;
    width: 450px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: .3s;
}
#pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
}
.txt-ani.is-visible span {
    opacity: 1;
    transform: translateY(0);
}
.cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
}
.top-nav-list li a .img .txt-box {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.basic_end {
    width: 100%;
    padding: 10% 0 0% 0;
}
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
.f-ow {
    width: 120px;
    margin: 25px auto 0 auto;
}
.mv-title02 .char {
    display: inline-block;
    opacity: 0;
    transform: rotateY(-90deg);
    transform-origin: center center;
    animation: charFlip 1s ease forwards;
}
.basic_06 {
    width: 100%;
    background: #fff;
}
#pagetop:hover .btn-loading {
    color: #65A04D;
}
.pc-nav {
    width: max-content;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}
.top-nav-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.top-nav-list li a .img .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: .3s;
}
.cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
}
.top-nav-list li a .img .txt-box .num span {
    color: #6c98d6;
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    letter-spacing: .2em;
    margin: 0 0 0 10px;
}
.pc-nav li a.active {
    background-color: #6c98d6;
    color: #fff;
}
.pc-nav li a {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 16px 8px;
    text-decoration: none;
    color: #6c98d6;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.top-nav-list li a .img {
    width: 100%;
    position: relative;
    margin: 0 auto 5% auto;
}
.top-nav-list li a:hover .img .n-num {
    opacity: 0;
    transition: .3s;
}
.top-nav-list li a:hover .img .txt-box .line {
    height: 100%;
    transition: .7s;
}
.top-nav-list li a .img .n-num {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #6c98d6;
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: .2em;
    opacity: 1;
    transition: .3s;
}
.cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}
.footer .insta:hover {
    border: 1px solid #000;
    transition: .3s;
}
.mv-img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
.cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap;
}
.cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
}
.cart-title span {
    font-size: 14px;
    margin: 0 10px 0 0px;
    position: relative;
    color: #b28761;
}
.btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
}
.basic_03 {
    width: 100%;
    background: #fff;
}
.item-n02 .data .txt-box .sub {
    width: max-content;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
}
.read .read-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}
.cert-btm-color {
    color: #fff !important;
}
.cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
}
#pagetop .btn-loading01:before, #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
}
.cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-.5rem, 0, 0);
    transform: translate3d(-.5rem, 0, 0);
}
.footer-bg {
    width: 100%;
    background: #fff;
    padding: 5% 0 0 0;
}
.rever {
    flex-direction: row-reverse;
}
.item-n .data .txt-box .sub {
    width: max-content;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-nav-list li.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.top-nav-list li a .img .txt-box .line {
    background: #6c98d6;
    width: 1px;
    height: 0%;
    position: absolute;
    top: 0;
    left: -20px;
    transition: .3s;
}
.cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap;
}
.top-nav {
    width: 90%;
    margin: 0 auto 0 auto;
}
.basic_02 {
    width: 100%;
    background: #fdfbf9;
}
.btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}


/* ============================================================
 *  iMac (2560px〜5120px)
 * ============================================================ */
@media screen and (min-width: 2560px) and (max-width: 5120px) {
.sp-on {
        display: none !important;
    }
    .l-icon::before {
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }
    .s-icon::before {
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }

    /* header */
    .mv-logo {
        width: 5%;
        position: absolute;
        top: 2%;
        left: 2%;
        z-index: 99;
    }
    .mv-img li {
        overflow: hidden;
    }
    .mv-title-box {
        width: 85%;
        position: absolute;
        top: 80%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .mv-title01 {
        width: 100%;
        position: relative;
        overflow: hidden;
        line-height: 0;
        margin: 0 0 2% 0;
        left: 2%;
    }
    .mv-title01 .on {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mv-title02 {
        width: max-content;
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3.3em;
        letter-spacing: .15em;
        text-align: center;
    }

    @keyframes charFlip {
    0% {
    opacity: 0;
    transform: rotateY(-90deg);
    }
    40% {
    opacity: 1;
    }
    100% {
    opacity: 1;
    transform: rotateY(0deg);
    }
    }

    /* read */
    .read {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 8% 0 8% 0;
    }
    .read .txt {
        width: 100%;
        font-size: 1.4em;
        line-height: 3em;
        letter-spacing: .3em;
        text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

    /* top-nav */

    /* door */
    .door {
        width: 80%;
        margin: 0 auto 10% auto;
        display: flex;
        justify-content: space-between;
    }
    .door .data {
        width: 55%;
        color: #6c98d6;
        box-sizing: border-box;
        padding: 0 10% 0 5%;
    }
    .door .data .num {
        width: max-content;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 7% 0;
    }
    .door .data .num li:nth-child(1) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.4em;
        line-height: 1em;
        letter-spacing: .2em;
    }
    .door .data .num li:nth-child(1) span {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
        letter-spacing: .2em;
        margin: 0 0 0 10px;
    }
    .door .data .num li:nth-child(2) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: .3em;
        margin: 0 0 0 60px;
    }
    .door .data .title {
        width: 100%;
        position: relative;
    }
    .door .txt-box {
        width: 45%;
    }
    .door .txt-box .txt {
        font-size: 1.4em;
        letter-spacing: .3em;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
    }
    .door .txt-box .txt span {
        width: 100px;
        height: 1px;
        background: #000;
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: -6px;
    }

    /* basic */
    .basic_top {
        width: 100%;
        padding: 0% 0 25% 0;
    }
    .basic {
        width: 100%;
        padding: 10% 0 18% 0;
    }

    /* item */
    .item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-end {
        margin: 0 auto 15% auto !important;
    }
    .item .img {
        width: 57%;
        overflow: hidden;
    }
    .item .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img03 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 0%;
    }
    .item .data {
        width: 43%;
    }
    .item .data01 {
        box-sizing: border-box;
        padding: 1% 0 0 8%;
    }
    .item .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 20% 0;
    }
    .item .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item .data .txt-box .txt {
        font-size: 1.3em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.7em;
        letter-spacing: .4em;
    }
    .item .data .link-box {
        width: 70%;
    }

    /* item-n */
    .item-n {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n .img {
        width: 45%;
        overflow: hidden;
    }
    .item-n .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 15% 0 0;
    }
    .item-n .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 15%;
    }
    .item-n .data {
        width: 55%;
    }
    .item-n .data01 {
        box-sizing: border-box;
        padding: 1% 10% 0 15%;
    }
    .item-n .data02 {
        box-sizing: border-box;
        padding: 1% 15% 0 10%;
    }
    .item-n .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 20% 0;
    }
    .item-n .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n .data .txt-box .txt {
        font-size: 1.3em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item-n .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.7em;
        letter-spacing: .4em;
    }
    .item-n .data .link-box {
        width: 82%;
    }

    /* item-n02 */
    .item-n02 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n02 .img {
        width: 50%;
        overflow: hidden;
    }
    .item-n02 .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 25% 0 0;
    }
    .item-n02 .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 25%;
    }
    .item-n02 .data {
        width: 50%;
    }
    .item-n02 .data01 {
        box-sizing: border-box;
        padding: 1% 7% 0 10%;
    }
    .item-n02 .data02 {
        box-sizing: border-box;
        padding: 1% 10% 0 7%;
    }
    .item-n02 .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 20% 0;
    }
    .item-n02 .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n02 .data .txt-box .txt {
        font-size: 1.3em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.7em;
        letter-spacing: .4em;
    }
    .item-n02 .data .link-box {
        width: 82%;
    }

    /* pc-nav */

    /* footer-bg */

    /*cart-btm*/

    /*f-banner*/
    .f-banner {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 5% auto;
    }
    .f-banner-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li .txt {
        width: 100%;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: center;
        margin: 2% 0 0 0;
    }

    /*f-banner02*/
    .f-banner02 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 5% auto;
        padding: 0 0 0 0;
    }
    .f-banner02-list {
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .f-banner02-list li {
        width: 47%;
        background: #fff;
    }
    .f-banner02-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner02-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }

    /*footer*/
    .footer {
        color: #000;
        letter-spacing: 0.3em;
        padding: 0 0 2% 0;
        position: relative;
        text-align: center;
    }
    .footer_sns {
        margin: 26px 0 0;
    }
    .footer_copyright {
        font-family: "Helvetica",serif;
        font-size: 10px;
        letter-spacing: 0.02em;
        margin: 34px 0 0;
    }
    #pagetop {
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 99;
    }
    #pagetop .btn-loading span img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .in-btn {
        width: 40px;
        margin: 0 auto 1% auto;
        display: block;
        opacity: 1;
    }

    .staff{
        width: 300px;
        margin: 0 auto;
    }
}


/* ============================================================
 *  大PC (1281px〜2559px)
 * ============================================================ */
@media screen and (min-width: 1281px) and (max-width: 2559px) {
.sp-on {
        display: none !important;
    }
    .l-icon::before {
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }
    .s-icon::before {
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }

    /* header */
    .mv-logo {
        width: 5%;
        position: absolute;
        top: 2%;
        left: 2%;
        z-index: 99;
    }
    .mv-img li {
        overflow: hidden;
    }
    .mv-title-box {
        width: 85%;
        position: absolute;
        top: 80%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .mv-title01 {
        width: 100%;
        position: relative;
        display: inline-block;
        line-height: 0;
        margin: 0 0 2% 0;
        left: 2%;
    }
    .mv-title02 {
        width: max-content;
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3.3em;
        letter-spacing: .15em;
        text-align: center;
    }

    @keyframes charFlip {
    0% {
    opacity: 0;
    transform: rotateY(-90deg);
    }
    40% {
    opacity: 1;
    }
    100% {
    opacity: 1;
    transform: rotateY(0deg);
    }
    }

    /* read */
    .read {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 8% 0 8% 0;
    }
    .read .txt {
        width: 100%;
        font-size: 1.3em;
        line-height: 3em;
        letter-spacing: .3em;
        text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

    /* top-nav */

    /* door */
    .door {
        width: 80%;
        margin: 0 auto 10% auto;
        display: flex;
        justify-content: space-between;
    }
    .door .data {
        width: 55%;
        color: #6c98d6;
        box-sizing: border-box;
        padding: 0 10% 0 5%;
    }
    .door .data .num {
        width: max-content;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 7% 0;
    }
    .door .data .num li:nth-child(1) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.4em;
        line-height: 1em;
        letter-spacing: .2em;
    }
    .door .data .num li:nth-child(1) span {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
        letter-spacing: .2em;
        margin: 0 0 0 10px;
    }
    .door .data .num li:nth-child(2) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 3em;
        line-height: 1em;
        letter-spacing: .3em;
        margin: 0 0 0 60px;
    }
    .door .data .title {
        width: 100%;
        position: relative;
    }
    .door .txt-box {
        width: 45%;
    }
    .door .txt-box .txt {
        font-size: 1.3em;
        letter-spacing: .3em;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
    }
    .door .txt-box .txt span {
        width: 100px;
        height: 1px;
        background: #000;
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: -6px;
    }

    /* basic */
    .basic_top {
        width: 100%;
        padding: 0% 0 25% 0;
    }
    .basic {
        width: 100%;
        padding: 10% 0 18% 0;
    }

    /* item */
    .item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-end {
        margin: 0 auto 15% auto !important;
    }
    .item .img {
        width: 57%;
        overflow: hidden;
    }
    .item .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img03 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 0%;
    }
    .item .data {
        width: 43%;
    }
    .item .data01 {
        box-sizing: border-box;
        padding: 1% 0 0 8%;
    }
    .item .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 15% 0;
    }
    .item .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item .data .txt-box .txt {
        font-size: 1.2em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.7em;
        letter-spacing: .4em;
    }
    .item .data .link-box {
        width: 70%;
    }

    /* item-n */
    .item-n {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n .img {
        width: 45%;
        overflow: hidden;
    }
    .item-n .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 15% 0 0;
    }
    .item-n .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 15%;
    }
    .item-n .data {
        width: 55%;
    }
    .item-n .data01 {
        box-sizing: border-box;
        padding: 1% 10% 0 15%;
    }
    .item-n .data02 {
        box-sizing: border-box;
        padding: 1% 15% 0 10%;
    }
    .item-n .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 15% 0;
    }
    .item-n .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n .data .txt-box .txt {
        font-size: 1.2em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item-n .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.7em;
        letter-spacing: .4em;
    }
    .item-n .data .link-box {
        width: 82%;
    }

    /* item-n02 */
    .item-n02 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n02 .img {
        width: 50%;
        overflow: hidden;
    }
    .item-n02 .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 25% 0 0;
    }
    .item-n02 .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 25%;
    }
    .item-n02 .data {
        width: 50%;
    }
    .item-n02 .data01 {
        box-sizing: border-box;
        padding: 1% 7% 0 10%;
    }
    .item-n02 .data02 {
        box-sizing: border-box;
        padding: 1% 10% 0 7%;
    }
    .item-n02 .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 15% 0;
    }
    .item-n02 .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n02 .data .txt-box .txt {
        font-size: 1.2em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.7em;
        letter-spacing: .4em;
    }
    .item-n02 .data .link-box {
        width: 82%;
    }

    /* pc-nav */

    /* footer-bg */

    /*cart-btm*/

    /*f-banner*/
    .f-banner {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 5% auto;
    }
    .f-banner-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li .txt {
        width: 100%;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: center;
        margin: 2% 0 0 0;
    }

    /*f-banner02*/
    .f-banner02 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 5% auto;
        padding: 0 0 0 0;
    }
    .f-banner02-list {
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .f-banner02-list li {
        width: 47%;
        background: #fff;
    }
    .f-banner02-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner02-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }

    /*footer*/
    .footer {
        color: #000;
        letter-spacing: 0.3em;
        padding: 0 0 2% 0;
        position: relative;
        text-align: center;
    }
    .footer_sns {
        margin: 26px 0 0;
    }
    .footer_copyright {
        font-family: "Helvetica",serif;
        font-size: 10px;
        letter-spacing: 0.02em;
        margin: 34px 0 0;
    }
    #pagetop {
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 99;
    }
    #pagetop .btn-loading span img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .in-btn {
        width: 40px;
        margin: 0 auto 1% auto;
        display: block;
        opacity: 1;
    }

    .staff{
        width: 320px;
        margin: 0 auto 7% auto;
    }

}


/* ============================================================
 *  PC (1025px〜1280px)
 * ============================================================ */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.sp-on {
        display: none !important;
    }
    .l-icon::before {
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }
    .s-icon::before {
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }

    /* header */
    .mv-logo {
        width: 5%;
        position: absolute;
        top: 2%;
        left: 2%;
        z-index: 99;
    }
    .mv-img li {
        overflow: hidden;
    }
    .mv-title-box {
        width: 85%;
        position: absolute;
        top: 80%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .mv-title01 {
        width: 100%;
        position: relative;
        overflow: hidden;
        line-height: 0;
        margin: 0 0 2% 0;
        left: 2%;
    }
    .mv-title01 .on {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mv-title02 {
        width: max-content;
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 2.3em;
        letter-spacing: .15em;
        text-align: center;
    }

    @keyframes charFlip {
    0% {
    opacity: 0;
    transform: rotateY(-90deg);
    }
    40% {
    opacity: 1;
    }
    100% {
    opacity: 1;
    transform: rotateY(0deg);
    }
    }

    /* read */
    .read {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 8% 0 8% 0;
    }
    .read .txt {
        width: 100%;
        font-size: 1.2em;
        line-height: 3em;
        letter-spacing: .3em;
        text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

    /* top-nav */

    /* door */
    .door {
        width: 80%;
        margin: 0 auto 10% auto;
        display: flex;
        justify-content: space-between;
    }
    .door .data {
        width: 55%;
        color: #6c98d6;
        box-sizing: border-box;
        padding: 0 10% 0 5%;
    }
    .door .data .num {
        width: max-content;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 7% 0;
    }
    .door .data .num li:nth-child(1) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2em;
        line-height: 1em;
        letter-spacing: .2em;
    }
    .door .data .num li:nth-child(1) span {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
        letter-spacing: .2em;
        margin: 0 0 0 10px;
    }
    .door .data .num li:nth-child(2) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 2em;
        line-height: 1em;
        letter-spacing: .3em;
        margin: 0 0 0 40px;
    }
    .door .data .title {
        width: 100%;
        position: relative;
    }
    .door .txt-box {
        width: 45%;
    }
    .door .txt-box .txt {
        font-size: 1.1em;
        letter-spacing: .3em;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
    }
    .door .txt-box .txt span {
        width: 100px;
        height: 1px;
        background: #000;
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: -6px;
    }

    /* basic */
    .basic_top {
        width: 100%;
        padding: 0% 0 25% 0;
    }
    .basic {
        width: 100%;
        padding: 10% 0 18% 0;
    }

    /* item */
    .item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-end {
        margin: 0 auto 15% auto !important;
    }
    .item .img {
        width: 57%;
        overflow: hidden;
    }
    .item .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img03 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 0%;
    }
    .item .data {
        width: 43%;
    }
    .item .data01 {
        box-sizing: border-box;
        padding: 1% 0 0 8%;
    }
    .item .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 10% 0;
    }
    .item .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item .data .txt-box .txt {
        font-size: 1em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.3em;
        letter-spacing: .4em;
    }
    .item .data .link-box {
        width: 80%;
    }

    /* item-n */
    .item-n {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n .img {
        width: 45%;
        overflow: hidden;
    }
    .item-n .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 15% 0 0;
    }
    .item-n .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 15%;
    }
    .item-n .data {
        width: 55%;
    }
    .item-n .data01 {
        box-sizing: border-box;
        padding: 1% 10% 0 15%;
    }
    .item-n .data02 {
        box-sizing: border-box;
        padding: 1% 15% 0 10%;
    }
    .item-n .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 10% 0;
    }
    .item-n .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n .data .txt-box .txt {
        font-size: 1em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item-n .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.3em;
        letter-spacing: .4em;
    }
    .item-n .data .link-box {
        width: 85%;
    }

    /* item-n02 */
    .item-n02 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n02 .img {
        width: 50%;
        overflow: hidden;
    }
    .item-n02 .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 25% 0 0;
    }
    .item-n02 .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 25%;
    }
    .item-n02 .data {
        width: 50%;
    }
    .item-n02 .data01 {
        box-sizing: border-box;
        padding: 1% 7% 0 10%;
    }
    .item-n02 .data02 {
        box-sizing: border-box;
        padding: 1% 10% 0 7%;
    }
    .item-n02 .data .txt-box {
        width: max-content;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 10% 0;
    }
    .item-n02 .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n02 .data .txt-box .txt {
        font-size: 1em;
        letter-spacing: .3em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 10% 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.3em;
        letter-spacing: .4em;
    }
    .item-n02 .data .link-box {
        width: 85%;
    }

    /* pc-nav */

    /* footer-bg */

    /*cart-btm*/

    /*f-banner*/
    .f-banner {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 5% auto;
    }
    .f-banner-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li .txt {
        width: 100%;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: center;
        margin: 2% 0 0 0;
    }

    /*f-banner02*/
    .f-banner02 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 5% auto;
        padding: 0 0 0 0;
    }
    .f-banner02-list {
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .f-banner02-list li {
        width: 47%;
        background: #fff;
    }
    .f-banner02-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner02-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }

    /*footer*/
    .footer {
        color: #000;
        letter-spacing: 0.3em;
        padding: 0 0 2% 0;
        position: relative;
        text-align: center;
    }
    .footer_sns {
        margin: 26px 0 0;
    }
    .footer_copyright {
        font-family: "Helvetica",serif;
        font-size: 10px;
        letter-spacing: 0.02em;
        margin: 34px 0 0;
    }
    #pagetop {
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 99;
    }
    #pagetop .btn-loading span img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .in-btn {
        width: 40px;
        margin: 0 auto 1% auto;
        display: block;
        opacity: 1;
    }

    .staff{
        width: 320px;
        margin: 0 auto 7% auto;
    }

}


/* ============================================================
 *  タブレット (767px〜1024px)
 * ============================================================ */
@media screen and (min-width: 767px) and (max-width: 1024px) {
.sp-on {
        display: none !important;
    }
    .l-icon::before {
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }
    .s-icon::before {
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }

    /* header */
    .mv-logo {
        width: 5%;
        position: absolute;
        top: 2%;
        left: 2%;
        z-index: 99;
    }
    .mv-img li {
        overflow: hidden;
    }
    .mv-title-box {
        width: 85%;
        position: absolute;
        top: 80%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .mv-title01 {
        width: 100%;
        position: relative;
        overflow: hidden;
        line-height: 0;
        margin: 0 0 2% 0;
        left: 2%;
    }
    .mv-title01 .on {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mv-title02 {
        width: max-content;
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 2em;
        letter-spacing: .15em;
        text-align: center;
    }

    @keyframes charFlip {
    0% {
    opacity: 0;
    transform: rotateY(-90deg);
    }
    40% {
    opacity: 1;
    }
    100% {
    opacity: 1;
    transform: rotateY(0deg);
    }
    }

    /* read */
    .read {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 8% 0 8% 0;
    }
    .read .txt {
        width: 100%;
        font-size: 1.2em;
        line-height: 3em;
        letter-spacing: .3em;
        text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

    /* top-nav */

    /* door */
    .door {
        width: 90%;
        margin: 0 auto 10% auto;
        display: flex;
        justify-content: space-between;
    }
    .door .data {
        width: 55%;
        color: #6c98d6;
        box-sizing: border-box;
        padding: 0 10% 0 5%;
    }
    .door .data .num {
        width: max-content;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 7% 0;
    }
    .door .data .num li:nth-child(1) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2em;
        line-height: 1em;
        letter-spacing: .2em;
    }
    .door .data .num li:nth-child(1) span {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
        letter-spacing: .2em;
        margin: 0 0 0 10px;
    }
    .door .data .num li:nth-child(2) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 2em;
        line-height: 1em;
        letter-spacing: .3em;
        margin: 0 0 0 40px;
    }
    .door .data .title {
        width: 100%;
        position: relative;
    }
    .door .txt-box {
        width: 45%;
    }
    .door .txt-box .txt {
        font-size: 1em;
        letter-spacing: .1em;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
    .door .txt-box .txt span {
        width: 70px;
        height: 1px;
        background: #000;
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: -6px;
    }

    /* basic */
    .basic_top {
        width: 100%;
        padding: 0% 0 45% 0;
    }
    .basic {
        width: 100%;
        padding: 10% 0 35% 0;
    }

    /* item */
    .item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-end {
        margin: 0 auto 15% auto !important;
    }
    .item .img {
        width: 57%;
        overflow: hidden;
    }
    .item .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 10%;
    }
    .item .img .img03 {
        display: block;
        box-sizing: border-box;
        padding: 0 0 0 0%;
    }
    .item .data {
        width: 43%;
    }
    .item .data01 {
        box-sizing: border-box;
        padding: 1% 5% 0 5%;
    }
    .item .data .txt-box {
        width: 100%;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 20% 0;
        box-sizing: border-box;
    }
    .item .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item .data .txt-box .txt {
        font-size: 1em;
        letter-spacing: .1em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        margin: 0 0 10% 0;
        text-align: justify;
    }
    .item .data .txt-box .txt br {
        display: none;
    }
    .item .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.3em;
        letter-spacing: .4em;
    }
    .item .data .link-box {
        width: 100%;
    }

    /* item-n */
    .item-n {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n .img {
        width: 45%;
        overflow: hidden;
    }
    .item-n .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 15% 0 0;
    }
    .item-n .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 15%;
    }
    .item-n .data {
        width: 55%;
    }
    .item-n .data01 {
        box-sizing: border-box;
        padding: 1% 10% 0 10%;
    }
    .item-n .data02 {
        box-sizing: border-box;
        padding: 1% 10% 0 10%;
    }
    .item-n .data .txt-box {
        width: 100%;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 20% 0;
    }
    .item-n .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n .data .txt-box .txt {
        font-size: 1em;
        letter-spacing: .1em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        margin: 0 0 10% 0;
        text-align: justify;
    }
    .item-n .data .txt-box .txt br {
        display: none;
    }
    .item-n .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.3em;
        letter-spacing: .4em;
    }
    .item-n .data .link-box {
        width: 100%;
    }

    /* item-n02 */
    .item-n02 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto 10% auto;
    }
    .item-n02 .img {
        width: 50%;
        overflow: hidden;
    }
    .item-n02 .img .img01 {
        display: block;
        box-sizing: border-box;
        padding: 0 10% 0 0;
    }
    .item-n02 .img .img02 {
        display: block;
        box-sizing: border-box;
        padding: 0 0% 0 10%;
    }
    .item-n02 .data {
        width: 50%;
    }
    .item-n02 .data01 {
        box-sizing: border-box;
        padding: 1% 7% 0 7%;
    }
    .item-n02 .data02 {
        box-sizing: border-box;
        padding: 1% 7% 0 7%;
    }
    .item-n02 .data .txt-box {
        width: 100%;
        position: relative;
        padding: 5% 0 0 5%;
        margin: 0 0 20% 0;
    }
    .item-n02 .data .txt-box .icon {
        width: 20px;
        position: absolute;
        line-height: 0;
        top: 0;
        left: 0;
    }
    .item-n02 .data .txt-box .txt {
        font-size: 1em;
        letter-spacing: .1em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        margin: 0 0 10% 0;
        text-align: justify;
    }
    .item-n02 .data .txt-box .txt br {
        display: none;
    }
    .item-n02 .data .txt-box .sub li:nth-child(1) {
        width: 130px;
        height: 1px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.3em;
        letter-spacing: .4em;
    }
    .item-n02 .data .link-box {
        width: 100%;
    }

    /* pc-nav */

    /* footer-bg */

    /*cart-btm*/

    /*f-banner*/
    .f-banner {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 5% auto;
    }
    .f-banner-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner-list li .txt {
        width: 100%;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: center;
        margin: 2% 0 0 0;
    }

    /*f-banner02*/
    .f-banner02 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 5% auto;
        padding: 0 0 0 0;
    }
    .f-banner02-list {
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .f-banner02-list li {
        width: 47%;
        background: #fff;
    }
    .f-banner02-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000;
        transition: .3s;
    }
    .f-banner02-list li a:hover {
        border: 1px solid #000;
        transition: .3s;
    }

    /*footer*/
    .footer {
        color: #000;
        letter-spacing: 0.3em;
        padding: 0 0 2% 0;
        position: relative;
        text-align: center;
    }
    .footer_sns {
        margin: 26px 0 0;
    }
    .footer_copyright {
        font-family: "Helvetica",serif;
        font-size: 10px;
        letter-spacing: 0.02em;
        margin: 34px 0 0;
    }
    #pagetop {
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 99;
    }
    #pagetop .btn-loading span img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .in-btn {
        width: 40px;
        margin: 0 auto 1% auto;
        display: block;
        opacity: 1;
    }

    .staff{
        width: 320px;
        margin: 0 auto 7% auto;
    }

}


/* ============================================================
 *  スマホ (0px〜766px)
 * ============================================================ */
@media (min-width: 0px) and (max-width: 766px) {
.pc-on {
        display: none !important;
    }
    .l-icon::before {
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: 0px;
        margin: 0 5px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }
    .s-icon::before {
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: 0px;
        margin: 0 5px 0 0;
        line-height: 0;
        border: 1px solid #000;
        border-radius: 3px;
    }

    /* header */
    .mv-logo {
        width: 17%;
        position: absolute;
        top: 2%;
        left: 3%;
        z-index: 99;
        line-height: 0;
    }
    .mv-img li:nth-child(1) {
        overflow: hidden;
    }
    .mv-img li:nth-child(2) {
        display: none;
    }
    .mv-title-box {
        width: 90%;
        position: absolute;
        bottom: 14%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .mv-title01 {
        width: 100%;
        position: relative;
        overflow: hidden;
        line-height: 0;
        margin: 0 0 4% 0;
        left: 2%;
    }
    .mv-title02 {
        width: max-content;
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1em;
        letter-spacing: .15em;
        text-align: center;
    }

    @keyframes charFlip {
    0% {
    opacity: 0;
    transform: rotateY(-90deg);
    }
    40% {
    opacity: 1;
    }
    100% {
    opacity: 1;
    transform: rotateY(0deg);
    }
    }

    /* read */
    .read {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 10% 0 8% 0;
    }
    .read .txt {
        width: 100%;
        font-size: .95em;
        line-height: 2.6em;
        letter-spacing: .1em;
        text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

    /* top-nav */
    .top-nav {
        width: 90%;
        margin: 0 auto 10% auto;
    }
    .top-nav-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .top-nav-list li {
        width: 48%;
        margin: 0 0 5% 0;
    }
    .top-nav-list li a .img .n-num {
        font-size: .8em;
        right: 6px;
    }

    /* door */
    .door {
        width: 90%;
        margin: 0 auto 7% auto;
    }
    .door .data {
        width: 100%;
        color: #6c98d6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 10% 0;
    }
    .door .data .num {
        width: 25%;
    }
    .door .data .num li:nth-child(1) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1em;
        line-height: 1em;
        letter-spacing: .1em;
        margin: 0 0 15% 0;
    }
    .door .data .num li:nth-child(1) span {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2em;
        letter-spacing: .2em;
        display: block;
        margin: 5% 0 0 0;
    }
    .door .data .num li:nth-child(1) .num-sp {
        position: relative;
        left: 5%;
    }
    .door .data .num li:nth-child(2) {
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.2em;
        line-height: 1em;
        letter-spacing: .3em;
        white-space: nowrap;
    }
    .door .data .title {
        width: 70%;
        position: relative;
    }
    .door .txt-box {
        width: 100%;
    }
    .door .txt-box .txt {
        font-size: 1em;
        letter-spacing: .1em;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
    }
    .door .txt-box .txt span {
        width: 50px;
        height: .5px;
        background: #000;
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: -6px;
    }

    /* basic */
    .basic_top {
        width: 100%;
        padding: 0% 0 50% 0;
    }
    .basic {
        width: 100%;
        padding: 20% 0 60% 0;
    }

    /* item */
    .item {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20% auto;
    }
    .item-end {
        margin: 0 auto 20% auto !important;
    }
    .item .img {
        width: 100%;
        overflow: hidden;
        margin: 0 0 5% 0;
    }
    .item .img .img01 {
        display: block;
    }
    .item .img .img02 {
        display: block;
    }
    .item .img .img03 {
        display: block;
    }
    .item .data {
        width: 85%;
        margin: 0 auto;
    }
    .item .data .txt-box {
        width: 100%;
        position: relative;
        padding: 0% 0 0 0;
        margin: 0 0 7% 0;
    }
    .item .data .txt-box .icon {
        width: 15px;
        position: relative;
        line-height: 0;
        top: 0;
        left: -15px;
    }
    .item .data .txt-box .txt {
        font-size: .95em;
        letter-spacing: .2em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 5% 0;
    }
    .item .data .txt-box .sub li:nth-child(1) {
        width: 100px;
        height: .5px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.4em;
        letter-spacing: .2em;
    }
    .item .data .link-box {
        width: 100%;
    }

    /* item-n */
    .item-n {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20% auto;
    }
    .item-n .img {
        width: 100%;
        overflow: hidden;
        margin: 0 0 5% 0;
    }
    .item-n .data {
        width: 85%;
        margin: 0 auto;
    }
    .item-n .data .txt-box {
        width: 100%;
        position: relative;
        padding: 0% 0 0 0;
        margin: 0 0 7% 0;
    }
    .item-n .data .txt-box .icon {
        width: 15px;
        position: relative;
        line-height: 0;
        top: 0;
        left: -15px;
    }
    .item-n .data .txt-box .txt {
        font-size: .95em;
        letter-spacing: .2em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 5% 0;
    }
    .item-n .data .txt-box .sub li:nth-child(1) {
        width: 100px;
        height: .5px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.4em;
        letter-spacing: .2em;
    }
    .item-n .data .link-box {
        width: 100%;
    }

    /* item-n02 */
    .item-n02 {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 20% auto;
    }
    .item-n02 .img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 5% auto;
    }
    .item-n02 .data {
        width: 85%;
        margin: 0 auto;
    }
    .item-n02 .data .txt-box {
        width: 100%;
        position: relative;
        padding: 0% 0 0 0;
        margin: 0 0 7% 0;
    }
    .item-n02 .data .txt-box .icon {
        width: 15px;
        position: relative;
        line-height: 0;
        top: 0;
        left: -15px;
    }
    .item-n02 .data .txt-box .txt {
        font-size: .95em;
        letter-spacing: .2em;
        line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 5% 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(1) {
        width: 100px;
        height: .5px;
        background: #6c98d6;
        margin: 0 20px 0 0;
    }
    .item-n02 .data .txt-box .sub li:nth-child(2) {
        color: #6c98d6;
        font-family: "futura-pt", sans-serif;
        font-weight: 300;
        font-style: oblique;
        font-size: 1.4em;
        letter-spacing: .2em;
    }
    .item-n02 .data .link-box {
        width: 100%;
    }

    /* pc-nav */

    /* footer-bg */

    /*cart-btm*/

    /*f-banner*/
    .f-banner {
        width: 80%;
        margin: 15% auto 10% auto;
    }
    .f-banner-m {
        width: 80%;
        margin: 0 auto 15% auto !important;
    }
    .f-banner-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000000;
        transition: .3s;
    }
    .f-banner-list li a:hover {
        border: 1px solid #000000;
        transition: .3s;
    }

    /*f-banner02*/
    .f-banner02 {
        width: 100%;
        margin: 0 auto 5% auto;
    }
    .f-banner02-list {
        width: 80%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .f-banner02-list li {
        width: 47%;
        background: #fff;
        margin: 0 0 5% 0 !important;
    }
    .f-banner02-list li a {
        width: 100%;
        display: block;
        border: 1px solid #000000;
        transition: .3s;
    }
    .f-banner02-list li a:hover {
        border: 1px solid #000000;
        transition: .3s;
    }

    /*footer*/
    .footer {
        color: #000;
        letter-spacing: 0.3em;
        padding: 0 0 20% 0;
        position: relative;
        text-align: center;
    }
    .footer_sns {
        margin: 0 0 0 0;
    }
    .footer_copyright {
        font-family: "Helvetica",serif;
        font-size: 8px;
        letter-spacing: 0.02em;
        margin: 34px 0 0;
        color: #000000;
    }
    #pagetop {
        position: fixed;
        right: 10px;
        bottom: 10px;
        width: 35px;
        height: 35px;
        display: block;
        z-index: 30;
    }
    #pagetop .btn-loading span img {
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .in-btn {
        width: 35px;
        margin: 0 auto 1% auto;
        display: block;
        opacity: 1;
    }

    .staff{
        width: 80%;
        margin: 0 auto 10% auto;
    }

    /*nav*/
    .menu {
        width: 50px;
        height: 40px;
        position: fixed;
        right: 1%;
        top: 1%;
        z-index: 9999;
        cursor: pointer;
    }

    /* アイコン全体のコンテナ */
    .menu__line--icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /* 2x2 グリッドの各正方形（絶対配置 + box-shadowで右の正方形を追加） */
    .bar {
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        background: #cccccc;
        border-radius: 2px;
        box-shadow: 15px 0 0 0 #cccccc;
        left: 0;
        transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, top 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
        transform-origin: center;
    }
    .bar:nth-child(1) { top: 0; }
    .bar:nth-child(2) { top: 15px; }

    /* active時：バッテン（白） */
    .menu.active .bar {
        width: 24px;
        height: 1px;
        top: 11.5px;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
    }
    .menu.active .bar:nth-child(1) {
        transform: rotate(45deg);
    }
    .menu.active .bar:nth-child(2) {
        transform: rotate(-45deg);
    }

    /*gnav*/
    .gnav {
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 8888!important;
        bottom: 0;
        left: 0;
    }
    .menu_bg {
        background: #6c98d6;
        height: 100%;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .gnav__wrap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 100vh;
        justify-content: center;
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .gnav__menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow-y: scroll;
    }
    .gnav__menu::-webkit-scrollbar {
        display: none;
    }
    .gnav__menu::-ms-scrollbar {
        display: none;
    }
    .gnav__menu::-moz-scrollbar {
        display: none;
    }
    .big-menu-title {
        text-align: center;
        font-size: 28px;
        letter-spacing: 5px;
        line-height: 2.8em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
    .gnav__menu li {
        width: 48%;
        margin: 0 0 5% 0;
    }
    .gnav__menu li a {
        width: 100%;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
    }
    .gnav__menu li a .img {
        width: 100%;
        position: relative;
    }
    .gnav__menu li a:hover .img {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .gnav__menu li a .img img {
        opacity: 1;
        transition: .3s;
    }
    .gnav__menu li a:hover .img img {
        opacity: .9;
        transition: .3s;
    }
    .gnav__menu li a .txt {
        width: 100%;
        line-height: 0;
        display: block;
    }
    .grad-btn {
        background: #000;
        color: #fff;
        text-align: center;
        display: block;
        margin: 5% auto 0 auto;
        font-size: 12px;
        padding: 1% 0;
    }
    .grad-btn::before {
        content: "READ MORE";
    }
    .grad-item {
        position: relative;
        overflow: hidden;
        height: 35px;
    }
    .grad-item::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35px;
        background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
        content: "";
    }
    .grad-trigger {
        display: none;
    }
    .grad-trigger:checked ~ .grad-btn::before {
        content: "CLOSE";
    }
    .grad-trigger:checked ~ .grad-item {
        height: auto;
    }
    .grad-trigger:checked ~ .grad-item::before {
        display: none;
    }
    .sp-logo {
        width: 94%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10%;
        margin: 0 auto;
    }
}
