@charset "UTF-8";

@font-face {
  font-family: Futura;
  src: url("https://www.theory.co.jp/styling/20180604_new_heroine_vol4_mt/webfonts/FuturaTFP-Medium.eot") format("eot"),url(https://www.theory.co.jp/styling/20180604_new_heroine_vol4_mt/webfonts/FuturaTFP-Medium.woff) format("woff");
}

body {
  width: 100%;
}

._ffYu {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif!important;
}

._ffYu._bold{
  font-weight: bold!important;
}

@media screen and (min-width: 769px) {
  ._isSp {
    display: none;
  }
  ._isPc {
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  ._isSp {
    display: inherit;
  }
  ._isPc {
    display: none;
  }
}

#pomalo_container {
  width: 100% !important;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.l-content,
.thelook-visual{
  width: 100%;
  overflow: hidden!important;
}

body#topPage.noscroll {
  overflow-x: hidden;
  overflow-y: scroll !important;
  width: 100%;
}

#mainWrap.stylingPage .thelook-footer a {
  color: #000;
}


/*
The Look
*/

.page-thelook {}
.page-thelook .global-header {
    opacity: 0;
    /*transition: opacity 300ms;*/
}
.page-thelook .global-header.is-fixed {
    opacity: 1;
}

.thelook {
    line-height: 1.75;
    background-color: white;
    color: black;
}
.thelook * {
    font-family: inherit;
    font-size: inherit;
    word-wrap : break-word;
}
.thelook img {
    vertical-align: middle;
}
.thelook .post-footer-share {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 18px;
    line-height: 1.2;
}

.thelook-visual {
    min-height: 50vh;
}
.thelook-visual-image {
    margin-bottom: 28px;
    opacity: 0;
}
.thelook-visual-image > img {
    width: 100%;
    height: auto;
}
.thelook-visual-content {
    margin-bottom: 28px;
}
.thelook-visual-title {
    display: none;
    padding-left: 18px;
    padding-right: 18px;
    font-family: Futura;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
    font-size:40px;
}
.thelook-visual-title.-small {
    display: block;
}
.thelook-visual-title > span {
    display: block;
    opacity: 0;
}

.thelook-header {
    margin-bottom: 32px;
}
.thelook-header-inner {
    padding-left: 18px;
    padding-right: 18px;
}

.thelook-meta {
    margin-bottom: 16px;
    text-align: center;
    font-family: Futura;
    font-size: 13px;
}

.thelook-pubdate {}

