@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
メニュー用
----------------------------------------------------*/
/*----------------------------------------------------
トップの検索フィール用
----------------------------------------------------*/
#catch {
  background-image: url(../images/top/catch_pc2.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 640px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-position-x: center;
  margin: 68px 0 0px;
  padding: 90px 0 0;
  /* 750以下  */
  /* 1360以下  */
}
@media all and (max-width: 750px) {
  #catch {
    background-image: url(../images/top/catch_sp.jpg);
  }
}
@media all and (max-width: 1360px) {
  #catch {
margin: 30px 0 0px;
    padding: 50px 0 0;
  }
}
#catch h2 {
  font-size: 60px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #catch h2 {
    font-size: 30px;
  }
}

.head_catch {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.06em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .head_catch {
    font-size: 18px;
    margin: 0px 0 80px;
  }
}

#hybrid {
  background: #00353C;
}

.hybrid_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 140px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .hybrid_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 40px 35px;
  }
}

.hybrid_image {
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .hybrid_image {
    width: 420px;
  }
}
@media all and (max-width: 1215px) {
  .hybrid_image {
    margin: 0 0 30px;
  }
}

.hybrid_text {
  text-align: left;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .hybrid_text {
    width: calc(100% - 520px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hybrid_text h3 {
  font-size: 38px;
  margin: 0 0 40px;
  font-weight: normal;
  letter-spacing: 0;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .hybrid_text h3 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
.hybrid_text span {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.03em;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .hybrid_text span {
    letter-spacing: 0;
    line-height: 1.67;
    margin: 20px 0 50px;
    display: block;
  }
}

#product_menu ul {
  max-width: 1120px;
  padding: 70px 28px;
  margin: 0 auto;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  #product_menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 20px;
  }
}
#product_menu li {
  position: relative;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  #product_menu li {
    width: 340px;
  }
}
#product_menu li .green_tab {
  position: absolute;
  background: #00353C;
  color: #fff;
  z-index: 1;
  padding: 2px 15px;
  top: 50%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -39px;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  #product_menu li .green_tab {
    margin-top: -49px;
  }
}
#product_menu li .menu_img {
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
  position: relative;
}
#product_menu li .menu_img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product_menu li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#product_menu li span {
  margin: 10px 0;
  color: #393939;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  #product_menu li span {
    font-size: 16px;
    height: 35px;
  }
}

#top_search {
  background: #E3E3E3;
  padding: 50px 0;
  letter-spacing: 0;
}
#top_search h3 {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  #top_search h3 {
    font-size: 22px;
  }
}

.search_wrap {
  max-width: 1140px;
  padding: 0 55px;
  margin: 0 auto;
}
.search_wrap h4 {
  font-weight: normal;
  padding: 0 0px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_wrap h4 {
    text-align: left;
    font-size: 14px;
  }
}
.search_wrap select {
  color: #000;
  padding: 8px;
  border: 1px solid #AFB9B6;
  background: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search_wrap input {
  background: #fff;
}
.search_wrap li {
  position: relative;
  margin: 0 10px;
}
.search_wrap label::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_select.png);
  background-size: cover;
  width: 12px;
  height: 11px;
}

