/* ==========================================================
  Base Style
========================================================== */

#plsttokyo,
#plsttokyo .wrapper {
    background: url('../img/bg_content.jpg') repeat left top;
}

#plsttokyo .u-section {
    padding-right: 8vw;
    padding-left: 8vw;
    text-align: center;
}

#plsttokyo .u-section h1 {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.8em;
}

#plsttokyo .u-section p {
    line-height: 1.7em;
}

#plsttokyo .u-section.title p {
    line-height: 1.8em;
}

#plsttokyo .u-section ul.annotation {
    padding: 1rem;
    text-align: left;
    border: dotted #666;
    border-width: 1px 0;
}

#plsttokyo .u-section ul.annotation li {
    font-size: 0.65rem;
    padding-bottom: 0.5em;
}

#plsttokyo .title .pc {
    display: block !important;
}

#plsttokyo .title .sp {
    display: none !important;
}

#plsttokyo .lnkBtn {
    cursor: pointer;
}

#plsttokyo .lnkBtn a {
    display: block;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #1b1b1b;
    border-radius: 2px;
    padding: 0.7em;
}

#plsttokyo #novelty,
#plsttokyo #exclusive,
#plsttokyo #specialprice,
#plsttokyo #event,
#plsttokyo #other,
#plsttokyo #about,
#plsttokyo #companies {
    margin-top: 20vw;
}

#plsttokyo h2 {
    display: inline;
    position: relative;
    background: linear-gradient(90deg, #ffff66, #ffff66) no-repeat bottom left;
    background-size: 0 50%;
    transition: all 1s ease-in-out;
    font-weight: bold;
}

/* --------------------
  MAP
-------------------- */

#plsttokyo #map{
    margin-top: 5vw;
}

#map .mapImage {
    opacity: 0;
    background: #fff;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 2vw 8vw 8vw;
}

#plsttokyo #map p.location {
    margin: 2vw auto 0 auto;
    text-align: center;
    line-height: 1.4em;
}

#plsttokyo #map p.location a {
    width: 40vw;
    border: 1px solid #000;
    display: inline-block;
    background: url('../img/icon_map.png') no-repeat 25% 50%;
    background-size: 50px;
    overflow: hidden;
    padding: 1em 1em 1em 6em;
    font-size:1.2em
}





/* --------------------
  GROUP COMPANIES 230405
-------------------- */

#plsttokyo .companydetail .companyname {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1em;
    font-size: 0.85rem;
}

#plsttokyo #companies figure {
    /* opacity: 0; */
    background: #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.50);
    margin-bottom: 2vw;
}


#plsttokyo .companydetail figure a,
#plsttokyo .companydetail figure .wrap {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;

}

#plsttokyo .companydetail figure img {
    width: 100%;
    display:table-cell; 
    vertical-align: middle;
}

#plsttokyo .companydetail figure figcaption {
    width: 65%;
    display: table-cell;
    font-size: 0.85rem;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: left;
    padding: 5vw 4vw;
}
















/* --------------------
  NOVELTY
-------------------- */
#plsttokyo #novelty h3 {
    font-size: 1.3rem;
}

#plsttokyo #novelty .items {
    text-align: left;
}


#plsttokyo #novelty .items:nth-child(2) {
    text-align: right;
}

#plsttokyo #novelty .item01 {
    width: 70%;
}

#plsttokyo #novelty .item01sub {
    width: 40%;
    margin-top: -24vw;
    z-index: 9999;
}

#plsttokyo #novelty .item02 {
    width: 70%;
}

#plsttokyo #novelty .item03 {
    width: 70%;
    margin-top: -13vw;
}

#plsttokyo #novelty .item02sub {
    width: 40%;
    margin-top: -24vw;
    z-index: 9999;
}

/* --------------------
  Exclusive,Event common
-------------------- */

#plsttokyo .detail .sTit {
    margin: -6vw auto 3vw auto;
    width: 90%;
}

#plsttokyo .detail .read {
    line-height: 1.4em;
    font-size: 0.75rem;
}

#plsttokyo .detail .gender {
    display: block;
    width: 7em;
    margin-bottom: 0.5em;
    color: #fff;
    line-height: 1.6em;
    font-size: 0.65rem;
    text-align: center;
    background: #666;
}

