@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;400;700&family=Roboto+Condensed:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');
/*
font-family: 'M PLUS 1p', sans-serif;
*/
#header .h_nav .lang ul {
z-index: 100;
}
#header {
position: static;
}
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px; 
        z-index: 100;
}
@media screen and (max-width: 767px) {
#pagetop {
  bottom: 80px; 
}
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
color: #FFF;
background-color: rgba(255,158,24,0.85);
width: 3em;
height: 3em;
border-radius: 2.5em;
font-size: 1.6em;
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 800;
text-decoration: none;
position: relative;
}
#pagetop a:after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 1.05em;
  top: 0.4em;
  transform: rotate(-45deg);

}
#pagetop img {
width: 100%;
height: auto;
}
  @media screen and (max-width: 767px) {
    #pagetop {
      width: 15%;
      height: auto; 
}
#pagetop a {
width: 50px;
height: 50px;
font-size: 1.2em;
}
#pagetop a:after {
  width: 12px;
  height: 12px;
  left: 19px;
  top: 5px;

}

}
  @media print {
    #pagetop {
      display: none !important; 
} 
}

.fadein2 {
  opacity: 0;
  transition: all 0.5s ease-in-out 0.1s; }
  @media print {
    .fadein2 {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein2T {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadein2T {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein2L {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadein2L {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein2B {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadein2B {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein2R {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1.0s ease-in-out 0.3s; }
  @media print {
    .fadein2R {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein2.scrollin,
.fadein2T.scrollin,
.fadein2L.scrollin,
.fadein2B.scrollin,
.fadein2R.scrollin {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

#eigyo {
  display:none;
}
.nav-PC.show-PC,
.eigyo-PC.show-PC,
.eigyo_box02,
.eigyo-SP {
  display:none;
}
@-moz-document url-prefix() {
  .nav-PC.show-PC + #contents ,
  .eigyo-PC.show-PC + #contents  {
    padding-top: 72px;;
  }
}

.show-PC-inline {
  display: inline; }
  @media screen and (max-width: 767px) {
    .show-PC-inline {
      display: none; } }

.show-SP-inline {
  display: none; }
  @media screen and (max-width: 767px) {
    .show-SP-inline {
      display: inline; } }

@media screen and (min-width: 768px) {
  .show-Print {
    display: none;
  }
}

@media screen and (max-width: 767px) {
}

@media print {
  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display: none; }
  #storeWrapper {
    margin: 0 auto;
    padding: 0 0; } }

.iconTel {
  line-height: 1em;
  text-align: center;
  border: #006934 solid 1px;
  color: #006934;
  display: inline-block;
  padding: 2px 15px;
  background-color: #FFF;
  margin: 0 0 0 0.5em;
  font-size: 85%; }

.iconWeb {
  line-height: 1em;
  text-align: center;
  border: #e50012 solid 1px;
  color: #e50012;
  display: inline-block;
  padding: 2px 15px;
  background-color: #FFF;
  margin: 0 0 0 0.5em;
  font-size: 85%;
  border-radius: calc(0.5em + 2px);
  -moz-border-radius: calc(0.5em + 2px);
  -webkit-border-radius: calc(0.5em + 2px);
  -o-border-radius: calc(0.5em + 2px);
  -ms-border-radius: calc(0.5em + 2px); }


  
  =================================================================== */
  #contents {
    max-width:100%;
    box-sizing:border-box;
  }
  #contents #contentWrapper p img {
    max-width:100%;
  }
  #contents #contentWrapper p,
  #contents #contentWrapper li {
   /* font-size: 15px;*/
  }
  #contents #contentWrapper small {
    font-weight: normal;
  }
  @media screen and (max-width: 480px) {
    #contents #contentWrapper p,
    #contents #contentWrapper li {
      /*font-size: 14px;*/
    }
  }

#contentWrapper {
width: 100%; 
background-color: #231815;
padding-bottom: 5em;
}

@media screen  {
#contentWrapper {
background-attachment: fixed;
}

}
.contentHeaderWrapper {
width: 100%;
}
.contentHeaderBtn--wapper {
display: flex;
flex-wrap: wrap;
gap: 1em;
justify-content: space-between;
max-width: 1280px;
margin: 0 auto;
padding-bottom: 4em;
}
.contentHeaderBtn {
width: calc(50% - 0.5em);
background-color: rgba(161, 129, 80, 1);
border-radius: 0.5em;
overflow: hidden;
}
.contentHeaderBtn.btn--present {
background-color: rgba(219, 46, 128, 1);
border: 1px solid #FFF;
}
@media screen and (min-width: 767px) {
.contentHeaderBtn.btn--map {
/*width: calc(33% - 0.67em);*/
}
.contentHeaderBtn.btn--insta {
/*width: calc(33% - 0.67em);*/
}
.contentHeaderBtn.btn--catalog {
/*width: calc(33% - 0.67em);*/
}
.contentHeaderBtn.btn--present {
width: 100%;
/*width: 66%;*/
}
}
.contentHeaderBtn:nth-child(odd):last-child {
/*width: 100%;*/
}
.contentHeaderBtn a,
.contentHeaderBtn--nolink {
text-decoration: none;
color: inherit;
display: flex;
position: relative;
flex-direction: column;
height: 100%;
position: relative;
}
.contentHeaderBtn.comingsoon {
background-color: rgba(161, 129, 80, 0.8);
}
.comingsoon:after {
font-family: 'Roboto Condensed', sans-serif;
font-size: 2em;
content: "coming soon";
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
color: #FFF;
opacity: 1;
position: absolute;
top: 0;
left: 0;
}
.contentHeaderBtn a {
cursor: pointer;
}
.contentHeaderBtn a:not(.test):after {
content: "";
width: 32px;
height: 32px;
background-image: url(/base/shinjuku/img/mas231101_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: 1em;
right: 1em;
transform: rotate(0deg);
}
#contents p.contentHeaderBtn--Title {
font-family: 'Roboto Condensed', sans-serif;
font-size: 2em;
color: #FFF;
line-height: 1;
letter-spacing: 0.05em;
color: #FFF;
text-align: center;
padding: 0.5em 0.5em 0.425em 0.5em;
border-bottom: 3px solid #FFF;
display: flex;
justify-content: center;
align-items: center;
gap: 0.5em;
min-height: 2.6em;
}
#contents p.contentHeaderBtn--Text {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.4em;
color: #FFF;
line-height: 1.5;
color: #FFF;
text-align: center;
padding: 0.7em 1.4em 0.7em 0.7em;
}

