@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
#header {
  background: #fff; }

@media screen and (max-width: 768px) {
  #header {
    border-bottom: none; } }
.height-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

/*------------------------------------------------------
 シール詳細画面
-------------------------------------------------------*/
/*カートのアイコン*/
ul.cart-btn {
  position: fixed;
  z-index: 10;
  top: 20%;
  right: 3%;
  width: 50px;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 25px;
  background: #333; }
  ul.cart-btn li {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 0;
    text-align: center; }
    ul.cart-btn li a {
      display: block;
      position: relative;
      padding: 10px; }
      ul.cart-btn li a img {
        vertical-align: bottom;
        position: relative;
        z-index: 0; }
      ul.cart-btn li a span {
        position: absolute;
        background: #c00;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        top: 8px;
        right: 8px;
        z-index: 1; }
      ul.cart-btn li a:hover {
        background: #666; }
        ul.cart-btn li a:hover img {
          opacity: 1; }
    ul.cart-btn li:first-child:after {
      content: '';
      display: inline-block;
      width: 80%;
      border-bottom: 1px solid #fff;
      vertical-align: bottom; }
    ul.cart-btn li:first-child a {
      padding: 15px 10px 10px 10px; }
    ul.cart-btn li:last-child a {
      padding: 10px 10px 15px 10px; }

.item-main {
  padding: 10px; }
  .item-main img {
    width: 100%; }
  .item-main.limit:after {
    content: '在庫限り';
    display: block;
    position: absolute;
    border-radius: 1em;
    text-align: center;
    background: #666;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0.1em 1em;
    top: 0;
    left: 10px;
    z-index: 1; }

/*製品スペック*/
.item-box {
  margin-top: -50px; }

.item-spec {
  margin-top: -80px;
  background-image: url("../img/temp/item/background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px; }
  .item-spec h2 {
    line-height: 1.2;
    font-weight: 400; }
  .item-spec h3 {
    font-size: 18px;
    border-bottom: 1px solid #CBCBCB;
    font-weight: bold;
    padding: 0 0 0.5em 0.1em; }
  .item-spec table.spec {
    width: 100%; }
    .item-spec table.spec tr {
      border-bottom: 1px solid #CBCBCB; }
      .item-spec table.spec tr th {
        padding: 0.6em 0 0.6em 0;
        min-width: 140px; }
      .item-spec table.spec tr td, .item-spec table.spec tr th {
        padding: 0.6em 1em 0.6em 0;
        text-align: left;
        font-size: 15px;
        color: #333;
        font-weight: 400; }
  .item-spec p {
    margin: 1em 0;
    font-size: 14px;
    color: #666; }
  .item-spec h4 {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 0.7em; }
  .item-spec .tags span {
    margin: 0 0.5em 1em 0.5em;
    display: inline-block;
    border-radius: 1em;
    border: 1px solid #FFAA00;
    float: left;
    font-size: 12px;
    min-width: 82px;
    text-align: center;
    padding: 0.2em; }
  .item-spec ul.action-btn {
    list-style: none;
    padding: 0;
    margin: 0.7em 0; }
    .item-spec ul.action-btn li {
      border-bottom: 1px solid #CBCBCB; }
      .item-spec ul.action-btn li a {
        text-decoration: none;
        color: #333;
        font-weight: 400;
        padding: 1em 1em 1em 5em;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        .item-spec ul.action-btn li a:hover {
          color: #FFAA00; }
      .item-spec ul.action-btn li:last-child {
        border-bottom: none; }
    .item-spec ul.action-btn li.pdf a {
      background-image: url("../img/temp/item/icon_pdf.png");
      background-size: 2.2em;
      background-position: center left 0.7em;
      background-repeat: no-repeat; }
      .item-spec ul.action-btn li.pdf a:hover {
        background-image: url("../img/temp/item/icon_pdf_on.png"); }
    .item-spec ul.action-btn li.sample a {
      background-image: url("../img/temp/item/icon_sample.png");
      background-size: 2.2em;
      background-position: center left 0.7em;
      background-repeat: no-repeat; }
      .item-spec ul.action-btn li.sample a:hover {
        background-image: url("../img/temp/item/icon_sample_on.png"); }
    .item-spec ul.action-btn li.box a {
      background-image: url("../img/temp/item/icon_box.png");
      background-size: 2.5em;
      background-position: center left 0.5em;
      background-repeat: no-repeat; }
      .item-spec ul.action-btn li.box a:hover {
        background-image: url("../img/temp/item/icon_box_on.png"); }
    .item-spec ul.action-btn li.ec a {
      background-image: url("../img/temp/item/icon_ec.png");
      background-size: 2.5em;
      background-position: center left 0.5em;
      background-repeat: no-repeat; }
      .item-spec ul.action-btn li.ec a:hover {
        background-image: url("../img/temp/item/icon_ec_on.png"); }
    .item-spec ul.action-btn li.ec-disable a {
      color: #BBB;
      background-image: url("../img/temp/item/icon_ec_disable.png");
      background-size: 2.5em;
      background-position: center left 0.5em;
      background-repeat: no-repeat;
      pointer-events: none; }
  .item-spec:after {
    content: '';
    display: block;
    position: absolute;
    right: 35px;
    bottom: 15px;
    width: 100px;
    height: 150px;
    background: url("../img/contact/icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }

@media screen and (max-width: 1024px) {
  .item-spec {
    padding: 30px; }
    .item-spec table.spec tr td, .item-spec table.spec tr th {
      font-size: 14px; } }
@media screen and (max-width: 768px) {
  .item-box {
    margin-top: 0; }

  .item-spec {
    margin-top: 0;
    padding: 10px 10px 50px 10px;
    background: none; }
    .item-spec table.spec tr th {
      padding: 0.6em 0 0.6em 0;
      min-width: 110px; }
    .item-spec table.spec tr td, .item-spec table.spec tr th {
      font-size: 12px; }
    .item-spec .tags span {
      font-size: 11px; }
    .item-spec ul.action-btn {
      font-size: 13px; }
    .item-spec:after {
      content: '';
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 60px;
      height: 80px; } }
/*------------------------------------------------------
 関連商品
-------------------------------------------------------*/
.suggestion {
  margin-bottom: 50px; }
  .suggestion h3 {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #808080;
    margin: 1em 0 1em 0; }
    .suggestion h3 span {
      display: inline-block;
      font-size: 0.5em;
      font-weight: noraml;
      padding: 0.8em 0.5em 0.8em 3em;
      background-image: url("../img/temp/item/hane.png");
      background-size: 3em;
      background-position: bottom 0.3em left;
      background-repeat: no-repeat;
      color: #FFAA00; }
  .suggestion .inner {
    padding: 20px 10px 50px 10px;
    text-align: center;
    color: #333;
    position: relative; }
    .suggestion .inner img {
      position: relative;
      z-index: 0; }
    .suggestion .inner.new:before {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 60px;
      background: url("../img/temp/item/icon_new.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      top: 0;
      left: 0;
      z-index: 1; }
    .suggestion .inner.limit:after {
      content: '在庫限り';
      display: block;
      position: absolute;
      border-radius: 1em;
      text-align: center;
      background: #666;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      padding: 0.1em 1em;
      top: 0;
      right: 0;
      z-index: 1; }
    .suggestion .inner h6 {
      font-size: 14px;
      font-weight: 400; }
    .suggestion .inner p {
      font-size: 18px;
      margin-bottom: 0.5em; }
    .suggestion .inner a {
      text-decoration: none;
      padding: 0.6em;
      background: #E2E2E2;
      display: block;
      color: #333;
      font-size: 14px;
      font-weight: 400;
      max-width: 170px;
      margin: auto;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .suggestion .inner a:hover {
        color: #fff;
        background: #333; }

@media screen and (max-width: 768px) {
  .suggestion h3 {
    font-size: 32px; }
  .suggestion .inner {
    padding: 15px 5px 30px 5px; }
    .suggestion .inner h6 {
      font-size: 12px; }
    .suggestion .inner p {
      font-size: 16px; }
    .suggestion .inner a {
      font-size: 13px; } }
/*------------------------------------------------------
 サンプル請求ボックス
-------------------------------------------------------*/
.order-box {
  background-image: url("../img/order/frame-top.png"), url("../img/order/frame-bottom.png");
  background-position: top center,bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 100px 40px;
  max-width: 1100px;
  margin: auto; }
  .order-box .sc-list-item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCCCCC; }
    .order-box .sc-list-item:last-child {
      border-bottom: none; }
    .order-box .sc-list-item div {
      padding: 15px; }
    .order-box .sc-list-item .sc-product-image {
      width: 30%;
      text-align: center; }
      .order-box .sc-list-item .sc-product-image img {
        width: 120px;
        vertical-align: bottom; }
    .order-box .sc-list-item .sc-product-details {
      width: 60%;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .order-box .sc-list-item .sc-product-details .sc-product-name {
        width: 70%; }
        .order-box .sc-list-item .sc-product-details .sc-product-name a {
          text-decoration: none;
          color: #333; }
      .order-box .sc-list-item .sc-product-details .sc-product-number {
        width: 30%; }
    .order-box .sc-list-item .sc-product-delete {
      text-align: center;
      width: 20%; }
      .order-box .sc-list-item .sc-product-delete input.product-delete {
        background: url("../img/order/delete.png");
        padding: 0;
        background-color: none;
        background-size: 16px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px; }
        .order-box .sc-list-item .sc-product-delete input.product-delete:hover {
          background: url("../img/order/delete-on.png");
          background-size: 16px;
          background-position: center;
          background-repeat: no-repeat; }
  .order-box .btn-more {
    font-size: 20px;
    padding: 0.7em 10px;
    font-weight: 400; }
    .order-box .btn-more img {
      margin: 0 0 0 0.5em; }

button.more-label {
  padding: 0;
  margin: 0;
  background: url("../img/order/more-off.png");
  background-size: cover;
  display: inline-block; }
  button.more-label img {
    opacity: 0;
    vertical-align: bottom;
    max-width: 400px; }
  button.more-label:hover {
    background: none; }
    button.more-label:hover img {
      opacity: 1; }

@media screen and (max-width: 768px) {
  .order-box {
    padding: 70px 10px; }
    .order-box .sc-list-item div {
      padding: 10px; }

  button.more-label img {
    max-width: 240px; } }
@media screen and (max-width: 576px) {
  .order-box .sc-list-item div {
    padding: 10px 5px; }
  .order-box .sc-list-item .sc-product-details {
    display: block; }
    .order-box .sc-list-item .sc-product-details .sc-product-name {
      width: 100%;
      padding: 5px; }
    .order-box .sc-list-item .sc-product-details .sc-product-number {
      width: 100%;
      font-size: 14px;
      padding: 5px; }
  .order-box .sc-list-item .sc-product-delete input.product-delete {
    width: 40px;
    height: 40px; } }
/*------------------------------------------------------
 ラベル検索
-------------------------------------------------------*/
.search-box h3 {
  text-align: center;
  font-size: 24px; }
  .search-box h3 img {
    margin-right: 0.5em;
    margin-left: -50px; }

.check-area {
  text-align: center; }
  .check-area label {
    display: inline-block;
    border: 1px solid #FFAA00;
    color: #333;
    text-align: center;
    min-width: 120px;
    padding: 0.2em 0.5em;
    border-radius: 1em;
    font-size: 14px;
    margin: 0.5em; }
    .check-area label:hover {
      cursor: pointer;
      cursor: hand; }
  .check-area input[type="checkbox"] {
    display: none; }
    .check-area input[type="checkbox"]:checked + label {
      background: #FFAA00;
      color: #fff; }

.keyword-area {
  margin: 20px auto;
  max-width: 800px;
  width: 100%;
  position: relative; }
  .keyword-area input[type="text"] {
    border-radius: 2em;
    width: 100%;
    padding-left: 3em;
    padding-right: 2em;
    border: 2px solid #FFAA00;
    background: #fff;
    font-size: 16px;
    outline: none; }
  .keyword-area input[type="submit"] {
    border-radius: 50%;
    height: 4em;
    width: 4em;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 4em;
    position: absolute;
    top: -0.7em;
    right: 0;
    border: 2px solid #FFAA00; }
    .keyword-area input[type="submit"]:hover {
      background: #fff;
      color: #FFAA00;
      opacity: 1; }
  .keyword-area img.icon {
    position: absolute;
    top: 0.8em;
    left: 0.8em;
    width: 1.5em; }
  .keyword-area img.img {
    position: absolute;
    top: -0.8em;
    right: -110px; }
  .keyword-area h3 {
    font-size: 16px; }
    .keyword-area h3 span {
      color: #777;
      font-size: 14px; }

@media screen and (max-width: 1024px) {
  .keyword-area img.img {
    position: absolute;
    top: 4.5em;
    right: 0;
    width: 70px; }
  .keyword-area h3 {
    font-size: 18px; }
    .keyword-area h3 span {
      font-size: 12px; } }
@media screen and (max-width: 576px) {
  .search-box h3 {
    font-size: 18px; }
    .search-box h3 img {
      width: 35px; } }
.found-select {
  position: relative;
  max-width: 300px;
  margin: auto;
  z-index: 3;
  text-align: center; }

.found-select.category {
  z-index: 4; }

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none; }

.custom-select-wrapper select {
  display: none; }

.custom-select {
  position: relative;
  display: inline-block; }

.custom-select-trigger {
  position: relative;
  display: block;
  width: 300px;
  padding: 15px 50px 15px 22px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  background: #FFAA00;
  border-radius: 100px;
  cursor: pointer;
  font-weight: bold; }

.small .custom-select-trigger {
  width: 200px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin: auto; }

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0; }

.small .custom-select-trigger:after {
  right: 15px; }

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 2px solid #ddd;
  border-radius: 15px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  text-align: left;
  padding: 5px; }
  .custom-options .inner {
    overflow-y: auto;
    max-height: 300px; }
    .custom-options .inner::-webkit-scrollbar {
      width: 5px; }
    .custom-options .inner::-webkit-scrollbar-track {
      padding: 10px;
      background: none; }
    .custom-options .inner::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #aaa; }

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 15px;
  height: 15px;
  margin-bottom: -6px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out; }

.option-hover:before {
  background: #f9f9f9; }

.custom-option {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  line-height: 1.3;
  cursor: pointer;
  transition: all .4s ease-in-out; }

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0; }

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }

.custom-option:hover,
.custom-option.selection {
  background: #eee; }

.custom-option:first-child {
  border-radius: 5px 5px 0 0; }

.custom-option:last-child {
  border-radius: 0 0 5px 5px; }

body.select-open {
  overflow: hidden; }

/*------------------------------------------------------
 カタログ一覧
-------------------------------------------------------*/
.bg-illust {
  background: url("../img/catalog/bg.png");
  background-size: 20%;
  background-position: left -5% bottom 200px;
  background-repeat: no-repeat; }

@media screen and (max-width: 1720px) {
  .bg-illust {
    background: url("../img/catalog/bg.png");
    background-size: 20%;
    background-position: left -15% bottom 200px;
    background-repeat: no-repeat; } }
@media screen and (max-width: 1420px) {
  .bg-illust {
    background: url("../img/catalog/bg.png");
    background-size: 30%;
    background-position: left 0 bottom 0px;
    background-repeat: no-repeat; } }
@media screen and (max-width: 1024px) {
  .bg-illust {
    background-size: 40%;
    background-position: left bottom 0px;
    padding-bottom: 20%; } }
@media screen and (max-width: 768px) {
  .bg-illust {
    background-size: 60%;
    padding-bottom: 30%; } }
.side-menu h3 {
  color: #FFAA00; }
  .side-menu h3 span {
    font-family: sans-serif;
    color: #777;
    font-size: 14px;
    margin-left: 0.5em; }
.side-menu ul.year-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid #666666; }
  .side-menu ul.year-list li {
    list-style: none;
    border-bottom: 1px solid #666666; }
    .side-menu ul.year-list li a {
      display: block;
      text-decoration: none;
      color: #FFAA00;
      padding: 0.7em 2em 0.7em 1em;
      position: relative; }
      .side-menu ul.year-list li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0.8em;
        right: 0.7em;
        width: 0.8em;
        height: 0.8em;
        border-top: 2px solid #B1B1B1;
        border-right: 2px solid #B1B1B1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.catalog-list-item .col-md-4 {
  padding: 5px; }

.catalog-list-item {
  padding: 30px 0; }
  .catalog-list-item.new .image-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 60px;
    background: url("../img/temp/item/icon_new.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 10px;
    z-index: 2; }
  .catalog-list-item .image-box {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    align-items: center; }
    .catalog-list-item .image-box .inner {
      position: absolute;
      display: flex;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
      .catalog-list-item .image-box .inner img {
        width: auto;
        height: auto;
        box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.25);
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%; }
  .catalog-list-item .item-content {
    padding: 10px 35px; }
    .catalog-list-item .item-content span.day {
      font-size: 12px;
      color: #969696;
      display: inline-block;
      border-bottom: 1px solid #969696; }
    .catalog-list-item .item-content h5 {
      font-size: 18px; }
    .catalog-list-item .item-content .download-link {
      padding-top: 18px;
      position: relative;
      margin-top: 10px; }
      .catalog-list-item .item-content .download-link a {
        position: absolute;
        top: 0;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px; }
        .catalog-list-item .item-content .download-link a img {
          margin-top: 7px;
          vertical-align: middle; }
        .catalog-list-item .item-content .download-link a.view-pdf {
          background: #FFAA00;
          right: 50px; }
        .catalog-list-item .item-content .download-link a.view-jpg {
          background: #F0F0F0;
          right: 0; }
        .catalog-list-item .item-content .download-link a:hover {
          opacity: 0.7; }

/*------------------------------------------------------
 商品一覧
-------------------------------------------------------*/
.sc-tags {
  background: url("../img/temp/hand.png");
  font-size: 14px;
  background-size: 4em;
  background-position: center left;
  padding-left: 4.5em;
  background-repeat: no-repeat;
  margin: 50px 0; }
  .sc-tags span {
    margin: 0.4em;
    display: inline-block;
    border-radius: 1em;
    border: 1px solid #FFAA00;
    min-width: 82px;
    text-align: center;
    padding: 0.2em; }

@media screen and (max-width: 576px) {
  .sc-tags {
    font-size: 12px; } }
.keyword-area.more {
  font-size: 12px;
  margin: 0;
  width: 320px;
  margin-right: 80px;
  float: right; }
  .keyword-area.more h3 {
    font-size: 14px;
    margin-bottom: 0.3em; }
  .keyword-area.more input[type="text"] {
    font-size: 14px;
    height: 2.5em; }
  .keyword-area.more input[type="submit"] {
    font-size: 13px; }
  .keyword-area.more img.img {
    width: 65px;
    right: -60px; }

@media screen and (max-width: 1024px) {
  .keyword-area.more img.img {
    top: -10px;
    width: 75px;
    right: -80px; } }
@media screen and (max-width: 768px) {
  .keyword-area.more input[type="text"] {
    margin-bottom: 50px; }
  .keyword-area.more img.img {
    top: -10px;
    width: 75px;
    right: -80px; } }
@media screen and (max-width: 576px) {
  .keyword-area.more {
    width: 100%;
    margin-right: 0; }
    .keyword-area.more img.img {
      top: -60px;
      width: 60px;
      right: 0px; } }
.item-count {
  color: #666666; }

.pagination {
  text-align: right;
  min-height: 78px; }
  .pagination .inner {
    direction: inline-block; }
    .pagination .inner ul {
      padding: 0;
      margin: 0;
      display: inline-block; }
      .pagination .inner ul li {
        list-style: none;
        line-height: 3em;
        margin: 3px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #E2E2E2;
        width: 3em;
        height: 3em;
        float: left; }
        .pagination .inner ul li a {
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none;
          color: #666;
          border-radius: 50%; }
          .pagination .inner ul li a:hover {
            background: #666;
            color: #fff; }
        .pagination .inner ul li.cur a {
          background: #E2E2E2;
          color: #E91C24; }
        .pagination .inner ul li.prev, .pagination .inner ul li.next {
          border: 1px solid #fff;
          font-weight: bold;
          color: 666; }

@media screen and (max-width: 576px) {
  .item-count {
    text-align: center; }

  .pagination {
    text-align: center;
    font-size: 14px;
    min-height: 60px; } }
/*------------------------------------------------------
 ログイン・ログアウト
-------------------------------------------------------*/
.box-error-text {
  border: solid 1px #BD150D;
  color: #BD150D;
  padding: 1rem;
  margin: 0 auto 40px;
  background: #FDDFDD; }

.logout-btn {
  font-size: 15px;
  padding: 10px; }

/*------------------------------------------------------
 コンセプト
-------------------------------------------------------*/
.font-mplus-r {
  font-family: 'M PLUS Rounded 1c', sans-serif; }

.concept-top {
  padding: 50px 0; }
  .concept-top h2 {
    color: #ffaa00;
    font-size: 37px;
    margin-bottom: 1.3em; }
    .concept-top h2 span {
      font-size: 46px;
      color: #333333; }
  .concept-top p {
    font-size: 24px;
    color: #333333;
    line-height: 2; }
    .concept-top p span {
      display: block; }
      .concept-top p span.line_01 {
        letter-spacing: 0.1em; }
      .concept-top p span.line_02 {
        letter-spacing: 0.1em; }
      .concept-top p span.line_03 {
        letter-spacing: 0.055em; }
      .concept-top p span.line_04 {
        letter-spacing: 0.1em; }
      .concept-top p span.line_05 {
        letter-spacing: 0.03em; }
      .concept-top p span.line_06 {
        letter-spacing: 0.03em; }
      .concept-top p span.line_07 {
        letter-spacing: 0.1em; }
      .concept-top p span.line_08 {
        letter-spacing: 0.06em; }
  .concept-top .wrap {
    width: 100%; }
    .concept-top .wrap .inner {
      max-width: 670px;
      margin: auto; }

@media screen and (max-width: 1050px) {
  .concept-top h2 {
    font-size: 28px; }
    .concept-top h2 span {
      font-size: 38px; }
  .concept-top p {
    font-size: 20px; } }
@media screen and (max-width: 880px) {
  .concept-top h2 {
    font-size: 20px; }
    .concept-top h2 span {
      font-size: 30px; }
  .concept-top p {
    font-size: 16px; } }
@media screen and (max-width: 720px) {
  .concept-top h2 {
    font-size: 16px; }
    .concept-top h2 span {
      font-size: 24px; }
  .concept-top p {
    font-size: 12px; } }
@media screen and (max-width: 576px) {
  .concept-top {
    padding-top: 0; }
    .concept-top .chara {
      width: 70%;
      max-width: 170px;
      margin-bottom: 20px; }
    .concept-top h2 {
      font-size: 16px; }
      .concept-top h2 span {
        font-size: 20px; }
    .concept-top p {
      font-size: 11px; }
    .concept-top .wrap .inner {
      max-width: 310px; } }
.blue-wave {
  margin-bottom: -2px; }

.concept-sea {
  background-color: #0073bb;
  background-image: url("../img/concept/bg_01.png"), url("../img/concept/bg_02.png"), url("../img/concept/bg_03.png"), url("../img/concept/bg_04.png"), url("../img/concept/bg_05.png"), url("../img/concept/bg_chara_02.png"), url("../img/concept/bg_chara_01.png");
  background-repeat: no-repeat;
  background-position: left 10% top 20%, right 7% top 20%, left 1% bottom 7%, right 7% bottom 8%, right 13% bottom 40%, left 10% bottom 30%, right 20% top 5%;
  /*歩く人*/
  background-size: 30%, 15%, 15%, 15%, 5%, 15%, 8%;
  padding: 5% 0 13% 0;
  margin-bottom: -8.5%; }
  .concept-sea p.subtitle {
    color: #FFAA00;
    font-size: 36px;
    letter-spacing: 0.15em;
    max-width: 100%; }
  .concept-sea h2 {
    color: #fff;
    margin-bottom: 1em;
    margin-top: 0.7em; }
  .concept-sea h3 {
    font-size: 25px;
    color: #fff;
    margin-top: 2em;
    background-image: url("../img/concept/mikan_01.png"), url("../img/concept/mikan_02.png");
    background-position: left center,right center;
    background-size: 1.5em;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0.5em 2em; }
  .concept-sea .text-wave {
    display: block;
    margin: auto;
    max-width: 540px;
    margin-bottom: 30px; }
  .concept-sea p {
    color: #fff;
    font-size: 25px;
    line-height: 2;
    max-width: 680px;
    margin: auto; }

@media screen and (max-width: 1520px) {
  .concept-sea {
    background-image: url("../img/concept/bg_01.png"), url("../img/concept/bg_02.png"), url("../img/concept/bg_03.png"), url("../img/concept/bg_04.png"), url("../img/concept/bg_05.png"), url("../img/concept/bg_chara_02.png"), url("../img/concept/bg_chara_01.png");
    background-repeat: no-repeat;
    background-position: left 10% top 20%, right 7% top 20%, left 1% bottom 5%, right 7% bottom 6%, right 13% bottom 40%, left 10% bottom 30%, right 20% top 5%;
    /*歩く人*/
    background-size: 30%, 15%, 15%, 15%, 5%, 15%, 8%; } }
@media screen and (max-width: 1280px) {
  .concept-sea {
    background-image: url("../img/concept/bg_01.png"), url("../img/concept/bg_02.png"), url("../img/concept/bg_03.png"), url("../img/concept/bg_04.png"), url("../img/concept/bg_05.png"), url("../img/concept/bg_chara_02.png"), url("../img/concept/bg_chara_01.png");
    background-repeat: no-repeat;
    background-position: left 5% top 20%, right 0 top 25%, left 1% bottom 2%, right 7% bottom 2%, right 5% bottom 40%, left 2% bottom 50%, right 10% top 12%;
    /*歩く人*/
    background-size: 30%, 15%, 20%, 20%, 8%, 15%, 8%; } }
@media screen and (max-width: 768px) {
  .concept-sea {
    background-image: url("../img/concept/bg_01.png"), url("../img/concept/bg_02.png"), url("../img/concept/bg_03.png"), url("../img/concept/bg_04.png"), url("../img/concept/bg_05.png"), url("../img/concept/bg_chara_02.png"), url("../img/concept/bg_chara_01.png");
    background-repeat: no-repeat;
    background-position: left 5% top 5%, right 3% top 20%, left 1% bottom 40px, right 7% bottom 40px, right 5% bottom 55%, left 2% bottom 55%, right 10% top 0;
    /*歩く人*/
    background-size: 50%, 30%, 30%, 30%, 8%, 15%, 50px; } }
@media screen and (max-width: 768px) {
  .concept-sea {
    padding: 100px 0 150px 0;
    margin-bottom: -100px; }
    .concept-sea p.subtitle {
      font-size: 20px;
      letter-spacing: 0em; }
    .concept-sea h2 {
      font-size: 28px; }
    .concept-sea h3 {
      font-size: 20px; }
    .concept-sea .text-wave {
      display: block;
      margin: auto;
      max-width: 340px;
      margin-bottom: 30px; }
    .concept-sea p {
      font-size: 14px;
      max-width: 350px; } }
/*------------------------------------------------------
 同柄一覧
-------------------------------------------------------*/
table.line_table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border: 1px solid #999;
  font-size: 100%;
  width: 100%; }

table.line_table th {
  padding: 0.5rem;
  border-collapse: collapse;
  border: 1px solid #999;
  background: #EEEEEE;
  vertical-align: middle; }

table.line_table td {
  padding: 0.5rem;
  border-collapse: collapse;
  border: 1px solid #999;
  vertical-align: middle; }

/*------------------------------------------------------
 会員画面
-------------------------------------------------------*/
/*------------------------------------------------------
 会員登録
-------------------------------------------------------*/
h4.exc_title img {
  vertical-align: top;
  margin: 0 0.3em;
  width: 1.3em; }

.mes_orange {
  padding: 20px;
  color: #fff;
  background: #FFAA00;
  max-width: 800px;
  margin: auto; }
  .mes_orange ul {
    margin-left: 1em; }
    .mes_orange ul li {
      list-style: none;
      text-indent: -1em;
      line-height: 2; }
      .mes_orange ul li:before {
        content: "※"; }

@media screen and (max-width: 768px) {
  .mes_orange {
    font-size: 14px; } }
/*------------------------------------------------------
 お困り事
-------------------------------------------------------*/
.text-dot {
  padding-top: 0.7em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em;
  background-image: url("../img/temp/dot.png"); }

.problems {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  .problems p {
    line-height: 1.8; }
  .problems section {
    padding: 40px 0;
    overflow: hidden;
    position: relative; }
    .problems section:before {
      position: absolute;
      content: "";
      display: block;
      transform: rotate(350deg);
      width: 200%;
      height: 900px;
      margin-left: -100%;
      left: 50%;
      top: -450px;
      background: #fff000;
      z-index: 0; }
    .problems section .container {
      position: relative;
      z-index: 1;
      max-width: 850px; }
  .problems .problems_01 h5 {
    letter-spacing: 0.2em; }
    .problems .problems_01 h5 span {
      position: relative;
      display: inline-block; }
      .problems .problems_01 h5 span img {
        position: absolute;
        top: -2em;
        left: -5em; }
  .problems .problems_02:before {
    background: #ee87b4; }
  .problems .problems_03:before {
    background: #73bd59; }
  .problems .problems_04:before {
    background: #ac5da1; }
  .problems .problems_05:before {
    background: #e8413b; }
  .problems .problems_06:before {
    background: #305caa; }
  .problems .problems_07:before {
    background: #00b0e7; }
  .problems .item-btn {
    max-width: 720px;
    margin: 30px auto; }
    .problems .item-btn a {
      display: inline-block;
      border-radius: 5em;
      padding: 0.5em 1em;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      margin: 1em 0.5em 0 0.5em; }
      .problems .item-btn a[href="#item_01"] {
        background: #ee87b4; }
      .problems .item-btn a[href="#item_02"] {
        background: #73bd59; }
      .problems .item-btn a[href="#item_03"] {
        background: #ac5da1; }
      .problems .item-btn a[href="#item_04"] {
        background: #e8413b; }
      .problems .item-btn a[href="#item_05"] {
        background: #305caa; }
      .problems .item-btn a[href="#item_06"] {
        background: #00b0e7; }
      .problems .item-btn a:hover {
        background: #000; }
  .problems .problems-item .inner {
    max-width: 330px;
    margin: 10px auto;
    padding: 10px; }
    .problems .problems-item .inner a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #000;
      padding: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .problems .problems-item .inner a img {
        width: 80%;
        margin: 10% 10% 0 10%; }
      .problems .problems-item .inner a span.sub-title {
        text-align: center;
        display: block; }
      .problems .problems-item .inner a h4 {
        font-weight: bold;
        text-align: center; }
      .problems .problems-item .inner a span.more {
        display: block;
        padding: 0.5em;
        background: #eee;
        text-align: center;
        margin: 0.5em 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
      .problems .problems-item .inner a:hover {
        font-weight: normal;
        box-shadow: 0 0 10px #ccc; }
        .problems .problems-item .inner a:hover span.more {
          background: #555;
          color: #fff; }
      .problems .problems-item .inner a.new:before {
        content: "";
        display: block;
        width: 23%;
        height: 23%;
        background: url("../img/problems/icon_new.png");
        background-repeat: no-repeat;
        position: absolute;
        top: -5%;
        left: -5%;
        background-size: 100%;
        z-index: 2; }

@media screen and (max-width: 768px) {
  .problems p {
    font-size: 14px; }
  .problems section:before {
    top: -650px;
    transform: rotate(340deg); }
  .problems .item-btn a {
    font-size: 16px; }
  .problems .problems_01 h5 span img {
    left: -1.7em;
    margin-top: -1em; }
  .problems .problems-item .inner {
    max-width: 300px;
    margin: 10px auto;
    padding: 0; }
    .problems .problems-item .inner a {
      font-size: 13px; }
      .problems .problems-item .inner a span.sub-title {
        font-size: 10px; }
      .problems .problems-item .inner a p {
        font-size: 12px; } }
/*------------------------------------------------------
 はじめて検索する方へ 
-------------------------------------------------------*/
.guide .container {
  max-width: 1000px; }
.guide h2 {
  font-size: 360%; }
  .guide h2 img.left {
    width: 0.8em;
    vertical-align: middle; }
  .guide h2 img.right {
    width: 2.5em;
    vertical-align: middle; }
.guide h3 {
  background: #FFDD99;
  padding: 0.5em 1em;
  font-size: 18px; }
.guide p {
  line-height: 1.8; }
.guide .guide-btn a {
  display: inline-block;
  text-decoration: none;
  padding: 0.65em 1em;
  border-radius: 3em;
  color: #fff;
  background: #FFAA00;
  border: 2px solid #FFAA00;
  font-size: 20px;
  width: 95%; }
  .guide .guide-btn a:hover {
    color: #FFAA00;
    background: #fff; }
.guide ol {
  margin-left: 1.5em; }
  .guide ol li {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2em; }
    .guide ol li .inner {
      font-weight: 500;
      margin-top: 0.7em;
      font-size: 16px; }
      .guide ol li .inner p {
        line-height: 1.8em; }
      .guide ol li .inner img.border-bk {
        border: 1px solid #777;
        vertical-align: bottom;
        padding: 1px; }
      .guide ol li .inner span.red-maru {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        border-radius: 50%;
        margin: 0 0.3em;
        font-weight: bold;
        color: #fff;
        background: #e91c24;
        text-align: center; }

@media screen and (max-width: 768px) {
  .guide h2 {
    font-size: 150%; }
  .guide p {
    font-size: 14px; }
  .guide .guide-btn a {
    padding: 0.65em 0;
    border: 1px solid #FFAA00;
    font-size: 16px;
    width: 100%; }
  .guide ol li {
    font-size: 16px; }
    .guide ol li .inner {
      font-size: 14px; } }
