.watch {
  display: none;
}
/* forms */
input, textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}

input[type="submit"] {
  border: none;
  border-radius: 5px;
  background: #FF6600;
  color: #fff;
  padding: 10px;
}

input[type="reset"] {
  border: none;
  background: #fff;
  color: red;
  padding: 15px;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}

/* radio */
.input-radio span {
  position: relative;
  padding-left: 20px;
}

.input-radio span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.input-radio input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 0 0 5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.input-radio input:checked + span {
  color: red;
}

.input-radio input:checked + span::before {
  border: 1px solid red;
  background: red;
}

/* checkbox */
.input-checkbox span {
  position: relative;
  padding-left: 20px;
}

.input-checkbox span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.input-checkbox input:checked + span::before {
  background: red;
  border: 1px solid red;
}

.input-checkbox input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0 5px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.input-checkbox input:checked + span {
  color: red;
}

/* select */
/*select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  letter-spacing: .1em;
}*/

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 8px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  z-index: 10;
}

/* input-file */
.input-file input[type="file"] {
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
}

/* upload original */
/*.input-file input[type="file"] {
  display: none;
}

.original_btn {
  padding: 3px;
  background: #ccc;
}

.icon {
  display: inline-block;
  margin: 0 0 0 15px;
}

.icon.select {
  background: red;
  color: #fff;
}

.filename {
  display: inline-block;
}*/
/* submit */
.submit-wrapper {
  letter-spacing: -.4em;
}

.submit-wrapper input {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 100%;
  padding: 10px;
}

.submit-wrapper input:last-child {
  margin-right: 0;
}

/*********** page-search **********/
/********** SP **********/
@media screen and (max-width: 841px) {
  .c-search {
    width: 80%;
    margin-top: 30px;
  }
  .c-search .form-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  .c-search dl {
    width: 100%;
  }
  .c-search dt {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .c-search .submit-wrapper {
    width: 50%;
    margin-top: 10px;
  }
  .c-search .g {
    width: 100%;
    margin-bottom: 20px;
  }
  .serch {
    margin: 0 0 30px 0;
}
.serch dl.Flex {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.serch dl.Flex dt {
    margin: 0 0 10px 0;
    background-color: none;
    padding: 5px 0px;
    border-bottom: solid 1px #000;
    color: #000;
    display: block;
    width:100%;
}
.serch dl.Flex dd:after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
}
}
/********** PC **********/
@media screen and (min-width: 841px) {
  .c-search {
    width: 100%;
    margin-top: 80px;
  }
  .c-search .form-wrapper {
    max-width: 950px;
    margin: 0 auto;
  }
  .c-search dl {
    width: 82.7%;
  }
  .c-search dt {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .c-search .submit-wrapper {
    width: 13.8%;
  }
  .c-search .g {
    width: 30.7%;
  }

  #page-head .form-wrapper .Flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .serch {
    margin: 0 0 30px 0;
}
.serch dl.Flex {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
}
.serch dl.Flex dt {
    margin: 0 10px 0 0;
    background-color: #aaa;
    padding: 5px 15px;
    color: #fff;
}
.serch dl.Flex dd:after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
}
}
/********** SP **********/
@media screen and (max-width: 841px) {
  #page-head {
    background: url(../images/jewelry/bg_head.png) no-repeat center;
    background-size: cover;
    height: 496px;
    margin: 0 auto 100px;
    position: relative;
  }
  .sp-select {
    position: absolute;
    z-index: 10;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #3C260A;
    left: 0;
    right: 0;
    bottom: -30px;
}
  .sp-select a {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 20px;
    letter-spacing: 0.3em;
}
  #page-head .inner {
    height: 100%;
  }
  #page-head .Flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  #page-head h1 {
    color: #fff;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    letter-spacing: .25em;
    text-align: center;
  }

  .slider-wrapper {
    height: 100%;
  }

  .slider {
    text-align: center;
  }
  .slider img {
    width: 100%;
    height: calc(100vh - 59px);
    margin: 0 auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /* for IE */
  }

  #news {
    transform: translate(15px, 0);
    margin-bottom: 50px;
  }
  #news .cont-head h1 {
    padding-bottom: 0;
  }
  #news .cont-head h1::before {
    width: 20px;
    margin-left: -15px;
  }
  #news .col-l {
    width: 100%;
  }
  #news .col-r {
    width: 270%;
    overflow: scroll;
    position: relative;
  }
  #news .col-r::before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 16.9% auto 0;
  }
  #news .col-3.Flex {
    width: 265%;
    padding-right: 15px;
  }
  #news .col-3.Flex li {
    width: 31%;
    margin-bottom: 35px;
    position: relative;
    z-index: 10;
  }
  #news .col-3.Flex:nth-child(n + 3) {
    width: 100%;
  }
  #news .thumbnail {
    padding-bottom: 66.6%;
  }
  #news .btn-wrapper {
    width: 100%;
    padding-right: 30px;
  }

  .new-item {
    margin-bottom: 52px;
  }

  #brand-search {
    background: url(../images/jewelry/bg_brand_search.png) no-repeat center;
    background-size: cover;
    padding: 75px 0 100px;
  }
  #brand-search h1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
  }
  #brand-search h1 span {
    font-family: "Libre Baskerville", serif;
    font-size: 26px;
    letter-spacing: .15em;
    display: block;
    margin-bottom: 15px;
  }
  #brand-search .inner {
    background: #fff;
    padding: 35px 15px;
  }
  #brand-search .Flex {
    justify-content: flex-start;
  }
  #brand-search li {
    width: 47.5%;
    margin: 0 5% 15% 0;
  }
  #brand-search li:nth-child(2n) {
    margin-right: 0;
  }
  #brand-search li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  #brand-search li a {
    color: #333;
    display: inline-block;
    width: 100%;
  }
  #brand-search li h2 {
    font-size: 10px;
    color: #999;
  }
  #brand-search li h3 {
    font-size: 16px;
  }
  #brand-search li .thumbnail {
    margin-bottom: 15px;
  }
