@charset "UTF-8";
#pomalo_head h1, .pml_card p, #pomalo_modal .close .text, #pomalo_modal .slick li .txt h2, .pomalo_section_news h2 {
  font-family: "theory-web-tbeweb-tbe"; }

a {
  outline: none; }
  a:active, a:focus {
    outline: none; }

img {
  vertical-align: bottom; }

.sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp {
      display: inline !important; } }

.pc {
  display: inline !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.fix {
  overflow: hidden !important; }

#pomalo_container {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #pomalo_container {
      width: 100%; } }

.pomalo_section {
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 40px; }
  @media screen and (max-width: 768px) {
    .pomalo_section {
      padding: 0 20px 0; } }

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 40px 0; }
  @media screen and (max-width: 768px) {
    hr {
      margin: 20px 0; } }

.pml_btn {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: #000;
  color: #fff !important;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
  padding: .9em 2.6em; }
  .pml_btn:hover {
    opacity: 0.6; }

#pomalo_head {
  text-align: center;
  padding: 32px 0 2.9em 0;
  margin-bottom: 40px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #pomalo_head {
      margin: 0 3% 0; } }
  #pomalo_head h1 {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    font-weight: normal;
    margin: 0; }
    #pomalo_head h1 + p {
      color: #000;
      font-size: 14px; }
    @media screen and (max-width: 768px) {
      #pomalo_head h1 {
        font-size: 19px;
        line-height: 23px; }
        #pomalo_head h1 + p {
          font-size: 11px; } }
  #pomalo_head p {
    font-size: 12px;
    line-height: 1.7;
    margin: 1em 0 2.6em;
    color: #6e6e6e; }
    @media screen and (max-width: 768px) {
      #pomalo_head p {
        font-size: 11px;
        margin: 1em 0; } }

.price {
  margin: 1.6em 0 0 0; }
  .price a, .price span {
    color: #666; }
  .price a {
    box-sizing: border-box;
    display: block;
    text-decoration: underline;
    font-size: 12px;
    padding: 5px; }
    .price a:hover {
      text-decoration: none;
      color: #7C7C7C; }
  .price span {
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    padding: 5px;
    text-decoration: none; }

.pml_card {
  margin: 0 -4px 40px;
  padding: 0;
  list-style: none; }
  .pml_card p {
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    position: absolute;
    bottom: 10px;
    left: 14px;
    margin: 0;
    text-transform: uppercase;
    text-align: left; }
  .pml_card i {
    background: #000;
    display: block;
    position: absolute;
    content: ""; }
    .pml_card i.fs {
      height: 2px;
      width: 10px;
      bottom: 17px;
      right: 14px; }
    .pml_card i.ls {
      height: 10px;
      width: 2px;
      bottom: 13px;
      right: 18px; }
  .pml_card li {
    width: 25%;
    vertical-align: bottom;
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .pml_card li {
        width: 50%; } }
    .pml_card li:hover img {
      box-shadow: 0 0 10px #646464; }
    .pml_card li img {
      border: 1px solid #eee;
      width: 100%;
      height: auto;
      vertical-align: bottom;
      display: block;
      transition: all 0.4s ease; }

#pomalo_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(163, 163, 163, 0.94);
  z-index: 60000; }
  @media screen and (max-width: 768px) {
    #pomalo_modal {
      box-sizing: border-box;
      padding: 45px 0 0; } }
  #pomalo_modal .mask {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer; }
    #pomalo_modal .mask + .close {
      display: none; }
      @media screen and (max-width: 768px) {
        #pomalo_modal .mask + .close {
          display: block; } }
  #pomalo_modal .close {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
    height: 26px;
    width: 26px;
    z-index: 60010;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      #pomalo_modal .close {
        width: 100%;
        top: 0;
        right: 0;
        height: 49px;
        text-align: center;
        background: #fff;
        opacity: 1; } }
    #pomalo_modal .close:hover {
      opacity: 1; }
    #pomalo_modal .close .text {
      display: none;
      text-transform: uppercase;
      font-size: 22px;
      letter-spacing: 0.05em;
      line-height: 49px; }
      @media screen and (max-width: 768px) {
        #pomalo_modal .close .text {
          display: inline; } }
    #pomalo_modal .close img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 768px) {
        #pomalo_modal .close img {
          display: block;
          position: absolute;
          top: 64px;
          right: 16px;
          height: 28px;
          width: 28px; } }
  #pomalo_modal .slick {
    margin: 0;
    padding: 0;
    max-width: 869px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      #pomalo_modal .slick {
        transform: none;
        top: initial;
        margin: 0 auto;
        top: 11px;
        width: 96%; } }
    #pomalo_modal .slick li {
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #pomalo_modal .slick li {
          opacity: 0; }
          #pomalo_modal .slick li.active {
            opacity: 1; }
          #pomalo_modal .slick li div.slick-list.draggable {
            background: #fff; } }
      #pomalo_modal .slick li .inner {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
        background: #fff;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #pomalo_modal .slick li .inner {
            position: absolute;
            top: 0;
            left: 0;
            max-width: inherit;
            width: 100%;
            -moz-box-shadow: 0 0 10px #ccc;
            -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
            margin: 0 auto; } }
      #pomalo_modal .slick li .photo, #pomalo_modal .slick li .txt {
        float: left; }
      #pomalo_modal .slick li .photo {
        width: 45%; }
        @media screen and (max-width: 768px) {
          #pomalo_modal .slick li .photo {
            width: 100%;
            padding: 0 !important; } }
        #pomalo_modal .slick li .photo img {
          width: 100%;
          height: auto; }
      #pomalo_modal .slick li .txt {
        box-sizing: border-box;
        width: 55%;
        padding: 0 55px 0 0;
        text-align: center;
        background: #fff;
        padding-top: 8%;
        position: relative; }
        @media screen and (max-width: 768px) {
          #pomalo_modal .slick li .txt {
            padding: 0 !important; }
            #pomalo_modal .slick li .txt .in {
              box-sizing: border-box;
              padding: 70px 34px 0; }
            #pomalo_modal .slick li .txt .close {
              display: none !important; }
            #pomalo_modal .slick li .txt .pml_btn {
              display: none; }
            #pomalo_modal .slick li .txt .price span {
              display: block;
              padding: 2px;
              font-size: 10px; }
            #pomalo_modal .slick li .txt .price a {
              display: block;
              padding: 2px;
              font-size: 10px; } }
        @media screen and (max-width: 320px) {
          #pomalo_modal .slick li .txt .in {
            padding: 20px 34px 0; } }
        #pomalo_modal .slick li .txt h2 {
          font-size: 30px;
          font-weight: normal;
          text-transform: uppercase;
          line-height: 1.8;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 768px) {
            #pomalo_modal .slick li .txt h2 {
              display: none; } }
          #pomalo_modal .slick li .txt h2 + p {
            font-size: 14px;
            line-height: 1.4;
            text-align: center; }
            @media screen and (max-width: 768px) {
              #pomalo_modal .slick li .txt h2 + p {
                font-size: 12px;
                letter-spacing: -0.03em; } }
        #pomalo_modal .slick li .txt p {
          font-size: 12px;
          margin: 1.6em 0;
          line-height: 1.7;
          text-align: left; }
          @media screen and (max-width: 768px) {
            #pomalo_modal .slick li .txt p {
              text-align: justify;
              font-size: 10px; } }
        #pomalo_modal .slick li .txt .pml_btn {
          margin: 1.3em 0 .9em; }
  #pomalo_modal .slick-arrow {
    text-indent: -99999px;
    height: 50px;
    width: 42px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    z-index: 600;
    cursor: pointer;
    opacity: 0.3;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      #pomalo_modal .slick-arrow {
        width: 24px;
        padding: 0;
        opacity: 1; } }
    #pomalo_modal .slick-arrow:hover {
      opacity: 1; }
  #pomalo_modal .slick-prev {
    left: 3px;
    background-image: url(https://www.theory.co.jp/men/styling/201812w_vote_to_get/images/aprev.png);
    background-position: 45% center;
    background-size: 32px;
    background-repeat: no-repeat; }
  #pomalo_modal .slick-next {
    right: 11px;
    background-image: url(https://www.theory.co.jp/men/styling/201812w_vote_to_get/images/anext.png);
    background-position: 55% center;
    background-size: 32px;
    background-repeat: no-repeat; }
  #pomalo_modal .slick-disabled {
    display: none !important; }