#contents .contentHeaderBtn.comingsoon p.contentHeaderBtn--Title ,
#contents .contentHeaderBtn.comingsoon p.contentHeaderBtn--Text {
color: rgba(255,255,255,0.4);
}
#contents .contentHeaderBtn.comingsoon p.contentHeaderBtn--Title {
border-bottom: 3px solid rgba(255,255,255,0.3);
}
#contents .btn--insta p.contentHeaderBtn--Text {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
#contents .contentHeaderBtn--nolink p.contentHeaderBtn--Text {
padding: 0.5em 0.5em 0.5em 0.5em;
}
#contents p.contentHeaderBtn--Text strong {
font-size: 112%;
font-weight: 600;
display: inline-block;
}
@media screen and (max-width: 767px) {
#contentWrapper {
padding-bottom: 5vw;
}
.contentHeaderBtn--wapper {
gap: 2vw;
padding: 0 2vw 2vw;
}
.contentHeaderBtn {
border-radius: 3vw;
width: calc(50% - 1vw);
}
.contentHeaderBtn.btn--map {
}
.contentHeaderBtn.btn--insta {
}
.contentHeaderBtn.btn--catalog {
}
.contentHeaderBtn.btn--present {
width: 100%;
}
.contentHeaderBtn a:not(.test):after {
width: 3vw;
height: 3vw;
bottom: 1.5vw;
right: 1.5vw;
}
#contents p.contentHeaderBtn--Title {
font-size: 1em;
padding: 2vw;
border-bottom: 3px solid #FFF;
min-height: 2em;
gap: 2vw;
}
#contents p.contentHeaderBtn--Title img {
width: 12%;
height: auto;
}
#contents p.contentHeaderBtn--Text {
font-size: 0.8em;
padding: 2vw 4.5vw;
}


}

.content_navi {
width: 100%;
margin: 0 auto 4em;
display: flex;
justify-content: center;
gap: 4em;
align-items: center;
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
z-index: 5000;
}
.content_navi li {
width: 160px;
box-sizing: border-box;
}
.content_navi li a {
height: 60px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 30px;
box-sizing: border-box;
position: relative;
color: #FFF;
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.3em;
text-decoration: none;
}
.content_navi li.btn01 a {
background-color: rgba(255,158,24,0.85);
}

.content_navi li.btn02 a {
background-color: rgba(90,88,102,0.85);
}

@media screen and (max-width: 767px) {
.content_navi {
margin: 0 auto 5vw;
gap: 5vw;
}
.content_navi li {
width: 42.5vw;
box-sizing: border-box;
}
.content_navi li a {
height: 10vw;
border-radius: 5vw;
font-size: 1em;
}

}

.contentHeader {
width: 100%;
padding: 0 0;
background-color: #722282;
position: relative;
}
.contentHeader:after {
content:"";
display: block;
width: 100%;
aspect-ratio: 1280 / 32;
background-image: url(/base/shinjuku/img/halloween_title_bg.png);
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
bottom: -1px;
left: 0;
}
.contentHeader .contentHeader__logo {
width: 100%;
max-width: 1180px;
margin: 0 auto;
box-sizing: border-box;
}
.contentHeader .contentHeader__logo img {
width: 100%;
height: auto;
}
.contentHeader .contentHeader__date--wrapper {
width: 100%;
max-width: 1280px;
margin: 0 auto 1em;
display: flex;
justify-content: center;
}
.contentHeader .contentHeader__date {
width: 100%;
max-width: 650px;
box-sizing: border-box;
position: relative;
}
.contentHeader .contentHeader__date img {
width: 100%;
height: auto;
}

.contentHeader .contentHeader__note {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 2.2em;
color: #FFF;
text-align: center;
padding: 0.1em 0.2em 0.2em 0.2em;
margin-top: 1em;
}
.contentHeader .contentHeader__note--kakomi {
display: inline-block;
padding: 0.2em;
line-height: 1;
margin: 0 0.2em;
border: 1px solid #FFF;
}
.contentHeader .contentHeader__note small {
font-size: 70%;
}
.contentHeader__copy {
width: 100%;
max-width: 493px;
margin: 1em auto;
box-sizing: border-box;
}
.contentHeader__logo img{
width: 100%;
height: auto;
}


@media screen and (max-width: 768px) {
.contentHeader {
padding: 5vw 0 0;
}
.contentHeader .contentHeader__logo {
margin: 0 auto;
padding: 0 5vw ;
}
.contentHeader .contentHeader__date {
max-width: 80vw;
}
.contentHeader .contentHeader__note {
font-size: 1em;
}

.content_nav_area {
}
.content_nav {
padding: 0 2vw;
}
#contents .content_nav li {
    padding: 6px 0 0 0;
    border-radius: 6px 6px 0 0;
    width: calc(25% - 6px);
}
}


.contentInstaWrapper {
padding: 6px;
background-color: #FFF;
border:1px solid  rgba(210,222,239,0.8);;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
z-index: 100;
display: inline-flex;
position: absolute;
top: 12px;
right: 12px;
}
.contentInsta {
display: flex;
align-items: center;
justify-content: center;
}
.contentInsta dt {
padding-right: 8px;
}
.contentInsta dt a img {
width: auto;
height: auto;
}
.contentInsta dd {
font-size: 0.75em;
line-height: 1.4;
}
.contentInstaWrapper a {
color: #000;
text-decoration: none;
}

@media screen and (max-width: 767px) {
.contentInstaWrapper {
padding: 4px;
z-index: 100;
display: block;
position: static;
background-color:transparent;
border: none;
margin-bottom: 5vw;
color: #FFF;
}
.contentInsta dd {
font-size: 0.6em;
}
.contentInstaWrapper a {
color: #FFF;
}
.contentInsta dt a img {
width: 10vw;
height: auto;
}
}

.tcnDown {
position: absolute;
bottom: 6px;
left: calc(50% - 41px);
z-index: 1000;
}

.tcnDown img {
max-width: 100%;
height: auto;
}
@media screen and (max-width: 980px) {
.tcnDown {
position: relative;
top: 5.5vw;
left: 24vw;
width: 15vw;
}
}
svg {
height: 42px;
width: 100%;
position: absolute;
bottom: 0;
/*stroke: rgba(210,222,239,0.8);*/
}
@media screen and (max-width: 767px) {
svg {
}

}




/* slider
===================================================================== */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

}
.content_slide_area{
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}
.contentNavifixed{
/*position:fixed;
top:76px;
bottom: inherit;*/
}

