/* Place any CSS overrides in this file. */

@charset "UTF-8";

    .main-content .container {
      margin: 0;
      overflow: hidden;
    }

    @media only screen and (min-width: 601px) {
      .main-content  .container {
        margin: 0 auto;
        width: 80%;
      }
    }
    @media only screen and (min-width: 1117px) {
      .main-content .container {
        width: 960px;
      }
    }
    @media only screen and (min-width: 1201px) {
      .main-content .container {
        width: 1160px;
      }
    }
    .row {
      margin-left: -10px;
      margin-right: -10px;
    }
    @media only screen and (max-width: 600px) {
      .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
      }
    }
    
    .row.narrow {
      margin-left: -5px;
      margin-right: -5px;
    }
    
    @media only screen and (min-width: 601px) {
      .row.wide {
        margin-left: -20px;
        margin-right: -20px;
      }
    }
    .section {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .section.no-pad {
      padding: 0;
    }
    .section.no-pad-bot {
      padding-bottom: 0;
    }
    .section.no-pad-top {
      padding-top: 0;
    }
    
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    @media only screen and (max-width: 600px) {
      .row .col {
        padding: 0 10px !important;
      }
    }
    .row.narrow .col {
      padding: 0 5px !important;
    }
    @media only screen and (min-width: 601px) {
      .row.wide .col {
        padding: 0 20px !important;
      }
    }
    .row .col {
      float: left;
      box-sizing: border-box;
      padding: 0 10px;
      min-height: 1px;
    }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative;
    }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
    .row .col.offset-s1 {
      margin-left: 8.33333%;
    }
    .row .col.pull-s1 {
      right: 8.33333%;
    }
    .row .col.push-s1 {
      left: 8.33333%;
    }
    .row .col.offset-s2 {
      margin-left: 16.66667%;
    }
    .row .col.pull-s2 {
      right: 16.66667%;
    }
    .row .col.push-s2 {
      left: 16.66667%;
    }
    .row .col.offset-s3 {
      margin-left: 25%;
    }
    .row .col.pull-s3 {
      right: 25%;
    }
    .row .col.push-s3 {
      left: 25%;
    }
    .row .col.offset-s4 {
      margin-left: 33.33333%;
    }
    .row .col.pull-s4 {
      right: 33.33333%;
    }
    .row .col.push-s4 {
      left: 33.33333%;
    }
    .row .col.offset-s5 {
      margin-left: 41.66667%;
    }
    .row .col.pull-s5 {
      right: 41.66667%;
    }
    .row .col.push-s5 {
      left: 41.66667%;
    }
    .row .col.offset-s6 {
      margin-left: 50%;
    }
    .row .col.pull-s6 {
      right: 50%;
    }
    .row .col.push-s6 {
      left: 50%;
    }
    .row .col.offset-s7 {
      margin-left: 58.33333%;
    }
    .row .col.pull-s7 {
      right: 58.33333%;
    }
    .row .col.push-s7 {
      left: 58.33333%;
    }
    .row .col.offset-s8 {
      margin-left: 66.66667%;
    }
    .row .col.pull-s8 {
      right: 66.66667%;
    }
    .row .col.push-s8 {
      left: 66.66667%;
    }
    .row .col.offset-s9 {
      margin-left: 75%;
    }
    .row .col.pull-s9 {
      right: 75%;
    }
    .row .col.push-s9 {
      left: 75%;
    }
    .row .col.offset-s10 {
      margin-left: 83.33333%;
    }
    .row .col.pull-s10 {
      right: 83.33333%;
    }
    .row .col.push-s10 {
      left: 83.33333%;
    }
    .row .col.offset-s11 {
      margin-left: 91.66667%;
    }
    .row .col.pull-s11 {
      right: 91.66667%;
    }
    .row .col.push-s11 {
      left: 91.66667%;
    }
    .row .col.offset-s12 {
      margin-left: 100%;
    }
    .row .col.pull-s12 {
      right: 100%;
    }
    .row .col.push-s12 {
      left: 100%;
    }
    @media only screen and (max-width: 320px) {
      .row .col.xs1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xs12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.offset-xs1 {
        margin-left: 8.33333%;
      }
      .row .col.pull-xs1 {
        right: 8.33333%;
      }
      .row .col.push-xs1 {
        left: 8.33333%;
      }
      .row .col.offset-xs2 {
        margin-left: 16.66667%;
      }
      .row .col.pull-xs2 {
        right: 16.66667%;
      }
      .row .col.push-xs2 {
        left: 16.66667%;
      }
      .row .col.offset-xs3 {
        margin-left: 25%;
      }
      .row .col.pull-xs3 {
        right: 25%;
      }
      .row .col.push-xs3 {
        left: 25%;
      }
      .row .col.offset-xs4 {
        margin-left: 33.33333%;
      }
      .row .col.pull-xs4 {
        right: 33.33333%;
      }
      .row .col.push-xs4 {
        left: 33.33333%;
      }
      .row .col.offset-xs5 {
        margin-left: 41.66667%;
      }
      .row .col.pull-xs5 {
        right: 41.66667%;
      }
      .row .col.push-xs5 {
        left: 41.66667%;
      }
      .row .col.offset-xs6 {
        margin-left: 50%;
      }
      .row .col.pull-xs6 {
        right: 50%;
      }
      .row .col.push-xs6 {
        left: 50%;
      }
      .row .col.offset-xs7 {
        margin-left: 58.33333%;
      }
      .row .col.pull-xs7 {
        right: 58.33333%;
      }
      .row .col.push-xs7 {
        left: 58.33333%;
      }
      .row .col.offset-xs8 {
        margin-left: 66.66667%;
      }
      .row .col.pull-xs8 {
        right: 66.66667%;
      }
      .row .col.push-xs8 {
        left: 66.66667%;
      }
      .row .col.offset-xs9 {
        margin-left: 75%;
      }
      .row .col.pull-xs9 {
        right: 75%;
      }
      .row .col.push-xs9 {
        left: 75%;
      }
      .row .col.offset-xs10 {
        margin-left: 83.33333%;
      }
      .row .col.pull-xs10 {
        right: 83.33333%;
      }
      .row .col.push-xs10 {
        left: 83.33333%;
      }
      .row .col.offset-xs11 {
        margin-left: 91.66667%;
      }
      .row .col.pull-xs11 {
        right: 91.66667%;
      }
      .row .col.push-xs11 {
        left: 91.66667%;
      }
      .row .col.offset-xs12 {
        margin-left: 100%;
      }
      .row .col.pull-xs12 {
        right: 100%;
      }
      .row .col.push-xs12 {
        left: 100%;
      }
    }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.offset-m1 {
        margin-left: 8.33333%;
      }
      .row .col.pull-m1 {
        right: 8.33333%;
      }
      .row .col.push-m1 {
        left: 8.33333%;
      }
      .row .col.offset-m2 {
        margin-left: 16.66667%;
      }
      .row .col.pull-m2 {
        right: 16.66667%;
      }
      .row .col.push-m2 {
        left: 16.66667%;
      }
      .row .col.offset-m3 {
        margin-left: 25%;
      }
      .row .col.pull-m3 {
        right: 25%;
      }
      .row .col.push-m3 {
        left: 25%;
      }
      .row .col.offset-m4 {
        margin-left: 33.33333%;
      }
      .row .col.pull-m4 {
        right: 33.33333%;
      }
      .row .col.push-m4 {
        left: 33.33333%;
      }
      .row .col.offset-m5 {
        margin-left: 41.66667%;
      }
      .row .col.pull-m5 {
        right: 41.66667%;
      }
      .row .col.push-m5 {
        left: 41.66667%;
      }
      .row .col.offset-m6 {
        margin-left: 50%;
      }
      .row .col.pull-m6 {
        right: 50%;
      }
      .row .col.push-m6 {
        left: 50%;
      }
      .row .col.offset-m7 {
        margin-left: 58.33333%;
      }
      .row .col.pull-m7 {
        right: 58.33333%;
      }
      .row .col.push-m7 {
        left: 58.33333%;
      }
      .row .col.offset-m8 {
        margin-left: 66.66667%;
      }
      .row .col.pull-m8 {
        right: 66.66667%;
      }
      .row .col.push-m8 {
        left: 66.66667%;
      }
      .row .col.offset-m9 {
        margin-left: 75%;
      }
      .row .col.pull-m9 {
        right: 75%;
      }
      .row .col.push-m9 {
        left: 75%;
      }
      .row .col.offset-m10 {
        margin-left: 83.33333%;
      }
      .row .col.pull-m10 {
        right: 83.33333%;
      }
      .row .col.push-m10 {
        left: 83.33333%;
      }
      .row .col.offset-m11 {
        margin-left: 91.66667%;
      }
      .row .col.pull-m11 {
        right: 91.66667%;
      }
      .row .col.push-m11 {
        left: 91.66667%;
      }
      .row .col.offset-m12 {
        margin-left: 100%;
      }
      .row .col.pull-m12 {
        right: 100%;
      }
      .row .col.push-m12 {
        left: 100%;
      }
    }
    @media only screen and (min-width: 1117px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.offset-l1 {
        margin-left: 8.33333%;
      }
      .row .col.pull-l1 {
        right: 8.33333%;
      }
      .row .col.push-l1 {
        left: 8.33333%;
      }
      .row .col.offset-l2 {
        margin-left: 16.66667%;
      }
      .row .col.pull-l2 {
        right: 16.66667%;
      }
      .row .col.push-l2 {
        left: 16.66667%;
      }
      .row .col.offset-l3 {
        margin-left: 25%;
      }
      .row .col.pull-l3 {
        right: 25%;
      }
      .row .col.push-l3 {
        left: 25%;
      }
      .row .col.offset-l4 {
        margin-left: 33.33333%;
      }
      .row .col.pull-l4 {
        right: 33.33333%;
      }
      .row .col.push-l4 {
        left: 33.33333%;
      }
      .row .col.offset-l5 {
        margin-left: 41.66667%;
      }
      .row .col.pull-l5 {
        right: 41.66667%;
      }
      .row .col.push-l5 {
        left: 41.66667%;
      }
      .row .col.offset-l6 {
        margin-left: 50%;
      }
      .row .col.pull-l6 {
        right: 50%;
      }
      .row .col.push-l6 {
        left: 50%;
      }
      .row .col.offset-l7 {
        margin-left: 58.33333%;
      }
      .row .col.pull-l7 {
        right: 58.33333%;
      }
      .row .col.push-l7 {
        left: 58.33333%;
      }
      .row .col.offset-l8 {
        margin-left: 66.66667%;
      }
      .row .col.pull-l8 {
        right: 66.66667%;
      }
      .row .col.push-l8 {
        left: 66.66667%;
      }
      .row .col.offset-l9 {
        margin-left: 75%;
      }
      .row .col.pull-l9 {
        right: 75%;
      }
      .row .col.push-l9 {
        left: 75%;
      }
      .row .col.offset-l10 {
        margin-left: 83.33333%;
      }
      .row .col.pull-l10 {
        right: 83.33333%;
      }
      .row .col.push-l10 {
        left: 83.33333%;
      }
      .row .col.offset-l11 {
        margin-left: 91.66667%;
      }
      .row .col.pull-l11 {
        right: 91.66667%;
      }
      .row .col.push-l11 {
        left: 91.66667%;
      }
      .row .col.offset-l12 {
        margin-left: 100%;
      }
      .row .col.pull-l12 {
        right: 100%;
      }
      .row .col.push-l12 {
        left: 100%;
      }
    }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
      }
      .row .col.offset-xl1 {
        margin-left: 8.33333%;
      }
      .row .col.pull-xl1 {
        right: 8.33333%;
      }
      .row .col.push-xl1 {
        left: 8.33333%;
      }
      .row .col.offset-xl2 {
        margin-left: 16.66667%;
      }
      .row .col.pull-xl2 {
        right: 16.66667%;
      }
      .row .col.push-xl2 {
        left: 16.66667%;
      }
      .row .col.offset-xl3 {
        margin-left: 25%;
      }
      .row .col.pull-xl3 {
        right: 25%;
      }
      .row .col.push-xl3 {
        left: 25%;
      }
      .row .col.offset-xl4 {
        margin-left: 33.33333%;
      }
      .row .col.pull-xl4 {
        right: 33.33333%;
      }
      .row .col.push-xl4 {
        left: 33.33333%;
      }
      .row .col.offset-xl5 {
        margin-left: 41.66667%;
      }
      .row .col.pull-xl5 {
        right: 41.66667%;
      }
      .row .col.push-xl5 {
        left: 41.66667%;
      }
      .row .col.offset-xl6 {
        margin-left: 50%;
      }
      .row .col.pull-xl6 {
        right: 50%;
      }
      .row .col.push-xl6 {
        left: 50%;
      }
      .row .col.offset-xl7 {
        margin-left: 58.33333%;
      }
      .row .col.pull-xl7 {
        right: 58.33333%;
      }
      .row .col.push-xl7 {
        left: 58.33333%;
      }
      .row .col.offset-xl8 {
        margin-left: 66.66667%;
      }
      .row .col.pull-xl8 {
        right: 66.66667%;
      }
      .row .col.push-xl8 {
        left: 66.66667%;
      }
      .row .col.offset-xl9 {
        margin-left: 75%;
      }
      .row .col.pull-xl9 {
        right: 75%;
      }
      .row .col.push-xl9 {
        left: 75%;
      }
      .row .col.offset-xl10 {
        margin-left: 83.33333%;
      }
      .row .col.pull-xl10 {
        right: 83.33333%;
      }
      .row .col.push-xl10 {
        left: 83.33333%;
      }
      .row .col.offset-xl11 {
        margin-left: 91.66667%;
      }
      .row .col.pull-xl11 {
        right: 91.66667%;
      }
      .row .col.push-xl11 {
        left: 91.66667%;
      }
      .row .col.offset-xl12 {
        margin-left: 100%;
      }
      .row .col.pull-xl12 {
        right: 100%;
      }
      .row .col.push-xl12 {
        left: 100%;
      }
    }
    .row.reverse {
        display: flex;
        flex-direction: row-reverse;
    }