.search_set {
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .search_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*----------------------------------------------------
製品カテゴリー
----------------------------------------------------*/
.search_1 label {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 label {
    width: 100%;
  }
}
.search_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sf-field-taxonomy-item_cate {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-taxonomy-item_cate {
    width: 100%;
  }
}
.sf-field-taxonomy-item_cate select.sf-input-select {
  width: 170px;
  min-width: unset;
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .sf-field-taxonomy-item_cate select.sf-input-select {
    margin: 0 20px 0 10px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-taxonomy-item_cate select.sf-input-select {
    width: 100%;
  }
}
.sf-field-taxonomy-item_cate label::after {
  right: 30px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-taxonomy-item_cate label::after {
    top: 42px;
    right: 8px;
  }
}

/*----------------------------------------------------
接続方式
----------------------------------------------------*/
/*-------有線--------*/
.sf-field-post-meta-wired {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired {
    width: 100%;
  }
}
.sf-field-post-meta-wired select.sf-input-select {
  /* 1215px以下  */
  min-width: unset;
  /* 1215px以上  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired select.sf-input-select {
    width: 100%;
  }
}
@media all and (min-width: 1216px) {
  .sf-field-post-meta-wired select.sf-input-select {
    margin: 0 20px 0 10px;
    width: 140px;
  }
}
.sf-field-post-meta-wired label {
  /* 1215px以下  */
}
.sf-field-post-meta-wired label::after {
  right: 30px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired label::after {
    right: 7px;
    top: 42px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-wired label {
    width: 100%;
  }
}

/*----------------------------------------------------
両耳・片耳   価格帯
----------------------------------------------------*/
/*-------両耳・片耳--------*/
.sf-field-post-meta-ear {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear {
    width: 100%;
  }
}
.sf-field-post-meta-ear select.sf-input-select {
  /* 1215px以下  */
  /* 1215px以上  */
  min-width: unset;
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear select.sf-input-select {
    width: 100%;
  }
}
@media all and (min-width: 1216px) {
  .sf-field-post-meta-ear select.sf-input-select {
    width: 120px;
    margin: 0 20px 0 10px;
  }
}
.sf-field-post-meta-ear label {
  /* 1215px以下  */
}
.sf-field-post-meta-ear label::after {
  right: 30px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear label::after {
    top: 42px;
    right: 7px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-ear label {
    width: 100%;
  }
}

/*-------価格帯--------*/
.sf-field-post-meta-range {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range {
    width: 100%;
  }
}
.sf-field-post-meta-range select.sf-input-select {
  /* 1215px以下  */
  /* 1215px以上  */
  min-width: unset;
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range select.sf-input-select {
    width: 100%;
  }
}
@media all and (min-width: 1216px) {
  .sf-field-post-meta-range select.sf-input-select {
    width: 170px;
    margin: 0 0 0 10px;
  }
}
.sf-field-post-meta-range label {
  /* 1215px以下  */
}
.sf-field-post-meta-range label::after {
  right: 10px;
  top: 22px;
  pointer-events: none;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range label::after {
    top: 42px;
    right: 7px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-post-meta-range label {
    width: 100%;
  }
}

/*----------------------------------------------------
キーワード検索
----------------------------------------------------*/
.search_1 .sf-field-search {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search {
    width: 100%;
  }
}
.search_1 .sf-field-search input {
  border: 1px solid #AFB9B6;
  padding: 15px;
  border-radius: 50px;
  width: 400px;
  margin: 0 10px;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1) inset;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search input {
    width: calc(100% - 40px);
    padding: 15px 20px;
    margin: 0;
  }
}
.search_1 .sf-field-search label {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search label {
    width: 100%;
  }
}
.search_1 .sf-field-search label::after {
  display: none;
}
.search_1 .sf-field-search h4 {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-search h4 {
    text-align: center;
  }
}
.search_1 .sf-field-submit {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-submit {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.search_1 .sf-field-submit input {
  border: none;
  cursor: pointer;
  display: block;
  color: #fff;
  background: #6E8B8F;
  padding: 10px 0px;
  border-radius: 6px;
  background: #6E8B8F;
  color: #fff;
  border: 1px solid #6E8B8F;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  width: 120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .search_1 .sf-field-submit input {
    margin: 0 0 0 20px;
  }
}
@media all and (max-width: 1215px) {
  .search_1 .sf-field-submit input {
    margin: 0 auto;
    padding: 6px 0px;
    width: 100%;
    max-width: 300px;
  }
}
.search_1 .sf-field-submit input:hover {
  background: #E4F1F8;
  color: #6E8B8F;
}
.search_1 .sf-field-submit input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.sf-field-reset {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .sf-field-reset {
    width: 49%;
  }
}
.sf-field-reset li {
  margin: 0;
}
.sf-field-reset a {
  display: block;
  color: #fff;
  background: #6E8B8F;
  padding: 10px 0px;
  border-radius: 6px;
  background: #6E8B8F;
  color: #fff;
  border: 1px solid #6E8B8F;
  font-weight: 500;
  width: 120px;
  /* 1215px以上  */
  /* 1215px以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1216px) {
  .sf-field-reset a {
    margin: 0 0 0 20px;
  }
}
@media all and (max-width: 1215px) {
  .sf-field-reset a {
    margin: 0 auto;
    padding: 6px 0px;
    max-width: 300px;
    width: 100%;
  }
}
.sf-field-reset a:hover {
  background: #E4F1F8;
  color: #6E8B8F;
}

.searchandfilter ul li {
  list-style: none;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .searchandfilter ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#result_list {
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 20px;
  /* 750以下  */
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #result_list {
    padding: 40px 20px;
  }
}
#result_list select.sf-input-select {
  min-width: 100px;
  /* 750以下  */
  padding: 0 30px 0 10px;
  border: none;
  margin: 0 20px;
  /* 750以下  */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000;
}
@media all and (max-width: 750px) {
  #result_list select.sf-input-select {
    width: 0px;
  }
}
@media all and (max-width: 750px) {
  #result_list select.sf-input-select {
    margin: 0;
  }
}
#result_list label {
  position: relative;
}
#result_list label::after {
  content: "";
  position: absolute;
  background-image: url(../images/arr_select2.png);
  background-size: cover;
  width: 11px;
  height: 6px;
  top: 10px;
  right: 28px;
  pointer-events: none;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #result_list label::after {
    right: 0;
  }
}
@media all and (max-width: 750px) {
  #result_list .searchandfilter select.sf-input-select {
    min-width: 100px;
  }
}