.thelook-tagline {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.thelook-lead {
    font-size: 11px;
    text-align: left;
}
.thelook-lead * {
    margin-bottom: 1.25em;
}

.thelook-item {
    margin-bottom: 42px;
}
.thelook-item.-media {
    padding: 18px;
    background: black;
}
.thelook-item-inner {}
.thelook-item-image {
    margin-bottom: 18px;
}
.thelook-item-source {
    width: 100%;
}
.thelook-item-caption {
    margin-top: 6px;
    padding-left: 18px;
    padding-right: 18px;
    color: rgba(0,0,0,.5);
    font-size: 10px;
}
.thelook-item-caption a {
  color: #666;
  text-decoration: underline;
}
.thelook-item-caption a:hover {
  color: #7C7C7C;
  text-decoration: none;
}
.thelook-item-text {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
}
.thelook-item-text a {
    text-decoration: underline;
    color: inherit;
}
.thelook-item-text > * {
    margin-bottom: 2em;
}
.thelook-item-text > p > iframe{
    margin: 0 auto;
    display: block;
}
.thelook-item-text > *:last-child {
    margin-bottom: 0;
}
.wp-caption, /* WordPress Default Image caption class */
.thelook-item-figure {
    /*margin-left: auto;*/
    margin-right: auto;
    /*max-width: 240px;*/
    width: 100%;
}
.thelook-item-figure > img {
    width: 100%;
    height: auto;
}
.wp-caption-text, /* WordPress Default Image caption class */
.thelook-item-figcaption {
    margin-top: 6px;
    font-size: 11px;
}

.thelook-item-embed {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.thelook-item-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thelook-footer {
    padding-left: 18px;
    padding-right: 18px;
}
.thelook-footer-inner {
    border-top: 1px solid black;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*.thelook-tags {
    margin-bottom: 18px;
}*/
.thelook-tags-list {}
.thelook-tags-list > * {
    display: inline-block;
}
.thelook-tag { /* tag link */
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: black;
    color: white!important;
    text-decoration: none!important;
    font-size: 12px;
    font-weight: bold;
    transition: opacity 0.3s cubic-bezier(.18,.9,.66,.975);
}
.thelook-tag:hover {
    opacity: 0.7;
}

.thelook-credit {
    font-size: 11px;
}
.thelook-credit * {
    margin-bottom: 1.25em;
}
.thelook-credit a {
    text-decoration: underline;
    color: inherit;
}

@media screen and (min-width: 769px) {
    .page-thelook {}

    .thelook {}

    .thelook-visual {
        min-height: 100vh;
        margin-bottom: 56px;
    }
    .thelook-visual.-alt {}
    .thelook-visual.-alt .thelook-visual-content {
        left: 0;
        right: 50%;
    }
    .thelook-visual.-alt .thelook-visual-image {
        margin-left: auto;
    }
    .thelook-visual-image {
        margin-bottom: 0;
        width: 50%;
        height: auto;
        background: none !important;
    }
    .thelook-visual-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        width: 50%;
        height: 100vh;
    }
    .thelook-visual-title {
        display: block;
        padding-left: 56px;
        padding-right: 56px;
        text-align: left;
        font-size: 82px; /* fallback */
        font-size: 10vh;
        opacity: 0;
    }
    .thelook-visual-title.-small {
        display: none;
    }
    .thelook-visual-title .thelook-visual-sub {
      font-size: 45px; /* fallback */
      font-size: 5vh;
      margin-top: 15px;
    }
    .thelook-header {
        margin-bottom: 56px;
    }
    .thelook-header-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 736px;
        width: 64%;
    }

    .thelook-meta {
        font-size: 13px;
    }

    .thelook-pubdate {}

    .thelook-tagline {
        text-align: center;
        font-size: 16px;
    }

    .thelook-lead {
        font-size: 12px;
    }

    .thelook-item {
/*        margin-bottom: 112px;*/
        margin-bottom:60px;
    }
    .thelook-item:last-child {
        margin-bottom: 56px;
    }
    .thelook-item.-split .thelook-item-image {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .thelook-item.-split .thelook-item-text {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 56px;
        padding-right: 56px;
    }
    .thelook-item.-split.-top .thelook-item-text {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .thelook-item.-split.-middle .thelook-item-text {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .thelook-item.-split.-bottom .thelook-item-text {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .thelook-item.-split.-alt .thelook-item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .thelook-item.-full .thelook-item-inner {
        max-width: 100%;
    }
    .thelook-item.-full .thelook-item-image {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .thelook-item.-full .thelook-item-caption {
        max-width: 1028px;
    }
    .thelook-item.-landscape .thelook-item-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .thelook-item.-landscape .thelook-item-caption {
        padding-left: 0;
        padding-right: 0;
    }
    .thelook-item.-media {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: black;
    }
    .thelook-item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1054px;
        width: 100%;
    }
    .thelook-item-image {
        position: relative;
        margin-bottom: 0;
        width: 50%;
    }
    .thelook-item-source {}
    .thelook-item-caption {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1054px;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .thelook-item-text {
        max-width: 736px;
        font-size: 12px;
    }
    .videocss .thelook-item-text {
        /*max-width: 800px;*/
        max-width: 736px;
        font-size: 12px;
    }
    .videocss .videoBG{
        display: none;
        margin: 0 -500% 2em;
        padding: 0 500%;

    }
    .videocss .thelook-body preload{
        background-color: black;
    }
    .videocss .imageWrapper-fullwidth{
        margin: 0 auto;
    }
    .videocss .imageWrapper-fullwidth .videoBG iframe{
        margin-top: 50px;
    }
    .thelook-item-video {
        width: 75%;
    }

    .thelook-footer {}
    .thelook-footer-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-top: 28px;
        padding-bottom: 28px;
        max-width: 736px;
        width: 64%;
    }

    .thelook-tags {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 8px;
        max-width: 50%;
    }
    .thelook-tags-list {}

    .thelook-credit {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 8px;
        max-width: 50%;
    }

    .thelook .post-footer-share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 736px;
        width: 64%;
    }
    .thelook .post-footer-share-item {
        float: none; /* override */
        width: auto; /* override */
        padding-left: 26px;
        padding-right: 26px;
    }
    .thelook .post-footer-share-item:before,
    .thelook .post-footer-share-item:after {
        content: none; /* override */
    }
    .thelook .post-footer-share .button-sns {
        width: 188px;
    }
}

@media screen and (min-width: 769px) and (max-aspect-ratio: 16/9) {
    .thelook-visual-image {
        overflow: hidden;
    }
    .thelook-visual-image > img {
        width: auto;
        height: 100vh !important;
        max-width: none !important;
    }
}
/*div.wp-caption img{
    height: 100%;
    width: 100%;
}*/
strong , b {
    font-weight: bold;
}
.thelook img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.thelook img.alignleft {
    clear: both;
    float: none;
    margin-bottom: 2em;
}
.thelook img.alignright {
    float: right;
    margin-bottom: 2em;
}
.thelook-footer {
    clear: both;
}

.wp-caption.alignleft {
    float: left;
    clear: both;
}
.wp-caption.alignright {
    float: right;
    clear: both;
}

@media screen and (max-width: 768px) {
  .thelook-visual-title > span {
    font-size: 60px
  }
  
  .thelook-visual-title .thelook-visual-sub {
    font-size: 28px;
    margin-top: 20px;
  }


    .thelook-item-text > *:last-child{margin-bottom: 2em;}
    .thelook-item iframe {
        WIDTH: 100% !IMPORTANT;
    }
}
@media screen and (max-width: 480px) {
    .wp-caption {
        max-width: 100%;
    }
    .thelook-item img{
        width: 100%;
        height: auto;
    }
}

.thelook-visual-content.no-image {
    width: 100%;
    left: 0;
}
.thelook-visual-content.no-image h1#js-thelook-title {
    font-size: 80px;
    text-align: center;
}

.thelook .imageWrapper-fullwidth .videoBG iframe{
    margin-top: 80px;
    max-width: none;
   /* margin-left: 360px;*/
}

.thelook .imageWrapper-fullwidth .videoBG p.wp-caption-text {
    margin-top: -30px;
    padding-bottom: 28px;
    color: white;
    /*width: 1500px;*/
    text-align: center;
}



@media screen and (max-width: 1240px) {
    .thelook .imageWrapper-fullwidth .videoBG iframe{
    margin-left: 0px;
}

.thelook .imageWrapper-fullwidth .videoBG p.wp-caption-text {
    width: initial;
}


}
/** smart phone **/
@media screen and (max-width: 767px){
    .thelook .imageWrapper-fullwidth .videoBG iframe{
        margin-top: 0px;
    }
    .thelook .imageWrapper-fullwidth .videoBG p.wp-caption-text {
        padding-bottom: 0;
        padding-top: 0;
        height: 40px;
    }
}