.content_slider{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.content_slider li{
	padding: 5px ;
	box-sizing: border-box;
}
.content_slider li a[data-izimodal-open] {
cursor: pointer;
}

.content_slider li a img{
	width: 100%;
	opacity: 1;
	transition: all 0.2s;
	border: solid 1px #FFF;
}
.content_slider li a img:hover{
	opacity: 0.6;
}

/* content_slider */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: calc(50% - 23px);
	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;
}
.content_slider .slick-prev {
	left: -10px;
	width: 46px;
	height: 46px;
	background: url(/base/shinjuku/img/tw210914_arrow_left.png);
	z-index: 100;
}
.content_slider .slick-next {
	right: -10px;
	width: 46px;
	height: 46px;
	background: url(/base/shinjuku/img/tw210914_arrow_right.png);
	z-index: 100;
}
.slick-loading .slick-list {
	background: url(/base/departmentstore/common/img/loading.gif) center center no-repeat #FFF;
}
/* Dots */
.slick-dotted.slick-slider
{
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
@media screen and (max-width: 767px) {
.slick-dots li {
    margin: 0;

}
}
.slick-dots li button {
    font-size: 3px;
    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: 8px;*/
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: rgba(79,57,51,0.4);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: rgba(79,57,51,1);
}


@media screen and (max-width:767px) {
	.content_slide_area{
		width: 100%;
		margin: 0;
	}
	.content_slider{
		width: 100%;
		margin-left: 0;
	}
	.content_slider li{
	}
	.slick-prev, .slick-next {
	top: calc(50% - 18px);
	}
	.content_slider .slick-prev {
	left: 0;
	width: 19px;
	height: 54px;
	background-size: contain;
	}
	.content_slider .slick-next {
	right: 0;
	width: 19px;
	height: 54px;
	background-size: contain;
	}
}


.blur {
-ms-filter: blur(4px);
filter: blur(4px);
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity: 0.7;
}

.iziModal {
}
.izimodal-open-wapper {
display: flex;
flex-wrap: wrap;
gap: 12px;
width: 100%;
margin: 0 auto;
}
.izimodal-open-wapper li {
display: block;
width: calc((100% - 12px) / 2);
position: relative;
box-sizing: border-box;
padding: 0px;
border-radius: 0.5em;
overflow: hidden;
}

.izimodal-open-wapper.column3 li {
width: calc((100% - 24px) / 3);
}


.iziModal .topicsDetailText {
}
.iziModal .topicsDetailText h3 {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.35em;
letter-spacing: normal;
}

.iziModal .topicsDetailText .description + .description {
margin-top: 1em;
}
.iziModal .topicsDetailText .description {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.2em;
letter-spacing: normal;
}
.izimodal-open-wapper li img {
width: 100%;
height: auto;
transition : all 6s ease 0.2s;
}

.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-header-title {
  font-size: 1.5em;
  letter-spacing: normal;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  text-align: left;
  font-weight: 600;
  overflow: visible;
  overflow-wrap: normal;
  text-overflow: ellipsis;
color:rgba(0,0,0,1);
}
.iziModal-content .topicsDetail {
padding: 0 24px 24px 24px;
box-sizing: border-box;
margin-bottom: 0;
}
.iziModal-content .topicsDetail .topicsDetailPhoto {
background-color: transparent;
}
.iziModal-content .topicsDetail .topicsDetailPhoto img {
width: 100%;
height: auto;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 24px;
}
.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%;
}
p.topicsDetailPhoto--notes {
font-size: 80%;
text-align: right;
}
@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 .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 12px;
  }
  .iziModal-content .topicsDetail .topicsDetailText {
    padding: 1em;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 1.2em;
  }

}
.izimodal-open-wapper li:nth-child(odd){
}
.izimodal-open-wapper li a {
position: relative;
overflow: hidden;
cursor: pointer;
display: block;
width: 100%;
height: 0;
align-items: center;
padding-bottom: 100%;
}
.izimodal-open-wapper li a:after {
content:"";
display: block;
width: 22px;
height: 22px;
background-image: url(/base/shinjuku/img/tw210914_arrow_image.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-color: rgba(255,158,24,0.8);
position: absolute;
right: 6px;
bottom: 6px;
z-index: 1100;
border-radius: 50%;
box-shadow: 0px 0px 4px -1px rgba(255,158,24,0.3);
}
#contents .izimodal-open-wapper li a p{
font-size: 1em;
padding: 0.5em 0;
text-align: center;
    color: rgb(36,95,0);
}
.iziModal .iziModal-header-title {
    color: rgba(0,0,0,1);
}
.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
    white-space: inherit;
    color: rgba(0,0,0,1);
}

#contentWrapper .izimodal-open-wapper li a:hover {
    opacity: 1;
}
.izimodal-open-wapper li a .hideTitle {
position: absolute;
top: calc(100% - 4em);
left: 0;
bottom: 0;
right: 0;
display: flex;
width: 100%;
height: 4em;
box-sizing: border-box;
padding: 0 2em 0 2em;
justify-content: center;
align-items: center;
background-color: rgba(255, 158, 24, 0.85);
background-image: repeating-linear-gradient(45deg, transparent, transparent 9px, rgba(255, 158, 24, 0.7) 9px, rgba(255, 158, 24, 0.8) 11px);transform:translateY(0);
transition : all 0.6s ease 0.2s;
font-size: 1.2em;
line-height: 1.4;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: left;
font-weight: 600;
color: rgba(35,24,21,1);
z-index: 1000;
/*backdrop-filter: blur(8px);*/
}
.izimodal-open-wapper li a .hideTitle:only-child {
height: 100%;
top: 0;
padding: 0 2em 0 2em;
}
.hideTitleNoimg {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-color:#DDD;
height: 312px;
max-height: 100%;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: "600";
color: #999;
}
.content .hideTitleNoimg {
height: 230px;
}
@media screen and (max-width: 767px) {
.hideTitleNoimg {
height: 40.867vw;
}
.content .hideTitleNoimg {
height: 20.184vw;
}

}
.izimodal-open-wapper li a:hover .hideTitle:not(:only-child) {
transform:translateY(100%);
}
@media screen and (min-width:1400px) {
.izimodal-open-wapper.column3 li {
width: calc((100% - 36px) / 4);
}
}
@media screen and (min-width:768px) and ( max-width:1399px) {
.izimodal-open-wapper.column3 li {
width: calc((100% - 24px) / 3);
}
}

@media screen and (max-width: 767px) {
.izimodal-open-wapper li a {
}
#contents .izimodal-open-wapper li a p{
font-size: 0.85em;
}
.izimodal-open-wapper {
gap: 3vw;
padding: 5vw 0;
}
.izimodal-open-wapper li {
width: calc((100% - 3vw) / 2);
}
.izimodal-open-wapper.column3 li {
width: calc((100% - 3vw) / 2);
}

.izimodal-open-wapper li a .hideTitle {
top: calc(100% - 4em);
height: 4em;
font-size: 0.65em;
}
.izimodal-open-wapper li a:after {
width: 19px;
height: 17px;
}

}

.contentFooter {
padding: 6em 0;
}
.contentFooterNote {
width: 100%;
max-width: 586px;
margin: 0 auto;
}
.contentFooterNote li {
font-size: 1em;
color: #000;
line-height: 1.4;
}
@media screen and (max-width: 767px) {

.contentFooterNote li {
font-size: 1em;
}
.contentFooter {
padding: 7vw;
}
}