.result_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 750以下  */
  margin: 0 0 30px;
}
@media all and (max-width: 750px) {
  .result_head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.result_head p {
  font-size: 16px;
  margin: 0 40px 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .result_head p {
    margin: 0;
    font-size: 14px;
  }
}
.result_head p.result_non {
  display: none;
}
.result_head span {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 600;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .result_head span {
    font-size: 22px;
  }
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .item_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.item_list li {
  -webkit-box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
          box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
  border: 1px solid #fff;
  /* 1215px以上  */
  /* 1215px以下  */
  /* 750以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1216px) {
  .item_list li {
    padding: 0px;
    margin: 0px 2.5% 5% 2.5%;
    width: 27%;
  }
  /*.item_list li:nth-of-type(3n) {
    margin: 0px 0 5% 0;
  }*/
}
@media all and (max-width: 1215px) {
  .item_list li {
    padding: 7px;
    width: 47%;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 750px) {
  .item_list li {
    padding: 7px;
    width: 43%;
    margin: 0 0 20px 0;
  }
}
.item_list li a {
  color: #393939;
  text-align: left;
}
.item_list li a h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a h2 {
    font-size: 14px;
    padding: 0 5px;
    height: 47px;
  }
}
.item_list li a .item_price {
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 5px;
  padding: 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a .item_price {
    font-size: 11px;
    padding: 0 5px;
  }
}
.item_list li a .thumnail {
  overflow: hidden;
}
.item_list li a .thumnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item_list li a:hover .thumnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item_list li:hover {
  border: 1px solid #6B8B8E;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0 40px;
  font-size: 24px;
  font-weight: 400;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .pager {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.pager span {
  color: #fff;
  background: #00353C;
  width: 34px;
  height: 34px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager span.dots {
  color: #fff;
  background: #C6C6C6;
}
.pager a {
  color: #fff;
  background: #C6C6C6;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager a:hover {
  background: #00353C;
}
.pager a.prev, .pager a.next {
  position: relative;
}
.pager a.prev::after, .pager a.next::after {
  content: "";
  position: absolute;
  background-size: cover;
  width: 7px;
  height: 11px;
  top: 11px;
  right: 13px;
}
.pager a.prev::after {
  background-image: url(../images/arr_prev.png);
}
.pager a.next::after {
  background-image: url(../images/arr_next.png);
}

#more_epos {
  background: #00353C;
  padding: 0 20px 70px;
}
#more_epos a {
  color: #000;
}
#more_epos a .thumnail_inn {
  overflow: hidden;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#more_epos a .thumnail_inn img {
  -webkit-transform: scale(1);
          transform: scale(1);
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #more_epos a .thumnail_inn img {
    height: 100%;
    width: auto;
  }
}
#more_epos a:hover .thumnail_inn img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#more_epos a .thumnail {
  position: relative;
  -webkit-box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);
          box-shadow: 6px 6px 8px rgba(33, 77, 72, 0.2);
}
#more_epos a .thumnail_inn {
  height: 265px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #more_epos a .thumnail_inn {
    height: auto;
  }
}
#more_epos h3 {
  width: 180px;
  margin: 0 auto;
  padding: 60px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #more_epos h3 {
    padding: 60px 0 30px;
  }
}
#more_epos .recent_info {
  background: #fff;
  padding: 70px;
  max-width: 1150px;
  margin: 0 auto;
  border: 3px solid #6D9193;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #more_epos .recent_info {
    padding: 35px;
  }
}
#more_epos .recent_info ul {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #more_epos .recent_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#more_epos .recent_info li {
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  #more_epos .recent_info li {
    width: 30%;
  }
}
@media all and (max-width: 750px) {
  #more_epos .recent_info li {
    margin: 0 0 40px 0;
  }
}
#more_epos .info_text {
  text-align: left;
}
#more_epos .info_text h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 20px 0 10px;
  letter-spacing: 0.05em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #more_epos .info_text h4 {
    font-size: 18px;
  }
}
#more_epos .info_text .info_date {
  font-size: 14px;
  color: #656565;
  font-weight: 200;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #more_epos .info_text .info_date {
    font-size: 12px;
  }
}
#more_epos .link_info {
  margin: 50px 0 0;
}
#more_epos .link_info a {
  border-radius: 100px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #00353C;
  border: 1px solid #00353C;
  margin: 0 auto;
  font-weight: 500;
  width: 184px;
  /* 751以上 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #more_epos .link_info a {
    width: 290px;
    height: 69px;
    font-size: 20px;
  }
}
#more_epos .link_info a:hover {
  color: #00353C;
  background: #fff;
}

#about_epos {
  padding: 140px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #about_epos {
    padding: 60px 0;
  }
}
#about_epos .link_about {
  padding: 0 20px;
}
#about_epos .link_about a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  background-image: url(../images/top/about.jpg);
  background-size: cover;
  height: 300px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  /* 1000以下  */
  /* 1001以上  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
@media all and (max-width: 1000px) {
  #about_epos .link_about a {
    height: 235px;
  }
}
@media all and (min-width: 1001px) {
  #about_epos .link_about a {
    width: 950px;
  }
}
#about_epos .link_about a::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/about_tag.png);
  width: 160px;
  height: 37px;
  left: 0;
  background-size: cover;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #about_epos .link_about a::before {
    top: -2px;
  }
}
@media all and (max-width: 750px) {
  #about_epos .link_about a {
    background-image: url(../images/top/about_sp.jpg);
  }
}
#about_epos .link_about a:hover {
  background-image: url(../images/top/about_hover.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #about_epos .link_about a:hover {
    background-image: url(../images/top/about_sp_hover.jpg);
  }
}

section#movie {
  /* 1000以下  */
}
@media all and (max-width: 1000px) {
  section#movie {
    position: relative;
    padding: 0 20px 56.25%;
    margin: 0 0 80px;
  }
}
section#movie iframe {
  /* 1001以上  */
  /* 1000以下  */
}
@media all and (min-width: 1001px) {
  section#movie iframe {
    margin: 0 0 160px;
    width: 950px;
    height: 533px;
  }
}
@media all and (max-width: 1000px) {
  section#movie iframe {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/*# sourceMappingURL=top.css.map */

@media screen and (min-width:431px) {
	.eposxjade_logo{
	width: 450px;
	}
}

@media screen and (max-width:430px) {
	.eposxjade_logo{
	width: 350px;
	}
}

.about_epos_padding{
  padding: 50px 0!important;
}

  @media (min-width: 1001px){
.top-workat{
    width:950px;
    margin-bottom: 50px;
}
}

@media (max-width: 1000px){
.top-workat{
    margin: 0 0px 20px 0px;
width:95%;
}
}

.menu_left{
text-align: left
}

/*アンカーのずれを修正*/
.anchor {
  padding-top: 90px;
  margin-top: -90px;
}