@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;400;700%display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Yomogi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*
font-family: 'M PLUS 1p', sans-serif;
*/
#header {
position: static;
}
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px; 
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
color: #FFF;
background-color:rgba(79,45,63,0.85);;
width: 4em;
height: 4em;
border-radius: 2em;
font-size: 1.6em;
font-family: 'YakuHanJP',  "Noto Serif JP", serif;
font-weight: 800;
text-decoration: none;
position: relative;
}
#pagetop a:after {
  content: '';
  width: 1em;
  height: 1em;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 1.4em;
  top: 0.8em;
  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; 
} 
}
.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, 20px);
  transition: all 1.0s ease-in-out 0.3s; }
  @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 {
  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 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); }

.ib {
display: inline-block;
}
  
  =================================================================== */
  #contents {
    max-width:100%;
    box-sizing:border-box;
  }
  #contents p img {
    max-width:100%;
  }
  #contents p,
  #contents li {
    font-size: 15px;
  }
  #contents small {
    font-weight: normal;
  }
  @media screen and (max-width: 480px) {
    #contents p,
    #contents li {
      font-size: 14px;
    }
  }

#contentWrapper {
width: 100%; 
position: relative;
}
@media screen and (min-width: 768px) {
#contentWrapper {
}
}
@media screen and (max-width: 767px) {
#contentWrapper {
background-size: 200%;
}
}
.contentHeaderWrapper {
width: 100%;
background-image: url(/base/shinjuku/img/coatstyle251028_title_bg.jpg);
background-size: cover;
background-position: center top;
background-attachment: fixed;
}
@media screen and (min-width: 768px) {
.contentHeaderWrapper {
}
}
@media screen and (max-width: 767px) {
.contentHeaderWrapper {
background-attachment: scroll;
}
}
.content_navi {
width: 100%;
max-width: 980px;
margin: 0 auto ;
}
.content_navi ul {
display: flex;
justify-content: center;
gap: 20px;
}
#contents .content_navi li {
width: 100%;
max-width: 280px;
min-height: 3em;
display: flex;
justify-content: center;
align-items: center;
padding: 0.5em 1em;
border-radius: 40px 40px 0 0;
box-sizing: border-box;
position: relative;
color: rgba(79,45,63,1);
font-family: 'Marcellus', serif;
font-weight: 500;
font-size: 1.6em;
text-decoration: none;
line-height: 1;
text-align: center;
flex-grow: 1;
backdrop-filter: blur(12px);
opacity: 0.7;
background-color: rgba(242, 240, 235, 1);
}
@media screen and (max-width: 767px) {
.content_navi {
padding: 0;
top: 0;
}
.content_navi ul {
gap: 1vw;
}
#contents .content_navi li {
min-width: auto;
width: calc((100% - 5vw) / 4);
box-sizing: border-box;
height: auto;
min-width: auto;
padding: 0.75em 0.25em;
border-radius: 0.5em 0.5em 0 0;
font-size: 1em;
min-height: auto;
}
}

#contents .content_navi li.is-btn-active {
box-shadow: 0 0 5px 0 #FFF;
text-shadow: #FFF 0 0 5px ;
opacity: 1;
}
@media print {
.content_navi {
margin: 120px auto 0;
position: relative;
top: 0;
left: 0;
}

}
.contentHeader {
width: 100%;
max-width: 980px;
position: relative;
padding: 80px 0;
margin: 0 auto;
z-index: 10;
}

.contentHeader .contentHeader__logo {
width: 100%;
max-width: 900px;
margin: 0 auto;
box-sizing: border-box;
}
.contentHeader .contentHeader__logo img{
width: 100%;
height: auto;
}
@media screen and (max-width: 768px) {
.contentHeader {
padding: 5vw 5vw;
}

}

.contentInstaWrapper {
padding: 6px;
background-color: #FFF;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 12px;
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;
}
.contentInstaWrapper 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: 4vw;
}
.contentInsta dd {
font-size: 0.6em;
color: #FFF;
}
.contentInstaWrapper 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;
}
@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;
}

.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: 20px;
padding: 4em 0;
width: 100%;
max-width: 980px;
margin: 0 auto;
}
.izimodal-open-wapper li {
display: block;
width: calc((100% - 20px) / 2);
position: relative;
box-sizing: border-box;
padding: 0px;
border-radius: 0.5em;
    overflow: hidden;
}
.izimodal-open-wapper.col3 li {
display: block;
width: calc((100% - 40px) / 3);
position: relative;
box-sizing: border-box;
padding: 0px;
}
.izimodal-open-wapper li .icon {
position: absolute;
width: 2.5em;
height: 2.5em;
display: flex;
align-items: center;
justify-content: center;
border-radius: 1.25em;
top: 8px;
left: 8px;
font-size: 1.5em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
font-weight: 700;
background-color: rgba(255,255,255,0.9);
box-sizing: border-box;
}

