@charset "UTF-8";
/*
$color-bdr03: $color-txt03;   // globalnav etc
*/
/*
$color-hr00: $color-site11;
*/
/*
$color-txt04: #00838f;
$color-txt05: #0baebd;
$color-txt06: #4da8b1;
$color-txt07: #db5a5a;
*/
/*  background:sprite($map, $name);
  @include sprite-dimensions($map, $name);*/
/*
 * product search
 */
#productSearch {
  background-color: #333;
  border-top: 4px solid #ee3439;
  color: #fff;
  margin-top: 30px;
  text-align: left; }
  #productSearch .search-wrap {
    margin: 0 auto;
    padding: 15px 0 20px;
    text-align: center; }
    #productSearch .search-wrap > h2 {
      background-color: transparent;
      color: #fff;
      margin-top: 0;
      margin-bottom: 0; }
    #productSearch .search-wrap input {
      height: 36px;
      vertical-align: middle; }
    #productSearch .search-wrap input[type="search"] {
      width: 47%;
      padding: 0 10px;
      vertical-align: middle; }
    #productSearch .search-wrap input[type="search"]::-webkit-input-placeholder,
    #productSearch .search-wrap input[type="search"]:-ms-input-placeholder,
    #productSearch .search-wrap input[type="search"]::-moz-placeholder {
      color: #ccc; }
    #productSearch .search-wrap input[type="button"] {
      width: 70px;
      background: #ee343a url(../img/icon_search.png) center center no-repeat;
      background-size: 30px 30px; }
    #productSearch .search-wrap .search-check {
      margin: 20px 0 0 0;
      text-align: left; }
      #productSearch .search-wrap .search-check input[type=checkbox] {
        display: none;
        -webkit-appearance: inherit; }
      #productSearch .search-wrap .search-check label {
        position: relative;
        padding-left: 22px;
        color: #fff;
        cursor: pointer; }
        #productSearch .search-wrap .search-check label:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 16px;
          height: 16px;
          background-color: #fff; }
      #productSearch .search-wrap .search-check input[type=checkbox]:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 5px;
        width: 5px;
        height: 9px;
        transform: rotate(40deg);
        border-bottom: 1px solid #000;
        border-right: 1px solid #000; }
      @media only screen and (min-width: 600px) {
        #productSearch .search-wrap .search-check {
          display: inline-block;
          margin-left: 20px; } }
  #productSearch #selectBox {
    display: none; }
  #productSearch h3 {
    display: block;
    margin: 0 auto;
    padding: 10px 10px 0;
    border-top: solid 1px #636366;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    #productSearch h3 span {
      position: relative;
      display: inline-block;
      padding-right: 30px;
      font-size: 2rem;
      line-height: 1; }
      #productSearch h3 span:before, #productSearch h3 span:after {
        content: "";
        position: absolute;
        background-color: #fff; }
      #productSearch h3 span:before {
        width: 18px;
        height: 2px;
        top: 50%;
        right: 0;
        margin-top: -1px; }
      #productSearch h3 span:after {
        display: block;
        width: 2px;
        height: 18px;
        top: 1px;
        right: 8px; }
  #productSearch .select-wrap {
    height: 0;
    padding: 0 30px 10px;
    position: relative;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    #productSearch .select-wrap:after {
      content: '';
      display: block;
      clear: both; }
  #productSearch h3.open span:after {
    display: none; }
  #productSearch h3.open + .select-wrap {
    height: 100%;
    opacity: 1;
    overflow: visible; }
  #productSearch .checkList {
    float: left;
    width: 25%;
    padding-right: 30px;
    text-align: center;
    box-sizing: border-box; }
    #productSearch .checkList > p {
      position: relative;
      display: inline-block;
      margin: 50px auto 0;
      padding-right: 20px;
      color: #ee343a; }
      #productSearch .checkList > p:before, #productSearch .checkList > p:after {
        content: "";
        position: absolute; }
      #productSearch .checkList > p:before {
        width: 10px;
        height: 1px;
        right: 0;
        top: 50%;
        background: #ee343a; }
      #productSearch .checkList > p:after {
        width: 8px;
        height: 8px;
        right: 0;
        top: 50%;
        margin-top: -4px;
        border-top: 1px solid #ee343a;
        border-right: 1px solid #ee343a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    #productSearch .checkList li {
      cursor: pointer;
      display: inline-block;
      line-height: 16px;
      margin-bottom: 10px;
      opacity: 1;
      padding-left: 22px;
      position: relative;
      text-align: left;
      transition: all .2s;
      width: calc(100% - 21px); }
      #productSearch .checkList li:not(:first-child) {
        margin-top: 0; }
      #productSearch .checkList li:before {
        position: absolute;
        content: '';
        transition: all .2s;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background: #fff; }
      #productSearch .checkList li span {
        display: block;
        word-wrap: break-word; }
        #productSearch .checkList li span:before, #productSearch .checkList li span:after {
          content: '';
          position: absolute;
          height: 2px;
          width: 18px;
          height: 1px;
          top: 0;
          left: -1px;
          margin-top: 8px;
          background: #2a2a2e;
          transition: all .2s; }
        #productSearch .checkList li span:before {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #productSearch .checkList li span:after {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  #productSearch .selectList {
    position: relative;
    float: left;
    width: 75%;
    box-sizing: border-box; }
    #productSearch .selectList:after {
      content: '';
      display: block;
      clear: both; }
    #productSearch .selectList > li {
      position: relative;
      float: left;
      width: calc((100% - 60px)/3);
      margin: 0 30px 20px 0;
      box-sizing: border-box;
      /*	
      	&:nth-of-type(n+4) {
      		margin-top: 20px;  
      	}
      */ }
      #productSearch .selectList > li:nth-child(3n) {
        margin-right: 0; }
      #productSearch .selectList > li > input {
        display: none; }
      #productSearch .selectList > li h4 {
        position: relative;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 10px;
        background-color: #727272;
        color: #fff;
        font-size: inherit;
        font-weight: normal;
        cursor: pointer; }
        #productSearch .selectList > li h4:before, #productSearch .selectList > li h4:after {
          content: "";
          position: absolute;
          background-color: #fff; }
        #productSearch .selectList > li h4:before {
          width: 11px;
          height: 1px;
          top: 50%;
          right: 10px;
          margin-top: -1px; }
        #productSearch .selectList > li h4:after {
          display: block;
          width: 1px;
          height: 11px;
          top: 50%;
          right: 10px;
          margin: -6px 5px 0 0; }
      #productSearch .selectList > li > div {
        position: absolute;
        width: 328%;
        max-height: 0;
        top: 45px;
        left: 0;
        padding: 20px;
        background-color: #ccc;
        overflow-y: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #productSearch .selectList > li > div ul {
          display: flex;
          height: 340px;
          max-height: 340px;
          margin: 0;
          flex-flow: column wrap; }
          #productSearch .selectList > li > div ul:after {
            content: '';
            display: block;
            clear: both; }
        #productSearch .selectList > li > div li {
          position: relative;
          width: 33.3%;
          margin: 5px 0; }
          #productSearch .selectList > li > div li:not(:first-child) {
            margin: 5px 0; }
          #productSearch .selectList > li > div li input[type=checkbox] {
            display: none;
            -webkit-appearance: inherit; }
          #productSearch .selectList > li > div li label {
            position: relative;
            padding-left: 22px;
            color: #2a2a2e;
            cursor: pointer; }
            #productSearch .selectList > li > div li label:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 16px;
              height: 16px;
              background-color: #fff; }
          #productSearch .selectList > li > div li input[type=checkbox]:checked + label:before {
            background-color: #000; }
          #productSearch .selectList > li > div li input[type=checkbox]:checked + label:after {
            content: "";
            display: block;
            position: absolute;
            top: 1px;
            left: 5px;
            width: 5px;
            height: 9px;
            transform: rotate(40deg);
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            background-color: #000; }
        #productSearch .selectList > li > div button.btnClose {
          position: relative;
          display: block;
          margin: 10px auto 0;
          padding-left: 13px;
          background: none;
          color: #2a2a2e; }
          #productSearch .selectList > li > div button.btnClose:before, #productSearch .selectList > li > div button.btnClose:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 1rem;
            height: 1px;
            top: 50%;
            left: 0;
            margin-top: -1px;
            background: #2a2a2e; }
          #productSearch .selectList > li > div button.btnClose:before {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          #productSearch .selectList > li > div button.btnClose:after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        #productSearch .selectList > li > div button.btnMore {
          display: none; }
        #productSearch .selectList > li > div button.btnMore {
          position: relative;
          display: block;
          margin: 10px auto 0;
          padding-left: 13px;
          background: none;
          color: #c92831; }
          #productSearch .selectList > li > div button.btnMore:before, #productSearch .selectList > li > div button.btnMore:after {
            content: '';
            position: absolute;
            margin-top: -1px;
            background: #c92831; }
          #productSearch .selectList > li > div button.btnMore:before {
            width: 9px;
            height: 1px;
            top: 50%;
            left: 0;
            margin-top: 0; }
          #productSearch .selectList > li > div button.btnMore:after {
            width: 1px;
            height: 9px;
            top: 50%;
            left: 4px;
            margin-top: -4px; }
    #productSearch .selectList > li:nth-child(3n) > div {
      left: auto;
      right: 0; }
    #productSearch .selectList > li:nth-child(3n-1) > div {
      left: -114%; }
    #productSearch .selectList h4.open {
      height: 45px;
      border-bottom: solid 5px #ccc; }
      #productSearch .selectList h4.open:after {
        display: none; }
    #productSearch .selectList h4.open + div {
      max-height: 420px;
      opacity: 1;
      z-index: 200; }
  #productSearch .enter-wrap {
    clear: both;
    width: 25%;
    padding-right: 30px;
    box-sizing: border-box; }
    #productSearch .enter-wrap span {
      float: right;
      display: inline-block;
      padding-bottom: 20px; }
    #productSearch .enter-wrap button {
      width: 100%;
      padding: 10px 0;
      background-color: #ee343a;
      color: #fff; }

