/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

:root {
  --color1: rgba(242,248,250,1);

}

.container small {
font-size: 85%;
}
.nav-PC.show-PC,
.eigyo-PC.show-PC,
.eigyo_box02 {
  display:none;
}
@-moz-document url-prefix() {
  .nav-PC.show-PC + #contents ,
  .eigyo-PC.show-PC + #contents  {
    padding-top: 72px;;
  }
}

.cf:before,
.cf:after,
.description:before ,
.description:after {
  content: " ";
  display: table;
}
.cf:after,
.description:after {
  clear: both;
}
.cf,
.description {
  *zoom: 1;
}
.container {
}

.fadein {
  opacity: 0;
  transition: all 0.5s ease-in-out 0.1s; }
  @media print {
    .fadein {
      opacity: 1;
      transition: none; } }

.fadeinRate {
  opacity: 0;
  transition: all 2.0s ease-in-out 0.3s; }
  @media print {
    .fadein {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinT {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 0.5s ease-out 0.3s; }
  @media print {
    .fadeinT {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinL {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinL {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinB {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinB {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinR {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinR {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein.scrollin,
.fadeinRate.scrollin,
.fadeinT.scrollin,
.fadeinL.scrollin,
.fadeinB.scrollin,
.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0) scale(1); }


.contentWrapper {
width:100%;
text-align: center;
}
.contentWrapper#golf {
background-color: #dfdfdf;
}

.contentWrapper#mensbargain,
.contentWrapper#cmp {
background-color: var(--color1);
}

.contentWrapper#mensfashionweeks {
background-color: #cddadf;
}
.contentWrapper#golfsports {
padding: 2em 0;
background-color: #fdf3ed;
}

@media screen and (min-width: 768px) {
.contentWrapper {
padding: 6em 0;
}


}
.contentWrapper a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.contentWrapper a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}
.contentWrapper a.test {
  text-decoration: none;
color: inherit!important;
}
@media screen and (max-width:767px) {
.contentWrapper {
padding: 3vw;
}
.contentWrapper#golfsports {
padding: 3vw;
}
}

/* contents
=================================================================== */
/* ----- header ----- */

.contentHeader {
padding: 3em 0 3em;
position: relative;
outline: none;
border: none;
}
.contentHeader.mw {
background: rgb(0,77,122);
background: linear-gradient(90deg, rgba(0,77,122,1) 0%, rgba(3,130,189,1) 100%);
}
#contents p.header__kaiki {
width: 100%;
background-color:#333333;
text-align: center;
margin-bottom: 3em;
}
#contents p.header__kaiki img {
max-width: 1180px;
height: auto;
}
.header__logo {
width: 100%;
max-width: 800px;
margin: 0 auto 1.5em;
text-align: center;
box-sizing: border-box;
padding: 0;
text-align:center;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.contentHeader_navi {
display: flex;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
margin: 2em auto 0;
max-width: 780px;
}
#contents .contentHeader_navi li {
position: relative;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 600;
color: #000;
font-size: 1.8em;
line-height: 1.2;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
#contents .contentHeader_navi li a {
color: #000;
text-decoration: none;
display: flex;
align-items: center;
text-align: center;
flex-direction: column;
}
@media screen and (min-width: 768px) {
#contents .contentHeader_navi li a {
width: 200px;
}
}
#contents .contentHeader_navi li a img {
width: 100%;
height: auto;
}
#contents .contentHeader_navi li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background-image: url(/base/shinjuku/img/mensb230926_navi_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 0.65em;
}
.contentHeader_navi li:not(:last-child):after {
content: "";
display: block;
width: 1px;
height: 100%;
border-right: 1px rgba(0,0,0,0.5) solid;
position: absolute;
top: 0;
right: 0;
}

#contents p.header-copy {
margin: 1em auto ;
text-align :center;
max-width: 800px;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.375em;
line-height: 1.6;
color: #FFF;
}
#contents p.bodyCopy {
margin: 4em auto 2em;
width: 80%;
max-width: 746px;
}
#contents p.bodyCopy img {
width: 100%;
height: auto;
}
.header-navi {
display: flex;
gap: 3em;
justify-content: center;
}
.header-navi li a {
color: #000;
text-decoration: none;
display: flex;
gap: 0.25em;
align-items: center;
line-height: 1.2;
flex-direction: column;
}
.header-navi-icon {
width: 64px;
height: 64px;
margin: 0 auto;
}
.naviText {
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
text-align: center;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 0.85em;
font-weight: 400;
text-decoration: underline;
}
.naviText:after {
content: "";
display: block;
width: 17px;
height: 10px;
background-image: url(/base/shinjuku/img/mb23_btn_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.contentHeader_navi {
margin: 5vw auto 0;
max-width: 100%;
gap: 3vw;
padding: 0 3vw;
}
#contents .contentHeader_navi li {
font-size: 1em;
}
#contents .contentHeader_navi li a {
}
#contents .contentHeader_navi li a:after {
    margin-top: 2vw;
}
.contentHeader_navi li:not(:last-child):after {
display: none;
}

.header-navi {
gap: 1em;
}
#contents .header-navi li {
font-size: 0.5em;
}
.header-navi li a {
gap: 0.25em;
flex-direction: column;
text-align: center;
}
.naviText {
gap: 8px;
font-size: 0.65em;
}
.header-navi-icon {
width: 8vw;
height: 8vw;
}
}
.titleCategory {
margin: 0 auto 2em;
text-align: center;
width: 100%;
z-index: 1000;
position: relative;
}
.titleCategory img {
width: 100%;
height: auto;
}

#mensbargain .titleCategory {
max-width: 728px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto 3em;
gap:0.5em;
}
#easymade .titleCategory {
max-width: 1080px;
display: flex;
justify-content: center;
margin: 0 auto 2em;
}
.titleCategory__inner {
display: block;
}
.titleCategory__inner--image {
width: 30%;
}
.titleCategory__inner--text {
width: 70%;
}
.titleCategory__inner img {
width: 100%;
height: auto;
}


@media screen and (max-width: 767px) {
#easymade .titleCategory {
justify-content: center;
}
.titleCategory__inner--image {
width: 100%;
}
.titleCategory__inner--text {
width: 100%;
}