/*Grid Flex*/
.flex {
  display: flex;
  flex-flow: column wrap;
  flex-direction: row;
  margin-bottom: 0 !important;
}
.flex.narrow > .col {
  margin-bottom: 10px;
}
.flex.wide > .col {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .flex.wide > .col {
    margin-bottom: 20px;
  }
}
.flex.center {
  text-align: left;
  justify-content: center;
}
.flex.center .center {
  text-align: center;
}
.flex > .col {
  float: none;
  text-align: left;
  display: inline-block;
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.flex .slave {
  overflow: hidden;
  min-height: 1em;
}
.flex .slave .inner {
  height: 0;
}


.row.reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.row.reverse > .col {
    flex-shrink: 0;
}


.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pt90 {padding-top: 90px !important;}
.pt100 {padding-top: 100px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}

.pl0 {padding-left: 0 !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}

.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}

.hide {
  display: none;
}


.row.reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.row.reverse > .col {
    flex-shrink: 0;
}

.center .text-center {
  text-align: center;
}

.rte.text-center {
  text-align: left !important;
}

/*proto add 20191023*/
/***all***/
/***pc***/
@media screen and (min-width: 769px) {
    .pr_pc-none {
        display: none !important;
    }
}
/***sp***/
@media screen and (max-width: 768px) {
    .pr_sp-none {
        display: none !important;
    }
}