/*
 * product search 左カラム
 */
.selectMenu #productSearch {
  margin-top: 0; }
  .selectMenu #productSearch .search-wrap {
    padding: 20px 10px; }
    .selectMenu #productSearch .search-wrap input[type="search"] {
      width: 85%;
      height: 30px; }
    .selectMenu #productSearch .search-wrap input[type="button"] {
      width: 15%;
      height: 30px;
      background-size: 20px 20px; }
    @media only screen and (min-width: 600px) {
      .selectMenu #productSearch .search-wrap .search-check {
        display: block;
        margin-left: 0;
        text-align: left; } }
  .selectMenu #productSearch h3 {
    pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .selectMenu #productSearch h3 span {
      padding-right: 0;
      font-size: 1.5rem; }
    .selectMenu #productSearch h3 span:before,
    .selectMenu #productSearch h3 span:after {
      display: none; } }
  .selectMenu #productSearch .select-wrap {
    position: relative;
    height: 100%;
    padding: 0 10px 20px;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .selectMenu #productSearch .select-wrap:after {
      content: '';
      display: block;
      clear: both; }
  .selectMenu #productSearch .checkList {
    float: none;
    width: 100%;
    padding-right: 0; }
  .selectMenu #productSearch .selectList {
    float: none;
    width: 100%;
    /*
    h4:after {
    	display: none;
    }
    */ }
    .selectMenu #productSearch .selectList > li {
      width: 100%;
      margin: 0 0 10px; }
      .selectMenu #productSearch .selectList > li:nth-of-type(n+4) {
        margin-top: 0; }
      .selectMenu #productSearch .selectList > li:nth-child(3n-1) > div {
        left: 0; }
    .selectMenu #productSearch .selectList > li > div {
      position: relative;
      width: 100%;
      height: 0;
      max-height: 0;
      top: 0;
      padding: 0 10px;
      opacity: 0; }
    .selectMenu #productSearch .selectList > li > div ul {
      display: block;
      height: auto;
      max-height: 100%; }
    .selectMenu #productSearch .selectList > li > div li {
      width: 100%; }
    .selectMenu #productSearch .selectList > li > div button.btnClose {
      display: none; }
    .selectMenu #productSearch .selectList h4.open {
      height: 45px;
      border-bottom: none; }
      .selectMenu #productSearch .selectList h4.open:after {
        display: none; }
    .selectMenu #productSearch .selectList h4.open + div {
      max-height: 100%;
      opacity: 1;
      height: 100%;
      padding: 20px 10px; }
  .selectMenu #productSearch .enter-wrap {
    width: 100%;
    padding-right: 0; }

