@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&family=Marck+Script&display=swap");


:root {
  --color1: #8e6541;
  --color1t: rgba(142,101,62,0.8);
  --color1bg: #9ecdd4;
  --color2bg: #FFF;
  --color3bg: #ede0da;

--colorgr:  linear-gradient(90deg, #eab200, #e92483 50%, #cb3831);;
  --color2: #df7503;
  --color3: #6fba2c;
  --color4: #e7336e;
  --color5: #e1d2bd;

}
.mb1r {
margin-bottom: 1rem;
}
.mb2r {
margin-bottom: 2rem;
}
.mb3r {
margin-bottom: 3rem;
}
.mb4r {
margin-bottom: 3rem;
}
.mb5r {
margin-bottom: 5rem;
}
.mb10r {
margin-bottom: 10rem;
}
.mt1r {
margin-top: 1rem;
}
.mt2r {
margin-top: 2rem;
}
.mt3r {
margin-top: 3rem;
}
.mt4r {
margin-top: 3rem;
}
.mt5r {
margin-top: 5rem;
}
.mt10r {
margin-top: 10rem;
}
#contents p img.imsmall {
  max-width: 40%;
}

#contents p img.fll,
.topicsDetail h4 img.fll,
.fll {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 40%;
}

#contents p img.flr,
.topicsDetail h4 img.flr,
.flr {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 40%;
}
span.fll,
span.flr {
display: block;
}
span.fll img,
span.flr img {
width: 100%;
height: auto;
}
#contents p img.sml {
  max-width: 20%;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


#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-image: var(--colorgr);
    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.9rem;
    }
}

#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%;
}
.header {
}
@media screen and (max-width: 980px) {
.header {
padding: 5vw;
}
}

@media screen and (max-width: 767px),
print {
    .header__wrapper {
background-attachment: inherit;
    }
    .header {
    }
}

@media print {
    .header__wrapper {
    }
}




.header__title {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
padding: 4rem 0;
}

.header__title img {
    width: 100%;
}


@media screen and (max-width: 767px),
print {
    .header__title {
        margin: 0 auto;
    }
}



.content__wapper {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 1;
    position: relative;
    --height: 20px;
    mask-image:
        url(/base/shinjuku/img/hawaii26_wave.svg),
        linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    mask-size: 240px;
    margin-top: calc(-1 * var(--height));
background-color: var(--color2bg);
}
.content__wapper:nth-child(odd) {
background-color: var(--color1bg);
}
.content__wapper:nth-child(4),
.content__wapper:nth-child(6) {
background-color: var(--color3bg);
}


@media print {
    .content__wapper {
        padding: 0 20px;
    }
}


@media screen and (max-width: 767px),
print {
    .content__wapper {
        padding: 0;
        clip-path: inset(0);
    }
}




.content__inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 10rem 4rem;
    box-sizing: border-box;
}
@media screen and (min-width: 1680px),
    print {
    .content__inner {
        max-width: 1680px;
    }
}

.special__items {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.special__item {
display: flex;
gap: 4rem;
}

.special__item--text {
flex-grow: 1;
}
.special__item--img {
flex-shrink: 0;
width: 40%;
}
.special__item--img img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.special__item {
    /*flex-direction: column;*/
}
.special__item--img {
width: 34%;
}
}
.special__item--titleen {
    font-family: "Oswald", 'YakuHanJP', 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-size: 3rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: rgba(255,255,255,0.5);
    margin-bottom: 1em;
    display: block;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
}
.special__item--titleen:after {
content: "";
width: calc(1000px - 100% - 1em);
height: 0px;
border-bottom: 1px solid rgba(255,255,255,0.5);
position: absolute;
top: 50%;
right: calc((1000px - 100% + 1em) * -1);
}
.special__item--titlejpn {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 3.6rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3;
color: #FFF;
margin-bottom: 2rem;
}
.special__item--titlejpn small {
font-size: 65%;
    font-weight: 400;
}
.special__item--dateplace {
display: flex;
width: 100%;
border: 1px solid #FFF;
margin-bottom: 2rem;
}
.special__item--dateplace li {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 1.6rem;
    font-weight: 400;
color: #FFF;
padding: 0.25em;
    width: 100%;
    text-align: center;
}
.special__item--dateplace li:not(:last-child) {
border-right: 1px solid #FFF;
}
.special__item--copy {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-size: 2rem;
    font-weight: 400;
color: #FFF;
line-height: 1.6;

}
.content__title--wrapper {
    margin: 0 auto 1rem;
    overflow: hidden;
}
#event .content__title--wrapper {
}
.content__title {
    margin-left:  auto;
    margin-right:  auto;
    margin-bottom:  4rem;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: center;

    font-family: "Marck Script", 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-optical-sizing: auto;
    font-size: 6rem;
    font-weight: 700;
    max-width: 60vw;
width: fit-content;
}
.content__title--s {
    font-size: 4rem;

}
.content__wapper:nth-child(odd) .content__title {
color: #FFF;
}
#food .content__title:before,
#fashion .content__title:before,
#art .content__title:before {
display: block;
content:"";
width: 1.5em;
height: 1.5em;
background-image: url(/base/shinjuku/img/hawaii26_palmtree.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.content__title--copy {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-optical-sizing: auto;
    font-size: 2.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    color: #000;
    margin: 0 auto 6rem;
    display: block;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
text-align: center;

}
.content__title--copy.wts {
    font-weight: 400;
}
.content__title--note {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
    font-optical-sizing: auto;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #000;
    margin: 0 auto 6rem;
    display: block;
    width: fit-content;
    box-sizing: border-box;
text-align: center;
}
.content__title--copy + .content__title--note {
margin-top: -5rem;
}
@media screen and (max-width: 767px),
print {
    .content__title {
        font-size: 2.0em;
    }
}

.items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
justify-content: center;
}