#easymade .titleCategory img:nth-child(3) {
width: 80%;
}
#easymade .titleCategory img {
margin: 0 auto;
}

}
@media print {
#easymade .titleCategory {
max-width: 980px;
display: flex;
justify-content: space-between;
gap: 20px;
margin: 0 auto 2em;
}
}
#mensfashionweeks .titleCategory {
display: flex;
margin: 0 auto 4em;
width: 100%;
max-width: 618px;
}
#mensfashionweeks .titleCategory img {
width: auto;
height: auto;
}
#golfsports .titleCategory {
display: block;
margin: 0 auto 3em;
width: 100%;
max-width: 850px;
}
#golfsports .titleCategory + h3 {
margin: 0 auto 2em;
}
#golfsports .titleCategory img {
width: 100%;
height: auto;
}

.easymadeKaiki {
width: 100%;
max-width: 617px;
margin: 0 auto 2em;
}
.easymadeKaiki img {
width: 100%;
height: auto;
}
.golfsportsCopy {
width: 100%;
max-width: 520px;
margin: 0 auto 2em;
}
.golfsportsCopy img {
width: 100%;
height: auto;
}

.titleEvent {
text-align: center;
display: inline-flex;
flex-direction: column;
margin: 0 auto 2em;
}
.contentInner + .titleEvent {
margin-top: 4em;
}
.titleEvent img {
margin-right: 0.5em;
width: auto;
height: auto;
}
.titleEventEn {
font-size: 2.2em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
color: rgba(0,77,122,1);
font-weight: 500;
line-height: 1.5;
border-bottom: 1px solid rgba(0,77,122,1);
padding: 0 3em;
}
.titleEventJp {
font-size: 1.1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
color: rgba(0,77,122,1);
font-weight: 500;
line-height: 1.5;
}
#contents p.presentNote {
font-size: 0.85em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
font-weight: 400;
line-height: 1.5;
margin: 0 auto 2em auto;
}
@media screen and (max-width: 767px) {
.titleEvent {
display: flex;
margin: 0 auto 1em;
}
.titleEventEn {
font-size: 1.4em;
line-height: 1.4;
padding: 0;
}
.titleEventJp {
font-size: 1em;
line-height: 1.4;
}
.titleEvent img {
max-width: 5vw;
}
#easymade .titleCategory {
flex-direction: column;
margin: 0 auto 1em;
}
#mensfashionweeks .titleCategory {
display: block;
max-width: 100%;
margin-bottom: 1em;
}
#mensfashionweeks .titleCategory img:nth-child(1) {
width: 80%;
}
#mensfashionweeks .titleCategory img:nth-child(2) {
margin-top: 0.5em;
width: 63.7%;
}

}

.golfBtn {
text-align: center;
margin-top: 4em;
}
.golfBtn a {
display: inline-flex;
padding: 0.5em 3em;
color: #00ae59;
border: 1px solid #00ae59;
border-radius: 3px;
position: relative;
font-size: 1.53em;
text-decoration: none;
}
.golfBtn a:after {
content: "";
width: 9px;
height: 22px;
display: block;
background-image: url(/base/shinjuku/img/gs23_arrow2.svg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
position: absolute;
right: 20px;
top: calc(50% - 11px);
}
@media screen and (max-width: 767px) {
.golfBtn a {
font-size: 0.85em;
padding: 0.5em 2em;
}
.golfBtn a:after {
width: 2.5vw;
height: 5vw;
right: 2.5vw;
top: calc(50% - 2.5vw);
}
}
@media print {
#easymade .titleCategory {
max-width: 920px;
}
#easymade .titleCategory img:nth-child(1) {
width: 234px;
}
#easymade .titleCategory img:nth-child(2) {
width: 380px;
}
#easymade .titleCategory img:nth-child(3) {
width: 299px;
}
}
/*  -------- */
#contents .itemDetail {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1em;
line-height: 1.5;
text-align: left;
position: relative;
}
.itemDetail img {
width: 100%;
height: auto;
border-radius: 0.5em;
}
.itemDetail.openingservice {
border: 1px solid #F00;
box-sizing: border-box;
height: 320px;
}
.openingservice__title {
background-color: #F00;
color: #FFF;
padding: 0.5em 0.5em;
font-weight: 500;
line-height: 1.2;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 800;
font-size: 1em;
box-sizing: border-box;
}
.openingservice__title strong{
font-size: 2.2em;
}
.openingservice .itemText {
padding: 0.75em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1em;
}
.easymadeCoupon {
max-width: 1080px;
margin: 0 auto 2em;
border: 1px solid #F00;
padding: 1.5em;
text-align: left;
}
.easymadeCouponTitle {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 800;
font-size: 1.6em;
color: #F00;
}
.easymadeCouponText {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1em;
}
.mbCont01 .itemDetail .itemImage,
.mbCont01 .itemDetail .itemText {
background-color: #FFF;
padding: 1.5em;
}
@media screen and (min-width: 768px) {
.mbCont01 .itemDetail {
display:flex;
gap: 20px;
width: 100%;
max-width: 1080px;
margin: 0 auto 2em;
text-align: left;
align-items: center;
justify-content: center;
}

.mbCont02,
.mbCont04 {
display:flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
width: 100%;
max-width: 1080px;
margin: 0 auto 2em;
text-align: left;
}
.mbCont02 .itemDetail {
width: calc((100% - 40px) / 3);
}
.mbCont02 .itemDetail:nth-child(n+4) {
/*width: calc((100% - 60px) / 4);*/
}
.mbCont02 .itemDetail.itemDetailWide {
width: calc((100% - 40px) / 3 * 2 + 20px);
box-sizing: border-box;
}
.itemDetailWideGroup {
display: flex;
gap: 20px;
}
.mbCont04 .itemDetail {
width: auto;
padding: 1em;
background-color: #FFF;
border-radius: 0.5em;
}
.mbCont03 .itemDetailWideGroup .itemDetail {
width: calc((100% - 20px) / 2);
}
.okaidoku {
background-color: rgba(255,255,255,0.3);
padding: 1em;
border: 1px solid #F00;
}
.mbBrands__wrapper {
width: 100%;
max-width: 1080px;
margin: 0 auto;
}
.mbBrands {
display: flex;
flex-wrap: wrap;
gap: 5px 20px;
padding: 20px;
background-color: #FFF;
justify-content: center;
align-items: center;
aspect-ratio: 1 / 1.11;
}
.mbBrands dt {
display: block;
width: 100%;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1em;
line-height: 1.5;
}
.mbBrands dd {
display: block;
text-align: center;
padding: 0 ;
}

.mbBrands dd img {
width: auto;
max-width: 270px;
height: auto;
max-height: 52px;
}
.mbCont03 {
display:flex;
gap: 30px 20px;
width: 100%;
max-width: 1080px;
margin: 0 auto 2em;
text-align: left;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
}
.mbCont03 .itemDetail {
width: calc((100% - 40px) / 3);
}
.mbCont03 .itemDetail.itemDetailWide {
width: calc(((100% - 40px) / 3) * 2 + 20px);
}
.mbCont03 .itemDetail .itemImage {
box-sizing: border-box;
}

#contents #easymade .itemDetail {
display:flex;
flex-wrap: wrap;
gap: 20px;
width: 100%;
max-width: 800px;
margin: 0 auto 2em;
text-align: left;
font-size: 1.2em;
}
#easymade .itemDetail .itemText {
width: calc(50% - 10px);
}
}
@media print  {
#contents #easymade .itemDetail {
display:flex;
flex-wrap: wrap;
gap: 20px;
width: 100%;
max-width: 80%;
margin: 0 auto 2em;
text-align: left;
font-size: 1.2em;
}
.mbCont01 .itemDetail {
display:flex;
gap: 20px;
width: 100%;
max-width: 1080px;
margin: 0 auto 2em;
text-align: left;
align-items: center;
justify-content: center;
}
.mbCont01 .itemDetail .itemImage,
.mbCont01 .itemDetail .itemText {
/*width: 550px;*/
}
.mbCont02,
.mbCont04 {
display:flex;
gap: 20px;
flex-wrap: wrap;
width: 100%;
max-width: 1080px;
margin: 0 auto 2em;
text-align: left;
}
.mbCont02 .itemDetail {
width: calc((100% - 40px) / 3);
}
.mbCont02 .itemDetail:nth-child(n+4) {
/*width: calc((100% - 60px) / 4);*/
}
.mbCont02 .itemDetail.itemDetailWide {
width: calc((100% - 40px) / 3 * 2 + 20px);
box-sizing: border-box;
}
.itemDetailWideGroup {
display: flex;
gap: 20px;
}
.mbCont04 .itemDetail {
width: auto;
}
.mbCont03 .itemDetailWideGroup .itemDetail {
width: calc((100% - 20px) / 2);
}
.okaidoku {
background-color: rgba(255,255,255,0.3);
padding: 1em;
border: 1px solid #F00;
}
.mbBrands__wrapper {
width: 100%;
max-width: 1080px;
margin: 0 auto;
}
.mbBrands {
display: flex;
flex-wrap: wrap;
gap: 5px 20px;
padding: 20px;
background-color: #FFF;
justify-content: center;
align-items: center;
aspect-ratio: 1 / 1.11;
}
.mbBrands dt {
display: block;
width: 100%;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1em;
line-height: 1.5;
}
.mbBrands dd {
display: block;
text-align: center;
padding: 0 ;
}