/* ----- conent ----- */
.contentWrapp {
padding: 0 ;
width: 100%;
width: 90%;
box-sizing:border-box;
position: relative;
margin: 0 auto 0;
text-align: center;
margin: 0 auto 0.5em;
/*max-width: 1280px;*/
border-radius: 0.5em;
overflow: hidden;
}
.contentHeaderWrapper + .contentWrapp {
margin-top: 2em; 
}
.contentWrapp.openContentWrapp {
}
.contentWrapp  {
background-color: rgba(114,34,130,1);
background: linear-gradient(to bottom,  #722282 0px,#77228c 100px,#722282 101px,#601a4a 200px);
}
.contentWrapp:nth-child(even)  {
}
.contentWrappArrow {
width: 40px;
height: 40px;
rgba(255,255,255,0.2);
border-radius: 50%;
position: absolute;
bottom: 0.5em;
left: calc(50% - 20px);
z-index: 100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: 2px solid #FFF;
}
.contentWrapp:nth-child(even) .contentWrappArrow  {
}
.contentWrapp.openContentWrapp .contentWrappArrow {
background-color: rgba(255,255,255,0.2)!important;
}
.contentWrapp.openContentWrapp .contentWrapp:nth-child(even) .contentWrappArrow  {
background-color:rgba(255,255,255,0.3);
}

.contentWrappArrow:before {
content: "";
position: absolute;
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
width: 15px;
height: 15px;
border: 2px solid #FFF;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
bottom: 0.7em;
left: calc(50% - 7.5px);
z-index: 101;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.contentWrapp.openContentWrapp .contentWrappArrow {
transform: scale(1, -1);
bottom: 10px;
}
@media screen and (max-width: 767px) {
.contentWrapp.openContentWrapp .contentWrappArrow {
    /*bottom: calc(50% - 2.5vw);*/
}
}

@media screen and (max-width: 767px) {
.contentWrapp {
padding: 0vw;
margin: 0 auto 2vw;
width: 96vw;
}
.contentWrappArrow {
width: 5vw;
height: 5vw;
bottom: 2vw;
left: calc(50% - 2.5vw);
}
.contentWrappArrow:before {
width: 2.5vw;
height: 2.5vw;
bottom: 1vw;
left: calc(50% - 1.25vw);
}
}
.contentWrapp .contentTitle {
display: flex;
padding: 0;
margin: 0;
gap: 3%;
align-items: center;
justify-content: flex-start;
text-align: left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
.openContentWrapp .contentTitle,
.contentWrapp .contentTitle:hover {
padding: 1em 0 2em;
}
}
.contentTitleImage {
width: 30%;
height: 30%;
position: relative;
margin: -10% 0 -10% -10%;
}
.contentTitleImage .contentTitleImageInner {
display: block;
border-radius: 50%;
overflow: hidden;
border: 8px solid rgba(255,255,255,0.3);
}
.contentTitleImage:after {
content: "";
width: 30%;
height: 30%;
background-image: url(/base/shinjuku/img/halloween_star.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
right: -20%;
opacity: 0.8;
}

.contentTitleImage img {
width: 100%;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin: 10% 0 0 15%;
}
.open .contentTitleImage img {
}
.contentTitleText {
width: 77%;
box-sizing: border-box;
padding: 1em 0;
width: 100%;
}
.contentTitleText:first-child {
margin-left: 3%;
}
.contentWrapp .contentTitle h2 {
display: inline;
margin: 0 auto;
text-align: left;
font-feature-settings: "palt";
font-family: "Kaisei Decol", serif;
font-weight: 400;
font-style: normal;
font-size: 3.4em;
color: #FFF;
line-height: 1.4;
/*background: linear-gradient(transparent 90%, rgba(255,255,255,0.2) 10%);*/
color: rgba(255,158,24,1);
line-height: 1.2;
}
@media screen and (min-width: 768px),
print {
.contentWrapp .contentTitle h2 {
display: inline-block;
padding-right: 160px;
}
}
.contentWrapp .contentTitle h2 small {
font-size: 65%;
}
#contents p.contentCopy {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.4em;
line-height: 1.3;
margin: 0 auto 0 auto;
color: rgba(255,255,255,1);
}
@media screen and (min-width: 768px),
print {
#contents p.contentCopy {
padding-right: 160px;
}
}
.contentCopy--waku {
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 76%;
    padding: 0.2em 0.2em;
    background-color: #FFF;
    color: rgba(214,0,116,1);
    border-radius: 0.2em;
    /*height: 1em;*/
    margin: 0 0.25em;
}
.ib,
#contents p.contentCopy .ib {
display: inline-block;
}
.contentWrapp h3:not(.contentTitle2) {
display:block;
margin-top: 2em;
margin-bottom: calc(2em + 1.75%);
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.8em;
font-weight: 400;
line-height: 1.3;
color: rgba(58,29,7,1);
}
.contentTitle2 {
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 2em;
line-height: 1.2;
width: 5.5em;
height: 5.5em;
background-color: #FFF;
color: rgba(214,0,116,1);
display: flex;
padding: 0;
margin: 2em auto 2em;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 50%;
}
@media screen and (max-width: 767px) {
.contentTitleImage {
width: 30%;
}
.contentTitleImage .contentTitleImageInner {
border: 5px solid rgba(255,255,255,0.3);
}
.contentTitleImage img {
margin: 0 0 0 15%;
}

.contentTitleText {
width: 70%;
padding: 3vw 0;
}
.contentWrapp .contentTitle {
padding-bottom: 5vw;
padding-right: 8vw;
}

.contentWrapp .contentTitle h2 {
font-size: 1.3em;
display: inline;
}
.contentTitle2 {
font-size: 1.4em;
margin: 5vw auto 5vw;
}

#contents p.contentCopy {
font-size: 0.8em;
margin: 0 auto 0 auto;
}


.contentWrapp h3:not(.contentTitle2) {
margin-top: 1em;
margin-bottom: calc(1em + 1.75%);
font-size: 1.2em;
}

}

.rosechan {
position: absolute;
top: 0;
left: auto;
display: block;
height: 100%;
overflow: hidden;
z-index: 100;
width: 10%;
right: 5%;
}

.rosechan img {
width: 100%;
height: 100%;
object-fit: contain;
animation: shake ease-in-out 6s infinite;
transform: rotate(3deg);
}

@keyframes shake {
    50% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}




