@charset "utf-8";

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

  『...で検索』PC Style

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


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

  Main Visual

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

.main-visual figure {
    max-width: initial;
    height: auto;
}

.main-visual .contents-area .inner {
    height: 100%;
}

.main-visual h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-size: 3.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #007dbd;
}

.main-visual h1 span {
/*    font-size: calc(22 / 38 * 1em);*/
    color: #000000;
}


/* Breadcrumb
---------------------------------- */

#bread {
    margin: 30px auto 75px;
}

#bread ul {
    position: relative;
    z-index: 2;
    top: initial;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    color: #000000;
    text-shadow: none;
    flex-wrap: wrap;
}

#bread li {
    color: #000000;
    letter-spacing: 0.05em;
}

#bread li.txt_w a {
    margin-right: 5px;
    color: #000000;
}


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

  Section

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


/* Product LineUp
---------------------------------- */

.product-lineup {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item {
    position: relative;
    width: calc((100% - 120px) / 3);
    margin: 0 0 80px;
}

.product-item figure {
    /* margin: 0 0 5px; */
}

.product-item figure a {
    transition: all 0.6s ease;
    pointer-events: inherit;
    display: block;
}

.product-item figure a:hover {
    opacity: 0.7;
}

.product-item figure a::before {
    content: "";
}

.product-item figure img {
    width: 100%;
    height: auto;
}

.product-item.new::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: url(../images/century/new.png) no-repeat 0 0;
    background-size: cover;
}

.product-item dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: calc(24 / 15);
    /*
  letter-spacing: 0.075em;
  */
    margin: 15px 0 0;
}

.product-item dl dd:first-of-type {
    display: none;
}

.product-item dl dt a,
.product-item dl dd p a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}

.product-item dl dt a:hover,
.product-item dl dd p a:hover {
    opacity: 0.7;
}

.product-item dl dt img {
    display: none;
}

.product-item dl dt small {
    font-size: calc(15 / 20 * 1em);
}

.product-item dl dd p {
    line-height: calc(22 / 14);
}

.product-item dl dd:last-of-type {
    margin: 35px 0 0;
}

.tag {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #a5a5a5;
    transition: all 0.3s;
    margin: 0 1em 0 0;
}

.tag:not(:last-of-type)::after {
    content: none;
}

.tag::before {
    content: "#";
}

.tag:hover {
    color: rgba(165, 165, 165, 0.7)
}

.product-item-num {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: right;
    margin: 0 0 45px;
}


/* Search By Feature
---------------------------------- */

.search {
    padding: 0 0 155px;
    text-align: center;
}

.search .inner {
    padding: 0 340px;
}

.search hr {
    width: 100%;
    border-top: solid 1px #d3d3d3;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0 0 80px;
}

.search h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}

.search p {
    line-height: calc(30 / 13);
    margin: 0 0 35px;
}

.search p .tag {
    font-size: 15px;
    font-size: 1.5rem;
}

.search-wrap {
    position: relative;
    width: 400px;
    height: 40px;
    border: solid 1px #d7d7d7;
    margin: 0 auto;
}

.search-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 16px;
    height: 17px;
    background: url(../images/glass.png) no-repeat 0 0;
    background-size: cover;
}

.search-wrap [type="text"] {
    -weblit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    width: 100%;
    height: 38px;
    padding: 0 0 0 1em;
    transition: all .3s;
    font-size: 16px;
    font-size: 1.6rem;
}

.search-wrap [type="text"]:focus {
    background: rgba(22, 124, 186, 0.05);
}

input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
    color: #9a9a9a;
}

input:-moz-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
    color: #9a9a9a;
}

input::-moz-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
    color: #9a9a9a;
}

input:-ms-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
    color: #9a9a9a;
}

.tag-box .tag {
    font-size: 15px;
    font-size: 1.5rem;
}
/* Fixed Search Button
 * --------------------------------- */
.fixed-search-btn {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 145px;
  width: 190px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  color: #ffffff;
  background-color: #007dbe;
  text-indent: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.fixed-search-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/detail/glass.svg);
  background-size: cover;
}

.search-by-feat {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.modal-content {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 880px;
  max-width: 60%;
  height: auto;
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 12px 3px rgba(0,0,0,.1);
}
.modal-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
}
.modal-content p {
  line-height: calc(30 / 13);
  margin: 0 0 35px;
}
.modal-content p .tag {
  font-size: 13px;
  font-size: 1.3rem;
}
a.js-modal-close {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  cursor: pointer;
}
a.js-modal-close span {
  width: 40px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}
a.js-modal-close span:first-of-type {
  transform: translateX(20px) rotate(-45deg);
  transform-origin: 50% 50%;
}
a.js-modal-close span:last-of-type {
  transform: translateX(-20px) rotate(45deg);
  transform-origin: 50% 50%;
}

@media screen and (max-width:768px) {
  .modal-content {
    width: 80%;
    max-width: initial;
  }
}
.search-m-wrap {
  position: relative;
  width: 400px;
  height: 40px;
  border: solid 1px #d7d7d7;
  margin: 0 auto;
}
.search-m-wrap::after {
  content: "";
  position: absolute;
  top: calc((40px - 17px) / 2);
  right: 15px;
  width: 16px;
  height: 17px;
  background: url(/kodate/ziturei/images/images/glass.png) no-repeat 0 0;
  background-size: cover;
}

.search-m-wrap [type="text"] {
  -weblit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  height: 38px;
  padding: 0 0 0 1em;
  transition: all .3s;
  box-sizing: border-box;
}
.search-m-wrap [type="text"]:focus { background: rgba(22,124,186,0.05); }

