@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");

#pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1100;
}

@media screen and (max-width: 767px) {
    #pagetop {
        right: 4vw;
        bottom: 4vw;
    }
}

#pagetop img {
    width: 100%;
    height: auto;
}

#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #171e23;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #pagetop a {
        width: calc(50vw / 750 * 100);
        height: calc(50vw / 750 * 100);
        font-size: 1.2em;
    }
}

#pagetop a:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    left: 14px;
    top: 18px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    #pagetop a:after {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        left: calc(14vw / 750 * 100);
        top: calc(18vw / 750 * 100);
    }
}

@media print {
    #pagetop {
        display: none !important;
    }
}

#container {
    width: 100%;
    min-width: auto;
}

#header {
    min-width: auto;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

span.fll,
span.flr {
    display: block;
}

.alcenter {
    text-align: center;
}

/* Print */
@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {

    /* @pageの指定いらないかも */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}

.fadeinBg .item__bg {
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
    transform: translate(-10%, 0);
}

.item:nth-child(even) .fadeinBg .item__bg {
    transform: translate(10%, 0);
}

@media print {
    .fadeinBg .item__bg {
        transform: translate(0);
        transition: none;
    }
}

.fadein {
    opacity: 0;
    transition: all 0.5s ease-in-out 0.1s;
}

@media print {
    .fadein {
        opacity: 1;
        transform: translate(0);
        transition: none;
    }
}

.fadeinT {
    opacity: 0;
    transform: translate(0, -20px);
    transition: all 1.0s ease-in-out 0.3s;
}

@media print {
    .fadeinT {
        opacity: 1;
        transform: translate(0);
        transition: none;
    }
}

.fadeinL {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1.0s ease-in-out 0.3s;
}

@media print {
    .fadeinL {
        opacity: 1;
        transform: translate(0);
        transition: none;
    }
}

.fadeinB {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 1.0s ease-in-out 0.5s;
}

@media print {
    .fadeinB {
        opacity: 1;
        transform: translate(0);
        transition: none;
    }
}

.fadeinR {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 1.0s ease-in-out 0.3s;
}

@media print {
    .fadeinR {
        opacity: 1;
        transform: translate(0);
        transition: none;
    }
}

.fadein.scrollin,
.fadeinT.scrollin,
.fadeinL.scrollin,
.fadeinB.scrollin,
.fadeinR.scrollin,
.fadeinR.scrollin {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

.fadeinBg.scrollin .item__bg {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

.item:nth-child(even) .fadeinBg.scrollin .item__bg {
    transform: translate(0, 0) scale(1);
}

#eigyo {
    display: none;
}

#header {
    position: static;
}

.nav-PC.show-PC,
.eigyo-PC.show-PC,
.eigyo_box02,
.eigyo-SP,
#header .h_nav {
    display: none;
}

@-moz-document url-prefix() {

    .nav-PC.show-PC+#contents,
    .eigyo-PC.show-PC+#contents {
        padding-top: 72px;
    }
}

@media print {
    #container {
        width: 100%;
        min-width: auto;
    }

    #header,
    #eigyo,
    .nav-PC,
    #footer {
        display: none;
    }

    #storeWrapper {
        margin: 0 auto;
        padding: 0 0;
    }

    #contents .topicsDetail p.description {
        height: auto !important;
    }
}

.ib {
    display: inline-block;
}

#contents em {
    font-style: normal;
    color: #F00;
}

.header__wrapper {
    width: 100%;
background-color: rgba(255,255,255,0.3);
}
.header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    gap: 10px;
    align-items: center;
}
.header__image {
    flex: 0 0 auto;
    width: 300px;
    padding: 1em 0 0;
}
.header__image img {
    width: 100%;
    height: auto;
}
.header {
flex: 1 1 auto;
}
@media screen and (max-width: 980px) {
.header {
padding-right: 3vw;
}
}

@media screen and (max-width: 767px),
print {
    .header__wrapper {
    }
    .header__inner {
        padding: 2vw 8vw 0 8vw;
        gap: 2vw;
    }
    .header__image {
        width: 26vw;
        padding: 1em 0 0;
    }
    .header {
        width: 56vw;
    }
}

@media print {
    .header__wrapper {
    }
    .header__inner {
        padding: 20px 60px;
    }
}




.header__title {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 2em;
}

.header__title img {
    width: 100%;
}

.header__title--floor {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    transform: translateY(-1.8em);
    background-color: #171e23;
    color: #FFF;
    padding: 0.25em 1em;
}

@media screen and (max-width: 767px),
print {
    .header__title {
        margin: 0 auto 2vw;
    }
    .header__title--floor {
        font-size: 1em;
        color: #FFF;
    }
}


