sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
#contents_inner {
    scroll-snap-type: y mandatory;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* -webkit-scroll-behavior:smooth;
    scroll-behavior:smooth; */
}
section {
    scroll-snap-align: start;
}  
header.top {
    position: absolute;
    height: 150px;
}
header.top #gnav:before {
    position: absolute;
    background: rgba(255,255,255,.8);
    height: 150px;
}
header.top #gnav .logo {
    position: relative;
    text-align: center;
    top: 20px;
    left: 0;
}
header.top #gnav .logo span {
    display: block;
    font-size: 1.2rem;
    color: #00271d;
    margin-bottom: 10px;
}
header.top #gnav .logo img {
    width: 188px;
    height: 38px;
}
header.top #gnav p.account ,header.top #gnav p.help, header.top #gnav .ig, header.top #gnav .ico_cart{
    top: 82px;
}
.fix {
    animation: downAnime 0.5s forwards;
}
@keyframes downAnime{
    from {
      opacity: 0;
    transform: translateY(-150px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
}

@media screen and (min-width: 769px) {
    header.top .gnav_inner {
        top: 105px;
        margin-left: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

#kv {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    position: relative;
    color: #00271d;
}
#kv .ttl {
    position: absolute;
    top: 240px;
    right: 0; 
}
#kv .ttl img{
    width: 100%;
}
#kv .sub-ttl {
    font-size: 1.8rem;
    line-height: 1.44;
    position: absolute;
    bottom: 168px;
    right: 18.5vw;
}
.bg-wrap {
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    line-height: 0;
}
.bg-wrap video {
    min-width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 177.77777778vh;
    height: 56.25vw;
}
#kv .news {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: rgba(255,255,255,.8);
}
#kv .news .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 0 8px;
}
#kv .news .inner p{
    position: absolute;
    left: -70px;
    top: 19px;
}
#kv .news dl{
    display: flex;
    font-size: 1.5rem;
    line-height: 1;
    align-items: center;
}
#kv .news dl dt{
    margin-right: .5em;
}
#kv .news .more img{
    vertical-align: middle;
}
#about .bg-wrap{
    background: url(../images/index/bg_about.jpg);
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    opacity: 0;
}
#about .bg-wrap::after {
    content: '';
    background-color: rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 1.5s all 1s;
}
#about.active .bg-wrap{
    opacity: 1;
}
#about.active .bg-wrap::after {
    background-color: rgba(255,255,255,0);
}
#about {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}
#about .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #00271d;
}
#about h1 {
    margin-bottom: 35px;
}
#about .btn_down {
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
}
.intro {
    background-size: cover;
    background-position: center center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.intro1 {
    background-image: url(../images/index/bg_starting1.jpg);
}
.intro2 {
    background-image: url(../images/index/bg_starting2.jpg);
}
.intro3 {
    background-image: url(../images/index/bg_starting3.jpg);
}
.intro4 {
    background-image: url(../images/index/bg_starting4.jpg);
}
.intro .ttl {
    position: absolute;
    bottom: 230px;
    right: 15vw;
    font-size: 3.3rem;
    color: #fff;
}
.intro .ttl p{
    line-height: .5;
    letter-spacing: .04em;
    margin-top: 40px;
}
.intro .ttl .yen {
    font-size: 1.8rem;
}
.intro .ttl .tax {
    font-size: 1rem;
}
.intro .txt {
    font-size: 2.2rem;
    line-height: 1.77;
    letter-spacing: .03em;
    color: #00271d;
    position: absolute;
}
.intro .ttl {
    position: absolute;
    bottom: 230px;
    right: 15vw;
    font-size: 3.3rem;
    color: #fff;
}
.intro.intro1 .ttl {
    left: 70vw;
    right: auto;
}
.intro.intro1 .txt {
    color: #fff;
    top: 210px;
    left: 10vw;
}
.intro.intro1 a {
    display: block;
    position: absolute;
    bottom: 150px;
    left: 70vw;
    right: auto;
    font-size: 1.8rem;
    letter-spacing: -.04em;
    color: #3e3a39;
    background-color: #fff;
    padding: .3em .8em;
    box-sizing: border-box;
}
.intro.intro1 a span{
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    display: inline-block;
    line-height: 1.8rem;
    padding-left: 6px;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(10px);
  }
  40% {
    -webkit-transform: translateX(0);
  }
}
@keyframes sdb {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0);
  }
}