.mbBrands dd img {
width: auto;
max-width: 270px;
height: auto;
max-height: 52px;
}
.mbCont03 {
display:flex;
gap: 20px;
width: 100%;
max-width: 1080px;
margin: 0 auto 2em;
text-align: left;
flex-wrap: wrap;
align-items: flex-start;
}
.mbCont03 .itemDetail {
width: calc((100% - 40px) / 3);
}
.mbCont03 .itemDetail.itemDetailWide {
width: calc(((100% - 40px) / 3) * 2 + 20px);
}
.mbCont03 .itemDetail .itemImage {
box-sizing: border-box;
}

#contents #easymade .itemDetail {
display:flex;
flex-wrap: wrap;
gap: 20px;
width: 100%;
max-width: 800px;
margin: 0 auto 2em;
text-align: left;
font-size: 1.2em;
}
#easymade .itemDetail .itemText {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 767px) {
.mbCont02,
.mbCont04 {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 3vw;
margin-bottom: 6vw;
}
#contents .mbCont02 .itemDetail {
width: calc(50% - 1.5vw);
}
#contents .mbCont04 .itemDetail  {
width: 100%;
}
#contents .mbCont02 .itemDetail.itemDetailSpwide {
width: 100%;
}
.itemDetailWideGroup {
display: flex;
gap: 3vw;
}

#contents .mbCont02 .itemDetail.itemDetailSp1col {
width: 100%;
display: flex;
gap: 3vw;
}
#contents .mbCont02 .itemDetail.itemDetailSp1col .itemImage {
width: calc(50% - 1.5vw);
}
#contents .mbCont02 .itemDetail.itemDetailSp1col .itemText {
width: calc(50% - 1.5vw);
margin-top: 0;
}
.mbCont02 .itemDetail.itemDetailWide {
box-sizing: border-box;
}
.okaidoku {
background-color: rgba(255,255,255,0.3);
padding: 3vw;
}
#contents .mbCont02 .itemDetail:nth-child(odd):last-child {
width: 100%;
display: flex;
gap: 3vw;
align-items: center;
}
#contents .mbCont02 .itemDetail:nth-child(odd):last-child .itemImage {
max-width: 44vw;
}
#contents .mbCont02 .itemDetail:nth-child(odd):last-child .itemText {
max-width: calc(100% - 47vw);
}
#contents .mbCont02 .opening,
#contents .mbCont02 .opening .itemDetail {
width: 100%;
}
.mbBrands {
display: flex;
flex-wrap: wrap;
gap: 3vw;
padding: 3vw;
background-color: #FFF;
justify-content: center;
}
.mbBrands li {
width: calc(50% - 3vw);
text-align: center;
}
.mbBrands li:nth-last-of-type(-n+2) {
/*width: 70%;*/
}
.mbBrands li img {
width: auto;
height: auto;
max-width: 100%;
max-height: 10vw;
}
.mbCont03 {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 3vw;
margin-bottom: 6vw;
}
#contents .mbCont03 .itemDetail {
width: calc(50% - 1.5vw);
}
#contents .mbCont03 .itemDetail.itemDetailWide {
width: 100%;
}

#contents .mbCont03 .itemDetail.mbBrands{
width: 100%;
gap: 8vw;
}
.easymadeCoupon {
padding: 1em;
}
.easymadeCouponTitle {
font-size: 1.2em;
}
.easymadeCouponText {
font-size: 0.85em;
}
}
@media print  {
.mbCont01 .itemDetail {
display:flex;
gap: 20px;
width: 100%;
max-width: 920px;
margin: 0 auto 2em;
text-align: left;
}
.mbCont01 .itemDetail .itemImage,
.mbCont01 .itemDetail .itemText {
width: 550px;
}


.mbCont02 {
display:flex;
gap: 20px;
width: 100%;
max-width: 920px;
margin: 0 auto 2em;
text-align: left;
flex-wrap: wrap;
}
.mbCont02 .itemDetail,
.opening {
width: 215px;
}
.mbCont02 .opening .itemDetail {
width: 100%;
}
.mbCont02 + .titleCategory {
page-break-before: always;
}
.mbBrands {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 20px;
background-color: #FFF;
justify-content: center;
}
.mbBrands li {
width: 60px;
text-align: center;
}
.mbBrands li:nth-last-of-type(-n+2) {
width: 120px;
}
.mbBrands li img {
width: auto;
height: auto;
max-width: 100%;
max-height: 34px;
}
.mbCont03 {
display: block;
gap: 20px;
width: 100%;
max-width: 920px;
margin: 0 auto 2em;
text-align: left;
flex-wrap: wrap;
}
.mbCont03 .itemDetail,
.golfsportsBrand {
width: 290px;
display: inline-block;
margin: 0 10px 10px 0;
page-break-inside: avoid;
vertical-align: top;
}
#contents #easymade .itemDetail {
display:flex;
gap: 20px;
width: 100%;
max-width: 920px;
margin: 0 auto 2em;
text-align: left;
font-size: 1.2em;
}
#easymade .itemDetail .itemText {
width: 450px;
}
}