#plsttokyo .detail .price {
    color: #bc262c;
    line-height: 1.6em;
    font-size: 1rem;
    font-weight: bold;
}

#plsttokyo .detail .annotation {
    line-height: 1.2em;
    font-size: 0.65rem;
    text-align: left;
}

#plsttokyo .detail figure a,
#plsttokyo .detail figure .wrap {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;

}

#plsttokyo .detail figure img {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#plsttokyo .detail figure figcaption {
    width: 65%;
    display: table-cell;
    font-size: 0.85rem;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: left;
    padding: 0 4vw;
}

/* --------------------
  SPECIAL PRICE,EXCLUSIVE
-------------------- */

#plsttokyo #specialprice figure,
#plsttokyo #exclusive figure {
    /* opacity: 0; */
    background: #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.50);
    margin-bottom: 2vw;
}

#plsttokyo #specialprice figure img,
#plsttokyo #exclusive figure img,
#plsttokyo #companies figure img {
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

#plsttokyo #specialprice figure .wrap,
#plsttokyo #specialprice figure a,
#plsttokyo #exclusive figure a,
#plsttokyo #companies figure a{
    border-spacing: 0;
}

/* --------------------
  EVENT
-------------------- */
#plsttokyo #event .instalive,
#plsttokyo #event .stylehint {
    opacity: 0;
    background: #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.50);
}

#plsttokyo #event .instalive h4,
#plsttokyo #event .stylehint h4 {
    width: 90%;
    margin: 4vw auto;
    font-size: 0.85rem;
}

#plsttokyo #event .instalive .date {
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    line-height: 3em;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    font-size: 0.95rem;
    color: #fff;
}

#plsttokyo #event .instalive .date:before {
    content: "";
    display: inline-block;
    background: url('../img/icon_onair.png') no-repeat 10% 50%;
    background-size: contain;
    width: 8vw;
    height: 8vw;
    vertical-align: middle;
    z-index: 9999;
    margin-right: 2vw;
}

#plsttokyo #event .instalive .dayofweek,
#plsttokyo #event .stylehint .dayofweek {
    font-size: 0.65rem;
}

#plsttokyo #event .instalive .liveDetail,
#plsttokyo #event .stylehint .liveDetail {
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    margin-bottom: 2vw;
}

#plsttokyo #event .instalive .liveDetail img {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    border: 4px solid #fff;
    margin-bottom: 4vw;
}

#plsttokyo #event .instalive .liveDetail span {
    width: 60%;
    display: table-cell;
    font-size: 0.85rem;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: left;
}

#plsttokyo #event .stylehint .date {
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    line-height: 3em;
    background-color: rgba(224, 164, 119, 0.70);
    font-size: 0.95rem;
    color: #fff;
}

#plsttokyo #event .stylehint .liveDetail img {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 4vw;
}

#plsttokyo #event .stylehint .liveDetail span {
    width: 60%;
    font-size: 0.85rem;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: left;
}

#plsttokyo #event .stylehint span.lnkBtn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 1em;
    border: 1px solid #666;
    text-align: center;
}

/* --------------------
  OTHER
-------------------- */
#plsttokyo #other {
    margin-top: 12vw;
}


/* --------------------
  ABOUT
-------------------- */
#plsttokyo #about {
    background: #b5b5b5;
}


/* ==========================================================
  Transition title
========================================================== */

/* --------------------
  Cube
-------------------- */

@keyframes rotate-anim {
    0% {
        transform: rotateX(0) rotateY(0);
    }

    100% {
        transform: rotateX(-360deg) rotateY(360deg);
    }
}

.cube {
    position: relative;
    top: 14vw;
    transform-style: preserve-3d;
    width: 12vw;
    height: 12vw;
    transform: rotateX(0deg) rotateY(0deg);
    animation: rotate-anim 16s linear infinite;
}

