@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --color1: rgba(228, 0, 82, 1);
    --color1t: rgba(228, 0, 82, 0.85);
    --color1t5: rgba(228, 0, 82, 0.5);
    --color1tt: rgba(228, 0, 82, 0.35);
    --color2: rgba(99, 182, 47, 1);
    --color2t: rgba(99, 182, 47, 0.8);
    --color2t5: rgba(99, 182, 47, 0.5);
    --color2tt: rgba(99, 182, 47, 0.35);
    --color3: rgba(68, 0, 28, 1);
    --color3t: rgba(68, 0, 28, 0.8);
    --color3tt: rgba(68, 0, 28, 0.35);
}


#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: var(--color1);
    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: #f9eced;
    background-image: url(/base/shinjuku/img/hyakka26_header_bg01b.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    box-sizing: border-box;
}

.header__inner {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 3 / 1;
    background-image: url(/base/shinjuku/img/hyakka26_header_bg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.header {
    box-sizing: border-box;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}


.header__title {
    display: flex;
    width: 33.3%;
    height: 100%;
    margin-left: 33.3%;
}

.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: var(--color1);
    color: #FFF;
    padding: 0.25em 1em;
}

@media screen and (max-width: 767px),
print {
    .header__wrapper {}

    .header__inner {}

    .header {}
}

@media print {
    .header__wrapper {}

    .header__inner {}
}

@media screen and (max-width: 767px),
print {
    .header__title {}

    .header__title--floor {
        font-size: 1em;
        color: #FFF;
    }
}

.header__navi--wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #f9eced;
    padding: 4rem 4rem;
}

.header__navi {
    width: 100%;
    /*max-width: 1280px;*/
    margin: 0 auto 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.header__navi li {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.header__navi li a {
    background-color: #FFF;
    display: flex;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.header__navi--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header__navi--img img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    -ms-filter: blur(2px);
    filter: blur(2px);
    margin: 0 -10% -20% -10%;
}

a:hover .header__navi--img img {
    -ms-filter: blur(0);
    filter: blur(0);
}

.header__navi--img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

a:hover .header__navi--img:after {
    background-color: rgba(0, 0, 0, 0.0);
}

.header__navi--text {
    position: relative;
    z-index: 100;
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 2vw;
    color: #FFF;
    /*background: linear-gradient(transparent 80%, var(--color1tt) 80%);*/
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .header__navi--wrapper {
        padding: 4vw;
    }

    .header__navi {
        margin: 0 auto 0;
        gap: 2vw;
        flex-wrap: wrap;
    }

    .header__navi li {
        width: calc((100% - 8vw) / 5);
    }

    .header__navi--text {
        font-size: 0.8em;

    }
}

.content__wapper {
    width: 100%;
    padding: 0;
    background-color: #f9eced;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

@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 {}
}

.content__wapper#goods:before {
    background-image: url(/base/shinjuku/suit_style/img/suit24_bg2.jpg);
}

.content__navi {
    display: flex;
    gap: 2px;
    position: sticky;
    top: 11em;
    left: 2.5em;
    transform: rotate(90deg);
    transform-origin: 0;
    width: fit-content;
    height: 0;
    z-index: 1200;
}

@media screen and (max-width: 767px),
print {
    .content__navi {
        left: 4vw;
        top: 25vw;
    }
}

@media print {
    .content__navi {
        position: absolute;
    }
}

.content__navi li a {
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 1.4em;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
    width: fit-content;
    padding: 0 0.5em;
    height: 1.8em;
    border-radius: 0.5em 0.5em 0 0;

    border: 1px solid var(--color1);
    border-bottom: none;

    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.content__navi li.current a {
background-color: var(--color1);
color: #FFF;
}
@media screen and (max-width: 767px),
print {
    .content__navi li a {
        font-size: 2.5vw;
    }
}

.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: 0 0 6rem;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width: 1480px),
print {
    .content__inner {
        padding: 5vw 8vw;
    }
}

.content__title {
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 5em;
    font-weight: 400;
    line-height: 1;
    color: var(--color3);
    margin-bottom: 0.5em;
    padding: 0 0.3em;
    display: block;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(transparent 70%, var(--color1tt) 70%);
}

@media screen and (max-width: 767px),
print {
    .content__title {
        font-size: 2.0em;
    }

    .title__sub {
        font-size: 1.2em;
    }

}

.title__sub {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 2em;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.5);
    width: fit-content;
    margin: 4rem auto;
    position: relative;
}