.content {
  display:block;
  width:100%;
  margin:0 auto;
  text-align:left;
  box-sizing:border-box;
}
.andmore {
padding: 0 0  4em;
}
.andmore .content ,
.accordion .cate__content {
display:none;
display:;
padding: 40px;
z-index: 1000;
position: relative;
}
.blockTitle + .content {
margin-top: 2em;
}
.group1 {
max-width:1180px;
  margin: 0 auto;
}
.group2 {
  max-width: 1180px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.group2.plain {
    padding-top: 4em;
}

@media screen and (min-width: 768px) {
  .topicsColumn.group2 {
  }
}

.group3 {
    width: 100%;
}
.footerNotes {
  text-align: left;
  margin: 0 auto ;
  width: 100%;
  padding: 2em ;
}
.footerNotes ul {
margin: 0 auto ;
    width: 90%;
}
.footerNotes ul li {
color: #FFF;
}


@media screen and (max-width: 768px) {
  .content {
    padding: 0 ;
  }
  .accordion .cate__content {
  padding: 3vw;
  }

  .group2 {
  }
  .group2.plain {
    padding-top: 0;
  }
 
  .footerNotes {
    padding: 12px 7vw;
  }
  .footerNotes ul {
  padding-top: 8.2vw;
  background-size: contain;
  }
}

.topicsTitle {
  padding-bottom:20px;
}
.topicsTitle h3{
  padding:12px;
  background-color:#2a2a2a;
  font-size:32px;
  font-weight:bold;
  line-height:1;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: "600";
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
.topicsTitle h3 a{
}
.topicsColumn {
  width: 100%;
  padding: 0px;
text-align: left;
}
.contentWrappInner {
    background-color: rgb(255,255,255,0.5);
padding: 1.75%;
    max-width: 895px;
  margin: 0 auto 0 auto;

}
.group3.topicsColumn {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1180px;
margin: 0 auto 2em;
gap: 1em;
}
.group3.topicsColumn:last-child {
margin: 0 auto 0;
}
.topicsDetail {
  margin-bottom: 1em;
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
}
.topicsDetail:last-cjild {
  margin-bottom: 0;
}

.group1 .topicsDetail {
  max-width: 1180px;
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;

    background-color: rgb(255,255,255,1);
    border-radius: 1em;
    border: 4px solid rgba(35,24,21,1);
    overflow: hidden;
}
.group2 .topicsDetail {
box-sizing: border-box;
overflow: hidden;
}
.group2:not(.plain) .topicsDetail {
background-color: rgb(255,255,255,1);
border-radius: 1em;
border: 4px solid rgba(35,24,21,1);
}
.group2 .topicsDetail:last-child {
}
.group3 .topicsDetail {
max-width: calc(50% - 0.5em);
background-color: rgb(255,255,255,1);
margin-bottom: 0;
text-align: left;
position: relative;
border-radius: 1em;
border: 4px solid rgba(35,24,21,1);
overflow: hidden;
}

.group3:not(.spcafe) .topicsDetail:last-child:nth-child(odd) {
    /*max-width: 100%;*/
}
.topicsDetailText {
  box-sizing: border-box;
  width: 100%;
}
.group1 .topicsDetailText {
  max-width: 60%;
}
.group1 h4 + .topicsDetailText {
  max-width: 100%;
}
.group1 .topicsDetailText:only-child {
  max-width: 100%;
}

.group2.plain .topicsDetailText {
color: #FFF;
}

.group1 .topicsDetailText .description,
.group1 .topicsDetailText .sub1,
.group1 .topicsDetailText .sub2 {
padding: 0 1.5em 1.5em 1.5em;
}
.group1 .topicsDetailText .sub2:empty {
padding: 0 ;
display: none;
}

.group2:not(.plain) .topicsDetailText .description {
padding: 2em;
}
.group3 .topicsDetailText .description {
padding: 0 1.5em 1.5em 1.5em;
}
.group2 .topicsDetailText .sub1 {
padding: 2em;
}
.group2:not(.plain) .topicsDetailText .sub1 {
background-color: #EEE;
}
.group2.plain .topicsDetailText .sub1 {
background-color: rgba(0,0,0,0.1);
border-radius: 1em;
margin-top: 1em;
}

.group3 .topicsDetailText .sub1 {
padding: 0 1.5em 1.5em 1.5em;
}
.group2:not(.plain) .topicsDetailText .sub2 {
padding: 2em;
}
.group2 .topicsDetailText .sub2:empty {
display: none;
}

.group3 .topicsDetailText .sub2 {
padding: 0 1.5em 1.5em 1.5em;
}
.group3 .topicsDetailText .sub2:empty {
display: none;
}
.group3 .topicsDetailText {
}

.topicsDetailPhoto {
  /*margin-bottom: 12px;*/
  padding: 0px ;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  display: block;
background-color: rgba(255,158,24,1);
text-align: center;
}

.group1 .topicsDetail:nth-child(even) {
  /*flex-direction: row-reverse;*/
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText {
  /*padding-left: 0;
  padding-right: 20px;*/
}
.group1 .topicsDetailPhoto {
max-width: 40%;
margin-bottom: 0;
border-right: 1px solid rgba(35,24,21,1);
}
@media screen and (max-width: 767px) {
.group3.topicsColumn {
margin: 0 auto 1.5vw;
gap: 2vw;
}
.group2.topicsColumn {
margin: 0 auto 1.5vw;
}
.group2 .topicsDetailText .sub1 {
padding: 3vw;
}
.group1 .topicsDetailPhoto {
max-width: 100%;
}
.group2:not(.plain) .topicsDetailText .description {
padding: 3vw;
}
.group1 .topicsDetailText .description,
.group1 .topicsDetailText .sub1,
.group1 .topicsDetailText .sub2 {
padding: 0 3vw 3vw 3vw;
}
.group2:not(.plain) .topicsDetailText .description {
padding: 3vw;
}
.group3 .topicsDetailText .description {
padding: 0 3vw 3vw 3vw;
}
.group2 .topicsDetailText .sub1 {
padding: 3vw;
}

.group2.plain .topicsDetailText .sub1 {
border-radius: 2vw;
margin-top: 2vw;
}

.group3 .topicsDetailText .sub1 {
padding: 0 3vw 3vw 3vw;
}
.group2:not(.plain) .topicsDetailText .sub2 {
padding: 3vw;
}
.group2 .topicsDetailText .sub2:empty {
display: none;
}

.group3 .topicsDetailText .sub2 {
padding: 0 3vw 3vw 3vw;
}

}
.group1 .topicsDetailPhoto .imageContent + .btn1 {
padding: 1em;
}
ul + .btn1 {
margin-top: 1em;
}
.group3 .topicsDetailPhoto {
margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .topicsColumn {
    margin: 0 auto ;
    padding: 0;
    transform: inherit;
  }
  .topicsDetail {
    margin-bottom: 1.5vw;
    display: block;
  }
  .topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
  }
  .group1 .topicsDetail {
    display: block;
    border: 2px solid rgba(35,24,21,1);

  }
  .group3 .topicsDetail {
  max-width: calc(50% - 1vw);
  padding: 0px;
    border: 2px solid rgba(35,24,21,1);
  }
  .group2:not(.plain) .topicsDetail {
  border: 2px solid rgba(35,24,21,1);
  }

  .group1 .topicsDetailText {
    max-width: 100%;
    padding-left: 0;
  }

  .group1 .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group1 .topicsDetail:nth-child(even) .topicsDetailPhoto {
  }
  .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group2 .topicsDetailText {
    max-width: 100%;
    padding : 0;
  }
  .group3 .topicsDetailText {
    max-width: 100%;
  }
  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 0;
  }
}

#contents #contentWrapper .topicsDetailPhoto img{
  width: 100%;
  /*max-width: 650px;*/
  box-sizing: border-box;
  background-color:#FFF;
}
.slick-slide img {
    display: block;
    width: 100%;
}
#contents .topicsDetailPhoto  a:hover{
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:1;
  -khtml-opacity: 1;
}
@media screen and (max-width: 767px) {
  #contents .topicsDetailPhoto p img{
    border:none;
    padding: 0;
  }
}

