@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */
.gold a {
  color: #107b9b;
}

.gold p {
  font-size: 1.6rem;
  line-height: 2;
}

.gold a,
.gold a:visited {
  color: #107b9b;
  text-decoration: underline;
}

.anc {
  top: -170px;
}

.text {
  font-size: 14px;
}

.kv-slide .kv-title {
  top: calc(50% + 80px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255,255,255,0.85);
}

.header .inner {
  padding-left: 30px;
  padding-right: 30px;
}

.header.floating-2.fixed {
  z-index: 2;
}

.header.floating-2.fixed .inner {
  padding-bottom: 20px;
}

.search-form {
  margin-left: auto;
}

.search-form form {
  display: inline-block;
  width: 298px;
  position: relative;
}

.search-form input[type="text"] {
  padding: 12px 20px;
  width: 100%;
  border: none;
  border-radius: 9999px;
  display: block;
  background: #f7ead7;
}

::placeholder {
  color: #107b9b;
}

.search-form form input[type="submit"] {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/gold/icon-search.svg") no-repeat center center;
  background-size: 15px;
  border: none;
  cursor: pointer;
}

.gold .header .inner ul li {
  margin-top: 0px;
}

.header .inner ul li {
  margin-right: 0;
  margin-bottom: 0;
  border-right: 4px solid #afcfd8;
}

.header .inner ul li:not(:first-child) {
  margin-top: 0px;
}

.header .inner ul li:last-child {
  border-right: 0;
}

.header .inner ul li:last-child a {
  padding-right: 0;
}

.header .inner ul li a {
  font-size: 20px;
  font-weight: bold;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 0;
}

.header .inner ul li a:hover {
  border: none;
  opacity: 0.7;
  padding-bottom: 0;
}


.sec-greeting {
  margin-top: 200px;
}

.header.floating-2.fixed + * {
  padding-top: 0;
}

.title-left {
  top: 0;
}

.sec-title {
  font-size: 24px;
}


.text-1 {
  font-size: 16px;
}

.sec-greeting .r-block {
  max-width: 47%
}

.gold-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.gold-title img {
  margin-top: 10px;
  display: inline-block;
}


.item {
  width: 24%;
}

.item a {
  text-decoration: none;
  display: block;
}

.item .text-item {
  font-size: 16px;
  margin-top: 20px;
}

.item .text-price {
  font-size: 26px;
  margin-top: 4px;
  color: #ac2623;
}

.bt-wrap .bt {
  font-size: 20px;
  color:#ffffff !important;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  width: 297px;
  padding: 5px 20px;
  border-radius: 9999px;
  display: inline-block;
  background: #107b9b;
}

.bt-wrap2 .bt {
  font-size: 20px;
  color:#ffffff !important;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  width: 297px;
  padding: 5px 20px;
  border-radius: 9999px;
  display: inline-block;
  background: #952952;
}

.sec-cat {
  margin-top: 300px;
}

.cat-wrap .block {
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 70px;
}

.cat-wrap .block a {
  text-decoration: none;
}

.cat-wrap .block a span {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.price-wrap {
  max-width: 640px;
}

.price-wrap .block {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 32px;
}

.price-wrap .bt-wrap .bt {
  text-align: center;
  width: 182px;
}

.sec-charm .bg {
  background: url("images/gold/bg-round.svg") no-repeat center top;
  background-size: 1500px 100%;
  padding-bottom: 300px;
}

.swiper-2 {
  /* min-width: 1572px; */
  overflow: hidden;
}

.swiper-2 .swiper-slide {
  padding-left: 5%;
  padding-right: 5%;
}

.swiper-2 .img-block {
  width: 49%;
}

.swiper-2 .img-block img {
  border-radius: 5px;
}

.swiper-2 .text-block {
  padding: 10px 5.5%;
  width: 49%;
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.swiper-2 .text-block .inner {
  width: 76%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-2 .text-block .inner .middle-title {
  font-size: 1.4vw;
}

.swiper-2 .text-block .inner  .text {
  font-size: 0.9vw;
  font-weight: 500;
}

.swiper-2 .text-block .inner  .text a {
  font-weight: normal;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #107b9b;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  color: #107b9b;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 13% !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 13% !important;
}

.sec-use {
  margin-top: 140px;
  margin-bottom: 100px;
}

.info-sub-title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 5px 10px;
  margin-bottom: 12px;
  background: #107b9b;
  border-radius: 9999px;
}

.sec-info p {
  font-size: 20px;
  color:#747070!important;
  line-height: 1.5;
}

.sec-type-3 p {
  font-size: 24px;
  color:#733f3b;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1.5em;
  padding-left: 80px;
  padding-right: 80px;
}


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

}

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

}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .sec-title .text-s {
    top: 0;
  }

  .toggle-menu .nav-ul li a {
    font-size: 20px;
  }

  .kv-slide .kv-title {
    top: 50%;
  }

  .anc {
    top: 0;
  }

  .sec-greeting .r-block {
    max-width: 100%;
  }

  .sec-greeting {
    margin-top: 140px;
  }

  .gold-title {
    font-size: 24px;
  }

  .item {
    width: 48%;
  }

  .item .text-item {
    font-size: 14px;
  }

  .item .text-price {
    font-size: 22px;
  }

  .bt-wrap .bt {
    font-size: 18px;
  }

  .sec-cat {
    margin-top: 200px;
  }

  .cat-wrap .block {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30.3%;
    margin-bottom: 50px;
  }

  .cat-wrap .block a span {
    font-size: 14px;
  }

  .price-wrap .block {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }

  .price-wrap .bt-wrap .bt {
    text-align: center;
    width: auto;
  }

  .sec-charm .bg {
    background: url(images/gold/bg-round.svg) no-repeat center top;
    background-size: auto 100%;
  }

  .sec-charm .bg {
    padding-bottom: 120px;
  }

  .swiper-2 .img-block {
    width: 100%;
  }

  .swiper-2 .text-block {
    width: 100%;
    padding: 60px 20px;
  }

  .swiper-2 .text-block .inner {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
  }

  .swiper-2 .text-block .inner .middle-title {
    font-size: 24px;
    padding-left: 0;
  }

  .swiper-2 .text-block .inner .text {
    font-size: 14px;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 1% !important;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 1% !important;
  }

  .sec-use {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .footer {
    margin-top: 200px;
  }

  .sec-info p {
    font-size: 15px;
  }

  .sec-info a {
    overflow-wrap:  break-word;
  }

  /* 1-1. SP (iPhone SE old)
  -------------------------------------------------------------------------------- */
  @media only screen and (max-width: 320px) {



  }

}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {

    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {



    }
  }
}