.itemDetail b,
.itemDetail strong {
font-size: 125%;
font-weight: 600;
}
.itemDetail em {
font-style: normal;
color: #F00;
display: inline-block;
}
.itemImage {
}
.itemText {
position: relative;
box-sizing: border-box;
}
.itemImage + .itemText {
margin-top: 0.8em;
}
div:not(#easymade) .itemText + .itemText {
/*margin-top: 1em;*/
}
.itemText__title {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.3em;
font-weight: normal;
display: block;
}
span.itemText__title {
font-size: 1.18em;
}
.mbCont01 .itemText__title {
font-size: 2em;
font-weight: 500;
margin-bottom: 0.5em;
}
.itemText__title a {
text-decoration: none;
color: inherit;
}
.itemText__title + .itemText__detail {
margin-top: 0.25em;
}
.itemText__detail {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.1em;
}
.itemText__detail a {
text-decoration: none;
color: inherit;
}

.itemText__kaijou {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.0em;
margin-top: 0.25em;
}
.itemText .sonota {
color: #F03;
}
.openingservice1 {
background-color: #F00;
padding: 0.25em 0.5em;
display: block;
color:#FFF;
margin-bottom: 0.5em;
}
.itemText .openingservice1:not(:first-child) {
margin-top: 1em;
}
.itemText .openingservice2 {
background-color: #F00;
padding: 0.5em;
display: block;
color:#FFF;
text-align: center;
}
.itemText .itemTextCopy {
font-size: 1.6em;
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-weight: 600;
display: inline-block;
margin-bottom: 0.5em;
color: #F00;
}
.cateTextCopy {
font-size: 2.3em;
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-weight: 600;
display: block;
width: fit-content;
margin: 0 auto 1em;
text-align: center;
line-height: 1.4;
}
.cateTextCopy small {
font-size: 80%;
}
@media screen and (max-width: 767px) {
.cateTextCopy {
font-size: 1.2em;
}
}
.itemText__wrapper {
display: flex;
gap: 1em;
flex-direction: column;
}
.itemText__inner {
}
@media screen and (max-width: 767px) {
.itemText__wrapper {
flex-direction: row;
}
}

/*   */
.footerNavi {
width: 100%;
max-width: 738px;
margin: 0 auto 80px;
display: flex;
justify-content: space-between;
}
#contents .footerNavi li {
width: 100%;
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.8em;
font-weight: 500;
-moz-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
background-color: rgb(245,220,218);
display: flex;
align-items: center;
justify-content: space-between;
}
#contents .footerNavi li a {
padding: 12px 18px 12px 1em;
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
color:#ad4961;
width: 100%;
}
#contents .footerNavi li a .footerNaviText {
width: 100%;
text-align: center;
}
.footerNavi li a:after {
display: block;
content:"";
background-size: contain;
width: 54px;
height: 54px;
background-image: url(/base/shinjuku/img/am_arrow01.png);
background-repeat: no-repeat;
}
@media print {
  #contents .itemDetail {
  font-size: 0.85em;
  line-height: 1.5;
  margin-bottom: 10px;
  }

}

@media screen and (max-width: 768px) {
  .contentHeader {
  padding: 5vw 0 5vw 0;
  }
  #contents p.header__kaiki {
  margin-bottom: 5vw;
  }
  .header__logo {
    padding: 5vw;
    margin: 0 auto 1em auto;
    overflow: hidden;
  }
  .header__logo img {
  }
  #contents p.header-copy {
  font-size: 0.85em;
  padding: 0 7vw;
  }

  .header-menu li {
  width: auto;
  margin: 0 5px;
  }
  #contents .itemDetail {
  font-size: 0.85em;
  margin-bottom: 1em;
  }
  #contents #easymade .itemDetail {
  width: 80%;
  margin: 0 auto 1em;
 }
  #contents .itemDetail {
 }
  #contents .itemDetail li {
  font-size: 0.85em;
  }

.footerNavi {
margin: 0 auto 3em;
}
#contents .footerNavi li {
font-size: 1.1em;
}
#contents .footerNavi li a {
padding: 6px 9px ;
}
.footerNavi li a:after {
width: 20px;
height: 20px;
}
#contents .mbCont03 .itemDetail.openingservice {
width: 100%;
box-sizing: border-box;
height: auto;
}
.itemText .openingservice1 {
width: 100%;
box-sizing: border-box;
}

}

/* ----- conent ----- */
.contentInner {
padding: 0;
width: 100%;
max-width: 1080px;
box-sizing:border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
}
@media print {
.contentInner {
max-width: 920px;
}
}
.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: 720px;
box-sizing: border-box;
margin: 0 auto 0 auto;
}
.accordion .content > h3 {
max-width: 720px;
margin: 0 auto 1em;
text-align: center;
}
.accordion .content > h3.bimi220325-02-01 {
background-color: #44af35;
}
.accordion .content > h3.bimi220325-02-02 {
background-color: #ee8000;
}
#contents .accordion .content > h3 + p {
text-align: center;

}
.accordion .content > h3:first-child {
margin-top: 60px;
}
@media screen and (min-width: 768px) {
.topicsColumn.group2 {
padding-top: 60px;
padding-bottom: 60px;
}
#col0 .topicsColumn.group2 {
padding-top: 0px;
}
.topicsColumn.group3 {
}

}

.group3 {
max-width: 1280px;
margin: 0 auto 0 auto;
}
.footerNotes {
  text-align: left;
  margin: 0 auto ;
  width: 100%;
  padding: 2em ;
}
.footerNotes ul {
  margin: 0 auto ;
max-width: 1080px;
}
.footerNotes ul li{
display: block;
}