.topicsDetail h4 {
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
margin:0 0 0;
text-align: left;
color: rgba(35,24,21,1);
font-weight: 600;
line-height: 1.5;
font-size: 2em;
}
.topicsDetail h4 b {
font-size: 90%;
padding: 0.2em 0.5em;
display: inline-block;
background-color: rgba(214,0,116,1);
color: #FFF;
border-radius: 0.25em;
margin-right: 0.25em;
}
.topicsColumn:not(.plain) .topicsDetail h4 {
font-size: 1.6em;
padding: 1em ;
background-color: rgba(255,158,24,0.65);
background-image: repeating-linear-gradient(45deg, transparent, transparent 9px, rgba(255,158,24,0.7) 9px, rgba(255,158,24,0.7) 11px );
border-bottom: 1px solid rgba(35,24,21,1);
width: 100%;
}
.group2:not(.plain) .topicsDetail h4 {
padding: 1em;
background-size: auto auto;
background-color: rgba(255,158,24,0.65);
background-image: repeating-linear-gradient(45deg, transparent, transparent 9px, rgba(255,158,24,0.7) 9px, rgba(255,158,24,0.7) 11px );
border-top: 1px solid rgba(35,24,21,1);
}
.group2.plain .topicsDetail h4 {
color: #FFF;
}
.group1 .topicsDetail h4 {
font-size: 1.6em;
}
.group3 .topicsDetail h4 {
}
a.test,
.topicsDetail h4 a.test{
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;
}
.description small {
font-size: 85%;
}
.topicsDetail h4 font[style] {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .topicsDetail h4 {
    font-size: 1.1em;
  }
.topicsColumn:not(.plain) .topicsDetail h4 {
font-size: 1.1em;
padding: 1.5vw 2vw;
border-top: 1px solid rgba(35,24,21,1);
}
.group2:not(.plain) .topicsDetail h4 {
padding: 1.5vw 2vw;
}
.group3:not(.plain) .topicsDetail h4 {
    font-size: 0.92em;
}

}

.shef__wrapper {
padding: 1em;
margin-top: 1em;
/*display: flex;
align-items: center;
gap: 1em;*/
background-color: rgba(255,158,24,0.3);
border-radius: 0.5em;
border: 4px solid rgba(255,158,24,0.6);
flex-grow: 1;
display: block;
}

.shef__wrapper:before,
.shef__wrapper:after {
    content: " ";
    display: table;
}

.shef__wrapper:after {
    clear: both;
}

.shef__wrapper {
    *zoom: 1;
}
.shef__wrapper .shef {
width: 25%;
height: auto;
margin: 0 1em 0 0;
float: left;
font-size: 65%;
line-height: 1.2;
}
.iziModal_group2 .shef__wrapper .shef {
float: right;
margin: 0 0 0 1em;
}
.shef__wrapper .shef .ib {
display: inline-block;
}
.shef__wrapper .shef img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden;
margin-bottom: 0.5em;
}
.shef__wrapper .shef + p {
}

.group1 .topicsDetail .spec {
padding: 1.5em;
}
.group2:not(.plain) .topicsDetail ul.spec {
padding: 1.5em 1.5em 0 ;
}
.group3 .topicsDetail ul.spec {
margin: 0 0 0 0;
padding: 1.5em 1.5em 0 ;
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
padding: 0;
}
.iziModal-content .topicsDetail ul.spec {
margin: 0 0 1em 0;
}
.topicsDetail ul.spec li.date {
  letter-spacing: normal;
  font-size: 1.2em;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.topicsDetail ul.spec li.place {
  margin: 0 0 0 0;
  letter-spacing: normal;
  font-size: 1.2em;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.group1 .topicsDetail ul.spec li.date,
.group1 .topicsDetail ul.spec li.place {
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
}
#contents .topicsDetail .description ul:not(.btn1) ,
#contents .topicsDetail .sub1 ul:not(.btn1),
#contents .topicsDetail .sub2 ul:not(.btn1) {
list-style-type: circle;
list-style-position: inside;
padding: 0 0  0 1.6em;
text-indent: -1.6em;
}

#contents .topicsDetail .description ul:not(.btn1) ul + ul ,
#contents .topicsDetail .sub1 ul:not(.btn1) ul + ul,
#contents .topicsDetail .sub2 ul:not(.btn1)  ul + ul {
margin-top: 1em;
}
#contents .topicsDetail .description ul:not(.btn1) ul ,
#contents .topicsDetail .sub1 ul:not(.btn1) ul,
#contents .topicsDetail .sub2 ul:not(.btn1)  ul {
list-style-type: disc;
}
#contents .topicsDetail .description p, 
#contents .topicsDetail .description li, 
#contents .topicsDetail .sub1 p, 
#contents .topicsDetail .sub1 li, 
#contents .topicsDetail .sub2 p, 
#contents .topicsDetail .sub2 li, 
#contents .topicsDetail p.description,
#contents .topicsDetail p.description2 {
  font-size: 1.2em;
  line-height:1.5;
  letter-spacing: normal;
  padding:  0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
#contents .topicsDetail .sub1 ::marker　{
font-size: 1.92em;
}
#contents .topicsDetail .description p .textL, 
#contents .topicsDetail .description li .textL, 
#contents .topicsDetail .sub1 p .textL, 
#contents .topicsDetail .sub1 li .textL, 
#contents .topicsDetail .sub2 p .textL, 
#contents .topicsDetail .sub2 li .textL, 
#contents .topicsDetail p.description .textL,
#contents .topicsDetail p.description2 .textL {
font-size: 125%;
}
#contents .topicsDetail .description p strong.textL, 
#contents .topicsDetail .description li strong.textL, 
#contents .topicsDetail .sub1 p strong.textL, 
#contents .topicsDetail .sub1 li strong.textL, 
#contents .topicsDetail .sub2 p strong.textL, 
#contents .topicsDetail .sub2 li strong.textL, 
#contents .topicsDetail p.description strong.textL,
#contents .topicsDetail p.description2 strong.textL {
color: #FF0000;
}