/***header settings***/

/***top***/
/**about**/

/***pc***/
@media screen and (min-width: 769px) {
    .pr_fet-top-about-sect .homepage-featured-content-box-inner, .homepage-map-content-box-inner {
        padding: 60px;
    }
}

/**about end**/
/**jounal**/
/*pc-sp common*/
.pr_fet-top-journal-sect {
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.pr_fav-top-page .pr_fet-top-journal-sect:nth-of-type(2) {
    display: none;
}
.pr_fet-top-journal-ttl {
    display: block;
    max-width: 800px;
    margin: 0 auto 45px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #5E5E5E;
}
.pr_fet-top-jou-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.pr_fet-top-jou-first-box {
    margin-bottom: 4px;
}
.pr_fet-top-jou-second-box {
    margin: 0 -2px 0;
}
.pr_fet-top-jou-box img {
    display: block;
    width: 100%;
}
.pr_fet-top-jou-box a {
    position: relative;
    display: block;
}
.pr_fet-top-jou-box a:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(100%);
    height: 100%;
    background: rgba(255,255,255,0.1);
}
.pr_fet-top-jou-first-box a {
    width: 50%;
    margin-right: 2px;
}
.pr_fet-top-jou-second-box a {
    width: calc(100% / 3);
    padding: 0 2px;
}
.pr_fet-top-jou-first-box a:nth-of-type(2) {
    margin-left: 2px;
    margin-right: 0;
}
.pr_fet-top-jou-txt-box {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 0;
    max-width: 565px;
    width: 100%;
    padding: 0 30px;
}
.pr_fet-top-jou-tbox-ttl {
    margin: 0 0 4px;
    font-size: 20px;
    text-align: left;
    color: #fff;
}
.pr_fet-top-jou-tbox-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #fff;
}
/***pc***/
@media screen and (min-width: 1024px) {
    .pr_fet-top-journal-sect {
        padding: 30px 0 50px;
    }
    .pr_fet-top-jou-txt-box {
        bottom: 27px;
    }
    .pr_fet-top-jou-box a:hover::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.1);
    }
}
/***sp***/
@media screen and (max-width: 767px) {
    #sharing {display: none;}
    .announcement-bar div:nth-child(2) {
      margin-top: 0px !important;
    }
    .pr_fet-top-journal-sect {
    }
    .pr_fet-top-journal-ttl {
        padding: 0 30px;
        font-size: 28px;
    }
    .pr_fet-top-jou-box {
        display: block;
    }
    .pr_fet-top-jou-first-box {
        margin-bottom: 4px;
    }
    .pr_fet-top-jou-second-box {
        margin: 0;
    }
    .pr_fet-top-jou-box img {
        
    }
    .pr_fet-top-jou-box a {
        margin-bottom: 4px;
    }
    .pr_fet-top-jou-box a:hover::before {
        
    }
    .pr_fet-top-jou-first-box a {
        width: 100%;
        margin-right: 0;
    }
    .pr_fet-top-jou-second-box a {
        width: 100%;
        padding: 0;
    }
    .pr_fet-top-jou-first-box a:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }
    .pr_fet-top-jou-txt-box {
        padding: 0 25px;
    }
    .pr_fet-top-jou-tbox-ttl {
       
    }
    .pr_fet-top-jou-tbox-lead {
        
    }
}
/**jounal end**/
/**gallery**/

/***common***/
/* .pr_fet-top-gal-all-box {
    padding: 0 120px;
}
.pr_fet-top-gal-image-box {

}
.pr_fet-top-gal-image-box {
    margin-left: -60px;
}
.pr_fet-top-gal-image-box .grid__item {
    padding-left: 60px;
} */
/***pc***/
@media screen and (min-width: 768px) {
    .pr_fet-top-gallery-area {
        padding-bottom: 30px;
    }
    .pr_fet-top-gal-all-box {
        padding: 0 120px;
    }
    .pr_fet-top-gal-image-box {
    
    }
    .pr_fet-top-gal-image-box {
        margin-left: -60px;
    }
    .pr_fet-top-gal-image-box .grid__item {
        padding-left: 60px;
    }
}
/***sp***/
@media screen and (max-width: 767px) {
    .pr_fet-top-gal-all-box {
        padding: 0 20px;
    }
    .pr_fet-top-gal-image-box .grid__item:nth-of-type(n + 2) {
        margin-top: -2px;
    }
    .pr_fet-top-gal-image-box .image-bar--description p:empty {
        display: none !important;
    }
}

/**gallery end**/

/**Favorite and Paint**/