@keyframes opacityanim {
    0% {
        opacity: 0%;
    }

    20% {
        opacity: 0%;
    }

    40% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

.cube div {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0.3vw;
    border: 1px solid #2b2725;
    background: #231815;
    animation: opacityanim 16s ease 1;
}

.cube div:nth-child(1) {
    transform: translateZ(6vw);
}

.cube div:nth-child(2) {
    transform: rotateY(-90deg) translateZ(6vw);
}

.cube div:nth-child(3) {
    transform: rotateX(90deg) translateZ(6vw);
}

.cube div:nth-child(4) {
    transform: rotateX(-90deg) translateZ(6vw);
}

.cube div:nth-child(5) {
    transform: rotateY(90deg) translateZ(6vw);
}

.cube div:nth-child(6) {
    transform: rotateY(180deg) translateZ(6vw);
}


/* --------------------
  2023.03.10
-------------------- */

.animateBlock {
    margin-left: 16vw;
}

.animate {
    margin-bottom: 3vw;
}

.animate span {
    display: inline-block;
    height: 4vw;
    opacity: 0;
    transform: translate(-150px, 0) scale(.3);
    animation: revolveScale .90s forwards;
}

.animate span img {
    height: 100%;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}

.animate span:nth-of-type(15) {
    animation-delay: .7s;
}

@keyframes revolveScale {
    40% {
        transform: translate(50px, 0) scale(.7);
        opacity: 1;
    }

    80% {
        transform: translate(0) scale(2);
        opacity: 0;
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1;
    }
}


/* --------------------
  PLST TOKYO
-------------------- */

.scaleUpName span {
    display: inline-block;
    height: 11vw;
    padding-left: 0.5vw;
    opacity: 0;
    transform: translate(-150px, 0) scale(.3);
    -webkit-animation: scaleUpName 0.65s linear both;
    animation: scaleUpName 0.65s linear both;
}

.scaleUpName span.nmgn {
    padding-left: 0vw;
}

.scaleUpName span.spc {
    padding-left: 3vw;/*230405*/
}

.scaleUpName span img {
    height: 100%;
}

.scaleUpName span:nth-of-type(1) {
    animation-delay: 1.5s;
}

.scaleUpName span:nth-of-type(2) {
    animation-delay: 1.7s;
}

.scaleUpName span:nth-of-type(3) {
    animation-delay: 1.9s;
}

.scaleUpName span:nth-of-type(4) {
    animation-delay: 2.1s;
}

.scaleUpName span:nth-of-type(5) {
    animation-delay: 2.3s;
}

.scaleUpName span:nth-of-type(6) {
    animation-delay: 2.5s;
}

.scaleUpName span:nth-of-type(7) {
    animation-delay: 2.7s;
}

.scaleUpName span:nth-of-type(8) {
    animation-delay: 2.9s;
}

.scaleUpName span:nth-of-type(9) {
    animation-delay: 3.1s;
}

.scaleUpName span:nth-of-type(10) {
    animation-delay: 3.3s;
}


@keyframes scaleUpName {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(2) rotateZ(0deg);
        transform: scale(2) rotateZ(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) rotateZ(0deg);
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }
}

/* --------------------
  adress
-------------------- */

.address span {
    display: inline-block;
    margin-top: 2.5vw;
    width: 100%;
}

.address span img {
    width: 100%;
}

.address span {
    display: inline-block;
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: address 6s ease;
    animation: address 6s ease;
}

@keyframes address {
    0% {
        -webkit-transform: translateY(2vw);
        transform: translateY(2vw);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/* ==========================================================
  Transition Fade,Highlight
========================================================== */

#plsttokyo .highlight {
    background-size: 100% 50%;
}




/*___ delay ___*/

#specialprice figure:nth-child(2),
#exclusive #wholegarment figure:nth-child(2),
#exclusive #revival figure:nth-child(2),
#exclusive #limited figure:nth-child(2),
#plsttokyo #event .instalive:nth-child(2),
#companies #logolist figure:nth-child(2) {
    animation-delay: .3s;
}

#specialprice figure:nth-child(3),
#exclusive #wholegarment figure:nth-child(3),
#exclusive #revival figure:nth-child(3),
#exclusive #limited figure:nth-child(3),
#plsttokyo #event .instalive:nth-child(3),
#companies #logolist figure:nth-child(3) {
    animation-delay: .6s;
}

#specialprice figure:nth-child(4),
#exclusive #wholegarment figure:nth-child(4),
#exclusive #revival figure:nth-child(4),
#exclusive #limited figure:nth-child(4),
#companies #logolist figure:nth-child(4) {
    animation-delay: .9s;
}