#contents .plain  .topicsDetail .description p strong.textL, 
#contents .plain .topicsDetail .description li strong.textL, 
#contents .plain .topicsDetail .sub1 p strong.textL, 
#contents .plain .topicsDetail .sub1 li strong.textL, 
#contents  .plain.topicsDetail .sub2 p strong.textL, 
#contents .plain .topicsDetail .sub2 li strong.textL, 
#contents .plain .topicsDetail p.description strong.textL,
#contents .plain .topicsDetail p.description2 strong.textL {
color: #ffcc00;
}
#contents .topicsDetail .description p i, 
#contents .topicsDetail .description li iL, 
#contents .topicsDetail .sub1 p i, 
#contents .topicsDetail .sub1 li i, 
#contents .topicsDetail .sub2 p i, 
#contents .topicsDetail .sub2 li i, 
#contents .topicsDetail p.description i,
#contents .topicsDetail p.description2 i {
display: inline-block;
font-style: normal;
}

#contents .topicsDetail .sub1 li, 
#contents .topicsDetail .sub2 li {
  font-size: 0.92em;
  line-height:1.3;
 margin-bottom: 0.25em;
}
#contents .topicsDetail .description p + p,
.shef__wrapper + p {
margin-top: 1em;
}
.topicsDetail .description p img,
.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 .description p strong,
#contents .topicsDetail p.description strong,
#contents .topicsDetail p.description2 strong {
font-weight: 600;
font-size: 112%;
}
#contents .topicsDetail .description p strong + br,
#contents .topicsDetail p.description strong + br,
#contents .topicsDetail p.description2 strong + br,
#contents .topicsDetail .description p strong + small + br ,
#contents .topicsDetail p.description strong + small + br ,
#contents .topicsDetail p.description2 strong + small + br {
content:"";
display: block;
margin-bottom: 0.4em;
}
#contents .topicsDetail .description p em,
#contents .topicsDetail p.description em,
#contents .topicsDetail p.description2 em{
font-style: normal;
color: #C00;
}
#contents .topicsDetail .description p b,
#contents .topicsDetail p.description b,
#contents .topicsDetail p.description2 b {
font-weight: 600;
}

@media screen and (max-width: 767px) {
.topicsDetail ul.spec {
}
.group1 .topicsDetail .spec {
padding: 3vw;
}
.group2:not(.plain) .topicsDetail ul.spec {
padding: 3vw  ;
}
.group3 .topicsDetail ul.spec {
margin: 0 0 0 0;
padding: 3vw  ;
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
padding: 0;
}
  #contents .topicsDetail ul li{
    font-size: 0.85em;
  }
  #contents .topicsDetail .description p, 
  #contents .topicsDetail .description li, 
  #contents .topicsDetail .sub1 p, 
  #contents .topicsDetail .sub1 li, 
  #contents .topicsDetail .sub2 p, 
  #contents .topicsDetail .sub2 li, 
  #contents .topicsDetail p.description,
  #contents .topicsDetail p.description2 {
  font-size: 0.85em;
  }
  #contents .topicsDetail .sub1 li, 
  #contents .topicsDetail .sub2 li { 
  font-size: 0.72em;
  }
  .topicsDetail ul.spec li.date {
    font-size: 0.85em;
  }
  .topicsDetail ul.spec li.place {
    font-size: 0.85em;
  }



  .description p img,
  p.description img,
  p.description2 img{
    max-width: 100%;
    width: inherit;
  }
  .description p img[align="left"],
  p.description img[align="left"],
  p.description2 img[align="left"]{
    float:left;
    margin-right:12px;
    clear:left;
  }
  .topicsDetail  table {
    display: block;
  }
  .topicsDetail  table tr {
    display: block;
  }
  .topicsDetail  table tr td {
    display: block;
    width: 100%;
    float:left;
  }
  .shef__wrapper {
    padding: 0.5em;
  }
  .shef__wrapper .shef {
    width: 33%;
    margin: 0 0.75em 0.75em 0;
  }

}

.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;
}
ul.btn1 {
display: flex;
gap: 1em;
justify-content: space-between;
margin: 1em auto;
}
ul.btn1 li {
display: flex;
width: 100%;
}
p:not(.imageContent) + .btn1 {
margin-top: 1em;
}
.btn1 a {
display: flex;
align-items: center;
justify-content: center;
text-align: left;
margin: 0 auto;
width: 100%;
height: 100%;
background-color: #722282;
border-radius: 0.5em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.2em;
color: #FFF;
line-height: 1.5;
padding: 1em 2.5em 1em 0.5em;
text-decoration: none;
position: relative;
}
.btn1 a + a {
margin-top: 0.5em;
}
.btn1:not(ul) a {
max-width: 540px;
}
.btn1 a:after {
content: "";
width: 1.2em;
height: 1.2em;
background-image: url(/base/shinjuku/img/mas231101_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: 1em;
right: 1em;
transform: rotate(0deg);
}
.andmore .blockTitle:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
box-shadow: none;
}

.andmore .blockTitle p img {
-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:hover p img {
transform: scale(1.1,1.1);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: inherit;
}
.andmore .blockTitle h2 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 260px;
height: 60px;
font-size: 16px;
color: rgba(35,24,21,1);
background-color: rgba(213,199,161,1);
border-radius: 30px;
margin: 0 auto;
box-shadow: 0px 0px 10px -3px #777777;
position: relative;
}
.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_brown_plus.svg);
background-repeat: no-repeat;
background-position: center center;
}
.andmore .blockTitle.open h2::after {
background-image: url(/base/shinjuku/img/thumb_brown_minus.svg);
}
.andmore .blockTitle h2::before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: rgba(213,199,161,1) transparent transparent transparent;
position: absolute;
bottom: -9px;
left: calc(50% - 10px);
}
.twocol {
display: flex;
gap: 3em;
justify-content: space-between;
margin: 2em 0;
}
.twocol > .twocol--inner {
width: 100%;
display: flex;
flex-direction: column;
}

.twocol > div p {

flex-grow: 1;
}

@media screen and (min-width: 768px) {
.twocol > div:first-child {
position: relative;
}
.twocol > div:first-child:after {
content: "";
position: absolute;
width:0;
height: 100%;
top: 0;
right: -1.5em;
border-right: 2px dotted rgba(35,24,21,0.5);
}
}
.notes01__wrapper {
display: block;
text-align: center;
}
#contents .topicsDetail .sub1 p.notes01 {
display: block;
  position: relative;
  display: inline-block;
  padding: 0 55px;