/***pc***/
@media screen and (min-width: 768px) {
    .pr_fet-top-common-image-parallax-block .homepage-sections-wrapper {
        padding: 0;
    }
    .pr_fet-top-common-image-parallax-block .parallax {
        max-height: 710px;
    }
}
/***sp***/
@media screen and (max-width: 767px) {
    .pr_fet-top-common-image-parallax-block .homepage-featured-content-wrapper,
    .pr_fet-top-common-image-parallax-block .homepage-map-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .pr_fet-top-image-parallax-area001 .homepage-featured-content-wrapper
    .pr_fet-top-image-parallax-area002 .homepage-featured-content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .pr_fet-top-common-image-parallax-block .homepage-indiv-section-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    /*image*/
    .pr_fet-top-image-parallax-area002 .feature-row__text--right .homepage-content--image, .map__text--right .homepage-map--image {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    /*txt*/
    .pr_fet-top-image-parallax-area002 .feature-row--no-overlapping .feature_row__image_wrapper {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}


/**Favorite and Paint end**/

/**information**/
.pr_fet-top-info-sect {}
/***pc***/
.pr_fet-top-if-ttl {
    font-size: 45px;
    color: #5E5E5E;
    text-align: center;
}
.pr_fet-top-if-list-box {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.pr_fet-top-if-list-all-link {
    position: absolute;
    top: 0;
    right: 32px;
    display: inline-block;
    font-size: 13px;
    color: #5E5E5E;
}
.pr_fet-top-if-list-all-arrow {
    padding-right: 20px;
}
.pr_fet-top-if-list-all-arrow::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
}
.pr_fet-top-if-link-list {
    margin: 0;
    list-style: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.pr_fet-top-if-link-list li {
    margin: 0;
}
.pr_fet-top-if-link-list li + li {
    border-top: 1px solid #ccc;
}
.pr_fet-top-if-link-list a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 0;
    padding-left: 20px;
    padding-right: 52px;
}
.pr_fet-top-if-link-list a.pr_fet-top-if-list-all-arrow:before {
    right: 32px;
}
.pr_fet-top-if-time {
    min-width: 110px;
    width: 12%;
    margin: 0;
    font-size:  16px;
    padding-right: 20px;
}
.pr_fet-top-if-link-tag {
    min-width: 190px;
    width: 13%;
    margin: 0;
    padding-right: 20px;
    font-size:  16px;
    color: #5E5E5E;
}
.pr_fet-top-if-link-ttl {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #5E5E5E;
}

/***pc***/
@media screen and (min-width: 768px) {
    .pr_fet-top-info-sect {
        padding: 110px 30px 0;
    }
}
/***sp***/
@media screen and (max-width: 767px) {
    .pr_fet-top-info-sect {
        padding: 50px 15px 50px;
    }
    .pr_fet-top-if-ttl {
        font-size: 28px;
    }
    .pr_fet-top-if-list-box {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .pr_fet-top-if-list-all-link {
        top: auto;
        bottom: 0;
        right: 12px;
    }
    .pr_fet-top-if-link-list a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 30px;
    }
    .pr_fet-top-if-link-list a.pr_fet-top-if-list-all-arrow:before {
        right: 12px;
    }
    .pr_fet-top-if-time,
    .pr_fet-top-if-link-tag,
    .pr_fet-top-if-link-ttl {
        font-size: 14px;
    }
    .pr_fet-top-if-time,
    .pr_fet-top-if-link-tag {
        margin-bottom: 10px;
    }
}
/**information end**/

/**instgram**/
/* .pr_fet-top-instgram {

}
.pr_fet-top-instgram .grid__item {
    width: calc( (100% - 180px) / 4);
    margin-right: 60px;
}
.pr_fet-top-instgram .grid__item:last-of-type {
    margin-right: 0;
} */
.pr_fav-link-center {
 text-align: center;
}
/*pc only*/
@media screen and (min-width: 768px) {
    .pr_fet-top-instgram {
        max-width: 1660px;
        padding: 60px 120px 0 !important;
        margin: 0 auto;
    }
    .pr_fet-top-instgram .grid--full {
        display: block;
        margin: 0;
    }
    .pr_fet-top-inst-list-item {
        width: 25%;
        padding: 0 30px;
    }
    .pr_fet-top-instgram .grid__item {
        padding: 50%;
    }
    .pr_fet-top-instgram .main-content {
        margin: 0 !important;
        padding: 0 !important;
    }
    .pr_fet-top-instgram .homepage-sections--title {
        margin-bottom: 45px !important;
        font-size: 45px;
        color: #5E5E5E;
    }
    .pr_fet-top-instgram .grid__item:last-of-type {
        margin-right: 0;
    }
    .pr_fet-top-instgram .homepage-instagram-link-btn-wrapper {
        margin-top: 45px !important;
    }
    .pr_fet-top-instgram .pr_fav-link-center a {
        margin-top: 40px;
    }
    /**access-token 調整あり**/
    .pr_fet-top-inst-access-token-block {
        /* display: none; */
    }
    .js-instgram-load-complete {
        display: block;
    }
    .pr_fet-top-instgram .pr_fet-top-inst-access-token-block .grid--full { 
        display: block;
        margin: 0;
    }
    .pr_fet-top-inst-access-token-block .grid__item a {
        width: 100%;
        height: 100%;
    }
    /**access torken 調整なし**/
    /* .pr_fet-top-inst-access-token-block {
        
    }
    .pr_fet-top-instgram .pr_fet-top-inst-access-token-block .grid--full {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 25%;
        margin: 0;
        padding: 0 30px;
    }
    .pr_fet-top-instgram .pr_fet-top-inst-access-token-block .grid__item {
        margin: 0 30px;
        padding: 50%;
    }
    .pr_fet-top-instgram .pr_fet-top-inst-access-token-block .grid__item:first-of-type {
        margin-left: 0;
    }
    .pr_fet-top-inst-access-token-block .grid__item a {
        width: 100%;
        height: 100%;
    } */
    /**new ajuster**/
    .pr_fet-top-instgram .grid__item {
        display: block;
        width: calc(25% - 45px) !important;
        margin-bottom: 60px !important;
        margin-right: 60px !important;
        padding: 0 !important;
        padding-bottom: calc(25% - 45px) !important;
    }
    .pr_fet-top-instgram .grid__item:last-of-type {
        margin-right: 0 !important;
    }
}
/*pc adjuster*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pr_fet-top-instgram .pr_fet-top-inst-access-token-block .grid--full {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {

}
/**instgram end**/
/***top end***/

/**instgram settings**/
@media screen and (min-width: 768px) {
    /* .shopify-section-footer-instagram {
        max-width: 1660px !important;
        margin: 0 auto !important;
        padding: 0 120px !important;
    } */
}
/**instgram settings**/

/***20191125 repair***/

/**about**/
@media screen and (max-width: 767px) {
    .pr_fet-top-about-sect .feature-row--no-overlapping .homepage-featured-content-wrapper {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1432px) {
    .pr_fet-top-about-sect .homepage-featured-content-box-inner,
    .pr_fet-top-about-sect .homepage-map-content-box-inner {
        padding: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
    .pr_fet-top-about-sect .homepage-featured-content-box-inner .homepage-sections--title p {
        font-size: 2.5vw !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
    .pr_fet-top-about-sect .homepage-featured-content-box-inner .homepage-sections--title p {
        font-size: 2.3vw !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1010px) {
    .pr_fet-top-about-sect .homepage-featured-content-box-inner .homepage-sections--title {
        margin-bottom: 7px;
    }
    .pr_fet-top-about-sect .homepage-featured-content-box-inner .featured-row__subtext {
        margin-bottom: 7px;
    }
    .pr_fet-top-about-sect .homepage-featured-content-box-inner,
    .pr_fet-top-about-sect .homepage-map-content-box-inner {
        padding: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .pr_fet-top-about-sect .feature-row--no-overlapping .homepage-featured-content-wrapper {
        flex-wrap: wrap;
    }
    .pr_fet-top-about-sect .homepage-featured-content-wrapper .homepage-content--image {
        width: 100%;
    }
    .pr_fet-top-about-sect .homepage-featured-content-wrapper .feature_row__image_wrapper {
        width: 100%;
    }
}
/**FEATURED ITEMS**/
@media screen and (min-width: 768px) and (max-width: 990px) {
    .pr_fet-top-common-image-parallax-block .homepage-featured-content-box-inner,
    .pr_fet-top-common-image-parallax-block .homepage-map-content-box-inner {
        padding: 20px;
    }
}
/**PC→SPレイアウトへ変更**/
@media screen and (min-width: 768px) and (max-width: 900px) {
    .pr_fet-top-image-parallax-area001 {
        margin-bottom: 40px;
    }
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .homepage-featured-content-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .homepage-featured-content-wrapper .homepage-content--image,
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .feature_row__image_wrapper {
        float: none;
        width: 100%;
    }
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .homepage-featured-content-wrapper .homepage-content--image {
        order: 0;
    }
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .feature_row__image_wrapper {
        order: 1;
    }
    .pr_fet-top-common-image-parallax-block .parallax-img.rellax.img {
        transform: translate3d(0, 0, 0) !important;
    }
}
@media screen and (max-width: 767px) {
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .homepage-featured-content-wrapper .homepage-content--image {
        order: 0;
    }
    .pr_fet-top-common-image-parallax-block .feature-row--no-overlapping .feature_row__image_wrapper {
        order: 1;
    }
    .pr_fet-top-common-image-parallax-block .parallax-img.rellax.img {
        transform: translate3d(0, 0, 0) !important;
    }
}


/**news**/
@media screen and (min-width: 769px) {
    .pr_fet-top-info-sect {
        max-width: 1660px;
        margin: 0 auto;
        padding: 110px 120px 0;
    }
    .pr_fet-top-if-list-box {
        max-width: 100%;
    }
}

/**instgram**/
@media screen and (min-width: 769px) and (max-width: 1100px) {
    .pr_fet-top-instgram .grid__item {
        display: block;
        width: calc(25% - 22.5px) !important;
        margin-bottom: 30px !important;
        margin-right: 30px !important;
        padding: 0 !important;
        padding-bottom: calc(25% - 22.5px) !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    .pr_fet-top-instgram .grid__item {
        display: block;
        width: calc(25% - 11.25px) !important;
        margin-bottom: 15px !important;
        margin-right: 15px !important;
        padding: 0 !important;
        padding-bottom: calc(25% - 11.25px) !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
    .pr_fet-top-instgram .grid__item {
        display: block;
        width: 50% !important;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        padding-bottom: 50% !important;
    }
}


/*============================================================================
  # サイト全体に適用
==============================================================================*/
body {
    line-height: 1.8;
}

/*@media screen and (min-width: 769px) {
    .sitewide--title-wrapper {
        margin-top: 30px;
    }
}*/

@media screen and (max-width: 640px) {

  html[data-lc-type=ajax] #lightcase-case, html[data-lc-type=inline] #lightcase-case {
    background: white;
    * {
      text-shadow: none;
    }
  }
  
}

/*============================================================================
  # TOPページ
==============================================================================*/
h3.homepage-blog--title {
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    div.homepage-indiv-section-wrapper > div > div.parallax, 
    div.homepage-indiv-section-wrapper > div > div.parallax > div.parallax-img {
        height: 60vh !important;
    }
}

/*============================================================================
  # Blog一覧
==============================================================================*/
.blog-main--wrapper {
    padding-top: 0;
}

/*============================================================================
  # Blog詳細
==============================================================================*/
@media screen and (min-width: 769px) {
    .article--image-wrapper img {
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

/*============================================================================
  # mega menu for product
==============================================================================*/
.mega-menu-block-products {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 0.01fr 3.99fr 1fr;
}

.mega-menu-block-products li a {
    background: none;
}

.mega-menu-block-products li a:hover {
    background: none;
}




.fr_sub-container-type {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.fr_sub-container-other {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.fr_sub-container-other-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.fr_sub-container-images {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}

.dropdown-alignment--center .site-nav__dropdown .fr_product-menu-link a {
    padding: 0px 0px 0px 0px !important;
}

.mega-menu-wrapper .dropdown-submenu.large--one-third {
    width: 24.33%;
}

.mega-menu-wrapper .inner li {
    padding: 7px 1px 7px 1px;
    line-height: 15px;
}

.mega-menu-wrapper .menu-link li:hover {
    background-color: transparent;
}

.site-nav__dropdown .site-nav__link:hover {
    background-color: transparent;
}

.mega-menu-wrapper .dropdown-submenu.large--one-fifth {
    width: 75%;
    margin-top: 38px;
}
.mega-menu-wrapper .inner .h4 {
    font-size: 16px;
}
.mega-menu-wrapper .inner .h5 {
    font-size: 14px;
}
.mega-menu--image {
  .lazyload-wrapper {
    margin-bottom: 10px;
  }
}
.mega-menu-wrapper .inner .h5:hover {
  background: none;
}

/*============================================================================
  # TOPページ修正
==============================================================================*/

.shopify-section .homepage-sections-wrapper--white {
    padding: 70.30303px 0;
}

.wrapper {
    padding: 0px 120px;
    max-width: 100%;
}

.site-header .wrapper {
    padding: 0px 30px;
}

@media screen and (max-width: 767px) {
    .wrapper {
        padding: 0px 20px;
    }
}
@media screen and (max-width: 320px) {
    .wrapper {
        padding: 0px 15px;
    }
}
.image-bar--title {
    text-align: center;
    padding-top: 20px;
}
.sitewide--title-wrapper {
  .separator {
    width: 50px;
    margin: 10px auto 30px;
    border-top: 2px solid #ddd;
  }
  .page--subtitle {
    text-align: center;
    margin: 0 0 50px;;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
    .homepage-sections--title, .page-category--title, .page--title, .list-collections--title {
    font-size: 28px;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: normal;
    }
}

.flow-homepage {
    overflow: hidden;
}
.mega-menu-wrapper .mega-menu .site-nav__dropdown {
    transform: translateY(0);
    padding: 0;
    -webkit-box-shadow: 0 6px 12px transparent;
    box-shadow: 0 6px 12px transparent;
    width: 100%;
    background: rgba(255,255,255, .9);
    background: none;
}

@media screen and (min-width: 768px) {
    .pr_fet-top-journal-ttl {
    display: block;
    max-width: 800px;
    margin: 0 auto 45px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #5E5E5E;
   }
}
@media screen and (min-width: 768px) {
    .site-header.dropdown-alignment--center li.site-nav--has-dropdown .site-nav__dropdown li.dropdown-submenu .mega-menu--image-wrapper a {
        padding: 0 !important;
    }
    .site-header.dropdown-alignment--center .site-nav--has-dropdown li a {
        color: #5e5e5e !important;
    }
    .site-header.dropdown-alignment--center .site-nav--has-dropdown li a:hover {
        color: #b3b3b1 !important;
    }
}



.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pt90 {padding-top: 90px !important;}
.pt100 {padding-top: 100px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}


.pl0 {padding-left: 0 !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}

.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}


.homepage-sections--title {
  font-size: 45px;
  @media screen and (max-width: 767px){
    font-size: 35px;
  }
  .newsletter--section & {
    font-size: 22px;
  }
}

/*home featured items*/
#shopify-section-1602034650193 .homepage-sections-wrapper {
  padding: 0 0 30px;
}

#shopify-section-160336592727acc877,
#shopify-section-1603366231991edf21,
.pr_fet-top-common-image-parallax-block
{
  .homepage-sections-wrapper {
    padding: 0;
    @media screen and (max-width: 767px){
      padding: 30px 0;
    }
  }
  .homepage-sections--title {
    font-size: 35px;
    @media screen and (max-width: 767px){
      font-size: 28px;
    }
  }
}

.shopify-section .homepage-sections-wrapper {
  padding: 0;
}
#shopify-section-1603362510e55840df .homepage-sections-wrapper,
#shopify-section-footer--newsletter{
  padding: 70px 0;
}

.image-bar--title {
    text-align: center;
    padding-top: 20px;
}
.image-bar--description {
  margin: 30px 0 50px;
  p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  div.homepage-indiv-section-wrapper > div > div > div.parallax-img {
      height: 60vh !important;
  }
}




.footer-header {
  font-family: "Avenir Next",sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}

.newsletter--section.homepage-sections-wrapper--white input#newsletter_text {
  border: solid 1px #ccc !important;
}


.collection-style--grid-filters {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.collection-style--grid-inner .collection-sidebar-filter {
  width: 20%;
  margin: 0 20px 50px;
  @media screen and (max-width: 767px){
    width: 49%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.collection-sidebar-filter label {
  text-align: center;
}

.money {
  font-weight: 700;
}

/*collection*/


.rte a {
  border-bottom: none;
  padding: 0;
  text-decoration: underline;
}
.rte a:focus, .rte a:hover {
  padding: 0;
}




/*collection shogun reduction*/

#shopify-section-template--collection {
  #special_movie {
    margin-top: 0px;
    padding: 140px 0 70px;
  }
  .youtube {
    width: 950px;
    height: 534px;
    margin: 0 auto;
    iframe {
      height: 100%;
    }
  }
  .youtube .fluid-width-video-wrapper {
    padding: 0 !important;
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 980px){
    #special_movie {
      padding: 70px 30px 0px !important;
    }
    .youtube {
      width: 100% !important;
      height: 47vw !important;
    }
    .youtube-wrapper {
      padding: 0 30px;
    }
  }
}
article {
  .youtube {
    
  }
}


.shg-btn {
  background: #4c4c4c;
  display: inline-block !important;
  margin-left: 0 !important;
  padding-top: 9px !important;
  padding-left: 45px !important;
  padding-bottom: 10px !important;
  padding-right: 45px !important;
  min-height: 40px;
  max-width: 800px;
  font-size: 16px;
  font-weight: bold;
  min-width: 207px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Amiko;
  text-decoration: none !important;
  #s-70faff23-4a08-4ef5-b74b-4b8a9e6a9d59 & { //ご利用ガイドページ
    width: 100%;
  }
}
.shg-btn:hover {
  background-color: #b3b3b1 !important;
}
.template-page,
.template-collection {
    .main-content {
      padding: 0 !important;
    }
}
.template-page,
.template-collection {
  .drawer{
    .main-content {
      padding: 0 120px !important;
    }
  }
}


.template-collection .collection-main-body {
  /*padding: 0 120px;*/
}
.template-collection .collection-main-body-inner {
  padding: 0 120px;
}
@media screen and (max-width: 767px){
  .collection-main-body {
    /*padding: 0 30px;*/
  }
  .template-collection .collection-main-body-inner {
    padding: 0;
  }
}

.template-collection {
  .shg-btn.shg-cse {

  }
}


.hide {
  display: none;
}


.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-align-center, .shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center !important;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}


@media (min-width: 0px) {
  .shg-row > .shg-c-xs-12 {
    width: 100%;
  }
}




@media (min-width: 993px) {
  .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 15.0px);
  }

  .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 15.0px);
  }

  .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 15.0px);
  }

  .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px);
  }

  .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 15.0px);
  }

  .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 15.0px);
  }

  .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-lg-12 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 15.0px);
  }

  .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 15.0px);
  }

  .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 15.0px);
  }

  .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px);
  }

  .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 15.0px);
  }

  .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 15.0px);
  }

  .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-md-12 {
    width: 100%;
  }

}