@media screen and (max-width: 320px) {
  #pomalo_modal .slick {
    width: 96%; } }
.pomalo_section_news {
  padding: 40px;
  margin-bottom: 80px;
  padding-top: 80px; }
  .pomalo_section_news h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #000; }
  .pomalo_section_news h3 {
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    margin: 0; }
  .pomalo_section_news p {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    margin: 1em 0; }
  .pomalo_section_news small {
    display: block; }

@media screen and (max-width: 768px) {
  .pomalo_section_news {
    padding: 20px 0;
    margin: 30px 15px; }
    .pomalo_section_news h2 {
      text-align: center;
      margin-bottom: .3em;
      padding-bottom: .3em;
      border-bottom: 2px solid #000;
      font-size: 18px; }
    .pomalo_section_news h3 {
      padding: 0;
      border-bottom: none;
      text-align: center;
      color: #000;
      font-weight: 600;
      margin: 1em 0;
      line-height: 1.6;
      font-size: 12px; }
    .pomalo_section_news p {
      margin: 0.6em 0 1.2em;
      text-align: center;
      font-size: 11px; }
    .pomalo_section_news small {
      text-align: center;
      font-size: 10px; } }
.pml_btnslot {
  display: none; }

@media screen and (max-width: 768px) {
  .pml_btnslot {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 6000; } }
.pml_flodan_l {
  font-family: 'theory-web-ulweb-u','FOT-ロダン Pro M',sans-serif; }

.pml_flodan_m {
  font-family: 'theory-web-ulweb-ul','FOT-ロダン Pro M',sans-serif; }

.pml_flodan_b {
  font-family: 'theory-web-ulweb-ml','FOT-ロダン Pro DB',sans-serif; }

.pomalo_section_foot a,
.pomalo_section_foot span {
  font-family: 'theory-web-ulweb-ul','FOT-ロダン Pro L',sans-serif; }

.pomalo_b {
  display: inline;
  font-weight: 600; }

#pomalo_modal .slick li .txt .price a,
#pomalo_modal .slick li .txt .price span {
  font-family: 'theory-web-ulweb-ul','FOT-ロダン Pro L',sans-serif; }

.pml_btn {
  padding: .9em 2.6em !important; }

#pomalo_head h1,
.pml_card p,
#pomalo_modal .close .text,
#pomalo_modal .slick li .txt h2,
.pomalo_section_news h2 {
  font-family: 'theory-web-tbeweb-tbe' !important; }

/*# sourceMappingURL=uni.css.map */