.results .selectMenu #productSearch h3 span {
  padding-right: 0; }
.results .selectMenu #productSearch h3 span:before,
.results .selectMenu #productSearch h3 span:after {
  display: none; }

@media only screen and (max-width: 767px) {
  #productSearch .checkList {
    float: none;
    width: 100%;
    padding-right: 0; }
    #productSearch .checkList ul {
      display: flex;
      flex-wrap: wrap; }
      #productSearch .checkList ul:after {
        content: '';
        display: block;
        clear: both; }
    #productSearch .checkList li {
      float: left;
      display: inline-block;
      margin: 0 4% 20px 0;
      width: 48%; }
      #productSearch .checkList li:nth-child(2n) {
        margin-right: 0; }
      #productSearch .checkList li:nth-child(n+3) {
        margin-bottom: 0;
        margin-top: 0; }

  #productSearch .selectList {
    float: none;
    width: 100%; }
    #productSearch .selectList > li {
      width: 100%;
      margin: 0 0 10px; }
      #productSearch .selectList > li:nth-of-type(n+4) {
        margin-top: 0; }
      #productSearch .selectList > li:nth-child(3n-1) > div {
        left: 0; }
    #productSearch .selectList > li > div {
      position: relative;
      width: 100%;
      top: 0;
      padding: 0 10px; }
    #productSearch .selectList > li > div ul {
      display: block;
      height: auto;
      max-height: 100%; }
    #productSearch .selectList > li > div li {
      width: 100%; }
    #productSearch .selectList > li > div button.btnClose {
      display: none; }
    #productSearch .selectList h4.open {
      border-bottom: none; }
    #productSearch .selectList h4.open + div {
      height: 100%;
      max-height: 100%;
      padding: 20px 0;
      /*			padding: 20px 10px;*/
      opacity: 1; }

  #productSearch .enter-wrap {
    width: 100%;
    padding-right: 0; }

  .selectMenu #productSearch .selectList h4:after {
    display: block; }
  .selectMenu #productSearch .selectList > li > div {
    position: relative;
    width: 100%;
    height: 0;
    max-height: 0;
    top: 0;
    padding: 0 10px;
    opacity: 0; }

  .series .selectMenu #productSearch h3 {
    pointer-events: inherit; }
  .series .selectMenu #productSearch .select-wrap {
    height: 0;
    padding: 0 30px 10px;
    position: relative;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .series .selectMenu #productSearch .select-wrap:after {
      content: '';
      display: block;
      clear: both; }
  .series .selectMenu #productSearch h3.open + .select-wrap {
    height: 100%;
    opacity: 1;
    overflow: visible; }

  .selectMenu #productSearch .selectList h4.open + div {
    height: 100%;
    max-height: 100%;
    padding: 20px 10px;
    opacity: 1; } }
@media only screen and (max-width: 599px) {
  #productSearch .search-wrap {
    padding: 20px 10px; }
    #productSearch .search-wrap input[type="search"] {
      height: 30px;
      width: 85%; }
    #productSearch .search-wrap input[type="button"] {
      background-size: 20px 20px;
      height: 30px;
      width: 15%; } }
@media only screen and (min-width: 768px) {
  #productSearch .search-wrap {
    position: relative; }
    #productSearch .search-wrap:after {
      content: '';
      display: block;
      clear: both; }
    #productSearch .search-wrap > h2 {
      float: left;
      margin-top: .5em;
      padding-left: .5em;
      /*
      left: .5em;
      margin-bottom: 0;
      position: absolute;
      */ } }

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