@charset "UTF-8";
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
.red {
    color: #c74226;
}
.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.indent2 {
    display: inline-block;
    text-indent: -1.7em;
    padding-left: 2em;
}
.palt {
    font-feature-settings: "palt";
}
.spOnly, .spOnly2 {
    display: none !important;
}
.modaal-wrapper a,
.news a {
    color: #d04718;
}
.modaal-content-container .box a[target=_blank]:after,
.news a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -0.2em;
}
section {
    overflow-x: hidden;
}
#product section {
    overflow-x: initial;
}
#product footer {
    background-color: #fff;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
    opacity: 0;
    animation: fadein .5s ease-out forwards .8s;
}
#contents_inner {
    scroll-behavior: smooth;
}
@media screen and (max-width: 834px){
    .pcOnly {
        display: none !important;
    }
    .spOnly {
        display: block !important;
    }
}
#items, #contents, #staff {
    z-index: initial;
}
#kv {
    position: relative;
    color: #00271d;
    z-index: 1;
    background-color: #fff;
}
#kv .news .inner {
    width: 78%;
    height: 52px;
}
#kv .news .inner p {
    top: 30px;
}
.modaal-fullscreen .modaal-container {
    background: url(../images/index/2309/bg_about.jpg);
    background-size: cover;
    background-position: center center;
    display: grid;
    place-items: center center;
    margin: 0;
}
.modaal-fullscreen .modaal-close {
    display: none;
}
.modaal-fullscreen .modaal-content {
    background-color: initial;
    width: 100%;
}
.modaal-fullscreen .modaal-content-container {
    text-align: center;
    padding: 0;
}
.modaal-fullscreen .modaal-content-container .box {
    font-size: 1.8rem;
    background-color: rgba(245,178,22,.8);
    padding: 8vh 140px;
}
.modaal-fullscreen .modaal-content-container .box > h1{
    padding-bottom: 2em;
}
a.inline_close {
    cursor: pointer;
    padding-top: 8vh;
}
header.top {
    position: relative;
}
.bg-wrap {
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
}
.bg-top p {
    background: url(../images/index/2311/bg_top.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bg-top > div.text {
    position: absolute;
    bottom: 8%;
    right: 4%;
}
#kv .news {
    background-color: #fff;
}
#about .bg-wrap {
    overflow: hidden;
    opacity: 0;
    background: url(../images/index/2311/bg_1.jpg);
    background-size: cover;
    background-position: center bottom;
}
#about .bg-wrap::after {
    display: none;
}
#about .inner {
    z-index: 1;
    opacity: 0;
    transition: 1s opacity;
}
#about.active .inner {
    opacity: 1;
}
#about .inner div > p {
    color: #00281e;
    letter-spacing: .04em;
}
#about .inner div {
    position: relative;
}
#about .inner div .link {
    padding: 20px 0;
}
.intro1 {
    background-image: none;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro.intro1 a {
    position: initial;
    bottom: initial;
    left: initial;
    right: initial;
    background-color: initial;
    padding: 0;
    border: none;
}
.intro.intro1 a img {
    object-fit: contain;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
#items {
    padding-top: 0;
    margin-top: 0;
}
#items .inner {
    max-width: 900px;
}
#product .relation {
    margin-top: 60px;
}
#product .relation h4 {
    border: 1px solid;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}
#product .relation a {
    position: relative;
}
#product .relation a::after {
    content: "\F054";
    font-family: "Material Design Icons";
    position: absolute;
    right: -1.4em;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
