@charset "UTF-8";

/*==============================================================================================

COMMON

==============================================================================================*/
select {
  height: 30px;
}

#contents {
  word-wrap: break-word;
}

.f-pageTop {
  background: #0188a6 !important;
}

.f-pageTop a:active, #logo a .f-pageTop a:hover {
  background: #0188a6 !important;
}

.f-pageTop a i {
  color: #fff !important;
}

.parent>li>h3 {
  font-weight: bold;
}

.parent>li>h3 a {
  color: #0188a6;
  font-weight: bold;
  font-size: 1.6rem;
}

.panel-title a {
  position: relative;
}

.panel-title a>i {
  position: absolute;
  right: 17px;
  top: 29px;
}

.item-list-genre {
  display: flex;
  margin-bottom: 8px;
  -webkit-justify-content: start;
  justify-content: start;
}

.item-list-genre .char-space {
  letter-spacing: -0.1em;
}

.item-list-genre li {
  font-size: 1.2rem;
  font-weight: normal;
  color: #0188a6;
  border: 1px solid #0188a6;
  margin-right: 8px;
  padding: 5px 0;
  line-height: 1.6;
  width: 180px;
  text-align: center;
}

.question-wrap p {
  font-weight: 200;
}

.question-wrap .doubt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

.link-in-page {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.link-in-page li:not(:last-child) {
  padding-right: 35px;
}

.link-in-page li::before {
  font-size: 1.4rem;
  color: #0188a6;
  content: '▼';
  padding-right: 8px;
}

.link-in-page li a {
  color: #0188a6;
  font-size: 1.4rem;
}

.container-shop .line-adjust {
  display: block;
}

  .panel-title a:hover {
    color: #0188a6 !important;
  }

/*==============================================================================================

BreakPoint | min-width: 1024px

==============================================================================================*/
@media all and (min-width: 1024px) {
  body {
    position: relative;
  }

  /*--- title ------------------------------------------------------------------------*/
  .h1-title {
    font-size: 2em;
    padding-top: 45px;
    margin-top: 0 !important;
  }

  .pro-navi-title {
    margin-bottom: 0.5em;
  }

  .desc-none {
    margin-bottom: 0 !important;
  }

  .h2-title, .h3-title {
    font-size: 1.6em;
  }

  .h1-title:after,
  .h2-title:after {
    width: 0.5em;
  }

  .desc {
    text-align: center;
    line-height: 1.8;
    color: #333;
  }

  .pro-navi-desc {
    font-size: 0.875em;
    color: #696969;
  }

  .center {
    text-align: center;
  }

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

  .sub-ttl {
    text-align: center !important;
    margin-top: -2.2em;
    color: #696969;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 42px;
  }

  /*--- GLOBAL NAVI -------------------------------------------------------------------*/
  #viIndex {
    position: absolute;
    width: 100%;
    margin: 0em auto;
    height: 6em;
    bottom: 961px;
    bottom: 966px\0;
    left: 0%;
    display: table;
    background-color: #fff;
  }

  #viArea {
    display: table-cell;
    vertical-align: middle;
  }

  .breadCrumbs {
    width: 992px;
    margin: auto;
  }

  .breadCrumbs ol {
    width: 100%;
  }

  .breadCrumbs ol li {
    float: left;
    list-style: none;
    font-size: 0.875em;
    color: #333;
    line-height: 2;
  }

  .breadCrumbs ol li::before {
    content: ">";
    font-weight: bold;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.541176);
    opacity: 0.7;
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .breadCrumbs ol li:first-child::before {
    content: none;
  }

  .breadCrumbs ol li a {
    color: #757575;
    text-decoration: underline;
  }

  .breadCrumbs ol li h1 {
    display: inline-block;
    font-size: 0.6875em;
  }

  .breadCrumbs ol li p {
    display: inline-block;
  }

  /*--- CONTENTS ------------------------------------------------------------------------*/
  #contents {
    margin-top: 0;
  }

  .component-box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .title-bg {
    display: flex;
    background: #389cb6;
  }

  .main-heading {
    max-width: 1360px;
    width: 100%;
    height: 175px;
    background: url(../../../img/resno/shop/title_bg_pc.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-heading h1 {
    color: #fff;
    font-weight: normal;
    font-size: 6.4rem;
    letter-spacing: 5px;
  }

  #faq .main-heading h1,
  #shop .main-heading h1{
   line-height: 1.5;
  }

  .main-heading h1 span {
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
  }

  .container {
    width: 1024px;
    margin: 100px auto 0 auto;
    word-wrap: break-word;
    position: relative;
  }

  .container-faq {
    width: 850px;
    margin: 50px auto 0 auto;
    word-wrap: break-word;
    position: relative;
  }

  .container-shop {
    width: 1024px;
    margin: 60px auto 0 auto;
    word-wrap: break-word;
    position: relative;
    text-align: center;
  }

  .container-shop section p {
    margin: 30px auto 68px;
    text-align: center;
  }

  .question-headline {
    color: #0087a5;
    font-size: 3rem;
    margin-bottom: 50px;
    font-weight: 200;
  }

  .question-wrap {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #b3b3b3;
  }

  .question-wrap .doubt span {
    font-size: 26px;
    padding-right: 50px;
    padding-right: 4.8%;
    font-weight: 200;
  }

  .question-wrap .doubt span.double-digit {
    padding-right: 32px;
    padding-right: 3.125%;
  }

  .question-wrap p:last-child {
    margin-left: 8.705%;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .shop-info {
    font-size: 15px;
    font-weight: normal;
  }

  .shop-info dt {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .shop-info dt span {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }

  .shop-info dd {
    font-weight: normal;
    color: #666;
    margin-top: 0.25em;
  }

  .f-pageTop {
    position: absolute !important;
    right: 0;
    bottom: -120px;
  }

  /*--- link ------------------------------------------------------------------------*/
  .sub-navi li a,
  .breadCrumbs ol li a,
  #footer .snsLink li a {
    color: #757575;
  }

  .sub-navi li a:hover,
  .sitenavi a:hover,
  .siteLink li a:hover,
  #footer .snsLink li a:hover {
    color: #e84735;
    text-decoration: none;
  }

  .pickup-pro li a:hover dd,
  .carousel-top-visual a:hover .athlete-caption dd,
  .favorite-item-list a:hover,
  .breadCrumbs ol li a:hover {
    color: #e84735 !important;
    text-decoration: underline !important;
  }

  .news li a:hover span,
  .favorite-item-list li:hover a span {
    color: #e84735 !important;
  }

  .pickup-pro li a:hover dd+dd {
    color: #dddddd !important;
    text-decoration: none !important;
  }

  .athlete-link:before {
    color: #e84735 !important;
  }

  /*--- border-color ------------------------------------------------------------------------*/
  .gBack, #globalNavi, .f-bg, #footer {
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    -webkit-box-shadow: 1px 1px transparent;
    box-shadow: 1px 1px transparent;
    border-color: rgba(0, 0, 0, 0.14);
  }
}