margin-bottom: 2em;
}

.notes01:before, 
.notes01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.plain .notes01:before, 
.plain .notes01:after {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
.notes01:before {
  left:0;
}
.notes01:after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .twocol {
  display: block;
  margin: 3vw 0;
  }
  .twocol > div + div {
  margin-top: 5vw;
  }

  ul.btn1 {
  display: block;
  margin: 3vw auto;
  }
  ul.btn1 li:not(:last-child) {
  margin-bottom: 1vw;
  }
  .btn1 a {
  border-radius: 2vw;
  font-size: 0.8em;
  padding: 2vw 8vw 2vw 2vw;
  }
  .btn1 a:after {
  width: 5vw;
  height: 5vw;
  bottom: calc(50% - 2.5vw);
  right: 2.5vw;
  }

  .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 {

  }
}

.okaiage__wrapper {
  margin: 0 auto;
  width: 100%;
}
.okaiage__title {
font-size: 2em;
font-family: 'Noto Serif JP', serif;
color: #FFF;
}
.okaiage {
text-align: left;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  max-width: 1180px;
  margin: 0 auto 2em;
}

.okaiage tr {
  background-color: #FFF;
  padding: .35em;
  border-bottom: 2px solid rgba(214,0,116,1);
}
.okaiage th,
.okaiage td {
  padding: 0.5em;
  border-right: 2px solid rgba(214,0,116,1);
  vertical-align: middle;
  font-size: 1em;
}
.okaiage th {
}
.okaiage td {
}
@media screen and (min-width: 768px) {
.okaiage th {
  width: 20%;
}

.okaiage td {
  width: 80%;
}
}
.okaiage thead tr {
  background-color: #167F92;
  color:#fff;
}
.okaiage tbody th {
background-color: rgba(255,158,24,0.65);
background-image: repeating-linear-gradient(45deg, transparent, transparent 9px, rgba(255,158,24,0.7) 9px, rgba(255,158,24,0.7) 11px );
    color: rgba(35,24,21,1);
}

.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#fff
}
@media screen and (max-width: 768px) {
  .okaiage__title {
   text-align: center;
  }
  .okaiage {
    border: 0;
    width:100%
  }
  .okaiage th{
    display: block;
    border-right: none;
  }
  .okaiage thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .okaiage tr {
    display: block;
    margin-bottom: .625em;
  }
  .okaiage td {
    display: block;
    font-size: .8em;
    text-align: left;
    position: relative;
    padding: .625em;
    border-right: none;
  }
  
  .okaiage td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .okaiage td:last-child {
    border-bottom: 0;
  }
  .okaiage tbody th {
    color: #fff;
}
}

.description + [data-readmore-toggle].readMore,
.description + [data-readmore-toggle].readMore,
.description + [data-readmore-toggle].readLess,
.description + [data-readmore-toggle].readLess,
.description + [data-readmore-toggle].readMore,
.description[data-readmore].readMore,
.description + [data-readmore-toggle].readLess,
.description[data-readmore].readLess,
.todetail a {
  color: #FFF;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 1.2em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 4px auto 0 ;
  background-color:rgba(221,83,128,0.9);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
box-sizing: border-box;
}
.readMore:before,
.readLess:before  {
  vertical-align: middle;
  display:inline-block;
  content:"";
  width: 22px;
  height: 22px;
  background-image: url("/base/shinjuku/img/saimatsu_plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color:rgba(255,255,255,1);
  box-sizing:border-box;
  line-height: 29px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 4px;
  background-size: contain;
}
.readLess:before  {
background-image: url("/base/shinjuku/img/my210601_btn_minus.png");
}
@media screen and (max-width: 767px) {
  .description + [data-readmore-toggle].readMore,
  .description + [data-readmore-toggle].readMore,
  .description + [data-readmore-toggle].readLess,
  .description + [data-readmore-toggle].readLess,
  .description + [data-readmore-toggle].readMore,
  .description[data-readmore].readMore,
  .description + [data-readmore-toggle].readLess,
  .description[data-readmore].readLess,
  .todetail a  {
    padding: 3px;
    font-size: 12px;
    min-width: 120px;
  }
  .readMore:before,
  .readLess:before  {
    width: 22px;
    height: 22px;
    margin-right: 4px;
  }
}

.topicsDetail p.description  a[href$="http://www.takashimaya.co.jp/store/special/takaapp/index.html"]{
  display: block;
  font-size: 14px !important;
  line-height:130%;
  color:#FFF;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  border-top-color: rgb(160, 0, 0);
  background-color: rgb(160, 0, 0);
  background-image: linear-gradient(to bottom, rgb(224, 105, 105) 0px, rgb(108, 0, 0) 100%);
  background-size: 100% auto;
  border-bottom: 1px solid rgb(108, 108, 108);
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.topicsDetail p.description a[href$="http://www.takashimaya.co.jp/store/special/takaapp/index.html"]:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 767px) {
}
.fll,
#contents #contentWrapper p img.fll,
.topicsDetail p.description img.fll {
float: left;
margin: 0 0.75em 0.75em 0;
max-width: 40%;
}
.flr,
#contents #contentWrapper p img.flr,
.topicsDetail p.description img.flr {
float: right;
margin: 0 0 0.75em 0.75em;
max-width: 40%;
}
/* Print */
@media print {
.section {
page-break-before: always;
}
  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; } }

@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; }
  .readMore,
  .readLess {
    display: none; }
    .description + [data-readmore-toggle].readMore,
    .description + [data-readmore-toggle].readMore,
    .description + [data-readmore-toggle].readLess,
    .description + [data-readmore-toggle].readLess,
    .description + [data-readmore-toggle].readMore,
    .description[data-readmore].readMore,
    .description + [data-readmore-toggle].readLess,
    .description[data-readmore].readLess {
      display:none;
    }
}

.oimo1 {
width: 100%;
margin: 2em auto 0;
display: flex;
}
.oimo1 img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.oimo1 {
width: 100%;
flex-direction: column;
}
}


.amour25_notes {
max-width: 1280px;
margin: 0 auto 4em;
text-align: center;
color: #FFF;
font-size: 110%;
}
.amour25_notes a {
text-decoration: underline;
cursor: pointer;
}
@media screen and (max-width: 767px) {
.amour25_notes {
margin: 0 auto 5vw;
}
}
.btmBnr {
margin: 0 auto;
max-width: 1280px;
display: flex;
gap: 3%;
padding: 50px 0;
}
.btmBnr li a {
display: block;
}
.btmBnr li a img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.btmBnr {
gap: 2vw;
padding: 2vw;
}

}

.cd--table {
display: table
}
.cd--tr {
display: table-row;
}
.cd--td {
display: table-cell;
padding: 0.2em 0.5em;
font-size: 110%;
}