@media (max-width: 767px) {
  .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 15.0px);
  }

  .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 15.0px);
  }

  .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 15.0px);
  }

  .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px);
  }

  .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 15.0px);
  }

  .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 15.0px);
  }

  .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-sm-12 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .shg-row > .shg-c-xs-1 {
    width: calc(8.333333333333334% - 15.0px);
  }

  .shg-row > .shg-c-xs-2 {
    width: calc(16.666666666666668% - 15.0px);
  }

  .shg-row > .shg-c-xs-3 {
    width: calc(25.0% - 15.0px);
  }

  .shg-row > .shg-c-xs-4 {
    width: calc(33.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-xs-5 {
    width: calc(41.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-xs-6 {
    width: calc(50.0% - 15.0px);
  }

  .shg-row > .shg-c-xs-7 {
    width: calc(58.333333333333336% - 15.0px);
  }

  .shg-row > .shg-c-xs-8 {
    width: calc(66.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-xs-9 {
    width: calc(75.0% - 15.0px);
  }

  .shg-row > .shg-c-xs-10 {
    width: calc(83.33333333333334% - 15.0px);
  }

  .shg-row > .shg-c-xs-11 {
    width: calc(91.66666666666667% - 15.0px);
  }

  .shg-row > .shg-c-xs-12 {
    width: 100%;
  }
}
.shogun-image-content {  
  -webkit-box-align: center;
  align-items: center;  
}


.shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}



.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}


.site-header__wrapper {
    display: flex;
    min-height: 65px;
}

.top-links--icon-links {

}
.top-links ul li.lang:before {
    content: '|';
    display: inline-block;
    margin: 0 20px 0 0;
}
.template-index .header-section.sticky-header:not(.sticked) .overlay-header:hover
{
  .top-links ul li.lang:before {
    color: #666;
  }
}



.page-main--wrapper {
    /*padding-top: 30px !important;*/
}
.drawer--right .search-drawer>.input-group, 
.input-group, .js-drawer-open-right .input-group,
.drawer--right input, .drawer--right textarea,
.styled-input,
input.field, textarea
{
  border: 1px solid #dedede !important;
  background: white;
  width: 100%;
  margin: 0 0 15px;
  padding-left: 15px;
  &:focus {
    border-color: #cecece;
  }
}
.template-search:not(.js-drawer-open-right) .input-group-field,
.js-drawer-open-right .input-group-field {
  border: none !important;
}
.drawer--right .drawer__title {
  text-align: center;
  display: block;
  padding: 30px 0 20px;
}
#SearchContainer {
  padding: 30px;
}

.input-group-btn {
  position: absolute;
  right: 25px;
  z-index: 1;
}
#SearchContainer #search-input {
  padding-left: 0px;
  margin: 0;
}
.drawer--right .search-drawer i {
  font-size: 1.2em;
}
.search-result {
  .grid__item {
    h3 {
      text-align: center;
      font-size: 15px;
    }
    p {
      text-align: center;
    }
  }
}
.out-of-stock-form.out-of-stock-form--active, .out-of-stock-form:not(.out-of-stock-form--active) .accent-text {
  border: none;
  margin: 0;
  padding-bottom: 0;
}

.homepage-sections--title, .list-collections--title, .page--title, .page-category--title {
  padding-top: 30px;
}

.cart__row {
  border-top: 1px solid #dedede;
}
.cart-table.table--responsive td {
  text-align: left;
}
.btn--secondary {
  background: #7c7c7c;
}
select {
  -webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right center;background-image:url("/cdn/shop/t/54/assets/ico-select.svg?v=354012039368648229");background-repeat:no-repeat;background-position:right 10px center;background-color:transparent;padding-right:28px;text-indent:0.01px;text-overflow:'';cursor:pointer;
}

.grid-view-item-image .badge-new {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.badge-new {
    display: inline-block;
    background: #fea638;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
}
.slide {
  position: relative;
}
.slide .badge-new {
  position: absolute;
  top: 8px; 
  left: 8px;
}

ul.option-box-notice {
  font-size: 13px;
  margin: 1rem 0 0 2rem;
}


td.nw, th.nw {
  white-space: nowrap;
}

.site-header__cart-indicator {
  background: #FDA638;
}

.button-wrap {
  display: none;
}


.no-fixed {
  background-attachment: scroll !important;
}

.pad {
    padding: 0 15px;
}


/*English*/

body.en {
  #shopify-section-footer--newsletter,
  #shopify-section-160341517092761122,  /*News*/
  .homepage-section--slideshow-wrapper:first-child,
  .money, 
  .product-grid--price,
  .megamenu-image-jp,
  .hide-on-en,
  .links-footer:nth-child(2) ul>li:nth-child(1),
  .links-footer:nth-child(2) ul>li:nth-child(3),
  .links-footer:nth-child(2) ul>li:nth-child(4),
  .english_off,
  .jp-only,
  .hide-on-en,
  /*.site-nav li:nth-child(5),*/
  .right-side .site-nav--mobile .site-nav__link,
  .mobile-nav .mobile-nav__item:nth-child(5),
  .mobile-nav-header,
  .mobile-nav-header + .mobile-nav,
  .announcement-bar,
  #cb-shipping-bar,
  #AccessibleNav > li:nth-child(2),
  #AccessibleNav > li:nth-child(3),
  #AccessibleNav > li:nth-child(4),
  #AccessibleNav > li:nth-child(5),
  #AccessibleNav > li:nth-child(6),
  .footer-content > li:nth-child(3),
  .footer-content > li:nth-child(4),
  #shopify-section-1603356482815d5df9, /*Home Journal*/
  #shopify-section-2e0f4294-eb6d-4740-b643-21118cefcc82, /*Home Contents*/
  #shopify-section-692ba986-1991-44a5-9180-d7d4d57b060a, /*Home Contents*/
  #product-btn-table-wrapper,
  #shopify-section-template--product--related-articles,
  #popup,
  .hide
  {
    display: none;
  }
  .right-side .site-nav--mobile {
    justify-content: flex-end;
  }
  .sold-out-badge {
    display: none;
  }
  #shopify-section-footer {
    margin-top: 50px;
  }

}
body.jp {
  .homepage-section--slideshow-wrapper:nth-child(2),
  .megamenu-image-en,
  .hide-on-jp
  {
    display: none;
  }
}


footer,
.announcement-bar
{
  .fa {
    font: normal normal normal 24px/1 FontAwesome !important;
  }
}

@media (min-width: 769px){
  .site-nav__dropdown {
    min-width: 150px;
  }
}
.announcement-bar #sharing #sm-icons svg {
    transition: all .15s ease-in-out 0s;
    width: 21px;
    /* height: 16px; */
    
}