#specialprice figure:nth-child(5),
#exclusive #wholegarment figure:nth-child(5),
#exclusive #revival figure:nth-child(5),
#exclusive #limited figure:nth-child(5),
#companies #logolist figure:nth-child(5) {
    animation-delay: 1.2s;
}

#specialprice figure:nth-child(6),
#exclusive #wholegarment figure:nth-child(6),
#exclusive #revival figure:nth-child(6),
#exclusive #limited figure:nth-child(6) {
    animation-delay: 1.5s;
}


@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================
  Mobile Style
========================================================== */

@media screen and (max-width: 520px) {
    /* inch for SP */

    #plsttokyo .title .pc {
        display: none !important;
    }

    #plsttokyo .title .sp {
        display: block !important;
    }

    #plsttokyo #map p.location a {
        width: 65%;
        background-size: 12%;
    }
 
   .logoimg{display: table-cell;vertical-align: middle;}
    #plsttokyo #companies figure a {height: 160px;}

    /* inch for SP */
}

/* ==========================================================
  Tablet Style
========================================================== */

@media screen and (max-width: 834px) and (min-width: 520px) {
    /* inch for max-width: 894px */

    #plsttokyo .itemSection {
        max-width: 834px;
        margin: 0 auto;
    }

    #plsttokyo .u-section {
        margin-right: 4vw;
        margin-left: 4vw;
        padding-right: 0;
        padding-left: 0;

    }

    #plsttokyo #map,
    #plsttokyo #novelty,
    #plsttokyo #exclusive,
    #plsttokyo #about,
    #plsttokyo #companies {
        margin-top: 8vw;
    }

    #plsttokyo #other {
        margin-top: 6vw;
    }

    #plsttokyo .title .sp {
        display: none !important;
    }

    #plsttokyo .title .pc {
        display: block !important;
    }

    #plsttokyo #map p.location a {
        width: 55%;
        background-size: 12%;
    }

    #plsttokyo .detail .sTit {
        margin: -4vw auto 1vw auto;
    }

    /* --------------------
  BASE
-------------------- */
    .scaleUpName span {
        height: 9.5vw;
    }


    #plsttokyo .u-section.title {
        margin-left: 14vw;
        margin-right: 14vw;
    }

    #plsttokyo .title .itemSection {
        max-width: 1280px;
    }

    #plsttokyo #map .itemSection {
        max-width: 750px;
    }

    #plsttokyo .u-section h1 {
        margin-left: 6vw;
        margin-right: 6vw;
        font-size: 1.2rem;
    }

    #plsttokyo h2 img {
        width: 60%;
    }

    #plsttokyo .main_inner {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    #plsttokyo .fr-breadcrumbs {
        max-width: 1260px;
    }

    #plsttokyo .u-section ul.annotation li {
        font-size: 0.85rem;
        line-height: 1.8em;
    }

    #plsttokyo .u-section p {
        font-size: 1.1rem;
    }

    #plsttokyo .u-section .lnkBtn {
        margin-left: 8vw;
        margin-right: 8vw;
    }

    #plsttokyo .detail .sTit {
        margin: -4vw auto 1vw auto;
    }

    #plsttokyo .detail .read {
        line-height: 1.6em;
        font-size: 0.95rem;
    }

    #plsttokyo .detail .annotation {
        line-height: 1.4em;
        font-size: 0.75rem;
    }

    /* WRAPPER WIDTH */
    #plsttokyo #novelty,
    #plsttokyo #exclusive,
    #plsttokyo #specialprice,
    #plsttokyo #event,
    #plsttokyo #about,
    #plsttokyo #companies {
        margin-top: 8vw;
    }

    #plsttokyo #wholegarment,
    #plsttokyo #revival,
    #plsttokyo #limited,
    #plsttokyo #logolist{
        margin-top: 8vw;
    }

    #plsttokyo .figWrap {
        width: 100%;
    }

    #plsttokyo .figWrap figure {
        display: inline-block;
        width: 48%;
    }

    /* --------------------
  MAP 230405
-------------------- */
    #plsttokyo #map{
        margin-top: 3vw;
    }


#plsttokyo #map p.location a {
    padding: 2em 1em 2em 6em;
}

    /* --------------------
  GROUP COMPANIES 230405
-------------------- */