#contents p.header__copy {
    font-family: 'YakuHanMP', 'Noto Serif JP', serif;
    font-feature-settings: "palt";
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3em;
}

#contents .header__wrapper p.header__copy {
    margin-bottom: 0;
}

#contents p.header__copy em {
    font-size: 1.3em;
    color: #000;
}

@media screen and (max-width: 767px),
print {
    #contents p.header__copy {
        font-size: 1.1em;
    }
}

.content__wapper {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #e1ddd6;
    z-index: 1;
    position: relative;
}



@media print {
    .content__wapper {
        padding: 0 20px;
    }
}


@media screen and (max-width: 767px),
print {
    .content__wapper {
        padding: 0;
        clip-path: inset(0);
    }
}

@media screen {
    .content__wapper img {
        width: inherit;
    }
}

.content__wapper#goods:before {
    background-image: url(/base/shinjuku/suit_style/img/suit24_bg2.jpg);
}

.content__navi {
    display: flex;
    gap: 2px;
    position: fixed;
    top: 11em;
    left: 3em;
    transform: rotate(90deg);
    transform-origin: 0;
    width: fit-content;
    height: 0;
    z-index: 1200;
}

@media screen and (max-width: 767px),
print {
    .content__navi {
        left: 6vw;
        top: 25vw;
    }
}
@media print {
    .content__navi {
        position: absolute;
    }
}
.content__navi li a {
    font-family: "Oswald", system-ui;
    font-optical-sizing: auto;
    font-size: 1.8em;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
    width: 6em;
    height: 1.8em;
    border-radius: 0.5em 0.5em 0 0;
    background-color: #171e23;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media screen and (max-width: 767px),
print {
    .content__navi li a {
        font-size: 1em;
    }
}

.content__navi li.content__navi--goods a {
    background-color: #471906;
}

.content__navi li.content__navi--popup a {
    background-color: #8e7748;
}

.content__inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 6em 0;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width: 1380px),
print {
    .content__inner {
        padding: 5vw 8vw ;
    }
}

.content__title {
    font-family: "Oswald", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 4em;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #000;
    margin-bottom: 1em;
    display: block;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
}

@media screen and (max-width: 767px),
print {
    .content__title {
        font-size: 2.0em;
    }
}

.content__title:after {
    content: "";
    width: calc(100vw - 100% - 1em);
    height: 0;
    position: absolute;
    top: 50%;
    left: calc(100% + 1em);
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
.content__title:after {
    width: calc(100vw - 100% - 1em - 16vw);
}
}
.items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.items {
    gap: 5vw;
}
}
@media screen and (min-width: 980px),
print {
    .item {
        flex-direction: column;
        width: calc((100% - 100px) / 3);

    }
}

@media screen and (max-width: 979px) {
    .item {
        flex-direction: column;
        width: calc((100% - 50px) / 2);

    }
}


@media screen and (max-width: 767px) {
    .item {
        width: calc((100% - 5vw) / 2);
    }
}

.item__image {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.75em;
}

@media screen and (min-width: 768px),
print {
    .item__image {
        width: 100%
    }
    #popup .item__image {
        aspect-ratio: 500 / 660;
        background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0.5em;
        display: flex;
    }
    #popup .item__image a {
        display: flex;
        height: 100%;
    }
    #popup .item__image img {
    object-fit: contain;
}
}

.item__image img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .item__image img {
        border-radius: 0.5em;
    }
}

@media print {
    .item__image img {
        border-radius: 0.5em 0 0 0.5em;
    }
}

.item__image .item__floor--sub {
    position: absolute;
    top: -14px;
    right: 14px;
    width: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #171e23;
    color: #FFF;
    font-family: "Oswald", system-ui;
    font-optical-sizing: auto;
    font-size: 2.0em;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

.item__image .item__floor--sub small {
    font-size: 80%;
}

#goods .item__image .item__floor--sub {
    background-color: #471906;
}

@media screen and (max-width: 767px),
print {
    .item__image .item__floor--sub {
        top: auto;
        bottom: -2vw;
        right: 0.5em;
        width: 1.2em;
        height: 1.8em;
        font-size: 1.4em;
    }
}

.item__text {
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .item__text {
        width: 100%;
        padding: 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .item__text {
        padding: 0;
    }
}

.item__title {
    margin-bottom: 1em;
}

#popup .item__title {
    margin-bottom: 0em;
}

@media screen and (max-width: 767px),
print {
    .item__title {
        margin-bottom: 1vw;
    }
    .item__title ruby {
    }

}

.item__title--en {
    font-family: "Oswald", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 2.6em;
    font-style: normal;
    line-height: 1;
}

#popup .item__title--en {
    font-size: 1.6em;
    font-weight: 600;

}