svg.icon.icon-tabler.icon-tabler-brand-x {
     display: flex; 
    width: 21px !important;
    /* align-content: end; */
    height: 27px !important;
  margin-bottom: -16px !important;
}

.announcement-bar svg.icon.icon-tabler.icon-tabler-brand-x {
  display: flex; 
    width: 21px !important;
    /* align-content: end; */
    height: 27px !important;
  margin-bottom: -6px !important;
}

.isopen #popup {
  display: none;
}
#popup #slide-up {
  width: 400px;
  right: 0;
  bottom: 0;
  background: none;
}
.popup--wrapper {
  width: 380px;
  height: 120px;
  margin: 10px;
  background: #fcfcfc;
  padding: 0;
  color: #555 !important;
  overflow: hidden;
  box-shadow: 0 0 5px #999;
  position: relative;
}
.popup--body-outer {
  display: flex;
  flex-direction: row;
}
#slide-up .popup--image {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#slide-up .popup--close-btn {
  background: none;
  border: 2px solid #999;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}
#slide-up .popup--close-btn {
  position: absolute;
}
.popup--close-btn:after, .popup--close-btn:before, .popup--close:after, .popup--close:before { height: 20px; }

#slide-up .popup--close-btn:before,
#slide-up .popup--close-btn:after
{
  background: #999;
  
}
#slide-up .popup_image {
  height: auto;
  aspect-ratio: 12 / 5;
  box-shadow: 0 0 5px #666;
}
.popup--body .popup--description {
    margin-bottom: 0 !important;
}
.popup--body .popup--description p {
  margin-bottom: 5px;
}
.popup--description a {
  display: inline-block;
  background: #853b3b;
  color: #FCFCFC !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 5px 20px;
  margin:  3px auto 0;
}
.popup--body {
  padding: 10px 20px !important;
  font-weight: bold;
}
.popup--body h3 {
  font-size: 19px;
  margin-bottom: 0px;
}
@media screen and (max-width:480px) {
  #popup #slide-up {
    width: 100%;
    padding: 10px; 
  }
  .popup--wrapper {
    width: 100%;
    margin: 0;
  }
  #slide-up .popup_image {
    display: block !important;
  }
  #slide-up .popup--image {
    width: 100px;
  }
  .popup--body {
    padding: 10px;
  }
  .popup--body .popup--description {
    margin-bottom: 10px;
  }
}