#plsttokyo #logolist .figWrap figure {
    width: 32%;
    margin-right: 4px;
    min-height: 420px;
}

#plsttokyo #logolist figure figcaption
    {
        padding: 2vw;
    }

    #plsttokyo #logolist figure img,
    #plsttokyo #logolist figure figcaption {
        display: inline-block;
        vertical-align: top;
    }

    #plsttokyo #companies #logolist figure img {
        border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
    }



    /* --------------------
  NOVELTY
-------------------- */

    #plsttokyo #novelty .item03 {
        margin-top: -12vw;
    }

    
    #plsttokyo #novelty .item03 {
        width: 55%;
    }

    

    #plsttokyo .figWrap .novImg,
    #plsttokyo .figWrap .novCap {
        display: inline-block;
        width: 47%;
        vertical-align: top;
    }

    #plsttokyo .figWrap .novCap {
        margin-left: 2vw;
        text-align: left;
    }

    /* --------------------
  EXCLUSIVE
-------------------- */

    #plsttokyo #specialprice figure {
        margin: 2px 2px 0 0;
        width: 49%;
    }

    #plsttokyo #wholegarment .figWrap figure {
        width: 32%;
        margin-right: 4px;
    }

    #plsttokyo #revival figure,
    #plsttokyo #limited figure {
        margin: 2px 2px 0 0;
    }

    #plsttokyo #specialprice figure figcaption,
    #plsttokyo #wholegarment figure figcaption,
    #plsttokyo #revival figure figcaption,
    #plsttokyo #limited figure figcaption {
        padding: 2vw;
    }

    #plsttokyo #wholegarment figure img,
    #plsttokyo #wholegarment figure figcaption {
        display: inline-block;
        vertical-align: top;
    }

    #plsttokyo #exclusive #wholegarment figure img {
        border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
    }

    /* --------------------
  EVENT
-------------------- */
    #plsttokyo #event .figWrap .instalive {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        padding-bottom: 3vw;
    }

    #plsttokyo #event .instalive .date:before {
        width: 2vw;
        height: 3vw;
    }

    #plsttokyo #event .instalive h4,
    #plsttokyo #event .stylehint h4 {
        margin: 1vw auto;
        font-size: 1.2rem;
    }

    #plsttokyo #event .instalive .liveDetail,
    #plsttokyo #event .stylehint .liveDetail {
        margin-bottom: 0;
    }

    #plsttokyo #event .instalive .liveDetail span {
        vertical-align: top;
        display: block;
        width: 100%;
        line-height: 2em;
    }

    #plsttokyo #event .instalive .liveDetail img {
        display: block;
        margin-bottom: 2vw;
    }

    #plsttokyo #event .stylehint .liveDetail span {
        display: table-cell;
        width: 50%;
        line-height: 2em;
    }

    #plsttokyo #event .stylehint span.lnkBtn {
        display: block;
        width: 100%;
    }

    /* other */
    #plsttokyo #other {
        margin-top: 6vw;
    }


    /* inch for max-width: 894px */
}

/* ==========================================================
  PC Style
========================================================== */
@media screen and (min-width: 834px) {
    /* inch for PC */

    /* --------------------
  BASE
-------------------- */
    .scaleUpName span {
        height: 9.5vw;
        max-height: 120px;
    }

    #plsttokyo .itemSection {
        max-width: 960px;
        margin: 0 auto;
    }

    #plsttokyo .u-section {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    #plsttokyo .u-section.title {
        margin-left: 14vw;
        margin-right: 14vw;
    }

    #plsttokyo .title .itemSection {
        max-width: 1280px;
    }

    #plsttokyo #map .itemSection {
        max-width: 750px;
    }

    #plsttokyo .u-section h1 {
        margin-left: 6vw;
        margin-right: 6vw;
        font-size: 1.2rem;
    }

    #plsttokyo h2 img {
        width: 60%;
    }

    #plsttokyo .main_inner {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    #plsttokyo .fr-breadcrumbs {
        max-width: 1260px;
    }

    #plsttokyo .u-section ul.annotation li {
        font-size: 0.85rem;
        line-height: 1.8em;
    }

    #plsttokyo .u-section p {
        font-size: 1.1rem;
    }

    #plsttokyo .u-section .lnkBtn {
        margin-left: 8vw;
        margin-right: 8vw;
    }

    #plsttokyo .detail .sTit {
        margin: -4vw auto 1vw auto;
    }

    #plsttokyo .detail .read {
        line-height: 1.6em;
        font-size: 0.95rem;
    }

    #plsttokyo .detail .annotation {
        line-height: 1.4em;
        font-size: 0.75rem;
    }

    /* WRAPPER WIDTH */
    #plsttokyo #novelty,
    #plsttokyo #exclusive,
    #plsttokyo #specialprice,
    #plsttokyo #event,
    #plsttokyo #about,
    #plsttokyo #companies {
        margin-top: 8vw;
    }


    #plsttokyo #wholegarment,
    #plsttokyo #revival,
    #plsttokyo #limited {
        margin-top: 8vw;
    }

    #plsttokyo .figWrap {
        width: 100%;
    }

    #plsttokyo .figWrap figure {
        display: inline-block;
        width: 48%;
    }

    /* --------------------
  MAP 230405
-------------------- */
#plsetokyo #map{
    margin-top: 3vw;
}

