/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');

.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 {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *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(-10px, 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(10px, 0);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinR {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinList li,
.fadeinList dd  {
  opacity: 0;
  transform: translate(-10px, 0);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinList li,
    .fadeinList dd {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein.scrollin,
.fadeinRate.scrollin,
.fadeinT.scrollin,
.fadeinL.scrollin,
.fadeinB.scrollin,
.fadeinR.scrollin,
.fadeinList li.scrollin,
.fadeinList dd.scrollin {
  opacity: 1;
  transform: translate(0, 0) scale(1); }




.container {
background-color: #efeee8;
}
.contentHeader {
background-image: url(/base/shinjuku/img/size23_header_bg2.svg);
background-repeat: no-repeat;
padding: 3em 0 calc(3em + 90px);
}
@media screen {
.contentHeader {
background-size: cover;
background-attachment: fixed;
}
}
@media print {
.contentHeader {
background-size: 100%;
}
}
@media screen and (max-width: 767px) {
.contentHeader {
padding: 2.5vw;
background-image: url(/base/shinjuku/img/size23_header_bg.svg);
background-attachment: inherit;
}
}
.contentHeader__logo {
width: 100%;
max-width: 820px;
margin: 0 auto;
}
.contentHeader__logo img {
width: 100%;
height: auto;
}
.content__wrapper {
width: 100%;
padding-bottom: 6em;
}

.content__wrapper.col2 {
background-color: #e5dfe1;
padding-top: 6em;
}
.content__wrapper.col3 {
background-color: #efeee8;
padding: 2em 1em;
}
@media screen and (max-width: 767px) {
.content__wrapper {
padding: 5vw 2.5vw 10vw;
}
.content__wrapper.col2 {
padding-top: 10vw;
}
.content__wrapper.col3 {
padding: 5vw 2.5vw 10vw;
}
}
.content__wrapper:first-child {
}
.content__inner {
width: 100%;
max-width: 980px;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.content__wrapper.col1 .content__inner.yoursize {
margin-top: -90px;
}
}
.content__inner + .content__inner {
margin-top: 50px;
}
.content__title {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: calc(2em * 1.2);
font-weight: 400;
line-height: 1;
padding: 2px 0.75em;
color:#FFF;
display: inline-block;
position: relative;
left: -10px;
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.content__title {
font-size: calc(1.4em * 1.2);
font-weight: 400;
padding: 2px 0.75em;
display: inline-block;
left: -2.5vw;
margin-bottom: 2.5vw;
}
}
.yoursize .content__title {
background-color: #f08300;
}
.pearlsize .content__title {
background-color: #dd72a7;
}


.brand__wrapper {
position: relative;
background-color: rgba(255,255,255,0.8);
}
.brand__wrapper.size__wrapper {
background-color: rgba(255,255,255,1);
}
.yoursize .brand__wrapper.size__wrapper {
border: 2px #e09b3f solid;
}
.pearlsize .brand__wrapper.size__wrapper {
border: 2px #ea98c5 solid;
}
.brand__list {
display: flex;
flex-wrap: wrap;
gap: 24px;
position: relative;
padding: 40px 60px;
}
.brand__list.brand__group {
margin: 20px 30px;
padding: 20px 30px;
border: 1px solid rgba(224,155,63,0.4);
}
@media screen and (max-width: 767px) {
.brand__list {
padding: 2.5vw 2.5vw 2.5vw 2.5vw;
gap: 3.5vw 2.5vw;
}
dl.brand__list {
padding-top: 12.5vw ;
}
}
.brand__wrapper + .brand__wrapper {
margin-top: 4px;
}
@media screen and (max-width: 767px) {
.brand__wrapper + .brand__wrapper {
margin-top: 2.5vw;
}
}
.brand__list li,
.brand__list dd {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
display: block;
width: calc((100% - 48px) / 3);
line-height: 1.6;
position: relative;
}
@media screen and (max-width: 767px) {
.brand__list li,
.brand__list dd {
width: calc((100% - 2.5vw) / 2);
}
}
.floor__title {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 500;
font-size: calc(1.1em * 1.2);
color: #FFF;
display: inline-block;
line-height: 1.2;
padding: 0 0.5em;
}
.size__wrapper .floor__title {
font-size: calc(1.6em * 1.2);
}
@media screen and (max-width: 767px) {
.size__wrapper .floor__title {
font-size: calc(1em * 1.2);
width: 100%;
display: block;
}
}
.yoursize .floor__title {
background-color: #e09b3f;
}
.pearlsize .floor__title {
background-color: #ea98c5;
}

.brand__list:not(.brand__group) dt ,
.brand__wrapper:not(.size__wrapper) .floor__title {
position: absolute;
top: 0;
left: 0;
width: 49px;
height: 49px;
display: flex;
justify-content: center;
align-items: center;
color: #FFF;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 500;
font-size: calc(1.3em * 1.2);
}
@media screen and (max-width: 767px) {
.brand__list:not(.brand__group) dt ,
.brand__wrapper:not(.size__wrapper) .floor__title {
width: 10vw;
height: 10vw;
font-size: calc(0.85em * 1.2);
display: inline-flex;
position: static;
}
}
.yoursize .brand__list:not(.brand__group) dt,
.yoursize .brand__wrapper .floor__titl  {
background-color:#e09b3f;
}
.pearlsize .brand__list:not(.brand__group) dt,
.pearlsize .brand__wrapper .floor__titl {
background-color:#ea98c5;
}
.brand__list dt b,
.brand__list .floor__title b {
font-size: calc(1.6em * 1.2);
font-weight: 500;
}
@media screen and (max-width: 767px) {
.brand__list dt b,
.brand__list .floor__title b {
font-size: calc(1em * 1.2);
}
}
.brand__list.brand__group dt {
width: 100%;
margin-top: -3em;
}
.brand__list.brand__group dt span {
background-color: #FFF;
padding: 0 1em;
}
.brand--en {
display: inline-block;
font-size: calc(1.2em * 1.2);
font-weight: 700;
line-height: 1.4;
display: inline;
background: linear-gradient(transparent 80%, rgba(224,155,63,0.2) 20%);
}
.pearlsize .brand--en {
background: linear-gradient(transparent 80%, rgba(234,152,197,0.2) 20%);
}
.brand--jp {
display: block;
font-size: calc(1em * 1.2);
font-weight: 400;
line-height: 1.2;
}
@media screen and (max-width: 767px) {
.brand--en {
font-size: calc(0.85em * 1.2);
}
.brand--jp {
font-size: calc(0.65em * 1.2);
}
}
.debut {
position: absolute;
top: -0.85em;
left: 0;
line-height: 1;
display: table;
font-size: 80%;
font-weight: 400;
background-color: #C00;
color: #FFF;
padding: 0.1em 0.25em;
border-radius: 3px;
}
.shop__title {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: calc(1.6em * 1.2);
font-weight: 500;
text-align: center;
line-height: 1.6;
margin-top: 4em;
margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
.shop__title {
font-size: calc(1.2em * 1.2);
margin-top: 5vw;
margin-bottom: 2.5vw;
}
}

.footer__notes {
width: 100%;
max-width: 980px;
margin: 2em auto 0;
padding: 0 0;
}
.col3 .footer__notes {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.footer__notes li {
font-size: calc(0.86em * 1.2);
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
}
@media screen and (max-width: 767px) {
.footer__notes {
padding: 5vw;
}
}



.size__title {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: calc(2.4em * 1.2);
font-weight: 500;
text-align: center;
line-height: 1.6;
margin-top: 4em;
margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
.size__title {
font-size: 5vw;
margin-top: 5vw;
margin-bottom: 2.5vw;
}
}

#sizelist_wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

.size__btn {
display: flex;
width: 100%;
max-width: 600px;
margin: 0 auto 2em;
gap: 1em;
justify-content: center;
}
@media screen and (max-width: 767px) {
#sizelist_wrapper {
  width: 100%;
}
.size__btn {
display: flex;
max-width:100%;
margin: 0 auto 4vw;
gap: 2vw;
}
}

.size__btn li {
display: flex;
align-items: center;
}
.size__btn input {
position: absolute;
visibility: hidden;

}
.size__btn input + 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: calc(1em * 1.2);
font-weight: 400;
border-radius: 25px;
color: rgba(0,0,0,1);
background-color: rgba(255,255,255,1);
line-height: 1;
}
.size__btn input + label {
color: white;
background-color: rgba(51,153,204,1);
border: 2px solid rgba(51,153,204,1);
}


.size__btn .size__btn--large input+ label {
background-color: #f08300;
border: 2px solid #f08300;
}
.size__btn .size__btn--small input+ label {
background-color: #dd72a7;
border: 2px solid #dd72a7;
}
.size__btn input:checked:checked + label {
background-color: #FFF;
border: 2px solid rgba(51,153,204,1);
color: rgba(51,153,204,1);
}
.size__btn .size__btn--large input:checked + label {
background-color: #FFF;
border: 2px solid #f08300;
color: #f08300;
}
.size__btn .size__btn--small input:checked + label {
background-color: #FFF;
color: #dd72a7;
border: 2px solid #dd72a7;
}

.size__notes {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
margin: 1em auto 1em;
}

@media print {
.dataTable {
}
}

table.dataTable thead th {
text-align: left;
vertical-align: middle;
    font-feature-settings: "palt";
    font-family: "YakuHanJP", "M PLUS 1p";
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    font-feature-settings: "palt";
    font-family: "YakuHanJP", "M PLUS 1p";
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
    font-weight: 700;
}
@media screen and (max-width:767px) {
.size__btn input + label{
border-radius: 0px ;
height: auto;
padding: 0.5em;
min-width: auto;
width: 20vw;
font-size: 2.8vw;
border-radius: 10px;
}
}
@media print {
table.dataTable thead tr th + th {
  /*white-space: nowrap;*/
}
}

table.dataTable tbody tr {
    background-color: rgba(255,255,255,0.85);
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #dddaca;
}
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #c9c3ad;
}
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #d3cfc1;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th a,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td a,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th a,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td a {
text-decoration: none;
color: inherit;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
position: relative;
}
@media screen and (min-width: 768px) {
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td:not(:first-child):after {
position: absolute;
content: "";
display: block;
width: 1px;
height: 60%;
top: 20%;
left: -1px;
border-left: 2px dotted #efeee8;
}
}

@media print {
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
font-size: 72%;
}
table.display.dataTable {
width: 100%!important;
max-width: 980px;
}
table.dataTable thead th {
font-size: 72%;
width: auto!important;
}
table.dataTable thead th,
table.dataTable tbody td  {
width: 80px!important;
}
table.dataTable thead th + th,
table.dataTable tbody td + td {
width: 80px!important;
}
table.dataTable thead th + th + th,
table.dataTable tbody td + td + td {
width: 60px!important;
}
table.dataTable thead th + th + th + th,
table.dataTable tbody td + td + td + td {
width: 60px!important;
}
table.dataTable thead th + th + th + th + th,
table.dataTable tbody td + td + td + td + td {
width: 60px!important;
}
table.dataTable thead th + th + th + th + th + th,
table.dataTable tbody td + td + td + td + td + td {
width: 320px!important;
}
table.dataTable thead th + th + th + th + th + th + th,
table.dataTable tbody td + td + td + td + td + td + td {
width: 320px!important;
}
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: rgba(51,153,204,1);
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: rgba(51,153,204,0.5);
}

.td-size-thmb {
   display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 90%;
    border-radius: 25px;
    color: rgba(255,255,255,1);
    line-height: 1;
    padding: 0.2em 0.5em;
}
.td-size-thmb-large {
    background-color: #f08300;
}
.td-size-thmb-small {
    background-color: #dd72a7;
}
@media print {
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td:nth-child(5) {
white-space: nowrap;
}
}
.sizelist__btn {
width: 100%;
max-width: 820px;
margin: 2em auto 0;
text-align: center;
}
.sizelist__btn a {
display: inline-flex;
height: 4em;
border-radius: 2em;
padding-left: 2em;
padding-right: 2em;
align-items: center;
justify-content: center;
text-align: center;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: calc(1.4em * 1.2);
font-weight: 400;
text-align: center;
line-height: 1;
background-color: rgba(51,153,204,1);
color: #FFF;
backdrop-filter: blur(9px);
text-decoration: none;
}
@media screen and (max-width: 767px) {
.sizelist__btn {
margin: 5vw auto ;
text-align: center;
}
.sizelist__btn a {
font-size: calc(1.2em * 1.2);
}
}
@media screen and (max-width: 767px) {
table.dataTable thead .sorting {
    white-space: nowrap;
}
}