@media screen and (max-width: 767px),
print {
    .item__title--en {
        font-size: 2em;
    }
}
@media screen and (max-width: 767px) {
    .item__title--en {
        font-size: 1.4em;
    }
#popup .item__title--en {
        font-size: 1.0em;
    }

}
.item__title--jp {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
    line-height: 1.4;
}

@media screen and (max-width: 767px),
print {
    .item__title--jp {
        font-size: 1em;
    }
}

sup {
    vertical-align: text-top;
}
.item__text--inner {
    margin-top: 1.5em;
}
@media screen and (max-width: 767px),
print  {
.item__text--inner {
overflow: hidden;
    transition: all 0.3s ease-in-out 0.1s;
    margin-top: 2vw;
}
}
#contents p.item__date {
    display: inline-flex;
    padding: 0.25em 1.25em;
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 0.875em;
    margin-bottom: 0.5em;
}

#contents p.item__floor {
    display: inline-flex;
    padding: 0.25em 0.75em;
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 0.875em;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px),
print {


    #contents p.item__date,
    #contents p.item__floor {
        font-size: 0.85em;
        margin-bottom: 2vw;
    }
}

#popup .item__title+p.item__floor {
    margin-top: 1.5em;
}

#contents p.item__lead {
    font-family: 'YakuHanMP', 'Noto Serif JP', serif;
    font-feature-settings: "palt";
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px),
print {
    #contents p.item__lead {
        font-size: 1.2em;
        margin-bottom: 4vw;
    }
}

#contents p.item__copy {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px),
print {
    #contents p.item__copy {
        font-size: 0.86em;
        margin-bottom: 4vw;
    }
}

#contents p.item__spec {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
}

#contents p.item__spec small {
    font-size: 80%;

}

@media screen and (max-width: 767px),
print {
    #contents p.item__spec {
        font-size: 1em;
margin-bottom: 1em;
    }
}

.item__spec--price {
    font-family: "Oswald", system-ui;
    font-optical-sizing: auto;
    font-size: 135%;
    font-weight: 500;
    font-style: normal;
}

.item__spec--flwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25em;
}

.item__spec--flinner {
    display: block;
}

/*# sourceMappingURL=index.css.map */



[data-readmore-toggle].readMore,
[data-readmore-toggle].readMore,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readMore,
[data-readmore].readMore,
[data-readmore-toggle].readLess,
[data-readmore].readLess {
position: relative;
padding: 0.35em 1em;
margin: 0 auto 0 auto;
line-height: 1;
text-decoration: none;
font-size: 1em;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
text-align: center;
color: #171e23;
border: 1px #171e23 solid;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
box-sizing: border-box;
}
#goods [data-readmore-toggle].readMore,
#goods [data-readmore-toggle].readMore,
#goods [data-readmore-toggle].readLess,
#goods [data-readmore-toggle].readLess,
#goods [data-readmore-toggle].readMore,
#goods [data-readmore].readMore,
#goods [data-readmore-toggle].readLess,
#goods [data-readmore].readLess {
color: #471906;
border: 1px #471906 solid;
}
#popup [data-readmore-toggle].readMore,
#popup [data-readmore-toggle].readMore,
#popup [data-readmore-toggle].readLess,
#popup [data-readmore-toggle].readLess,
#popup [data-readmore-toggle].readMore,
#popup [data-readmore].readMore,
#popup [data-readmore-toggle].readLess,
#popup [data-readmore].readLess {
color: #8e7748;
border: 1px #8e7748 solid;
}
.readMore:before,
.readLess:before  {
content: "";
width: 0.5em;
height: 0.5em;
border-right: 1px #171e23 solid;
border-bottom: 1px #171e23 solid;
position: absolute;
top: 30%;
bottom: 0;
right: 10%;
  transform: rotate(45deg);
}
.readLess:before  {
  transform: rotate(225deg);
top: 40%;
}
#goods .readMore:before,
#goods .readLess:before  {
border-right: 1px #471906 solid;
border-bottom: 1px #471906 solid;
}
#popup .readMore:before,
#popup .readLess:before  {
border-right: 1px #8e7748 solid;
border-bottom: 1px #8e7748 solid;
}
.open [data-readmore-toggle].readMore,
.open [data-readmore-toggle].readMore,
.open [data-readmore-toggle].readLess,
.open [data-readmore-toggle].readLess,
.open [data-readmore-toggle].readMore,
.open [data-readmore].readMore,
.open [data-readmore-toggle].readLess,
.open [data-readmore].readLess,
.open .todetail a {
display: none;
}

@media print {
[data-readmore-toggle].readMore,
[data-readmore-toggle].readMore,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readMore,
[data-readmore].readMore,
[data-readmore-toggle].readLess,
[data-readmore].readLess {
display:none;
}

}