.izimodal-open-wapper li .icon {
color: rgba(79,45,63,1);
border: 2px solid rgba(79,45,63,1);
}
#cont1 .izimodal-open-wapper li .icon {
}
#cont2 .izimodal-open-wapper li .icon {
}
#cont3 .izimodal-open-wapper li .icon {
}

#contents .izimodal-open-wapper li .icon  small {
font-weight: 700;
}
@media screen and (max-width: 767px) {

.izimodal-open-wapper li .icon {
width: 8vw;
height: 8vw;
font-size: 1em;
border-radius: 4vw;
}
.izimodal-open-wapper li .icon,
#material .izimodal-open-wapper li .icon,
#size .izimodal-open-wapper li .icon {
border-width: 1px;
}
}
@media screen and (min-width: 768px) {
.izimodal-open-wapper li:nth-child(n+5) {
}
}

.iziModal .topicsDetailText {
}
.izimodal-open-wapper li img {
width: 100%;
height: auto;
transition : all 6s ease 0.2s;
position: absolute;
top: -2%;
left: 0;
}

.izimodal-open-wapper li a:hover img {
transform: scale(1.05,1.05);
}
.iziModal .iziModal-wrap {
}
.iziModal-navigate>button {
    opacity: .3;
    height: 50vh;
    margin: 25vh 0 25vh 0;
}
.izimodal-close {
margin: 12px auto;
display: block;
width: 50px;
height: 50px;
background-image: url("/base/shinjuku/img/bimi210720_modal_close.png");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
transition: transform 0.5s cubic-bezier(.16,.81,.32,1), opacity 0.5s ease;
}
.iziModal .iziModal-button-close {
background-image: url("/base/shinjuku/img/bimi210720_modal_close.png");
}
.izimodal-close:hover {
transform: rotate(180deg);
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 1.6em;
  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: 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%;
}

@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: calc(100% + 4em);
}
.izimodal-open-wapper li a:before {
content:"";
position: absolute;
right: 1em;
bottom: 1em;
z-index: 1100;
display: block;
width: 2em;
height: 2em;
background-color: rgba(79,45,63,1);
border-radius: 1em;
}
.izimodal-open-wapper li a:after {
content:"";
position: absolute;
right: 1.65em;
bottom: 1.5em;
z-index: 1101;
display: block;
width: 0.75em;
height: 0.75em;
border-top: 4px solid #FFF;
border-right: 4px solid #FFF;
transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
.izimodal-open-wapper li a:before {
right: 0.5em;
bottom: 0.5em;
width: 1em;
height: 1em;
border-radius: 0.5em;
}
.izimodal-open-wapper li a:after {
right: 0.825em;
bottom: 0.75em;
width: 0.375em;
height: 0.375em;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
background-color: rgba(79,45,63,0.8);
}

}
#cont1 .izimodal-open-wapper li a:before {
}
#cont2 .izimodal-open-wapper li a:before {
}
#cont3 .izimodal-open-wapper li a:before {
}

#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;

}

#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 3em 0 1em;
justify-content: center;
align-items: center;
background-color: rgba(79,45,63,0.7);
background-color: rgba(242,240,235,0.7);
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: #605550;
z-index: 1000;
backdrop-filter: blur(8px);
}
.izimodal-open-wapper.col3 li a .hideTitle {
font-size: 1.0em;
}
#material .izimodal-open-wapper li a .hideTitle {
background-color: rgba(255,255,255,0.7);
}
#size .izimodal-open-wapper li a .hideTitle {
background-color: rgba(255,255,255,0.7);
}
.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 {
transform:translateY(100%);
}
@media screen and (max-width: 767px) {
.izimodal-open-wapper li a {
padding-bottom: calc(100% + 2em);
}
#contents .izimodal-open-wapper li a p{
font-size: 0.85em;
}
.izimodal-open-wapper {
gap: 3vw;
padding: 0 5vw;
}
.izimodal-open-wapper li {
width: calc((100% - 3vw) / 2);
}
.izimodal-open-wapper.col3 li {
width: calc((100% - 6vw) / 3);
}
.content .izimodal-open-wapper li {
width: calc((100% - 3vw) / 2);
}

.izimodal-open-wapper li a .hideTitle {
top: calc(100% - 2em);
height: 2em;
font-size: 0.65em;
}

}