@media screen {
    .andmore .andmore__items {
        display: none;
        padding-top: 14px;
    }
}

@media screen and (max-width: 767px) {
    .items {
        gap: 5vw;
    }
}
@media screen and (min-width: 1280px),
print {
    .item {
        flex-direction: column;
        width: calc((100% - 100px) / 3);

    }
}
@media screen and (min-width: 1680px),
print {
    .item {
        flex-direction: column;
        width: calc((100% - 150px) / 4);

    }
}


@media screen and (max-width: 1279px) {
    .item {
        flex-direction: column;
        width: calc((100% - 50px) / 2);

    }
    .item__image {
        /*height: calc(((1380px - 8rem) - 50px) / 2);*/
    }
}


@media screen and (max-width: 767px) {
    .item {
        width: calc((100% - 5vw) / 2);
    }
    .item__image {
        /*height: calc(((1380px - 8rem) - 5vw) / 2);*/
    }

}

.item__image {
box-sizing: border-box;
position: relative;
margin-bottom: 0.75em;
}
@media screen {
.item__image {
aspect-ratio: 1 / 1;
transition: all 0.3s ease-in-out 0.1s;
}
}
.item__image > ul:not(.slick-dots) {
display: flex;
width: 100%;
height: 100%;
}
.item__image > ul:not(.slick-dots) > li {
overflow: hidden;
display: flex;
width: 100%;
height: 100%;
}
.item__image:has(+ .item__text .item__text--inner[aria-expanded="true"]) {
aspect-ratio: auto;
height: auto;
overflow: visible;
aspect-ratio: initial;
}

.item__image img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
        border-radius: 1rem;
}

@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: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    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%;
}


@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: 0.25em;
}


@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.0em;
    font-style: normal;
    line-height: 1;
}
.item__title--en small {
    font-size: 82%;
}

.item__title--en a {
color: inherit;
text-decoration: none;
}


@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;
    }

}
.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: 1rem;*/
overflow: hidden;
transition: all 0.3s ease-in-out 0.1s;
padding-bottom: 1mre;
}
@media screen and (max-width: 767px),
print  {
.item__text--inner {
    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: var(--color1t);
    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: var(--color1t);
    box-sizing: border-box;
    border-radius: 0.875em;
    margin-bottom: 1em;
}
#contents p.item__floor small,
#contents p.item__date small {
    font-size: 80%;
}

@media screen and (max-width: 767px),
print {


    #contents p.item__date,
    #contents p.item__floor {
        font-size: 0.85em;
        margin-bottom: 2vw;
    }
}


#contents p.item__lead {
    font-family: 'YakuHanJP', 'Noto Sans 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.5em;
}
#contents p.item__copy small {
    font-size: 80%;
display: inline-block;
line-height: 1.6;
}

@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;
        margin-bottom: 1rem;
}

#contents p.item__spec small {
    font-size: 76%;
display: inline-block;
line-height: 1.6;

}

@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.5em 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: 2em;
box-sizing: border-box;
}
.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%;
}
.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;
}

}