.intro.intro2 .txt {
    top: 200px;
    right: 15vw;
}
.intro.intro3 .txt {
    top: 140px;
    left: 14vw;
}
.intro.intro4 .txt {
    top: 140px;
    left: 14vw;
}
.intro .inner {
    background: rgba(255, 255, 255, .87);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -235px;
    opacity: 0;
}
.intro .inner div::before {
    content: '';
    display: block;
    background: url(../images/index/bg_icon.svg) no-repeat;
    background-size: contain;
    width: 42px;
    height: 182px;
    position: absolute;
    bottom: 0;
    left: -8vw;
}
.intro.active .inner{
    bottom: 0;
    opacity: 1;
    transition: .8s all 1s;
}
.intro .inner div{
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0 30px;
    font-size: 1.6rem;
    line-height: 1.38;
    z-index: 2;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
}
.intro .inner div .s{
    font-size: 75%;
    display: inline-block;
}
.intro .relation {
    position: absolute;
    right: 10vw;
    display: flex;
    align-items: flex-end;
    bottom: -235px;
    opacity: 0;
}
.intro.active .relation {
    bottom: 30px;
    opacity: 1;
    transition: 1s all 1.5s;
    z-index: 10;
}
.intro .relation p{
    padding-right: 30px;
}
.intro .relation p span {
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    display: inline-block;
    line-height: 1.8rem;
    padding-left: 10px;
}
#items, #contents,#staff {
    position: relative;
    padding-top: 60px;
    margin-top: -60px;
    z-index: 10;
}
.bg-white {
    background-color: #fff;
}
#items h2, #contents h2 {
    width: 100%;
    background-color: #eeeeee;
    text-align: center;
    padding: 20px 0;
}
#items .inner {
    max-width: 840px;
    margin: 0 auto;
}
#items .list li.is-active {
    animation: .6s fadeIn;
}
#items .list li.no-item {
    display: none;
}
#items .list li.is-active.no-item {
    display: block;
    color: #d04718;
    font-size: 2rem;
    width: 100%;
    text-align: center;
}
@keyframes fadeIn {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: none;
    }
}
#items .list-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 40px;
}
#items .list-btn li {
    padding: 3px 20px;
}
#items .list-btn a {
    color: #00271d;
    font-size: 2rem;
    display: inline-block;
    background: linear-gradient(to right, #f5b216 50%, transparent 50%);
    background-position: 100% center;
    background-size: 200% 20%;
    background-repeat: no-repeat;
    transition: background-position 0.4s;
    padding: 0 5px;
}
#items .list-btn a:hover, #items .list-btn a.is-active {
    background-position: 0% center;
    opacity: 1;
}
#items .list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
#items .list li{
    width: calc((100% - 120px) / 3);
    margin: 15px 20px;
}
#items .list a{
    color: #231815;
    text-align: center;
}
#items .list h3 {
    font-size: 1.8rem;
    line-height: 1.42;
    margin: 1em 0;
}
#items .list h3 span.s{
    font-size: 1.4rem;
    display: block;
}
#items .list ._price {
    font-size: 1.8rem;
}
#items .list ._price .s {
    font-size: 1.2rem;
}
#items .list .resale {
    font-size: 1.2rem;
    color: #d04718;
    display: none;
}
#items .list .sold .resale {
    display: block;
}
#items .list a::after {
    display: block;
    content: '';
    background: url(../images/index/btn_items_more.svg);
    width: 240px;
    height: 18px;
    background-size: 100% auto;
    margin-top: 20px;
}
#items .list .sold .thumb{
    position: relative;
}
#items .list .sold .thumb img{
    opacity: 60%;
}
#items .list .sold .thumb::after {
    display: block;
    content: '';
    background: url(../images/index/icon_soldout.svg) no-repeat;
    background-size: contain;
    width: 111px;
    height: 22px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#contents img.latest{
    width: 100vw;
}
#contents img.latest{
    width: calc(100% - 40px);
    margin: 40px auto 0;
    display: block;
}
#contents .inner {
    max-width: 1478px;
    margin: 0 auto;
    padding: 40px 0 0;
    line-height: 1.5;
}
#contents .inner a{
    color: #00271d;
}
#contents .inner ul{
    display: flex;
    flex-wrap: wrap;
}
#contents .inner ul li{
    margin: 0 20px 40px;
    width: calc((100% - 120px) / 3);    
}
#contents .inner ul li h3{
    font-size: min(2.6rem, 2vw);
    line-height: 1.33;
    letter-spacing: .02em;
    margin: 30px 0 20px;
}
#staff .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 110px 0;
    text-align: center;
    border-bottom: 1px solid #afaeab;
}
#staff a{
    width: 138px;
}
.staff_box {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
.staff_box h3 {
    padding-bottom: 45px;
    font-size: 1.6rem;
    border-bottom: 1px solid #183029;
}
.staff_box > div {
    border-bottom: 1px solid #183029;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 1.4rem;
}
.staff_box h4{
    font-size: 1.5rem;
    line-height: 1.44;
    padding-bottom: 30px;
}
.modaal-content-container {
    padding: 60px 0;
}
.modaal-content-container .modal_close {
    margin: 40px auto 0;
}
.modaal-content-container h3 {
    text-align: center;
}
.modaal-content-container .box {
    max-width: 40em;
}
.modaal-content-container .box dl {
    margin-bottom: 1em;
}
footer {
    background-color: #fff;
}
@media screen and (min-width: 1479px){
    #contents img.latest {
        width: calc(1478px - 2.5%);
    }
}
@media screen and (min-width: 769px){
    #about .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 768px){
    .pcOnly {
        display: none !important;
    }
    header.top #gnav:before {
        background: rgba(255,255,255,1);
        height: 70px;
    }
    header.top {
        height: 70px;
    }
    header.top #gnav .logo {
        top: 9px;
    }
    header.top #gnav .gnav_ico, header.top #gnav .ig, header.top #gnav .ico_cart {
        display: none;
    }
    header.top #gnav .logo img {
        width: 134px;
        height: 27px;
    }
    header.top #gnav .logo span {
        margin-bottom: 7px;
    }
    .bg-wrap {
        background: url(../images/index/bg_top_sp.jpg);
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    .intro1 {
        background-image: url(../images/index/bg_starting1_sp.jpg);
        background-position: center top;
    }
    .intro2 {
        background-image: url(../images/index/bg_starting2_sp.jpg);
    }
    .intro3 {
        background-image: url(../images/index/bg_starting3_sp.jpg);
    }
    .intro3-2 {
        background-image: url(../images/index/bg_starting3-2_sp.jpg);
    }
    .intro4 {
        background-image: url(../images/index/bg_starting4_sp.jpg);
    }
    .intro4-2 {
        background-image: url(../images/index/bg_starting4-2_sp.jpg);
    }
    .intro.active .inner{
        bottom: 0;
        opacity: 1;
        transition: .8s all 1.2s;
    }    
    .intro .inner div .s{
        margin-top: -1em;
        line-height: 1.25;
    }
    #kv .nav_top {
        position: absolute;
        top: 100px;
        left: 8vw;
    }
    #kv .nav_top ul{
        margin-bottom: 10px;
    }
    #kv .nav_top ul li img{
        height: 18px;
        padding-bottom: 8px;
    }
    #kv .nav_top .ig {
        margin-right: 10px;
    }
    #kv .ig {
        display: inline-block;
    }
    #kv .ico_cart {
        display: inline-block;
    }
    #kv .ttl {
        width: 58.9vw;
        top: auto;
        bottom: 64px;
        right: 0;
    }
    #kv .sub-ttl {
        writing-mode: vertical-rl;
        font-size: 1.6rem;
        top: 100px;
        bottom: auto;
        right: 15.5vw;
        letter-spacing: -.03em;
    }
    #kv .news{
        height: 64px;
    }
    #kv .news .inner {
        padding: 5px 0 0;
    }
    #kv .news dl {
        font-size: 1.2rem;
        display: block;
        line-height: 1.2;
    }
    #kv .news .inner p {
        width: 43px;
        position: relative;
        left: 0;
        top: 0;
        line-height: 1;
    }
    #about .bg-wrap {
        background: url(../images/index/bg_about_sp.jpg);
        background-position: center center;
        background-size: cover;
    }
    #about h1 {
        width: 186px;
        margin: 0 auto 20px;
    }
    #about .inner {
        width: 100%;
        font-size: 1.4rem;
    }
    .intro .txt {
        font-size: min(1.8rem, 5vw);
        line-height: 1.75;
        letter-spacing: .15em;
        font-feature-settings: "palt";
    }
    .intro .inner div {
        font-size: 1.4rem;
        line-height: 1.6;
        width: 70%;
    }
    .intro.active .inner {
        height: auto;
    }
    .intro.spOnly .inner {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    .intro.intro.spOnly .inner div {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
        width: 73%;
        font-size: min(1.6rem, 2.4vh);
        line-height: 1.75;
    }
    .intro .inner div::before {
        display: none;
    }
    .intro .inner::before {
        content: '';
        display: block;
        background: url(../images/index/bg_icon.svg) no-repeat;
        background-size: contain;
        width: 42px;
        height: 182px;
        position: absolute;
        bottom: 0;
        left: auto;
        right: 10vw;
    }
    .intro.intro4.spOnly .inner div:first-of-type {
        top: 15vh;
        top: calc(var(--vh, 1vh) * 15);
        padding: 0;
    }
    .intro.intro4-2.spOnly .inner div {
        top: 10vh;
        top: calc(var(--vh, 1vh) * 10);
    }
    .intro .inner div::before {
        left: auto;
        right: -12vw;
        z-index: -1;
    }
    .intro.intro1 .txt {
        top: 70px;
        font-size: 1.6rem;
        text-align: center;
        width: 20em;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .intro .ttl{
        left: 0;
        right: 0;
        bottom: 60px;
        text-align: center;
    }
    .intro.intro1 .ttl{
        left: 0;
        right: 0;
        bottom: 20px;
    }
    .intro .ttl p {
        margin-top: 10px;
    }
    .intro.intro1 p > .ff-b {
        font-size: 2.3rem;
    }
    .intro.intro1 a {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        border: 1px solid;
        bottom: 0;
    }
    .intro.intro2 .txt {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        top: 10vh;
        top: calc(var(--vh, 1vh) * 10);
        right: 11vw;
    }
    .intro.intro4 .txt {
        top: 100px;
        left: 10vw;
    }
    .intro.intro4 .inner div:first-of-type:before {
        display: none;
    }
    .intro.intro.spOnly .relation {
        top: auto !important;
        bottom: 0;
        right: 0;
        white-space: nowrap;
        padding: 30px 0 !important;
        position: absolute;
    }
    .intro .relation p{
        font-size: 1.5rem;
    }
    .intro.active .relation {
        bottom: 0;
        transition: none;
    }
    .intro .relation p span {
        -webkit-animation: sdb-down 2s infinite;
        animation: sdb-down 2s infinite;
        padding-left: 5px;
    }
    .intro .relation a{
        display: block;
            margin-left: 5vw;
    width: 135px;
    }

@-webkit-keyframes sdb-down {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
  }
}
@keyframes sdb-down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
}
.intro.intro4 .inner div:first-of-type {
        padding: 40px 0 0;
    }
    #items, #contents, #staff {
        padding-top: 12.3333333333vw;
        margin-top: -13.3333333333vw;
    }
    #items .list a::after{
        width: 100%;
        height: 3vw;
        margin-top: 10px;
        background-repeat: no-repeat;
    }
    #items h2, #contents h2 {
        padding: 15px 0;
    }
    #items h2 img, #contents h2 img{
        height: 18px;
    }
    #items .list-btn a {
        font-size: 1.5rem;
    }
    #items .list-btn {
        padding: 15px 0 5px;
    }
    #items .list li {
        width: calc((100% - 14vw) / 2);
        margin: 15px 3.5vw;
    }
    #items .list h3 span.s {
        font-size: 1rem;
        padding-bottom: .3em;
    }
    #items .list h3 {
        font-size: 1.5rem;
        margin: .8em 0 .5em;
    }
    #items .list ._price {
        font-size: 1.6rem;
    }
    #items .list ._price .s{
        font-size: 1rem;
    }
    #items .list .resale {
        font-size: 1rem;
    }
    #items .list .sold .thumb::after {
        width: 88px;
        height: 19px;
    }
    #contents .inner ul {
        display: block;
    }
    #contents .inner {
        padding: 0;
    }
    #contents .inner ul li h3 {
        font-size: 1.8rem;
        margin: 20px 0 10px;
        text-align: center;
    }
    #contents .inner ul li p {
        font-size: 1.4rem;
        margin: 20px 0 10px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    #contents .inner ul li {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    #contents img.latest {
        margin: 20px auto 0;
    }
    #staff .inner {
        width: 90.6666666667vw;
        margin: 0 auto;
        padding-top: 9.3333333333vw;
        padding-bottom: 9.3333333333vw;
        border-bottom: 1px solid #b4b4b1;
    }
    #staff .inner img {
        width: 25.6vw;
    }
    .staff_box > div {
        padding-top: 8vw;
        padding-bottom: 8vw;
        /* padding: 0 2.6666666667vw; */
        font-size: 3.4666666667vw;
        letter-spacing: .06em;
        line-height: 1.4375em;
        text-align: left;
    }
    .staff_box h4 {
        padding: 0 2.6666666667vw;
        padding-bottom: 6.6666666667vw;
        font-size: 3.4666666667vw;
        font-feature-settings: "palt" 1;
        letter-spacing: .03em;
        line-height: 1.2222222222em;
    }
    .modaal-inner-wrapper {
        padding: 15px 10px;
    }
    .modaal-close:before, .modaal-close:after {
        background: #231815;

    }
}