#plsttokyo #map p.location a {
    width: 25%;
    padding: 1.2em 1em 1.2em 6em;

    
}


    /* --------------------
  GROUP COMPANIES 230405
-------------------- */
#plsttokyo #companies .figWrap figure {
    width: 32%;
    margin-right: 4px;
    min-height: 530px;
}


#plsttokyo #companies figure figcaption
 {
    padding: 2vw;
}

#plsttokyo #companies figure img,
#plsttokyo #companies figure figcaption {
    display: inline-block;
    vertical-align: top;
}

#plsttokyo #exclusive #companies figure img {
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}



    /* --------------------
  NOVELTY
-------------------- */

    #plsttokyo #novelty .item03 {
        margin-top: -12vw;
    }

    #plsttokyo #novelty .item03 {
        width: 55%;
    }



    #plsttokyo .figWrap .novImg,
    #plsttokyo .figWrap .novCap {
        display: inline-block;
        width: 47%;
        vertical-align: top;
    }

    #plsttokyo .figWrap .novCap {
        margin-left: 2vw;
        text-align: left;
    }

    /* --------------------
  EXCLUSIVE
-------------------- */

    #plsttokyo #specialprice figure {
        margin: 2px 2px 0 0;
        width: 49%;
    }

    #plsttokyo #wholegarment .figWrap figure {
        width: 32%;
        margin-right: 4px;
    }

    #plsttokyo #revival figure,
    #plsttokyo #limited figure {
        margin: 2px 2px 0 0;
    }

    #plsttokyo #specialprice figure figcaption,
    #plsttokyo #wholegarment figure figcaption,
    #plsttokyo #revival figure figcaption,
    #plsttokyo #limited figure figcaption {
        padding: 2vw;
    }

    #plsttokyo #wholegarment figure img,
    #plsttokyo #wholegarment figure figcaption {
        display: inline-block;
        vertical-align: top;
    }

    #plsttokyo #exclusive #wholegarment figure img {
        border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
    }

    /* --------------------
  EVENT
-------------------- */
    #plsttokyo #event .figWrap .instalive {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        padding-bottom: 3vw;
    }

    #plsttokyo #event .instalive .date:before {
        width: 2vw;
        height: 3vw;
    }

    #plsttokyo #event .instalive h4,
    #plsttokyo #event .stylehint h4 {
        margin: 1vw auto;
        font-size: 1.2rem;
    }

    #plsttokyo #event .instalive .liveDetail,
    #plsttokyo #event .stylehint .liveDetail {
        margin-bottom: 0;
    }

    #plsttokyo #event .instalive .liveDetail span {
        vertical-align: top;
        display: block;
        width: 100%;
        line-height: 2em;
    }

    #plsttokyo #event .instalive .liveDetail img {
        display: block;
        margin-bottom: 2vw;
    }

    #plsttokyo #event .stylehint .liveDetail span {
        display: table-cell;
        width: 50%;
        line-height: 2em;
    }

    #plsttokyo #event .stylehint span.lnkBtn {
        display: block;
        width: 100%;
    }

    #plsttokyo #event .sTit img {
        width: 60%;
    }

    /* other */
    #plsttokyo #other {
        margin-top: 6vw;
    }




    /* inch for PC */
}