/* 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: #666;
    /*opacity: .25;*/
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #CCC;
    background-color: #000;
}

@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;
    }
}

.modallink {
position: relative;
    padding: 0.5em 2em;
    margin: 1rem auto ;
    line-height: 1.3;
    text-decoration: none;
    font-size: 85%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #FFF;
    background-color: var(--color1);
    box-sizing: border-box;
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    font-feature-settings: "palt";
}

.modallink:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    position: absolute;
    top: 39%;
    bottom: 0;
    right: 5%;
    transform: rotate(-45deg);
}


.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
font-size: 1.6rem;
margin: 3px 0 0 0;
font-weight: 400;
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
font-feature-settings: "palt";
color: var(--color1);
overflow: visible;
    height: auto;
}

.iziModal_group .description {
padding: 2em;
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
    margin: 1rem auto ;
    line-height: 1.6;
    text-decoration: none;
    font-size: 1.6rem;
}


.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(--color1);
    border-radius: 30px;
    margin: 6rem auto;
    box-shadow: 0px 0px 10px -3px #777777;
    position: relative;
    font-family: "Faustina", 'YakuHanJP', 'Noto Sans JP', serif;
}
#food .andmore .blockTitle h2 {
    background-color: var(--color2);
}
#fashion .andmore .blockTitle h2 {
    background-color: var(--color3);
}
.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(--color1) transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 10px);
}
#food .andmore .blockTitle h2::before {
    border-color: var(--color2) transparent transparent transparent;
}
#fashion .andmore .blockTitle h2::before {
    border-color: var(--color3) transparent transparent transparent;
}
@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 {}
}

@media screen {
    .andmore .andmore__items {
        display: none;
        padding-top: 14px;
    }
}

.hwaiiko {
display: flex;
gap: 2rem;
padding: 2rem;
background-color: var(--color5);
border-radius: 1rem;
margin-bottom: 2rem;
}
.hwaiiko__image {
width: 10%;
min-width: 80px;
}
.hwaiiko__image img {
width: 100%;
}

.hwaiiko__text {
}
.hwaiiko__text p {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
font-feature-settings: "palt";
font-size: 1.9rem;
font-weight: 400;
line-height: 1.5;
}
.note--l {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
font-feature-settings: "palt";
font-size: 2rem;
font-weight: 400;
}
.note {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
font-feature-settings: "palt";
font-size: 1.6rem;
font-weight: 400;
}
.note--s {
font-family: 'YakuHanJP', 'Noto Sans JP', serif;
font-feature-settings: "palt";
font-size: 1.2rem;
font-weight: 400;
}


.hwaiiko__calender img {
  height: auto;
  width: 100%; 
}