@media screen and (max-width: 900px) {
    header #gnav .logo {
        width: 118px;
        top: 18px;
        left: 10px;
    }
    header .gnav_inner ul li {
        margin: 0 5px;
    }
}
@media screen and (min-width: 769px) and (max-height: 767px) {
    #about {
        overflow-y: scroll;
    }
    #about .inner {
        padding: 7vh 0 0;
        transform: initial;
        position: relative;
        top: 5% !important;
    }
}
@media screen and (min-width: 769px) {
    #about .inner {
        position: relative;
    }
}
@media screen and (min-width: 821px) {
    #contents .inner {
        padding: 0;
    }
    #contents .inner3 {
        padding-top: 50px;
    }
    #contents .inner3 ul li {
        margin: 0 15px 50px;
        width: calc((100% - 60px) / 2);
    }    
}
@media screen and (min-width: 835px) {
    .bg-top {
        position: absolute;
        top: 150px;
        max-width: 1310px;
        transform: translate(-50%, 0);
        left: 50%;
        width: 90%;
        height: calc(100vh - 220px);
        height: calc((var(--vh, 1vh) * 100) - 220px);
    }
    #variation {
        max-width: 100%;
        width: 100%;
        background: url(/store/shinkuu/images/product/skin/coffret/bg_detail1.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
    }
    #variation .wrapper, #variation ul {
        max-width: 1000px;
        margin: 0 auto;
    }
    #variation .inner, #variation2 .inner {
        color: #00271d;
    }
    #variation .wrapper, #variation ul {
        max-width: 1000px;
        margin: 0 auto;
    }
    #variation ul {
        width: 100%;
        height: 50vw;
        display: grid;
        grid-template-rows: 40% 10% auto;
        grid-template-columns: 15% 48% auto;
    }
    #variation .inner ul li:nth-of-type(1) {
        grid-area: 3 / 2 / 4 / 3;
    }
    #variation .inner ul li:nth-of-type(2) {
        grid-area: 2 / 3 / 3 / 4;
    }
    #variation ul li h4 {
        font-size: 2rem;
        padding-bottom: 2.5em;
    }
    #variation2 {
        max-width: 100%;
        width: 100%;
        background: url(/store/shinkuu/images/product/skin/coffret/bg_detail2.jpg) no-repeat;
        background-size: cover;
        background-position: center top;
    }
    #variation2 .inner ul {
        width: 100%;
        height: 50vw;
        display: grid;
        grid-template-rows: 24% 25% auto;
        grid-template-columns: 9% 30% auto;
    }
    #variation2 .inner ul li:nth-of-type(1) {
        grid-area: 3 / 2 / 4 / 3;
    }
    #variation2 ul li h4 {
        padding-bottom: 50px;
    }
    #variation2 ul li p {
        font-size: 1.6rem;
        line-height: 1.625;
    }   
}
@media screen and (max-width: 834px) {
    #contents .inner2 ul li, #contents .inner3 ul li {
        margin-top: 20px;
    }    
    header #gnav .logo {
        width: auto;
    }
    #kv .news {
        height: 70px;
    }
    #kv .news .inner p {
        top: 0;
    }
    .bg-top p {
        height: calc(100vh - 140px);
        height: calc((var(--vh, 1vh) * 100) - 140px);
        background: url(../images/index/2311/bg_top_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
        top: 70px;
    }
    #kv .news .inner {
        padding: 7px 10px 0;
    }
    .modaal-fullscreen .modaal-container {
        background: url(../images/index/2309/bg_about_sp.jpg);
        background-size: cover;
        background-position: center center;
    }
    .modaal-fullscreen .modaal-content-container .box h1 > img {
        width: 186px;
    }
    a.inline_close {
        padding-top: 30px;
        position: relative;
    }
    a.inline_close img{
        width: 35px;
    }
    #items .list h3 span.s.palt {
        font-feature-settings: normal;
    }
    #contents .inner2 ul li {
        margin-top: 20px;
    }
    #contents a.contents_link_top {
        display: inline;
    }
    .bg-top > div.text {
        bottom: calc(70px + 3%);
        right: 6%;
        width: 93.6vw;
    }
    .bg-top > div.text img {
        width: 100%;
    }
    #kv .news {
        display: flex;
    }
    #kv .news .inner {
        width: 100%;
        display: flex;
        padding: 10px 20px 0;
        /* justify-content: center; */
    }
    #kv .nav_top {
        z-index: 1;
        display: block !important;
        top: 90px;
        left: 5.6vw;
        position: absolute;
    }
    #about .bg-wrap {
        background: url(../images/index/2311/bg_1_sp.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    #about h1 {
        width: 180px;
        margin: 0 auto 30px;
        top: 5vh;
        top: calc(var(--vh, 1vh) * 5);
    }
    #about .inner {
        opacity: 1;
    }
    #about .inline {
        position: relative;
    }
    #about .inline img{
        width: 140px;
    }
    #about .inner div .link {
        padding: 1em 0;
    }
    #about .inner div .link img {
        width: 116px;
    }
    #variation {
        background-image: none;
        width: 100%;
    }
    #variation .wrapper {
        text-align: center;
    }
    #variation ul li {
        position: relative;
        width: 100%;
        padding-right: 0;
    }
    #variation ul li:nth-of-type(1)::before {
        content: '';
        display: block;
        background: url(/store/shinkuu/images/product/skin/coffret/bg_detail1-1_sp.jpg) no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 152%;
    }
    #variation ul li div {
        position: absolute;
        top: 5%;
        padding: 0 10%;
        color: #00271d;
    }
    #variation ul li h4 {
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    #variation ul li p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #variation ul li:nth-of-type(2)::before {
        content: '';
        display: block;
        background: url(/store/shinkuu/images/product/skin/coffret/bg_detail1-2_sp.jpg) no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 152%;
    }
    #variation2 {
        background-image: none;
        width: 100%;
    }
    #variation2 ul li {
        position: relative;
        width: 100%;
        padding-right: 0;
    }
    #variation2 ul li:nth-of-type(1)::before {
        content: '';
        display: block;
        background: url(/store/shinkuu/images/product/skin/coffret/bg_detail2_sp.jpg) no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 170.666%;
    }   
    #variation2 ul li div {
        position: absolute;
        bottom: 50px;
        padding: 0 10%;
        color: #00271d;
    }
    #variation2 ul li h4 {
        padding-bottom: 20px;
    }
    #variation2 ul li p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #product .relation {
        margin-top: 30px;
    }
}
@media screen and (min-width: 641px) {
    #about .inner {
        top: 6vh;
        left: 0;
        transform: none;
        line-height: 1.44;
        text-align: left;
        display: flex;
        justify-content: center;
        position: relative;
    }
}
@media screen and (max-width: 640px) {
    br:not(.sp-br) {
        display:  none;
    }
    .pcOnly2 {
        display: none !important;
    }
    .spOnly2 {
        display: block !important;
    }
    .modaal-fullscreen .modaal-content-container .box {
        max-width: 100%;
        width: 100%;
        font-size: 3.8vw;
        padding: 5vh 0;
        background-color: initial;
        color: #fff;
    }
    #kv .news .inner p {
        top: 0;
    }
    .bg-top > div.logo {
        width: 100vw;
        right: initial;
        left: initial;
        bottom: 242px;
    }
    #about .inner {
        position: relative;
        top: initial;
        transform: none;
    }
    #about .inner > div {
        width: 90%;
        margin: 0 auto;
        transform: initial;
        position: relative;
        top: 5vh;
        text-align: left;
    }
}