@media screen and (max-width: 768px) {
  .contentInner {
  margin: 0 auto;

  }
  .content {
    padding: 0 ;
  }
  .group2 {
  }

  .footerNotes {
    padding: 12px;
  }
}

.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: 500;
  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;
}
.group3.topicsColumn {
display: flex;
flex-wrap: wrap;
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;
background-color: rgb(255,255,255,1);
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 3px dotted #DDD;
}
.group2 .topicsDetail:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;

}
.group3 .topicsDetail {
max-width: calc((100% - 40px) / 3);
padding: 0;
background-color: rgba(255,255,255,0.9);
}
@media print {
.group3 .topicsDetail {
max-width: 293px;
}
}
@media screen and (min-width:768px) {
.group3.brand .topicsDetail {
max-width: calc((100% - 60px) / 4);
}
}
.group3 .topicsDetail:only-child {
max-width: 100%;
margin-bottom: 20px;
}
.group3 .topicsDetail:only-child .topicsDetailPhoto {
display: flex;
}
.topicsDetailText {
box-sizing: border-box;
width: 100%;
}
.group1 .topicsDetailText {
box-sizing: border-box;
max-width: 300px;
padding: 1.5em;
background-color: rgba(245,235,211,1);
/*border: 3px double #FFF;*/
border-radius: 3px;
position: relative;
}
@media screen and (max-width: 767px) {
.group3 .topicsDetail:only-child {
margin-bottom: 3vw;
}
}

@media screen and (min-width: 768px) {
.group1 .topicsDetail:nth-child(odd) .topicsDetailText:after {
content:"";
position: absolute;
top: calc(50% - 30px);
left: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 20px 30px 0;
border-color: transparent rgba(245,235,211,1) transparent transparent;
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText:after {
content:"";
position: absolute;
top: calc(50% - 30px);
right: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 30px 20px;
border-color: transparent transparent transparent rgba(245,235,211,1);
}
}

.group2 .topicsDetailText {
padding: 1.5em 0;
}
.group3 .topicsDetailText {
box-sizing: border-box;
padding: 1.5em;
position: relative;
}
@media screen and (min-width: 768px) {
.group3.brand .topicsDetailText {
padding: 1em;
}
}
#golf .group3.event .topicsDetailText:after {
content: "ゴルフ・メゾン";
font-size: 1em;
line-height: 1;
padding: 0.25em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
color: #FFF;
background-color: rgba(0,174,89,0.9);
position: absolute;
top: -0.5em;
right: 0;
}
#sports .group3.event .topicsDetailText:after {
content: "スポーツ・メゾン";
font-size: 1em;
line-height: 1;
padding: 0.25em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
color: #FFF;
background-color: rgba(255,153,44,0.9);
position: absolute;
top: -0.5em;
right: 0;
}
.topicsDetailPhoto {
padding: 0px ;
width: 100%;
box-sizing: border-box;
width: 100%;
display: block;
position: relative;
}
.topicsDetailPhoto:empty {
display: none;
}
#contents p.limited {
position: absolute;
left: 0;
bottom:0 ;
display: flex;
}
.limited span {
display: flex;
justify-content: center;
align-items: center;
width: 3em;
height: 3em;
background-color: #F00;
color: #FFF;
text-align: center;
font-size: 0.85em;
line-height: 1.25;
}

.limited span.eatin {
background-color: #4b8619;
}
.limited span.debut {
background-color: #eb6ea5;
}
.limited span.reserve {
background-color: #7f4296;
}
.limited span.play {
background-color: #f18d00;
}
.limited span.new {
background-color: #e4007f;
}
.limited span.seiri {
background-color: #1d2088;
}
.group1 .topicsDetail:nth-child(even) {
  flex-direction: row-reverse;
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText {
}

.group3 .topicsDetailPhoto {

}

@media screen and (max-width: 767px) {

  .topicsColumn {
    margin: 0 auto ;
    transform: inherit;
  }
  .group3.topicsColumn {
    flex-derection: column;
    gap: 3vw;
  }
  .topicsDetail {
    display: block;
  }
  .topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
  }
  .group1 .topicsDetail {
    display: block;
   padding: 0 6vw;
  }


  .group1 .topicsDetailText {
    max-width: 100%;
  }

  .group1 .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group1 .topicsDetail:nth-child(even) .topicsDetailPhoto {
  }
  .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group2 .topicsDetailText {
    max-width: 100%;
    padding : 12px;
  }
  .group3 .topicsDetailText {
    max-width: 100%;
    padding : 4vw 2vw;
  }

  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 12px;
  }
  .group3 .topicsDetail {
  max-width: 100%;
  padding: 0;
  }
}

#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;
  }
}
#contents p.detailCopy {
font-size: 1.1em;
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-weight: 400;
margin-bottom: 0.8em;
}
.topicsDetail h4 {
font-size: 1.25em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: left;
color: rgba(0,77,122,1);
font-weight: 500;
line-height: 1.5;
margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
.brand .topicsDetail h4 {
font-size: 1em;
}
}
#contents .topicsDetail p.description + h4 {
margin-top: 2em;
}
.topicsDetail h4:not(:first-child) {
border-top: 1px dotted rgba(79,64,59,0.3);;
padding-top: 1em;
margin-top: 1em;
}
#contents .topicsDetail p.description + h4:not(:first-child) {
margin-top: 1em;
}
.topicsDetail h4 small {
  font-size: 1em;
color: #000;
font-family: "YakuHanJP", "M PLUS 1p";
display: inline-block;
}
.topicsDetail h4 a{
color: #e7336e;
}
#contents .topicsDetail p.description strong,
#contents .topicsDetail p.description2 strong {
font-weight: 500;
font-size: 110%;
}
.topicsDetail h4 font[style] {
  margin-right: 6px;
}
#contents .topicsDetail p.description .fll {
float: left;
margin: 0 0.5em 0.5em 0;
max-width: 40%;
}
#contents .topicsDetail p.description .flr {
float: right;
margin: 0 0 0.5em 0.5em;
max-width: 40%;
} 
@media screen and (max-width: 767px) {
  .topicsDetail h4 {
    font-size: 1em;
    line-height: 1.4;
  }
}

.topicsDetail ul.spec {
margin-bottom: 1em;
}

#contents .topicsDetail ul.spec li.date,
#contents .topicsDetail ul.spec li.place {
  margin: 0 0 0 0;
  letter-spacing: normal;
  font-size: 1em;
  color:#000;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