.title__sub:before {
    content: "";
    width: 12em;
    height: 0;
    position: absolute;
    top: 50%;
    left: -13em;
    border-bottom: 3px dotted var(--color2tt);
}

.title__sub:after {
    content: "";
    width: 12em;
    height: 0;
    position: absolute;
    top: 50%;
    right: -13em;
    border-bottom: 3px dotted var(--color2tt);
}

#contents p.body__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;
    color: var(--color3);
}

#contents p.body__copy em {
    font-size: 1.3em;
    color: #000;
}

@media screen and (max-width: 767px),
print {
    #contents p.body__copy {
        font-size: 1.1em;
    }
}

.items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

@media screen {
    .andmore .andmore__items {
        display: none;
        padding-top: 14px;
    }
}

@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;
    }
}

@media print {

    .item__image,
    .item__image ul,
    .item__image ul li,
    .item__image ul li a {
        width: 100% display: block;
    }

    .item__image ul li img {
        width: 100%;
        max-width: calc((100vw + 150px) / 3);
    }
}


.item__image img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .item__image img {
    }
}

@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: 2em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color2t);
    color: #FFF;
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 2.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    flex-direction: column;

}

.item__image .item__floor--sub small {
    font-size: 45%;
}

#goods .item__image .item__floor--sub {
    background-color: #471906;
}

@media screen and (max-width: 767px),
print {
    .item__image .item__floor--sub {
        top: -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: 0.5em;
    color: var(--color3);
}

.item__title a {
    color: inherit;
    text-decoration: none;
}

.popup .item__title {
    margin-bottom: 0em;
}

@media screen and (max-width: 767px),
print {
    .item__title {
        margin-bottom: 1vw;
    }

    .item__title ruby {}

}

.iziModal {}

.iziModal .iziModal-header-title,
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title,
.item__title--en {
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 2.4em;
    font-style: normal;
    line-height: 1.2;
    display: block;
    color: #000;
white-space: normal;
}

.item__title--en:only-child {
    font-size: 3.2rem;
}

.popup .item__title--en {
    font-size: 1.4em;
    font-weight: 600;

}

@media screen and (max-width: 767px),
print {

    .iziModal .iziModal-header-title,
    .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title,
    .item__title--en {
        font-size: 2em;
    }

    .item__title--en:only-child {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 767px) {
    .item__title--en {
        font-size: 1.4em;
    }

    .popup .item__title--en {
        font-size: 1.0em;
    }

}

.iziModal .iziModal-header-subtitle,
.item__title--jp,
.iziModal .iziModal-header-title small,
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title small,
.item__title--en small {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 2rem;
    font-weight: 400;
    display: block;
    line-height: 1.4;
    color: #000;
white-space: normal;
}
.item__title ruby {
ruby-position: under;
}
.item__title ruby > rt {
    font-weight: 400;
    ruby-align: start;
}
@media screen and (max-width: 767px),
print {

    .iziModal .iziModal-header-subtitle,
    .item__title--jp,
.iziModal .iziModal-header-title small,
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title small,
.item__title--en small {
        font-size: 1.28rem;
white-space: normal;
    }
.item__title ruby > rt {
}
}

sup {
    vertical-align: text-top;
}

.item__text--inner {
    margin-top: 1.0em;
}

@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 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: 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: 0.75em;
}

#contents p.item__copy:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px),
print {
    #contents p.item__copy {
        font-size: 0.86em;

    }
}

#contents p.item__spec {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4;
}
.item__copy + .item__spec {
margin-top: 1em;
}
.item__spec + .item__copy{
margin-top: 2em;
}
#contents p.item__spec:not(:last-child) {
    margin-bottom: 1em;
}