#popup #slide-up {
  background-size: cover;
}

.site-nav--mobile i
  font-size: 18px;
}
.site-header__logo .lazyload-wrapper {
  justify-content: flex-start !important;
}
.site-header__logo .lazyload-wrapper img {
  margin: 0;
}
.mobile-nav-bar-wrapper {
  padding: 0;
}
.mobile-nav-bar-wrapper .wrapper {
  height: 55px;
  display: flex;
  align-items: center;
  width: 100%;
}
.mobile-nav-bar-wrapper .wrapper .large--hide.medium-down--show {
  width: 100%;
}
.mobile-nav-bar-wrapper .mobile-grid--table {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-nav-bar-wrapper .mobile-grid--table .grid__item {
  margin: 0;
}
.mobile-nav-bar-wrapper .mobile-grid--table .grid__item.right-side {
  margin-left: auto;
}
.has-search-icon .site-nav--mobile {
  justify-content: flex-end;
}
.site-header__wrapper__right  {
  padding: 15px 0;
}
ul.site-header__links {
  padding: 3px 0;
}
ul.site-header__links li {
  position: relative;
}
ul.site-header__links li ul.site-nav__dropdown {
    display: none;
    position: absolute;
    min-width: 220px;
    top: 45px;
    right: -70px;
    margin: 0;
    left: auto;
    z-index: 10;
    width: 220px;
}
ul.site-header__links li ul.site-nav__dropdown li {
  display: block;
  margin: 0;
  padding: 15px;
  text-align: center;
}

.grid__item.giftoption {
  display: none;
}

ul.asterisk {
  margin: 1.5em 0;
}
ul.asterisk li {
  list-style: none;
  margin-left: 0;
  padding-left: .7rem;
  text-indent: -.7rem;
}
ul.asterisk li:before {
  content: '※ ';
}
.colored {
  background: #eee !important;
}
.btn.large {
  font-size: 16px;
  padding: 12px 20px;
}
.borderbox {
  border: 1px solid #c7c7c7;
  padding: 20px;
}
.borderbox *:first-child {
  margin-top: 0 !important;
}
.borderbox *:last-child {
  margin-bottom: 0 !important;
}
.contact-form .newsletter {
  display: flex;
  justify-content: center;
}
.contact-form .newsletter input {
  height: 40px;
  margin: 0 !important;
}
.contact-form .newsletter input[type=email] {
  background: white;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-right: none;
}
.contact-form .newsletter input[type=submit] {
}
.shopify-challenge__container {
  padding: 60px 0;
}
.contact-form .newsletter .errors {
  width: 260px;
}
.form-success {
  color: #555;
  background-color: none;
  border-color: #777;
  text-align: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}


/*
.sticky-header {
  width: 100%;
  top: 0;
  height: 78px;
}
.wrapper.main-content {
position: relative;
top: 77px;
margin-bottom: 77px;
}
*/
body.isopen {
overflow: clip !important;
}
body.isopen:before {
  content: '';
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 100;
  top: 0;
}
.site-title {
    padding: 0 !important;
}
.site-nav__link {
    padding: 3px 10px;
}
.site-nav__link + .icon-dropdown:hover {
    cursor: pointer;
}
.site-nav__link + .icon-dropdown {
    margin-left: -10px;
}

.titlebar {
    border-left: 5px solid #555;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: normal;
}
.titlebar h2 {
    font-size: 24px;
    text-align: left;
    margin: 0;
}
.titlebar a {
    display: block;
    border: 1px solid #666;
    padding: 8px 20px;
    line-height: 1;
    margin-left: auto;
}
@media screen and (max-width: 767px){
    .titlebar h2 {
        font-size: 18px;
    }
}
.two-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.two-column > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two-column.ratio-46 > div:first-child {
    width: 40%;
}
.two-column.ratio-46 > div:last-child {
    width: 60%;
}
.two-column .halfimage img {
    vertical-align: bottom;
}
#AccessibleNav>li:first-child>ul.site-nav__dropdown {
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
}
.megamenu {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
}
.megamenu .titlebar h2 {
    color: #555 !important;
}
.megamenu .menu-pad {
    flex-shrink: 1;
    flex-grow: 1;
    background: #fcfcfc;
}
.megamenu .menu-pad-left {
    background: #fcfcfc;
}
.megamenu .menu-pad-right {
    background: #efefef;
}
.megamenu .menu-left {
    /*width: 300px;*/
    background: #fcfcfc;
}
.megamenu .menu-center {
    background: #fcfcfc;
    max-width: 1440px;
}
.megamenu .menu-center > div,
.megamenu .menu-left > div,
.megamenu .menu-right > div {
    padding: 30px;
}
.megamenu .menu-left > div {
    max-width: 330px;
    min-width: 270px;
    margin-left: auto;
}
.megamenu .menu-right {
    min-width: auto;
    background: #efefef;
}
.megamenu .menu-right > div {
    max-width: 1580px;
    margin-right: auto;
}
.megamenu ul.keywords, .drawer .keywords {
    margin: 0;
    padding: 0;
}
.megamenu .keywords li, .drawer .keywords li {
  height: 32px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 32px 32px;
  text-align: left;
  margin: 0 0 12px;
  list-style: none;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px){
  .drawer .keywords li {
    padding-left: 0;
    margin: 0;
    height: auto;
  }
}
.drawer .keywords li a {
}
/*
.keywords li#key-gift { background-image: url(/cdn/shop/files/key-gift.png?v=1780315960);}
.keywords li#key-vinylmodel { background-image: url(/cdn/shop/files/key-vinylmodel.png?v=1780315960);}
.keywords li#key-stuffedmodel { background-image: url(/cdn/shop/files/key-stuffedmodel.png?v=1780315960);}
.keywords li#key-bigsize { background-image: url(/cdn/shop/files/key-bigsize.png?v=1780315960);}
.keywords li#key-smallsize { background-image: url(/cdn/shop/files/key-smallsize.png?v=1780315960);}
.keywords li#key-paint { background-image: url(/cdn/shop/files/key-paint.png?v=1780315960);}
.keywords li#key-trex { background-image: url(/cdn/shop/files/key-trex.png?v=1780315960);}
.keywords li#key-carnivorous { background-image: url(/cdn/shop/files/key-carnivorous.png?v=1780315960);}
.keywords li#key-herbivore { background-image: url(/cdn/shop/files/key-herbivore.png?v=1780315960);}
.keywords li#key-customcolor { background-image: url(/cdn/shop/files/key-customcolor.png?v=1780315960);}
.keywords li#key-newarrival { background-image: url(/cdn/shop/files/key-newarrival.png?v=1780315960);}
.keywords li#key-all { background-image: url(/cdn/shop/files/key-all.png?v=1780315960);}
*/
.megamenu .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}
.megamenu .card {
    width: calc((100% - 60px) / 3);
    min-width: 295px;
    max-width: 500px;
}
.megamenu .menu-center .card {
    width: calc((100% - 90px ) / 4);
    min-width: 280px;
 
}
.megamenu .card img {
  vertical-align: bottom;
}
.megamenu .card-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    background: #fefefe;
}
.megamenu .card-content h3 {
    width: 22%;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    min-height: 57px;
    color: #555 !important;
}
.megamenu .card-content h3 a {
    white-space: nowrap;
}
.megamenu .card-content ul {
    width: 78%;
    margin: 2px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    justify-content: flex-start;
    gap: 5px 15px;
    align-content: flex-start; 
}
.megamenu .card-content li {
    width: calc((100% - 15px) / 2);
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    line-height: 1.3;
    text-align: left;
    font-size: 13px;
}
.megamenu .card-content li:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #666;
    border-radius: 20px;
    position: absolute;
}
.megamenu .card-content li:before {
    display: flex;
    content: '';
    height: calc(tan(60deg) * 10px / 2);
    width: 5px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #666;
    margin-left: 5px;
    flex-shrink: 0;
}
.megamenu .card-content li a {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.megamenu .card-outside {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
    padding: 10px 0 0;
}
.megamenu .outside img {
    aspect-ratio: 322 / 155;
    object-fit: cover;
    width: 100%;
}
.megamenu .card-outside h3 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.megamenu .card-outside p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.megamenu-wrapper {
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.megamenu-wrapper .close {
    width: 100%;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.megamenu-wrapper .close i {
    font-size: 24px;
}
@media screen and (max-width: 1439px){
    .megamenu .card {
        /*width: calc((100% - 30px) / 2);*/
    }
    .megamenu .card-content li {
        font-size: 11px;
    }
}
@media screen and (max-width: 1279px){
    .megamenu .card {
        width: calc((100% - 30px) / 2);
    }
    .megamenu .menu-center .card {
        width: calc((100% - 60px ) / 3);
        min-width: auto;
    }
}
@media screen and (max-width: 1023px){
    .megamenu .menu-left > div {
        max-width: 280px;
    }
    .megamenu .menu-right > div {
        max-width: 680px;
    }
}
@media screen and (max-width: 959px){
    .megamenu .card {
        width: 100%;
    }

}
#search-drawer .menu-right {
    /*min-width: 768px;*/
}
#search-drawer .input-group-field {
    border: none !important;
}
#search-drawer .search-field {
    margin: 0 0 100px;
}
#search-drawer .search-field h2 {
    text-align: center;
    margin: 30px 0 50px;
}