display: inline-block;
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
}
#contents .topicsDetail p.description,
#contents .topicsDetail p.description2 {
font-size: 1.1em;
line-height:1.6;
letter-spacing: normal;
color:#000;
padding: 0 0;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
}
@media print {
#contents .topicsDetail p.description,
#contents .topicsDetail p.description2 {
font-size: 0.92em;
line-height:1.5;
}
}
@media screen and (min-width: 768px) {
.topicsDetail h4 + p.description {
margin-top: 1em;
}
}

.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: 500;
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: 500;
}

@media screen and (max-width: 767px) {
  #contents .topicsDetail ul li{
    font-size: 13px;
  }
  #contents .topicsDetail p.description,
  #contents .topicsDetail p.description2 {
    font-size: 0.85em;
  }
  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 {
  margin: 0;
  box-sizing:border-box;
position: relative;
cursor:pointer;
}
.accordion .blockTitle {
-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 {
  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;
}
#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: ih
}
.accordion .blockTitle h2 {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 100%;
position: relative;
}



.accordion .blockTitle h2 img,
#col0.accordion .blockTitle h2 img {
width: auto;
max-width: 100%;
height: auto;
}
#col0.accordion .blockTitle h2 img {
margin: 0 auto;
}
.accordion .blockTitle h2::after {
position: absolute;
bottom: 10px;
left: calc(50% - 26px);
content: " ";
background-image: url(/base/shinjuku/img/bimi220325_arrow_white.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
display: block;
width: 52px;
height: 14px;
 box-sizing: border-box;
transform: scale(1, 1);
transition: all 0.2s;
}
.accordion .blockTitle h2.pink:after {
background-image: url(/base/shinjuku/img/bimi220325_arrow_pink.png);
}

.accordion .blockTitle.open h2::after {
transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .blockTitle {
  }
  
  .blockTitle img {
width: auto; 
max-width: 100%;
  }
  .accordion .blockTitle h2 img,
  #col0.accordion .blockTitle h2 img {
  }
  .accordion .blockTitle h2::after,
  #col0.accordion .blockTitle h2::after {
bottom: 2px;
left: calc(50% - 13px);
width: 26px;
height: 7px;

  }
#col0 .blockTitle {
}
#colBtn .blockTitle h2 {
padding: 0.5em;
font-size: 1.2em;
}

#col0.accordion .blockTitle h2 {
padding: 0.35em 0.5em 0.7em 0.5em;
font-size: 1.2em;
}

}

.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: 1px 5px;
line-height: 1;
text-decoration: none;
font-size: 0.85em;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 300px;
text-align: center;
margin: 4px auto 1em ;
  color:rgba(79,64,59,0.9);
  border: rgba(79,64,59,1) 1px solid;
  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: 15px;
  height: 15px;
  background-image: url("/base/shinjuku/img/gs23_plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing:border-box;
  margin-right: 4px;
  background-size: contain;
}
.readLess:before  {
  background-image: url("/base/shinjuku/img/gs23_minus.svg");
}
@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: 1em;
  height: 1em;
  margin-right: 4px;
}

}



@media print {
  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display:none;
  }
  #storeWrapper {
    margin: 0 auto;
    padding: 0 0;
  }
#contents .topicsDetail p.description {
height: auto!important;
}

.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;
}
.group2 {
margin-top: 2em;
}
.topicsDetail,
#contents li.list_item {
page-break-inside: avoid;
}
.group2 .topicsDetail {
}
.group3.topicsColumn {
display: block;
}
.group3 .topicsDetail {
display: inline-block;
vertical-align: top;
margin-right: 10px;
margin-bottom: 10px;
}
.group3 .topicsDetail:nth-child(3n) {
margin-right: 0;
}
#mensbargain .titleCategory {
}
}

.instaWrapper {
width: 100%;
max-width: 900px;
margin: 0 auto 0;
position: relative;
z-index: 10;
}
@media print {
.instaWrapper {
display:none;
}
}

.tcnInsta {
/*min-width: 30%;*/
text-align: left;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.5em;
border-radius: 6px;
background-color: #FFF;
}

.tcnInsta dl {
display: flex;
align-items: center;
justify-content: center;
}
.tcnInsta dl dt {
display: block;
margin: 0 12px 0 0 ; 
}
.tcnInsta dl dd {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.2em;
color:#000;
line-height: 1.3;
}
.tcnInsta a{
text-decoration: none;
color:#000;
}

@media (min-width: 768px) {
.tcnInsta {
position: absolute;
top: -2.5em;
right: 0;
border: 2px solid var(--color1);
border-radius: 1rem;
}
.tcnInsta dl dd {
font-size: 0.85em;
}
}
@media print  {
.tcnInsta {
position: absolute;
top: -4em;
right: 0;
}
}
@media screen and (max-width: 767px) {
.instaWrapper {
margin: 0 auto ;
padding: 1em 0;
text-align: center;
background-color: #FFFFFF;
border-top: 1px solid #dfdfdf;
}
.tcnInsta {
background-color: transparent;
}
.tcnInsta dl dd {
font-size: 1em;
}
.tcnInsta {
border: none;
padding: 0;
border-radius: 0;
}

}
@media (min-width: 768px) {
.instasvg {
width: 40px;
}
}

@media screen and (max-width: 767px) {
.instaWrapper {
width: 100%;
display: block;
}
.instasvg {
width: 20px;
}
}
.instalogo {
 fill: #000;
 width: 80px;
}


.contentTable {
width: 100%;
max-width: 1088px;
margin: 0 auto;
padding: 0 0;
min-height: 100vh;
}
.searchWrapper {
}
.search-boxWrapper {
position: relative;
z-index: 100;
}
.search-box {
display: flex;
justify-content: center;
gap: 8px;
margin: 0 auto 1em;
align-items: center;
}
.search-box li {
}
.search-box dt {
color: rgba(76,62,20,1);
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
font-weight: 400;
line-height: 1.2;
padding-right: 24px;
position: relative;
}
.search-box dt:after {
content:"";
width:0;
height:0;
border-style:solid;
border-width: 12px 0 12px 12px;
border-color: transparent transparent transparent rgba(76,62,20,0.5);
position: absolute;
top: calc(50% - 12px);
right: 2px;
}
.search-box dd {
color: rgba(76,62,20,1);
}
.search-box dd input[type="checkbox"] {
position: absolute;
visibility: hidden;
}
.search-box dd input[type="checkbox"] + label {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
min-width: 140px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
font-weight: 400;
border-radius: 25px;
color: rgba(76,62,20,1);
background-color: rgba(238,237,234,1);
line-height: 1;
}
.search-box dd input[type="checkbox"]:checked + label {
background-color: rgba(92,196,230,1);
color: rgba(255,255,255,1);
}
@media screen and (min-width:768px) {
.contentTable {
}
.search-boxWrapper {
}
}
@media screen and (max-width: 767px) {
.contentTable {
margin: 0 auto;
padding: 0;
}
.search-boxWrapper {
}
.search-box {
gap: 4px;
flex-wrap: wrap;
}
.search-box dt {
font-size: 0.9em;
line-height: 1.2;
padding-right: 24px;
position: relative;
width: 100vw;
text-align: center;
}
.search-box dt:after {
display: none;
}

.search-box dd input[type="checkbox"] + label {
height: auto;
min-width: auto;
font-size: 0.85em;
padding: 1em;
}

}