#contents p.item__spec small {
    font-size: 80%;

}

@media screen and (max-width: 767px),
print {
    #contents p.item__spec {
        font-size: 1em;
    }
}

.item__spec--price {
    font-family: "Faustina", system-ui;
    font-optical-sizing: auto;
    font-size: 135%;
    font-weight: 500;
    font-style: normal;
line-height: 1;
}

.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: var(--color1);
    border: 1px var(--color1) 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 var(--color1) solid;
    border-bottom: 1px var(--color1) 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;
    }

}


.blockTitle {
    vertical-align: middle;
    margin: 0;
    box-sizing: border-box;
}

.andmore .blockTitle {
    z-index: 1;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.andmore .blockTitle h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    height: 60px;
    font-size: 1.2em;
    color: #FFF;
    background-color: var(--color1t);
    border-radius: 30px;
    margin: 6rem auto;
    box-shadow: 0px 0px 10px -3px #777777;
    position: relative;
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
}

.andmore .blockTitle h2::after {
    margin-left: 8px;
    content: "";
    display: block;
    box-sizing: border-box;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.2s;
    width: 15px;
    height: 15px;
    background-image: url(/base/shinjuku/img/thumb_plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.andmore .blockTitle.open h2::after {
    background-image: url(/base/shinjuku/img/thumb_minus.svg);
}

.andmore .blockTitle h2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--color1t) transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 10px);
}

@media screen and (max-width: 767px) {

    .blockTitle {
        padding: 12px 0;

    }

    .andmore {
        padding: 0 0;
    }

    .andmore .blockTitle {
        padding: 12px 0;
    }

    .blockTitle img {
        width: auto;
        max-width: 100%;
    }

    .andmore .blockTitle h2 {
        padding: 0;
        width: 42.5vw;
        height: 10vw;
        border-radius: 5vw
    }

    .andmore .blockTitle h2 a {}

    .andmore .blockTitle h2 img {
        max-width: calc(100% - 36px);
    }

    .andmore .blockTitle h2::after {
        background-size: contain;
        margin-left: 8px;
    }

    .andmore .blockTitle.open h2::after {}
}


/* slider */
.slider {
    /*opacity: 0;
  transition: opacity 0.2s linear 0.5s;*/
}

.slider.slick-initialized {
    /*opacity: 1;*/
}

.slider li {
    width: 686px;
    margin: 0;
}

.slider li a img {
    width: 100%;
    opacity: 1;
    transition: all 0.2s;
}

.slider li a img:hover {
    opacity: 0.6;
}

.slider li img[usemap] {
    width: 100%;
    opacity: 1;
    transition: all 0.2s;
}



/* slick
--------------------------------------------------------- */
.slick-loading .slick-list {
    background: url(/base/departmentstore/common/img/loading.gif) center center no-repeat #FFF;
}

.slider .slick-prev,
.slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;

}

.slider .slick-prev {
    left: 1rem;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url(/base/departmentstore/common/img/main_slider_prev3.png);
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-color: rgba(160, 160, 160.8);

    z-index: 100;
}

.slider .slick-next {
    right: 1rem;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url(/base/departmentstore/common/img/main_slider_next3.png);
    background-position: left 0.75rem center;
    background-repeat: no-repeat;
    background-color: rgba(160, 160, 160.8);

    z-index: 100;
}

/* Dots */
.slick-dotted.slick-slider {}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li:first-child:last-child {
    display: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #000;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #CCC;
}

@media print {
    .slick-track {
        flex-direction: column !important;
    }

    .slick-list {
        overflow: visible !important;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        width: auto !important;
        height: auto !important;
        transform: none !important;
        overflow: visible !important;
    }

    .slick-track .slick-slide {
        display: block !important;
        overflow: visible !important;
    }

    .slick-arrow,
    .slick-dots,
    .slick-track .slick-cloned {
        display: none !important;
    }
}





.iziModal .iziModal-wrap {}