.contentFooter {
padding: 6em 0;
}
.contentFooterNote {
width: 100%;
max-width: 980px;
margin: 0 auto;
}
.contentFooterNote li {
font-size: 0.86em;
}
@media screen and (max-width: 767px) {

.contentFooterNote li {
font-size: 1em;
}
.contentFooter {
padding: 7vw;
}
}


/* ----- conent ----- */
.contentWrappWrapp {
position: relative;
}
.contentWrapp {
padding: 6em 0 6em 0;
width: 100%;
box-sizing:border-box;
position: relative;
margin: 0 auto 0;
text-align: center;
background-repeat: repeat-x;
background-size: 46px;
background-color: rgba(242, 240, 235, 1);
}
.contentWrapp#cont1 {
}
.contentWrapp#cont2 {
}
.contentWrapp#cont3 {
}

@media screen and (max-width: 767px) {
.contentWrapp {
padding: 5vw 0 5vw 0;
}
}
.contentWrapp .contentTitle {
display: inline-block;
margin: 0 auto 1em;
text-align: center;
font-family: 'Marcellus', serif;
font-size: 2.2em;
background-color: rgba(79,45,63,1);
color: #FFF;
position: relative;
line-height: 1;
padding: 0 1em;
font-weight: 400;
}
.contentWrapp#material .contentTitle {
background-color: rgba(221,114,67,1);
}
.contentWrapp#size .contentTitle {
background-color: rgba(232,83,130,1);
}
#contents p.contentCopy {
display: block;
font-family: "YakuHanMP",  "Noto Serif JP", serif;
font-size: 1.6em;
font-weight: 400;
line-height: 1.6;
text-align: center;
color: #FFF;
}
#contents #cont2 p.contentCopy {
color: #333;
} 
.contentWrapp h3 {
display:block;
margin-bottom: calc(2em + 1.75%);
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 2em;
font-weight: 400;
line-height: 1.3;
color: rgba(58,29,7,1);
}
.h3kakomi {
font-size: 85%;
padding: 0.2em 0.3em;
line-height: 1;
background-color: rgba(58,29,7,1);
color: #FFF;
display: inline-block;
}
@media screen and (max-width: 767px) {
.contentWrapp .contentTitle {
font-size: 1.2em;
}
#contents p.contentCopy {
font-size: 1.0em;
}
.contentWrapp h3 {
margin-top: 1em;
margin-bottom: calc(1em + 1.75%);
font-size: 1.2em;
}
.h3kakomi {
margin-bottom: 0.5em;
}
}


.content {
  display:block;
  width:100%;
  margin:0 auto;
  text-align:left;
  box-sizing:border-box;
}
.accordion .content {
  display:none;
  display:;
}
.group1 {
  max-width:980px;
}
.group2 {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
@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 ;
max-width: 900px;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 ;
  }
  .group2 {
  }
  .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;
}
.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: 980px;
  margin: 0 auto;
 gap: 20px;
}

.topicsDetail {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}
.topicsDetail:last-cjild {
  margin-bottom: 24px;
}

.group1 .topicsDetail {
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group2 .topicsDetail {
box-sizing: border-box;
}
.group2 .topicsDetail:last-child {
}
.group3 .topicsDetail {
 max-width: calc(50% - 10px);
padding: 0;
background-color: rgb(255,255,255,1);
text-align: left;
position: relative;
}

.group3 .topicsDetail:last-child {
margin-bottom: 0;
}
.group3 .topicsDetail:last-child:nth-child(odd) {
    max-width: 100%;
}
.topicsDetailText {
  box-sizing: border-box;
  width: 100%;
}
.group1 .topicsDetailText {
  max-width: 376px;
  padding-left: 20px;
}
.group2 .topicsDetailText {
  /*max-width: 600px;*/
}
.group3 .topicsDetailText {
padding: 1.5em;
}

.topicsDetailPhoto {
  margin-bottom: 12px;
  padding: 0px ;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #FFF;
}
.group1 .topicsDetail:nth-child(even) {
  flex-direction: row-reverse;
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText {
  padding-left: 0;
  padding-right: 20px;
}

.group3 .topicsDetailPhoto {
  margin-bottom: 0;

}

@media screen and (max-width: 767px) {
  .topicsColumn {
    margin: 0 auto ;
    padding: 0;
    transform: inherit;
  }
  .topicsDetail {
    margin-bottom: 20px;
    display: block;
  }
  .topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
  }
  .group1 .topicsDetail {
    display: block;
  }
  .group3 .topicsDetail {
    max-width: 100%;
  padding: 0px;
  margin-bottom: 1.75%;
  }

  .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%;
    padding : 12px;
  }
  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 7vw;
  }
}