/*==============================================================================================

BreakPoint | max-width: 1023px

==============================================================================================*/
@media screen and (max-width: 1023px) {
  body {
    position: relative;
  }

  .h1-title {
    font-size: 2em;
    padding-top: 45px;
    margin-top: 0 !important;
  }

  .pro-navi-title {
    margin-bottom: 0.5em;
  }

  .desc-none {
    margin-bottom: 0 !important;
  }

  .h2-title, .h3-title {
    font-size: 1.6em;
  }

  .h1-title:after,
  .h2-title:after {
    width: 0.5em;
  }

  .desc {
    font-size: 0.875em;
    line-height: 1.8;
    width: 80%;
    margin: auto;
    color: #333;
  }

  .pro-navi-desc {
    font-size: 0.875em;
    color: #696969;
  }

  .center {
    text-align: center;
    width: 100% !important;
  }

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

  .sub-ttl {
    text-align: center !important;
  }

  /*--- MAIN ------------------------------------------------------------------------*/
  .title-bg {
    display: flex;
    background: #389cb6;
  }

  .main-heading {
    max-width: 1360px;
    width: 100%;
    height: 175px;
    background: url(../../../img/resno/shop/title_bg_pc.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-heading h1 {
    color: #fff;
    font-weight: normal;
    font-size: 6.4rem;
    letter-spacing: 5px;
  }

  .main-heading h1 span {
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
  }

  .container {
    width: 100%;
    margin: 100px auto 0 auto;
    word-wrap: break-word;
    position: relative;
  }

  .container-faq {
    width: 100%;
    margin: 50px auto 0 auto;
    word-wrap: break-word;
    position: relative;
  }

  .container-shop {
    width: 100%;
    margin: 60px auto 0 auto;
    word-wrap: break-word;
    position: relative;
    text-align: center;
  }

  .container section {
    padding: 0 20px;
  }

  .container-faq section {
    padding: 0 20px;
  }

  .question-headline {
    color: #0087a5;
    font-size: 3rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 200;
  }

  .question-wrap {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #b3b3b3;
  }

  .question-wrap .doubt span {
    font-size: 26px;
    padding-right: 50px;
    padding-right: 4.8%;
    margin-bottom: 15px;
    font-weight: 200;
  }

  .question-wrap .doubt span.double-digit {
    padding-right: 32px;
    padding-right: 3.125%;
  }

  .question-wrap p:last-child {
    margin-left: 8.705%;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .container-shop .shop-page-link ul {
    width: 305px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .container-shop .shop-page-link li {
    font-size: 16px;
    color: #0188a6;
    margin-bottom: 40px;
  }

  .container-shop .shop-page-link li:not(:nth-child(4)):not(:last-child)::after {
    content: "／";
    margin: 0 3px;
  }

  .container-shop>section>p {
    font-size: 1.6rem;
    margin: 0 15px 40px;
    text-align: center;
    line-height: 1.8;
  }

  .shop-info {
    font-size: 15px;
    font-weight: normal;
  }

  .shop-info dt {
    font-size: 14px;
    font-weight: normal;
  }

  .shop-info dt span {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }

  .shop-info dd {
    font-weight: normal;
    color: #666;
    margin-top: 0.25em;
  }

  .f-pageTop {
    position: absolute !important;
    right: 20px;
    bottom: -95px;
  }

  .link-in-page {
    display: block;
    padding: 0 20px;
  }

  .link-in-page li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 26px;
  }

  /*--- link ------------------------------------------------------------------------*/
  .sub-navi li a,
  .breadCrumbs ol li a,
  #footer .snsLink li a {
    color: #757575 !important;
  }

  .sub-navi li a:hover,
  .sitenavi a:hover,
  .siteLink li a:hover,
  #footer .snsLink li a:hover {
    color: #e84735;
    text-decoration: none;
  }

  .pickup-pro li a:hover dd,
  .carousel-top-visual a:hover .athlete-caption dd,
  .favorite-item-list a:hover,
  .breadCrumbs ol li a:hover {
    color: #e84735 !important;
    text-decoration: underline !important;
  }

  .news li a:hover span,
  .favorite-item-list li:hover a span {
    color: #e84735 !important;
  }

  .pickup-pro li a:hover dd+dd {
    color: #dddddd !important;
    text-decoration: none !important;
  }

  .athlete-link:before {
    color: #e84735 !important;
  }

  /*--- border-color ------------------------------------------------------------------------*/
  .gBack, #globalNavi, .f-bg, #footer {
    -webkit-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    -webkit-box-shadow: 1px 1px transparent;
    box-shadow: 1px 1px transparent;
    border-color: rgba(0, 0, 0, 0.14);
  }

  /*--- sales-banner(Aura Limited/Fathers Day) ------------------------------------------------------------------------*/
  .sales-banner_aura {
    height: 6.25vw;
    text-align: left;
    overflow: hidden;
  }

  .sales-banner_aura .inner-sales-banner {
    position: relative;
    max-width: 1024px;
    width: calc(100% - 8px);
    margin: auto;
  }

  .sales-banner_aura .inner-sales-banner a {
    cursor: pointer;
    outline: none;
  }

  .sales-banner_aura .inner-sales-banner a.link-aura {
    display: inline-block;
    color: #FFFFFF !important;
    height: 6.25vw;
  }

  .sales-banner_aura .inner-sales-banner a.link-father {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #696969 !important;
    width: 26.3671875vw;
    float: none;
    margin-top: 9px;
  }

  .sales-banner_aura .inner-sales-banner a:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box {
    position: relative;
    text-align: left;
    color: #EC6D7B;
    width: 72.55859375vw;
    float: left;
    height: 6.25vw;
    background: url(/campaign/aura_limited2017/images/header_bg.png) no-repeat 97% 0px;
    background-size: 33%;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dt {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 1.5625vw;
    font-weight: bold;
    width: 9.5703125vw;
    height: 64px;
    text-align: center;
    color: #ffffff;
    z-index: 100000;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dt span {
    font-weight: bold;
    z-index: 100;
    position: relative;
    line-height: 1.25;
    display: block;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dt span.first {
    padding-top: 13%;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dt::after {
    position: absolute;
    display: block;
    top: -1.953125vw;
    left: 0;
    content: "";
    background-color: #000;
    border-radius: 90px;
    width: 9.5703125vw;
    height: 9.5703125vw;
    z-index: 1;
    line-height: 0;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dd {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding-left: 14.3%;
    width: 43.75vw;
    margin-top: 2%;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-ttl {
    position: relative;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-ttl strong {
    display: block;
    line-height: 1;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-ttl strong img {
    width: 43.75vw;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-desc {
    position: relative;
    font-size: 1.36953125vw;
    line-height: 1;
    font-weight: normal;
    padding-top: 0.25em;
    white-space: nowrap;
    color: #000;
  }

  .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-desc::after {
    content: "»";
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.26953125vw;
    line-height: 1.4;
    line-height: 1.6\0;
    border-radius: 90px;
    background-color: #757575;
    color: #fff;
    width: 1.953125vw;
    height: 1.953125vw;
    text-align: center;
    display: none;
  }

  @media screen and (max-width: 850px) {
    .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-desc {
      padding-top: 0em;
    }

    .sales-banner_aura .inner-sales-banner dl.aura-box dd .ca-desc::after {
      top: -3px;
    }
  }

  .sales-banner_aura .inner-sales-banner .sales-btm {
    position: relative;
    border-radius: 6px;
    border: 1px solid #696969;
    box-sizing: border-box;
    line-height: 45px;
    line-height: 48px\0;
    width: 100%;
    text-align: center;
    height: 4.39453125vw;
  }

  .sales-banner_aura .inner-sales-banner .sales-btm dt {
    position: absolute;
    font-size: 0.9765625vw;
    color: #fff;
    top: 7%;
    left: 2%;
    display: none;
    background-color: #3886c7;
    width: 3.7109375vw;
    height: 3.7109375vw;
    border-radius: 90px;
    line-height: 1;
    text-align: center;
  }

  .sales-banner_aura .inner-sales-banner .link-aura:hover,
  .sales-banner_aura .inner-sales-banner .sales-btm:hover {
    opacity: 0.7;
  }

  .sales-banner_aura .inner-sales-banner .link-aura:hover dl.aura-box dd .ca-desc::after {
    background-color: #e84735;
  }

  .sales-banner_aura .inner-sales-banner .sales-btm span.badge {}

  .sales-banner_aura .inner-sales-banner .sales-btm dt.badge span {
    display: inline-block;
    line-height: 1.25;
  }

  .sales-banner_aura .inner-sales-banner .sales-btm dt.badge>span {
    padding-top: 12%;
    padding-top: 18%\0;
  }

  .sales-banner_aura .inner-sales-banner .sales-btm dd.ca-name {
    font-size: 1.5625vw;
    font-weight: bold;
    padding-top: 4.2%;
    padding-top: 5%\0;
    padding-left: 0;
    text-align: center;
  }

  .sales-banner_aura .inner-sales-banner .sales-btm::after {
    content: "»";
    position: absolute;
    top: 44.5%;
    top: 50%\0;
    right: 3%;
    display: inline-block;
    font-size: 1.85546875vw;
    line-height: 0;
    color: #696969;
    text-align: center;
  }
}

/*==============================================================================================

BreakPoint | max-width: 767px

==============================================================================================*/
@media screen and (max-width: 767px) {

  /*--- HEADER ------------------------------------------------------------------------*/
  #logo {
    width: 188px;
    padding-left: 8px;
  }

  #logo img {
    width: 100%;
  }

  .sub-navi {
    position: absolute;
    top: 21px;
    right: 3px;
  }

  .sub-navi li a {
    padding: 2px 12px 2px 12px;
  }

  .sub-navi li .material-icons {
    padding-bottom: 0.15em;
  }

  /*--- CONTENTS ------------------------------------------------------------------------*/

  .question-wrap .doubt {
    line-height: 2;
    text-align: center;
  }

  .question-wrap .doubt span {
    display: block;
  }

  .question-wrap p:last-child{
    margin-left: 0 !important;
  }

  .title-bg {
    background: none;
  }
  .main-heading {
    height: 0;
    padding-top: 20.86%;
    background: url(../../../img/resno/shop/title_bg_sp.png) 0 0 no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .main-heading h1{
    color: #fff;
    font-size: 4.172vw;
    margin-top: -18.76%;
  }
  .main-heading h1 span{
    color: #fff;
    font-size:1.825vw;
    padding-top: 5px;
  }
  .container-shop .line-adjust{
    display: inline;
  }
  @media screen and (max-width: 360px) {
    .main-heading h1{
      font-size: 6.388vw;
    }
    .main-heading h1 span{
      color: #fff;
      font-size: 3.333vw;
    }
    .container-shop > section > p{
        font-size: 1.6rem;
        margin: 0 15px 40px;
        text-align: left;
        line-height: 1.8;
      }
  }
  .f-pageTop{
    position: static !important;
    margin: 0 auto !important;
  }
  .f-bg{
    margin-top: 35px !important;
  }
  .item-list-genre{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .item-list-genre li{
    font-size: 10px;
    font-weight: normal;
    width: 48.7%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  @media all and (max-width: 319px) {
    .item-list-genre li{
      font-size: 10px;
      font-weight: normal;
      padding: 0;
      line-height: 2.5;
      width: 100%;
      margin-bottom: 5px;
      margin-right: 0;
      white-space: nowrap;
      text-align: center;
    }
  }
  .item-list-genre li:nth-child(even){
    margin-right: 0;
  }

  /*--- FOOTER ------------------------------------------------------------------------*/
  .f-bg {
    border-top: none;
    border-top: 1px solid transparent;
    background: none;
  }

  .sitenavi {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    background: #fff;
  }

  .sitenavi dl {
    display: none !important;
  }

  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
  }

  #footer .f-inner {
    margin: auto 0 auto 16px;
  }

  #footer .siteLink {
    margin-bottom: -1em;
  }

  #footer .siteLink li {
    margin-bottom: 12px;
  }

  /*--- Copyright ------------------------------------------------------------------------*/
  .Copyright p span {
    display: block;
    padding-left: 0;
    padding-top: 1em;
  }
}

/*==============================================================================================

BreakPoint | max-width: 568px

==============================================================================================*/
@media all and (max-width: 568px) {
  .title {
    max-width: calc(100% - 16px);
    text-align: left;
  }

  .h1-title {
    font-size: 1.6em;
  }

  .h2-title, .h3-title {
    font-size: 1.25em;
  }

  .desc {
    font-size: 0.75em;
    line-height: 1.8;
    width: calc(100% - 32px);
    margin: auto;
  }

  .center {
    text-align: center;
    width: 100% !important;
  }

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


/*-------------------------------------------------------------

製品検索・製品一覧ボタン Start

-------------------------------------------------------------*/
/* IE11でスクロールバーとコンテンツが重なる対策 */
@-ms-viewport {
    width: auto;
}
/* // IE11でスクロールバーとコンテンツが重なる対策 */
/* OVERLAY　対策 */
@media screen and (max-width: 568px) {
	#viIndex{
		z-index: 0;
	}
}
.sitenavi{
	z-index: 0;
}
.swiper-container{
	z-index: 0;
}
.gBack{
	z-index: 0;
}
.sales-banner_resno .inner dl.resno-box{
	z-index: 0;
}
/* // OVERLAY　対策 */

.expansion-area{
	clear: both;
}

/* Button */
.pmd-card-body{
	height: 57px;
}
.btn_list_wrap > ul{
	display: flex;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	-moz-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), -1px -1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), -1px -1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), -1px -1px 2px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
	.btn_list_wrap > ul{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.btn_list_wrap > ul li{
		width: 50%;
	}
}
.btn_list_wrap ul li button span{
  font-family: 'Helvetica Neue', Helvetica, Arial,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  font-weight: 700;
  color: #696969;
}
@media screen and (min-width: 768px) {
	.btn-detail-wrap{
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.btn-detail-wrap{
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 50px;
		background: #fff;
		bottom: 0;
		right: 0;
    -moz-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), -1px -1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), -1px -1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), -1px -1px 2px rgba(0, 0, 0, 0.24);
	}
}
.btn-detail {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.btn-detail {
		display: inline-block;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
}
.btn-detail span{
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 767px) {
	.btn-detail span{
		width: 40px;
		height: 40px;
	}
}
.btn-detail span::before,
.btn-detail span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 4%;
	margin: -8% 0 0 -42%;
	background: #ccc;
}
@media screen and (max-width: 767px) {
	.btn-detail span::before,
	.btn-detail span::after {
		background: #ccc;
	}
}
.btn-detail span::before {
	transform: rotate(-45deg);
}
.btn-detail span::after {
	transform: rotate(45deg);
}
.products-search-btn-open,
.products-search-btn-close,
.products-list-btn-open,
.products-list-btn-close{
	cursor: pointer;
	background: #fff;
}
.products-search-btn-open{
	padding: 0;
	width: 98px;
	height: 98px;
	font-weight: bold;
	border-top: solid 2px #696969;
	border-right: none;
	border-bottom: solid 2px #696969;
	border-left: solid 2px #696969;
	color: #696969;
	box-sizing: border-box;
}
.products-list-btn-open{
	padding: 0;
	width: 98px;
	height: 98px;
	font-weight: bold;
	border: solid 2px #696969;
	color: #696969;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.products-search-btn-open,
	.products-list-btn-open{
		width: 100%;
		height: auto;
		padding: 4px 0;
	}
}
.products-search-btn-open i,
.products-list-btn-open i{
	font-size: 36px;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.products-search-btn-open i,
	.products-list-btn-open i{
		font-size: 22px;
		padding-bottom: 4px;
	}
}
.products-search-btn-open span,
.products-list-btn-open span{
	display: block;
	font-size: 11px;
}
.products-search_wrap .btn_open,
.products-list_wrap .btn_open{
	position: fixed;
	bottom: 0;
	right: 96px;
}
.products-search-btn-close,
.products-list-btn-close{
	padding: 0;
	border: none;
}
.products-search_wrap .btn_close,
.products-list_wrap .btn_close{
	float: right;
	height: 50px;
	background: transparent;
}
@media screen and (max-width: 767px) {
	.products-search_wrap .btn_close,
	.products-list_wrap .btn_close{
		height: 40px;
		background: transparent;
		margin-right: 10px;
		margin-top: 7px;
	}
}
/* // Button */

/* 製品検索 コンテンツ */
#products-search_slide{
	display: none;
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 60%;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #696969;
}
@media screen and (max-width: 767px) {
	#products-search_slide{
		height: 100%;
	}
}
.products-search_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999998;
	clear: both;
}
.free-search input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.free-search input {
		padding: 12px;
	}
}
.free-search {
	position: relative;
	max-width: 1024px;
	width: 80%;
	margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
	.free-search {
		width: 90%;
	}
}
.free-search-input {
	width: 100%;
}
.free-search-submit {
	position: absolute;
	width: 80px;
	height: 54px;
	top: calc(50% - 24px);
	right: 0;
	border-radius: 0 4px 4px 0 !important;
	background: #696969;
	cursor: pointer;
}
.free-search input[type=submit]{
	font-family: FontAwesome;
	font-size: 26px;
	color: #fff;
	padding: 0;
	position: absolute;
	top: 0;
	height: 100%;
}
@media screen and (max-width: 767px) {
		.free-search input[type=submit] {
		font-family: FontAwesome;
		font-size: 22px;
		color: #fff;
		padding: 8px 0;
		position: absolute;
		top: 0px;
		bottom: 0;
		height: auto;
		overflow: hidden;
	}
}
/* //製品検索 コンテンツ */
/* 製品を探す コンテンツ */
#products-list_slide{
	display: none;
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 60%;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #696969;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 100vh;
}
@media screen and (max-width: 767px) {
	#products-list_slide{
		height: 100%;
	}
}
.products-list_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999998;
	clear: both;
}
.find-product-bg{
	background-color: #ffffff !important;
}
@media screen and (max-width: 767px) {
	.find-product-menu > ul{
		padding: 1em 1em 8em !important;
	}
}
.find-product-menu ul>li{
	text-align: left;
}
.find-product-menu ul>li>a {
	display: block;
	padding: 12px 16px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.find-product-menu ul>li>a:hover,
.find-product-menu ul>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
@media screen and (min-width: 767px) {
	.items-list-adjust > ul > li > ul > li > h2,
  .items-list-adjust > ul > li > ul > li > a,
  .items-list-adjust > ul > li > ul > li > h2 > a{
		font-size: 14px !important;
	}
}
@media screen and (min-width: 768px) {
	span.ems-span-adjust{
		font-size: 12px !important;
    color: #696969 !important;
	}
}
@media screen and (max-width: 767px) {
	span.ems-span-adjust{
		font-size: 10px !important;
    color: #696969 !important;
	}
}
/* //製品を探す コンテンツ */

/* ワード検索 */
.word-search-wrap{
	display: flex;
	flex-wrap: wrap;
	max-width: 1024px;
	width: 90%;
	margin: 2em auto 0;
}
.word-search{
	margin-bottom: 1em;
	margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
	.word-search{
		padding-bottom: 0.25em;
	}
}
.word-search a{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #636363;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 5px 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.word-search a:hover{
	color: #e84735;
	border: 1px solid #ccc;
	text-decoration: none;
}
/* // ワード検索 */
/*-------------------------------------------------------------

End 製品検索・製品一覧ボタン

-------------------------------------------------------------*/