.iziModal-navigate>button {
    opacity: .3;
    height: 50vh;
    margin: 25vh 0 25vh 0;
}

.izimodal-close {
    margin: 12px auto;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("/base/shinjuku/img/bimi210720_modal_close.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(.16, .81, .32, 1), opacity 0.5s ease;
}

.iziModal .iziModal-button-close {
    background-image: url("/base/shinjuku/img/bimi210720_modal_close.png");
}

.izimodal-close:hover {
    transform: rotate(180deg);
}

.iziModal-content .topicsDetail {
    padding: 0 2em 2em 2em;
    box-sizing: border-box;
    margin-bottom: 0;
}

.iziModal-content .topicsDetail .topicsDetailPhoto {
    background-color: transparent;
    margin-bottom: 1em;
    width: 100%;
}

.iziModal-content .topicsDetail .topicsDetailPhoto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {

    .iziModal-content .topicsDetail .topicsDetailPhoto img {
        object-fit: contain;
    }

}

.iziModal .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 24px;
}

.item a {
    cursor: pointer;
    display: block;
    width: 100%;
    align-items: center;
}

.item a .item__image {
    position: relative;
}

.item a .item__image:before {
    content: "";
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 1100;
    display: block;
    width: 2em;
    height: 2em;
    background-color: var(--color2t);
    ;
    border-radius: 1em;
}

.item a .item__image:after {
    content: "";
    position: absolute;
    right: 1.65em;
    bottom: 1.5em;
    z-index: 1101;
    display: block;
    width: 0.75em;
    height: 0.75em;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: rotate(45deg);
}
.item a .item__image ul li {
aspect-ratio: 1 / 1;
    overflow: hidden;
border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
    .item a .item__image:before {
        right: 0.5em;
        bottom: 0.5em;
        width: 1em;
        height: 1em;
        border-radius: 0.5em;
    }

    .item a .item__image:after {
        right: 0.825em;
        bottom: 0.75em;
        width: 0.375em;
        height: 0.375em;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }

}

.iziModal .topicsDetailText {
    font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;

}

.izimodal-open-wapper li img {
    width: 100%;
    height: auto;
    transition: all 6s ease 0.2s;
    position: absolute;
    top: -2%;
    left: 0;
}

.izimodal-open-wapper li a:hover img {
    transform: scale(1.05, 1.05);
}

.iziModal .iziModal-wrap {}

.iziModal-navigate>button {
    opacity: .3;
    height: 50vh;
    margin: 25vh 0 25vh 0;
}

.izimodal-close {
    margin: 12px auto;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("/base/shinjuku/img/bimi210720_modal_close.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(.16, .81, .32, 1), opacity 0.5s ease;
}

.iziModal .iziModal-button-close {
    background-image: url("/base/shinjuku/img/bimi210720_modal_close.png");
}

.izimodal-close:hover {
    transform: rotate(180deg);
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    width: 42px;
    height: 42px;
}

.iziModal .iziModal-header-buttons {
    top: 40%;
}

.iziModal-navigate-prev {
    left: 50%;
    background: url('/base/shinjuku/img/bimi210720_modal_prev.png') no-repeat 50% 50%;
}

.iziModal-navigate-next {
    right: 50%;
    background: url('/base/shinjuku/img/bimi210720_modal_next.png') no-repeat 50% 50%;
}

@media screen and (max-width: 767px) {
    .iziModal_group {
        width: calc(100% - 40px);
    }

    .iziModal-navigate>button {
        width: 45px;
        opacity: .6;

    }

    .iziModal-content .topicsDetail {
        padding: 0;
    }

    .iziModal-content .topicsDetail .topicsDetailText {
        padding: 1em;
    }

}


.topicsDetail h4 {
    font-size: 1.3em;
    letter-spacing: normal;
    font-feature-settings: "palt";
    font-family: "YakuHanJP", "M PLUS 1p";
    margin: 0 0 0.5em 0;
    text-align: left;
    color: rgba(58, 29, 7, 1);
    font-weight: 600;
    line-height: 1.5;
}

.topicsDetail h4 a {
    color: inherit;
    text-decoration: none;
}

.topicsDetail h4 .pl,
.topicsDetail h4 a .pl {
    color: rgba(0, 0, 0, 1);
}

.topicsDetail h4.sp {
    font-size: 1.85em;
    color: #bb6f6c;
    text-align: center;
}

.topicsDetail h4.sp a {
    color: #bb6f6c;
}

#contents .topicsDetail p.description i,
#contents .topicsDetail p.description2 i {
    font-style: normal;
    color: #FFF;
    background-color: #bb6f6c;
    display: inline-block;
    font-size: 85%;
    padding: 3px;
    margin-right: 3px;
    min-width: 1.4em;
    text-align: center;
    line-height: 1;
}