#contents .topicsDetailPhoto  img{
  width: 100%;
  max-width: 600px;
  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 {
    font-size: 1.3em;
  letter-spacing: normal;
  font-feature-settings: "palt";
    font-family: "YakuHanJP", "M PLUS 1p";
  margin:0 0 0.5em 0;
  text-align: left;
    color: rgba(58,29,7,1);
  font-weight: 600;
  line-height: 1.5;
}
.topicsDetail h4 a {
    color: inherit;
text-decoration: none;
}
.topicsDetail h4 .pl,
.topicsDetail h4 a .pl {
color: rgba(0,0,0,1);
}
.topicsDetail h4.sp {
  font-size: 1.85em;
color: #bb6f6c;
text-align: center;
}
.topicsDetail h4.sp a {
color: #bb6f6c;
}
#contents .topicsDetail p.description i,
#contents .topicsDetail p.description2 i {
font-style: normal;
color: #FFF;
background-color: #bb6f6c;
display: inline-block;
font-size: 85%;
padding: 3px;
margin-right: 3px;
min-width: 1.4em;
text-align: center;
line-height: 1;
}

.topicsDetail h4 font[style] {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .topicsDetail h4 {
    font-size: 16px;
  }
}

.topicsDetail ul.spec {
margin: 0 0 1em 0;
}
.iziModal-content .topicsDetail ul.spec {
margin: 0 0 1em 0;
}
.topicsDetail ul.spec li.date,
.topicsDetail ul.spec li.place {
  letter-spacing: normal;
  font-size: 1em;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  width: fit-content;
  padding: 0.25em 0.75em;
  border-radius: 1.5em;
color: rgba(79, 45, 63, 1);
border: 2px solid rgba(79, 45, 63, 1);

}
.topicsDetail ul.spec li.date {
}
.topicsDetail ul.spec li.place {
  margin: 0 0 0 0;
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
}
#contents .topicsDetail p.description,
#contents .topicsDetail p.description2,
.description,
.description2  {
  font-size: 1em;
  line-height:1.65;
  letter-spacing: normal;
  color:#000;
  padding:  0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.description + .description +.description {
margin-top: 1em;
}
#contents .topicsDetail p.description.description--copy,
.description.description--copy {
margin-bottom: 1em;
font-family: "YakuHanMP",  "Noto Serif JP", serif;

}
.topicsDetail p.description img,
.topicsDetail p.description2 img {
  max-width: 100%;
  height: auto;
}
.topicsDetail p.description img[align],
.topicsDetail p.description2 img[align] {
  float:left;
  margin: 0 12px 12px 0;
}
#contents .topicsDetail p.description strong,
#contents .topicsDetail p.description2 strong {
font-weight: 600;
display: inline-block;
}
#contents .topicsDetail p.description strong + br,
#contents .topicsDetail p.description2 strong + br,
#contents .topicsDetail p.description strong + small + br ,
#contents .topicsDetail p.description2 strong + small + br {
content:"";
display: block;
margin-bottom: 0.4em;
}
#contents .topicsDetail p.description em,
#contents .topicsDetail p.description2 em{
font-style: normal;
color: #C00;
}
#contents .topicsDetail p.description b,
#contents .topicsDetail p.description2 b {
font-weight: 600;
}

@media screen and (max-width: 767px) {
.topicsDetail ul.spec {
margin: 0 0 1em 0;
}
  #contents .topicsDetail ul li{
    font-size: 1em;
  }
  #contents .topicsDetail p.description,
  #contents .topicsDetail p.description2 {
    font-size: 1em;
  padding:  0 0;
  }

  p.description img,
  p.description2 img{
    max-width: 100%;
    width: inherit;
  }
  p.description img[align="left"],
  p.description2 img[align="left"]{
    float:left;
    margin-right:12px;
    clear:left;
  }
  .topicsDetail ul.spec li.place {
    margin: 0 0 .5em;
  }
  .topicsDetail  table {
    display: block;
  }
  .topicsDetail  table tr {
    display: block;
  }
  .topicsDetail  table tr td {
    display: block;
    width: 100%;
    float:left;
  }
}

.accordion {
}
.blockTitle {
vertical-align: middle;
margin: 0;
box-sizing:border-box;
}
.accordion .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;
}
.group3.topicsColumn + .blockTitle {
margin: 2em auto;
}

.accordion .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;
}
#colBtn .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;
}