.watch-search {
  display: none;
}

  footer {
    margin-top: 0;
  }
}
/********** PC **********/
@media screen and (min-width: 841px) {
  #page-head {
    background: url(../images/jewelry/bg_head.png) no-repeat center;
    background-size: cover;
    max-width: 1200px;
    height: 552px;
    margin: 0 auto 140px;
  }
  .sp-select {
    display: none;
  }
    .select-btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -50px; */
    top: -30px;
    width: 350px;
    margin: 0 auto;
}
  .select-btn a {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #3C260A;
    padding: 30px 0;
}
/*.bg-arrow {
    color: #fff;
    background: #3C260A;
    display: inline-block;
    width: 85%;
    padding: 4px 0 10px 15px;
    position: relative;
    margin-top: 25px;
}*/
  #page-head .inner {
    height: 100%;
  }
  #page-head .Flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  #page-head h1 {
    color: #fff;
    font-family: "Libre Baskerville", serif;
    font-size: 62px;
    letter-spacing: .25em;
    text-align: center;
  }

  #news .cont-head {
    padding: 0;
  }
  #news .col-l {
    width: 25.3%;
  }
  #news .col-r {
    max-width: 1400px;
    width: 74.7%;
    padding-right: 12%;
  }
  #news .col-3.Flex li {
    margin-bottom: 0;
  }
  #news .thumbnail {
    padding-bottom: 66.6%;
  }

  .new-item {
    margin-bottom: 100px;
  }
  .new-item .inner {
    width: 100%;
  }
  .new-item .bg-w-shadow {
    margin-bottom: 2px;
    position: relative;
  }

  #brand-search {
    background: url(../images/jewelry/bg_brand_search.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 150px;
  }
  #brand-search h1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 65px;
  }
  #brand-search h1 span {
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    letter-spacing: .15em;
    display: block;
    margin-bottom: 15px;
  }
  #brand-search .inner {
    background: #fff;
    padding: 105px 80px;
  }
  #brand-search .Flex {
    justify-content: flex-start;
  }
  #brand-search li {
    width: 20.05%;
    margin: 0 6.6% 6.6% 0;
  }
  #brand-search li:nth-child(4n) {
    margin-right: 0;
  }
  #brand-search li:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
  #brand-search li a {
    color: #333;
    display: inline-block;
    width: 100%;
  }
  #brand-search li h2 {
    font-size: 10px;
    color: #999;
  }
  #brand-search li h3 {
    font-size: 16px;
  }
  #brand-search li .thumbnail {
    margin-bottom: 15px;
  }
.watch-search {
  display: none;
}

  footer {
    margin-top: 0;
  }
}