.topicsDetail h4 font[style] {
    margin-right: 6px;
}

@media screen and (max-width: 767px) {
    .topicsDetail h4 {
        font-size: 16px;
    }
}

.topicsDetail ul.spec {
    margin: 0 0 1em 0;
}

.iziModal-content .topicsDetail ul.spec {
    margin: 0 0 1em 0;
display: flex;
    gap: 0.5em;
    flex-direction: column;
}

.topicsDetail ul.spec li.date,
.topicsDetail ul.spec li.place {
    letter-spacing: normal;
    font-size: 1em;
    font-feature-settings: "palt";
    font-family: "YakuHanJP", "M PLUS 1p";
    width: fit-content;
    padding: 0.25em 1em;
    border-radius: 1.5em;
    color: rgba(79, 45, 63, 1);
    border: 2px solid rgba(79, 45, 63, 1);

}

.topicsDetail ul.spec li.date {}

.topicsDetail ul.spec li.place {
    margin: 0 0 0 0;
}

.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
    display: none;
}

#contents .topicsDetail p.description,
#contents .topicsDetail p.description2,
.description,
.description2 {
    font-size: 1em;
    line-height: 1.65;
    letter-spacing: normal;
    color: #000;
    padding: 0;
    font-feature-settings: "palt";
    font-family: "YakuHanJP", "M PLUS 1p";
}

.description+.description+.description {
    margin-top: 1em;
}

#contents .topicsDetail p.description.description--copy,
.description.description--copy {
    margin-bottom: 1em;
    font-family: "YakuHanMP", "Noto Serif JP", serif;

}

.topicsDetail p.description img,
.topicsDetail p.description2 img {
    max-width: 100%;
    height: auto;
}

.topicsDetail p.description img[align],
.topicsDetail p.description2 img[align] {
    float: left;
    margin: 0 12px 12px 0;
}

#contents .topicsDetail p.description strong,
#contents .topicsDetail p.description2 strong {
    font-weight: 600;
    display: inline-block;
}

#contents .topicsDetail p.description strong+br,
#contents .topicsDetail p.description2 strong+br,
#contents .topicsDetail p.description strong+small+br,
#contents .topicsDetail p.description2 strong+small+br {
    content: "";
    display: block;
    margin-bottom: 0.4em;
}

#contents .topicsDetail p.description em,
#contents .topicsDetail p.description2 em {
    font-style: normal;
    color: #C00;
}

#contents .topicsDetail p.description b,
#contents .topicsDetail p.description2 b {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .topicsDetail ul.spec {
        margin: 0 0 1em 0;
    }

    #contents .topicsDetail ul li {
        font-size: 1em;
    }

    #contents .topicsDetail p.description,
    #contents .topicsDetail p.description2 {
        font-size: 1em;
        padding: 0 0;
    }

    p.description img,
    p.description2 img {
        max-width: 100%;
        width: inherit;
    }

    p.description img[align="left"],
    p.description2 img[align="left"] {
        float: left;
        margin-right: 12px;
        clear: left;
    }

    .topicsDetail ul.spec li.place {
        margin: 0 0 .5em;
    }

    .topicsDetail table {
        display: block;
    }

    .topicsDetail table tr {
        display: block;
    }

    .topicsDetail table tr td {
        display: block;
        width: 100%;
        float: left;
    }
}