.search-box input[type="radio"] {
position: absolute;
visibility: hidden;

}
.search-box input[type="radio"] + label {
position: relative;
display: flex;
justify-content: center;
align-items :center;
height: 50px;
min-width: 160px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
font-weight: 400;
border-radius: 25px;
color: rgba(0,0,0,1);
background-color: rgba(238,237,234,1);
line-height: 1;
}

.search-box input[type="radio"]:checked + label {
color: white;
background-color: rgba(95,114,86,1);
color: rgba(255,255,255,1);
}
@media screen and (max-width:767px) {
.search-box input[type="radio"] + label{
border-radius: 0px ;
height: auto;
padding: 0.5em;
min-width: auto;
width: 20vw
font-size: 0.92em;
border-radius: 10px;
}

}


@keyframes show{
    0%{
        opacity: 0;
    }
    1%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hide{
    0%{
        opacity: 1;
    }
    1%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.c-radio {
display :none;
}
.btn {
display: flex;
justify-content: center;
margin: 2em auto 2em;
gap: 2em;
}
.btn label {
opacity: 0.5;
cursor: pointer;
}
.btn label.btn__multi span {
width: 22px;
height: 22px;
background-color: rgba(76,62,20,1);
display: block;
position: relative;
}
.btn label.btn__multi span:before {
content: "";
width: 100%;
height: 10px;
top: 6px;
left: 0;
border-top: 2px solid rgba(206,212,204,1);
border-bottom: 2px solid rgba(206,212,204,1);
position: absolute;
box-sizing: border-box;
}
.btn label.btn__multi span:after {
content: "";
width: 10px;
height: 100%;
left: 6px;
top: 0;
border-left: 2px solid rgba(206,212,204,1);
border-right: 2px solid rgba(206,212,204,1);
position: absolute;
box-sizing: border-box;
}
.btn label.btn__single span {
width: 22px;
height: 22px;
background-color: rgba(76,62,20,1);
display: block;
position: relative;
}
.btn label.btn__single span:after {
content: "";
width: 100%;
height: 10px;
top: 6px;
left: 0;
border-top: 2px solid rgba(206,212,204,1);
border-bottom: 2px solid rgba(206,212,204,1);
position: absolute;
box-sizing: border-box;
}

#multi:checked ~ .btn  label.btn__multi,
#single:checked ~ .btn  label.btn__single {
opacity: 1;
cursor: inherit;
pointer-events: none;
}
.list {
display: flex;
flex-wrap: wrap;
transition: opacity 0.5s ease-in 0.1s;
}

.list_item {
width: 100%;
display: flex;
visibility: visible;
height: auto;
border-radius: 12px;
overflow: hidden;
/*background-color: rgba(245,235,211,0.75);*/
background-color: #FFF;
margin: 4px;
opacity: 1;
transition: opacity 0.5s ease-in 0.1s;
}

#multi:checked ~ .list {
}
#multi:checked ~ .list .list_item  {
width: calc((100% - 24px) / 3);
display: block;
}
#multi:not(:checked) ~ .list .list_item  .pc-v {
display: contents;
}
#multi:not(:checked) ~ .list .list_item  .pc-v:after {
content: "　";
}
@media screen and (max-width: 767px) {
#multi:checked ~ .list .list_item  {
width: calc((100% - 16px) / 2);
}
#multi:checked ~ .list .list_item:last-child:nth-child(odd)  {
width: 100%;
}
.btn label.btn__multi span:before {
height: calc(50% + 1px);
top: 0;
border-top: none;
border-bottom: 2px solid rgba(206,212,204,1);
}
.btn label.btn__multi span:after {
width: calc(50% + 1px);
left: 0;
border-left: none;
border-right: 2px solid rgba(206,212,204,1);
}

}
#multi:checked  ~ .list .list_item.is-hide,
.is-hide {
transition: opacity 0.5s ease-in 0.1s;
opacity: 0;
line-height: 0;
pointer-events: none;
width: 0;
height: 0;
margin: 0;
padding: 0;
}
.list_item .col1 {
background-color: rgba(95,114,86,1);
color: #FFF;
flex-basis: 18%;
flex-grow: 0;
padding: 1em;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
.list_item .col1 span {
display: block;
font-size: 1em;
}
.list .list_item .col1 span.list_item--uriba {
font-size: 0.92em;
}
.list_item .col1 a {
color: inherit;
text-decoration: none;
}
#multi:checked  ~ .list .list_item .col1 span {
display: inline-block;
}
#multi:checked  ~ .list .list_item .col1 span.list_item--fllor {
margin-right: 0.5em;
}


.list_item .col1 p {
}
.list_item h3 {
color: rgba(76,62,20,1);
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-size: 1.4em;
font-weight: 700;
margin-bottom: 1em;
}
.list_item h3 .yoyaku {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 90%;
background-color: #C00;
color: #FFF;
display: inline-flex;
line-height: 1;
padding: 0.25em 0.5em;
border-radius: 4px;
margin-right: 0.5em;
}
.list_item h3 a.test{
text-decoration: none;
color: inherit;
}

.list_item .col2 {
flex-basis: 82%;
flex-grow: 1;
padding: 1em;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
.list_item .col2 a.test {
color: inherit;
text-decoration: none;
}
#contents .list_item p {
font-size: 1em;
}
#contents .list_item p b {
display: inline-block;
font-size: 108%;
}
.list_item p strong {
}
.list_item p b {
}
.list_item p em {
color: rgba(214,132,0,1);
font-style: normal;
}
.list_item p.gentei {
font-size: 0.85em;
color: #FFF;
background-color:#F00;
display: inline-block;
line-height: 1;
padding: 0.3em;
}

@media screen and (max-width: 767px) {
.search_item {
padding: 2px 4px;
font-size: 1em;
font-weight: 400;
margin: 0 4px 4px 4px;
border-radius: 5px;
}
.list_item {
flex-direction: column;
}
.list_item.is-hide {
display: none;
}

.list_item .col1 {
padding: 0.5em;
/*margin-right: 2px;*/
flex-basis: 25%;
}
.list_item .col1 span {
font-size: 0.85em;
}

.list_item .col2 {
padding: 0.5em;
}
#contents .list_item p {
font-size: 0.85em;
}