#search-drawer {
position: absolute;
  width: 100%;
}
#search-drawer .recommended {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 30px;
}
#search-drawer .recommended .item {
  width: calc( (100% - (20px)*3) / 4 )
}
#search-drawer .recommended .item h3 {
  font-size: 14px;
  margin: 5px 0 0;
  text-align: left;
}

.top-links--icon-links li {
    margin: 0;
    padding-left: 15px;
}

.drawer #keywords,
.drawer #recommended {
    padding: 30px;
}
.drawer #keywords h3,
.drawer #recommended h3 {
    margin-bottom: 15px;
}


.drawer #recommended .recommended {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.drawer #recommended .recommended .item {
    width: calc( (100% - 15px) / 2 );
}
.drawer #recommended .item h3 {
    font-size: 13px;
}

ul.breadcrumbs {
  display: none;
}

@media screen and (max-width: 767px){
  ul.breadcrumbs {
    margin: 0;
    padding: 0 15px;
    height: 30px; 
    background: #eee;
    margin: 0 -20px 30px;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    align-items: center;    
  }
  .maincategory ul.breadcrumbs {
    margin-bottom: 0;
  }
  .template-collection ul.breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
  ul.breadcrumbs li {
    list-style: none;
    white-space: nowrap;
  }
  ul.breadcrumbs li:after {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
  }
  ul.breadcrumbs li:last-child {
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  ul.breadcrumbs li:last-child:after {
    content: "";
  }
}

.content.card-contents {
    padding: 60px 0;
}
.card-contents .two-column {
    gap: 60px;
}
.card-contents .two-column > div {
    width: calc(50% - 30px);
}
.card-contents .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fcfcfc;
    gap: 12px;
    align-items: center;
}
.card-contents .card img {
    vertical-align: bottom;
}
.card-contents .card h3, .card-contents .card p {
    text-align: center;
    margin: 0;
}
.card-contents .card p {
    margin-left: 20px;
    margin-right: 20px;
}
.card-contents .card .btn-wrapper {
    padding: 0 20px 15px;
    margin-top: auto;
}
.card-contents .card .btn-wrapper .btn {
    border: 1px solid #555;
    padding: 6px 30px;
    background: none;
    color: #555;
}
@media screen and (max-width: 767px){
    .content.card-contents {
      padding: 30px 15px;
    }
    .card-contents .container {
        padding: 0;
    }
    .card-contents .two-column {
       gap: 15px;
    }
    .card-contents .two-column > div {
       width: calc((100% - 15px) / 2);
    }
    .card-contents .card {
        height: 100%;
    }
    .card-contents .card h3 {
        font-size: 15px;
        padding: 0;
    }
    .card-contents .card p {
        font-size: 11px;
        text-align: left;
        padding: 0 10px;
        line-height: 1.5;
        margin: 0;
    }
    .card-contents .card p br{
        display: none;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.hide-on-pc {
  display: none;
}
.hide-on-dk {
    display: none;
}
hide-on-smp,
.hide-on-sp {
    display: block;
}
@media screen and (max-width: 767px){
  .hide-on-smp,
  .hide-on-sp {
    display: none;
  }
  .hide-on-pc,
  .hide-on-dk {
    display: block;
  }
}

.icon-dropdown svg {
transition: .3s all;
}
.nav-hover .icon-dropdown svg {
  transform: rotate(180deg);
}
