@charset "UTF-8";

/* contents */
.contents {
  margin: 100px auto 70px;
  /*width: 1040px;*/
}

/* contents__outline */
.contents__outline {
  margin: 65px auto 0;
}

.contents__title {
  text-align: center;
  margin-bottom: 50px;
}

.contents__title span:nth-child(1) {
  font-size: 5.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 20px;
}

.contents__title span:nth-child(2) {
  font-size: 3.0rem;
  display: block;
  line-height: 1.6;
}



.contents__jewelry {
  padding: 50px 0 25px;
  margin-bottom: 20px;
}

.jewelry-bg01 {
  background-color: #e5f9fd;
}

.jewelry-bg02 {
  background-color: #ccf3fb;
}

.jewelry-bg03 {
  border: 3px solid #00C2EB;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.jewelry-bg03__inner {
  border: 1px solid #00C2EB;
  margin: 3px;
  padding: 50px 0 40px;
}

.contents__jewelry__inner {
  width: 1030px;
  margin: 0 auto;
}

.contents__jewelry__title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  border-bottom: 1px solid #737373;
  padding-bottom: 20px;
}

.contents__jewelry__title-list {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.contents__jewelry__list {
  margin: 65px 0 80px;
  display: flex;
  flex-flow: row wrap;
}

.contents__jewelry__list__item {
  width: 333px;
  margin-right: 15px;
}

.contents__jewelry__list__item:nth-child(3) {
  margin-right: 0;
}

.contents__jewelry__list__item-brand {
  text-align: center;
  margin-bottom: 15px;
}

.contents__jewelry__list__item-brand a {
  color: #00c2eb;
  font-size: 2.0rem;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-family: 'Century Gothic';
  margin-bottom: 10px;
}

.contents__jewelry__list__item-brand p {
  font-size: 1.1rem;
}

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

.contents__jewelry__list__item-text-name {
  font-size: 1.2rem;
  margin: 5px 0 15px;
  letter-spacing: 0.1em;
}

.contents__jewelry__list__item-text-cap {
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}

.contents__jewelry__list__item-text-category {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 15px;
}

.contents__jewelry__list__item-text-info {
  font-size: 1.0rem;
  margin-bottom: 15px;
}

.contents__jewelry__list__item-text-price {
  font-size: 1.2rem;
  margin-bottom: 35px;
  line-height: 1.5;
}

.contents__jewelry__list__item-text-price-etc {
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.contents__jewelry__list__item-text-link {
  font-size: 1.1rem;
}

.contents__jewelry__list__item-text-link a {
  color: #00c2eb;
  text-decoration: underline;
  font-weight: 600;
}

.contents__jewelry__list__item-text-etc {
  font-size: 1.0rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.contents__jewelry__text {
  text-align: right;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.contents__jewelry__btnArea {
  margin-top: 25px;
}

.text-hidden {
  visibility: hidden;
}




.contents__jewelry__notice {
  margin: 80px 0 50px;
  text-align: center;
}

.contents__jewelry__notice__title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.contents__jewelry__notice__text01 {
  margin-top: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;

}

.contents__jewelry__notice__list {
  margin-top: 40px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.contents__jewelry__notice__list__item {
  margin-bottom: 20px;
}

.contents__jewelry__notice__list__item:last-child {
  margin-bottom: 0;
}

.contents__jewelry__notice__list__item__text01 {
  margin-bottom: 20px;
}

.contents__jewelry__notice__list__item__link01 {
  color: #00c2eb;
  /* text-decoration: underline; */
}









.contents__recommend {
  background-color: #f2f2f2;
  padding: 90px 0;
}
.contents__recommend.-bridal_history {
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .contents__recommend.-bridal_history {
    margin-bottom: 12vw;
  }
}

.contents__recommend__inner {
  width: 840px;
  margin: 0 auto;
}
.contents__recommend__inner.-single_celebrity {
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .contents__recommend__inner.-single_celebrity {
    margin-bottom: 0;
  }
}

.contents__recommend__title {
  font-family: 'Century Gothic';
  font-size: 3.2rem;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.3em;
}

.contents__recommend__caption {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: center;
  margin-bottom: 50px;
}

.contents__recommend__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.contents__recommend__list__item {
  width: 260px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {

  /* contents__outline */
  .contents__outline {
    margin: 50px auto 0;
  }

  .contents__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .contents__title span:nth-child(1) {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }

  .contents__title span:nth-child(2) {
    font-size: 1.4rem;
    display: block;
  }



  .contents__jewelry__contentsListArea {
    text-align: center;
    margin-bottom: 20px;
  }

  .contents__jewelry__contentsList__item {
    line-height: 1.8;
  }

  .contents__jewelry__contentsList__item__link {
    color: #00c2eb;
    font-size: 1.2rem;
    text-decoration: underline;
  }






  .contents__jewelry {
    padding: 20px 0 10px;
    margin-bottom: 20px;
  }
  
  .jewelry-bg01 {
    background-color: #e5f9fd;
  }
  
  .jewelry-bg02 {
    background-color: #ccf3fb;
  }
  
  .jewelry-bg03 {
    border: 3px solid #00C2EB;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
  
  .jewelry-bg03__inner {
    border: 1px solid #00C2EB;
    margin: 3px;
    padding: 20px 0 10px;
  }
  
  .contents__jewelry__inner {
    width: 78.666%;
  }
  
  .contents__jewelry__title {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    border-bottom: 1px solid #737373;
    padding-bottom: 5px;
  }
  
  .contents__jewelry__title-list {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  
  .contents__jewelry__list {
    margin: 30px 0 20px;
  }
  
  .contents__jewelry__list__item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00c2eb;
  }

  .contents__jewelry__list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .contents__jewelry__list__item-brand {
    text-align: center;
    margin-bottom: 15px;
  }

  .contents__jewelry__list__item-brand a {
    color: #00c2eb;
    font-size: 2.0rem;
    text-decoration: underline;
    letter-spacing: 0.1em;
    font-family: 'Century Gothic';
    margin-bottom: 10px;
  }
  
  .contents__jewelry__list__item-brand p {
    font-size: 1.1rem;
  }

  .contents__jewelry__list__item-img {
    width: 70%;
    margin: 0 auto;
  }
  
  .contents__jewelry__list__item-text {
    text-align: center;
  }
  
  .contents__jewelry__list__item-text-name {
    font-size: 1.2rem;
    margin: 5px 0 15px;
    letter-spacing: 0.1em;
  }
  
  .contents__jewelry__list__item-text-cap {
    font-size: 1.0rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    font-feature-settings: "palt";
  }
  
  .contents__jewelry__list__item-text-category {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .contents__jewelry__list__item-text-info {
    font-size: 1.0rem;
    margin-bottom: 15px;
  }
  
  .contents__jewelry__list__item-text-price {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  
  .contents__jewelry__list__item-text-price-etc {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  
  .contents__jewelry__list__item-text-link {
    font-size: 1.1rem;
  }
  
  .contents__jewelry__list__item-text-link a {
    color: #00c2eb;
    text-decoration: underline;
    font-weight: 600;
  }
  
  .contents__jewelry__list__item-text-etc {
    font-size: 1.0rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  
  .contents__jewelry__text {
    text-align: left;
  }

  .contents__jewelry__btnArea {
    margin-top: 20px;
  }








  .contents__jewelry__notice {
    margin: 30px 0 20px;
    text-align: center;
  }

  .contents__jewelry__notice__title {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .contents__jewelry__notice__text01 {
    margin-top: 20px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;

  }

  .contents__jewelry__notice__list {
    margin-top: 20px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }

  .contents__jewelry__notice__list__item {
    margin-bottom: 20px;
  }

  .contents__jewelry__notice__list__item:last-child {
    margin-bottom: 0;
  }

  .contents__jewelry__notice__list__item__text01,
  .contents__jewelry__notice__list__item__text02 {
    line-height: 1.8;
    margin-bottom: 0;
  }

  .contents__jewelry__notice__list__item__link01 {
    line-height: 1.8;
    margin-bottom: 0;
  }



  .contents__recommend {
    background-color: #f2f2f2;
    padding: 40px 0 10px;
  }
  
  .contents__recommend__inner {
    width: 78.666%;
    margin: 0 auto;
  }
  
  .contents__recommend__title {
    font-family: 'Century Gothic';
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.3em;
  }
  
  .contents__recommend__caption {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .contents__recommend__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  
  .contents__recommend__list__item {
    min-width: 140px;
    margin-bottom: 30px;
    width: 45%;
  }
}