.list_item h3 {
font-size: 1em;
}

.list_item p {
font-size: 0.85em;
}
.list .list_item .col1 span.list_item--uriba {
font-size: 0.72em;
}
.list_item p.gentei {
font-size: 0.72em;
}

}

.btnMail {

}
.btnMail a {
display: block;
max-width: 400px;
margin: 0 auto;
background-color: rgba(92,196,230,1);
color: #FFF;
text-align: center;
padding: 1em 2em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
text-decoration: none;
position: relative;
}
.btnMail a:after {
content: "";
display: block;
width: 0.7em;
height: 100%;
background-image: url(/base/shinjuku/img/sm220315_arrow_white.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
position: absolute;
top: 0;
right: 1em;
}
@media screen and (min-width: 768px) {
a.telto {
pointer-events: none;
color: inherit;
text-decoration: none;
}
}
.ib {
display: inline-block;
}
a.lb {
display: block;
position: relative;
}

.lb:after {
content: "";
box-sizing: border-box;
display: block;
width: 20px;
height: 20px;
background-image: url(/base/shinjuku/img/zoombtn.svg);
background-repeat: no-repeat;
background-size: 90%;
background-position: center;
position: absolute;
z-index: 101;
bottom: 6px;
right: 6px;
}
.topicsDetailPhoto .lb:after {
left: 2px;
right: inherit;
}
@media print {
.lb:after {
display: none;
}
}
.footerBnr {
width: 100%;
max-width: 1080px;
margin: 4em auto 2em;
}
.footerBnr li + li {
margin-top: 1em;
}
.footerBnr img {
width: 100%;
height: auto;
}
.catesports .itemText:after {
content: "スポーツ";
font-size: 1em;
line-height: 1;
padding: 0.25em 0.5em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
color: #FFF;
background-color: rgba(255,153,44,0.9);
position: absolute;
top: -1.5em;
left: 0;
}
.categolf .itemText:after {
content: "ゴルフ";
font-size: 1em;
line-height: 1;
padding: 0.25em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
color: #FFF;
background-color: rgba(0,174,89,0.9);
position: absolute;
top: -1.5em;
left: 0;
}
.catehorse .itemText:after {
content: "乗馬";
font-size: 1em;
line-height: 1;
padding: 0.25em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
color: #FFF;
background-color: rgba(153,27,66,0.9);
position: absolute;
top: -1.5em;
left: 0;
}
.golfsportsBrand {
background-color: #fdf3ed;
}
.golfsportsBrand li img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.golfsportsBrand {
}
.catesports .itemText:after,
.categolf .itemText:after,
.catehorse .itemText:after {
font-size: 0.7em;
line-height: 1;
padding: 0.25em 0.5em;
}

}
#contents p.webyoyaku {
margin: 0 auto 2em;
}
.webyoyaku a {
margin: 0 auto;
display: block;
width: calc(100% - 20px);
max-width: 500px;
height: 60px;
line-height: 60px;
background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right 8px center #AA1F24;
background-size: 22px;
color: #FFF;
font-weight: bold;
text-align: center;
text-decoration: none;
}
@media print {
.golfsportsBrand {
max-width: 360px;
overflow: hidden;
}
}

#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px; 
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
color: rgba(0,0,0,1);
background-color: rgba(255,255,255,0.7);
width: 3.6em;
height: 3.6em;
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: 1em;
  height: 1em;
  border-top: solid 2px rgba(0,0,0,1);
  border-right: solid 2px rgba(0,0,0,1);
  position: absolute;
  left: 1.25em;
  top: 0.6em;
  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; 
} 
}

/* slider */
.slider {
  /*opacity: 0;
  transition: opacity 0.2s linear 0.5s;*/
}
.slider.slick-initialized{
  /*opacity: 1;*/
}
.slider li{
  width: 686px;
	margin: 0 ;
}
.slider li a img{
	width: 100%;
	opacity: 1;
	transition: all 0.2s;
}
.slider li a img:hover{
	opacity: 0.6;
}
.slider li img[usemap] {
    width: 100%;
    opacity: 1;
    transition: all 0.2s;
}



/* slick
--------------------------------------------------------- */
.slick-loading .slick-list {
	background: url(/base/departmentstore/common/img/loading.gif) center center no-repeat #FFF;
}
.slider .slick-prev,
.slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	box-sizing: border-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;

}

.slider  .slick-prev {
	left: -0.75rem;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: url(/base/departmentstore/common/img/main_slider_prev3.png);
	background-position: right 0.7rem center;
	background-repeat: no-repeat;
	background-color: rgba(160,160,160.8);

	z-index: 100;
}
.slider  .slick-next {
	right: -0.75rem;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: url(/base/departmentstore/common/img/main_slider_next3.png);
	background-position: left 0.7rem  center;
	background-repeat: no-repeat;
	background-color: rgba(160,160,160.8);

	z-index: 100;
}
@media screen and (max-width: 767px) {
.slider  .slick-prev {
	left: -0.75rem;
	top: 50%;
	width: 3rem;
	height: 3rem;
}
.slider  .slick-next {
	right: -0.75rem;
	top: 50%;
	width: 3rem;
	height: 3rem;
}

}
/* Dots */
.slick-dotted.slick-slider {
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:first-child:last-child {
display:none;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #000;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
@media screen and (max-width: 767px) {
.slick-dots li button:before {
    font-size: 6px;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

}
@media print {
  .slick-track {
    flex-direction: column !important;
  }
  .slick-list {
    overflow: visible !important;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: auto !important;
    height: auto !important;
    transform: none !important;
    overflow: visible !important;
  }
  .slick-track .slick-slide {
    display: block !important;
    overflow: visible !important;
  }
  .slick-arrow,
  .slick-dots,
  .slick-track .slick-cloned {
    display: none !important;
  }
}

.golfsports__brand {
display: flex;
gap: 10px;
justify-content: center;
width: 100%;
max-width: 850px;
margin: 0 auto 3em;
}
.golfsports__brand--detail {
width: 100%;

}
.golfsports__brand--detail img {
width: 100%;
height: auto;
mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
.golfsports__brand {
gap: 2vw;
}

}
.cd--table {
display: table
}
.cd--tr {
display: table-row;
}
.cd--td {
display: table-cell;
padding: 0.2em 0.5em;
font-size: 110%;
}