.accordion .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;
}
.accordion .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;
}
.accordion .blockTitle h2 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 260px;
height: 60px;
font-size: 16px;
color:#000;
background-color: rgba(79,45,63,1);
border-radius: 30px;
margin: 0 auto;
box-shadow: 0px 0px 10px -3px #777777;
color:#FFF;
position: relative;
}
#material.accordion .blockTitle h2 {
background-color: rgba(221,114,67,1);
}
#size.accordion .blockTitle h2 {
background-color: rgba(232,83,130,1);
}
.accordion .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_white_plus.png);
background-repeat: no-repeat;
background-position: center center;
}
.accordion .blockTitle.open h2::after {
background-image: url(/base/shinjuku/img/thumb_white_minus.png);
}
.accordion .blockTitle h2::before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: rgba(79,45,63,1) transparent transparent transparent;
position: absolute;
bottom: -9px;
left: calc(50% - 10px);
}
#material.accordion .blockTitle h2::before {
border-color: rgba(221,114,67,1) transparent transparent transparent;
}
#size.accordion .blockTitle h2::before {
border-color: rgba(232,83,130,1) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .blockTitle {
  padding: 12px 0;

  }
  .accordion .blockTitle {
  padding: 12px 0;
  }
  .blockTitle img {
    width: auto; 
    max-width: 100%;
  }
  .accordion .blockTitle h2 {
  padding: 0 ;
  width: 42.5vw;
  height: 10vw ;
  border-radius: 5vw
  }
  .accordion .blockTitle h2 a {
  }

  .accordion .blockTitle h2 img {
    max-width: calc(100% - 36px);
  }
  .accordion .blockTitle h2::after {
    background-size: contain;
    margin-left: 8px;
  }
  .accordion .blockTitle.open h2::after {

  }
}

.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;
}

.bnrVoteWrapp {
padding: 0;
width: 100%;
max-width: 750px;
margin: 0 auto;
}
#contents .bnrVoteWrapp li {
width: 100%;
box-sizing: border-box;
margin-bottom: 2em;
text-align: center;
}
#contents .bnrVoteWrapp li a{
color:#4f3933;
}
#contents .bnrVoteWrapp li:last-child {
margin-bottom: 0;
}
#contents .bnrVoteWrapp li img {
width: 100%;
height: auto;
box-sizing: border-box;
border: 1px solid #FFF;
}
.bnrOnlineText {
display: inline-block;
text-align: center;
}
.bnrOnlineText:after {
content:url(/base/shinjuku/img/bimi210907_arrow_brown.png);
display: block;
margin: 0.5em auto;
}

@media screen and (max-width: 767px) {
}
/* 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;
    }
}

.tab-contents{
display: none;
transition: all 0.25s ease-in-out 0.1s;
}
.is-contents-active{
  display: block;
}

.logo__wrapper {
margin: 4em 0 ;
padding: 4em 0 4em 0;
background-color: rgba(255,255,255,0.5);
}

#contents .logo__wrapper p.contentCopy {
margin-bottom: 2em;
}
.logo__inner {
background-color: #FFF;
padding: 2.5em 4em;
border-radius: 0.5em;
width: 100%;
max-width: 980px;
margin: 0 auto;
overflow: hidden;
}
.logo {
display: flex;
gap: 4em;
flex-wrap: wrap;
}
.logo li {
width: calc((100% - 12em) / 4);
}
.logo li img {
object-fit: contain;
width: 100%;
height: 100%;
}

.contentWrapp .logo__wrapper h3 {
width: fit-content;
margin: 0 auto 2em auto;
position: relative;
}
.contentWrapp .logo__wrapper h3:before {
content: "";
width: 4em;
height: 0;
border-bottom: 1px dotted rgba(58, 29, 7, 1);
position: absolute;
top: 55%;
left: -4.5em;
}
.contentWrapp .logo__wrapper h3:after {
content: "";
width: 4em;
height: 0;
border-bottom: 1px dotted rgba(58, 29, 7, 1);
position: absolute;
top: 55%;
right: -4.5em;
}
.contentWrapp .logo__wrapper .logo + h3 {
margin-top: 4em;
}

@media screen and (max-width: 767px) {
.logo__wrapper {
margin: 5vw 0 ;
padding: 5vw;
}
#contents .logo__wrapper p.contentCopy {
margin-bottom: 5vw;
}
.logo__inner {
padding: 5vw;
border-radius: 2vw;
}
.logo {
gap: 4vw;
flex-wrap: wrap;
}
.logo li {
width: calc((100% - 4vw) / 2);
}
.contentWrapp .logo__wrapper .logo + h3 {
margin-top: 5vw;
}
}