@media screen and (max-width: 767px) {
.hwaiiko__calender {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

}
.hwaiiko__calender img {
  height: 41.6vw;
  width: 150vw;
  max-width: none;
}

}
.event__wraper {
overflow: hidden;
}
.event__tokuten {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.event__wraper .event__tokuten {
justify-content: center;
}
@media screen and (min-width: 1280px),
print {
.event__wraper .event__tokuten {
flex-wrap: nowrap;
}
}

.event__tokuten--item {
width: calc(50% - 1rem);
display: flex;
gap: 2rem;
position: relative;
padding: 1.5rem;
border-radius: 1rem;
background-color: var(--color3bg);
}
@media screen and (min-width: 1280px),
print {
.event__wraper .event__tokuten--item:not(:only-child) {
flex-direction: column;
}
.event__wraper .event__tokuten--item:only-child {
width: 100%;
}
}
.content__wapper:nth-child(odd) .event__tokuten--item {
background-color: #FFF;
}
@media screen and (max-width: 767px) {
.event__tokuten--item {
width: calc(50% - 1rem);
flex-direction: column;
}
}
.event__tokuten--item:nth-child(odd):after {
/*content:"";
position: absolute;
right: -2rem;
top: 0;
width: 0;
height: 100%;
border-right: 1px solid #000;*/
}
.event__tokuten--iimage {
width: 30%;
flex-shrink: 0;
}
@media screen and (min-width: 1280px),
print {
.event__wraper .event__tokuten--item:not(:only-child) .event__tokuten--iimage {
width: 100%;
}
.event__wraper .event__tokuten--item:only-child .event__tokuten--iimage {
width: 287.5px;
}

}

.event__tokuten--iimage img {
width: 100%;
}
@media screen and (max-width: 767px) {
.event__tokuten--iimage {
width: 100%;
}
}
.event__tokuten--text {
width: 100%;
}
.event__tokuten--text p {
width: 100%;
}
.event__placedate {
display: flex;
gap: 0 1em;
flex-wrap: wrap;
}
.event__date {
}
.event__place {
}
.event__reserv,
.event__tokuten--text p.event__reserv {
padding: 0.2em 1em;
margin: 0.25em 0;
line-height: 1;
background-color: #F00;
color: #FFF;
border-radius: 0.5em;
width: fit-content;
display: inline-block;
margin-right: 0.5em;
}
.event__reserv--here {
padding: 0.2em 1em;
margin: 0.25em 0;
line-height: 1;
background-color: #20b3b3;
color: #FFF;
border-radius: 2em;
width: fit-content;
display: inline-block;
margin-right: 0.5em;
}

.content__wapper h3,
.content__wapper .st {
font-family: "Oswald", 'YakuHanJP', 'Noto Sans JP', serif;
font-optical-sizing: auto;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.content__wapper .event__wraper > h3 {
display: flex;
align-items: center;
width: fit-content;
font-size: 4rem;
margin: 4rem auto 2rem;
position: relative;
}
.content__wapper .event__wraper > h3:before,
.content__wapper .event__wraper > h3:after {
content: "";
display: block;
width: 50vw;
border-bottom: 1px dotted #000;
margin: 0 1rem;
position: absolute;
top: 50%;
}
.content__wapper .event__wraper > h3:before {
left: -52vw;
}
.content__wapper .event__wraper > h3:after {
right: -52vw;
}
.content__wapper h3 small {
font-size: 85%;
}
.event__tokuten + h3 {
margin-top: 4rem;
}
#food.content__wapper h3,
#food.content__wapper .st {
color: var(--color2);
}
#fashion.content__wapper h3,
#fashion.content__wapper .st {
color: var(--color3);
}
#art.content__wapper h3,
#art.content__wapper .st  {
color: var(--color4);
}
.content__wapper h3 a {
color: inherit;
text-decoration: none;
}
@media screen and (max-width: 767px) {
.content__wapper h3,
.content__wapper .st {
}
.content__wapper .event__wraper > h3 {
}
}
#hawakoisele .content__title {
font-family: "Oswald", 'YakuHanJP', 'Noto Sans JP', serif;
font-optical-sizing: auto;
font-size: 3.8rem;
display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;

}
#hawakoisele .content__title img {
width: 10%;
}
.jitsuen {
width: 20%;
position: absolute;
bottom: -1rem;
right: 1rem;
    z-index: 1;
}
.jitsuen img {
width: 100%;
}
.item__new {
background-color: #1c98d6;
color: #FFF;
padding: 0.25em 0.5em;
border: 3px double #FFF;
width: fit-content;
}
.item__new--shinjuku {
background-color: #eb6ea5;
color: #FFF;
padding: 0.25em 0.5em;
border: 3px double #FFF;
width: fit-content;
}
.cmn-content {
position: relative;
}
.content__nav {
position: sticky;
top: 180px;
z-index: 10;
width: fit-content;
margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
.content__nav {
top: 70px;
}
}
.content__nav--ul {
display: flex;
gap: 0.5rem;
width: fit-content;
flex-wrap: wrap;
    justify-content: center;
}
.content__nav--ul li {
display: flex;
}
.content__nav--ul li a {
display: flex;
align-items: center;
padding: 0.25em 0.5em;
font-family: "Marck Script", 'YakuHanJP', 'Noto Sans JP', serif;
font-optical-sizing: auto;
font-size: 2.6rem;
font-weight: 600;
line-height: 1;
color: inherit;
text-decoration: none;
background-color: rgba(255,255,255,0.3);
backdrop-filter: blur(10px);
border-radius: 1rem;
border: 1px solid rgba(0,0,0,0.3);
}
.content__nav--ul li a.nav--hawakoi {
font-size: 2.0rem;
}
.btn {
width: fit-content;
margin-left: auto;
margin-right: auto;
display: flex;
}
.btn a {
background-color: #20b3b3;
color: #FFF;
max-width: 80vw;
display: flex;
padding: 1em 4em;
border-radius: 3em;
box-shadow: 0px 0px 10px -3px #777777;
text-decoration: none;
position: relative;
justify-content: center;

}
.btn a:after {
content: "";
width: 1rem;
height: 1rem;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
position: absolute;
top: calc(50% - 0.5rem);
right: 2rem;
transform: rotate(45deg);
}
