@charset "UTF-8";
/* =======================================
	Common
======================================= */
body {
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #333;
  line-height: 1.5em;
  font-size: 62.5%;
  box-sizing: border-box;
  min-height: 100%;
}

a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #333;
}

a {
  cursor: pointer;
}

.ma80 {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .ma80 {
    margin-top: 30px;
  }
}

.ma20 {
  margin-top: 20px;
}

.ma50 {
  margin-top: 50px;
}

.wrapper {
  position: relative;
  transition-property: all;
  transition-duration: 0.2s;
}

header#header {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 60px;
  z-index: 200;
}
@media (max-width: 1024px) {
  header#header {
    top: 26px;
  }
}

.head_line {
  display: none;
}
@media (max-width: 1024px) {
  .head_line {
    display: block;
    font-size: 11px;
    position: fixed;
    top: 0;
    left: 0;
    height: 26px;
    line-height: 26px;
    z-index: 2000;
    text-align: center;
    width: 100%;
    background: #d80c18;
    color: #fff;
  }
}

.pc_header {
  display: block;
}
@media (max-width: 1024px) {
  .pc_header {
    display: none;
  }
}

.rct_had_parts_out {
  background: #d80c18;
}

.rct_had_parts_top {
  width: min(95%, 1200px);
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 0 10px;
  margin: 0 auto;
}

.rct_had_parts_top_left {
  font-weight: bold;
  color: #fff;
}

.rct_had_parts_top_right ul {
  display: flex;
}

.rct_had_parts_top_right ul li a {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #fff;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}

.rct_had_parts_top_right ul li a:hover {
  color: #d80c18;
  transition: all 1s;
}

.rct_had_parts {
  position: relative;
}

.rct_had_parts_bottom_out {
  background: #2f3842;
}

.rct_had_parts_bottom {
  width: min(95%, 1200px);
  padding: 6px 10px;
  margin: 0 auto;
}

.rct_had_parts_bottom_block {
  display: flex;
  align-items: center;
}

.rct_had_parts_bottom_eria {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1%;
}

.rct_had_parts_bottom_right {
  display: flex;
  align-items: center;
}

.rct_had_parts_bottom_inner > a > h1.logo {
  width: 130px;
  height: 50px;
  background-image: url(https://www.rakuten.ne.jp/gold/gottsuprice/rt_g_logo.svg);
}

.rct_had_parts_bottom_right_sarch {
  margin-right: 10px;
}

.rct_had_parts_bottom_right_cart img {
  width: 30px;
  height: 30px;
}

nav.rct_had_parts_bottom_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.nav_block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

li.nav_box {
  padding: 15px 15px 15px 13px;
}

li.nav_box span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

ul.nav_box_sub {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.nav_block > li:hover {
  transition: all 0.5s;
}

ul.nav_box_sub li a {
  color: #333;
}

ul.nav_box_sub li a:hover {
  color: #d80c18;
  opacity: 0.5;
}

li.nav_box ul.nav_box_sub {
  position: absolute;
  top: 88px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20%;
  background: #f7f7f7;
  transition: all 0.2s ease;
}

li.nav_box:hover ul.nav_box_sub {
  top: 88px;
  visibility: visible;
  opacity: 1;
}

li.nav_box ul.nav_box_sub > li {
  width: 20%;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}

li.nav_box span:hover {
  border-bottom: 1px solid #d80c18;
  transition: all 1s;
}

.nav_img img {
  width: 80px;
  margin: auto;
}

.rct_headline_out {
  background: #f7f7f7;
}

.rct_headline {
  width: min(95%, 1200px);
  padding: 8px 10px;
  margin: 0 auto;
}

.rct_headline span {
  font-size: 12px;
}

span.rct_headline_c {
  color: #d80c18;
  font-weight: bold;
}

.sarch_bax .text {
  width: 200px;
  height: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  text-indent: 10px;
  background: #fff;
}
.sarch_bax .text:focus {
  background: #fffeed;
}

.sarch_bax .btn {
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border: none;
  margin-left: -50px;
}

.sp_parts {
  display: none;
}
@media (max-width: 1024px) {
  .sp_parts {
    display: block;
  }
}

.sp_parts .nav_head {
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  position: fixed;
  z-index: 199;
  background: #2f3842;
}

ul.nav_menu_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: #2f3842;
}

h1.sp_logo {
  width: 99px;
  height: 37px;
  background-image: url(https://www.rakuten.ne.jp/gold/gottsuprice/rt_g_logo.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*ドロワー*/
.menu-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 0px;
  outline: initial;
}
.menu-btn:focus-visible {
  box-shadow: 0 0 0 2px blue;
}
.menu-btn .inn {
  margin: auto;
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.menu-btn .inn .line {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 2px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.menu-btn .inn .line:nth-of-type(1) {
  top: 0;
}
.menu-btn .inn .line:nth-of-type(2) {
  top: 47%;
}
.menu-btn .inn .line:nth-of-type(3) {
  bottom: 0;
}

.menu-btn.is-open .inn .line:nth-of-type(1) {
  top: 45%;
  transform: rotate(45deg);
}
.menu-btn.is-open .inn .line:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.is-open .inn .line:nth-of-type(3) {
  top: 45%;
  transform: rotate(-45deg);
  bottom: auto;
}

.nav_menu {
  position: absolute;
  top: 60px;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #f7f7f7;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  transform: translateY(-30px);
  padding: 5%;
  overflow: scroll;
}
.nav_menu ul li {
  height: 60px;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  padding-left: 10px;
}

.nav_menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.head_right {
  display: flex;
  align-items: center;
  margin-right: 2%;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.sp_popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

label.open_btn {
  position: absolute;
  top: 15px;
  height: 26px;
  right: 40px;
}
label.open_btn img {
  width: 26px;
}

.popup_contentsp {
  position: absolute;
  top: 2px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.keywa form {
  padding: 15px 40px 15px 10px;
  text-align: center;
  display: flex;
  font-size: 13px;
}

.keywa > form > input.btn, input.btn_dr {
  width: 23px;
}

.close_btn {
  position: absolute;
  top: 20px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.keywa > form > input.text {
  width: 90%;
}
.keywa > form > input.text:focus {
  background: #f7f7e9;
  border-radius: 10px;
}

li.cart_i img {
  width: 26px;
}

li.search > form {
  display: flex;
  font-size: 13px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

li.pic_u {
  background: #2f3842;
  color: #fff;
}

main.gorix_box {
  margin-top: 86px;
}

.news_txt {
  padding: 10px 10px;
  background: #f7f7f7;
  font-size: 0.75rem;
}

.slider_box {
  margin-top: 0px;
}

.slider_box .slick-slide img {
  width: 100%;
}

.slider_box .slick-dots li button:before {
  font-size: 2rem;
}

.slider_box .slick-dots {
  bottom: -40px !important;
}

@media (min-width: 600px) and (max-width: 767px) {
  .slider_rct.pc_slid {
    display: none;
  }
}
@media (max-width: 599px) {
  .slider_rct.pc_slid {
    display: none;
  }
}

.slider_rct.sp_slid {
  display: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  .slider_rct.sp_slid {
    display: block;
  }
}
@media (max-width: 599px) {
  .slider_rct.sp_slid {
    display: block;
  }
}

.pic_up_item .slick-dots li button:before {
  font-size: 30px;
}

.pic_box_eria {
  background: #fbfbfb;
  padding: 30px 0;
}

/*.slider_box {
  margin-top: 92px;
  @include tab{
    margin-top: 62px;
  }
  @include sp{
    margin-top: 0px;
  }
}*/
.pic_box {
  width: min(95%, 1200px);
  margin: 0 auto;
}

p.pic_box_txt {
  font-size: 0.85rem;
  text-align: center;
  padding-top: 8px;
}

.pic_box ul {
  padding-top: 25px;
}

.category_box {
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
@media (max-width: 599px) {
  .category_box {
    margin-top: 60px;
  }
}
.category_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: #f7f7f7;
  transform: skewY(188deg);
  transform-origin: top left;
}
.category_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: #fff4f4;
  transform: skewY(353deg);
  transform-origin: top right;
}

.category_box ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 10px auto;
  width: min(95%, 1200px);
}
.category_box ul li {
  width: calc((90% - 25px) / 4);
  margin: 5px 0;
}
@media (max-width: 599px) {
  .category_box ul li {
    width: calc((90% - 10px) / 2);
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .category_box ul li {
    width: calc((90% - 10px) / 2);
  }
}

.category_list {
  position: relative;
}

h3.category_list_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

span.category_list_name_item {
  display: block;
  color: #fff;
  font-size: clamp(0.8rem, 2vw, 1.3rem);
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 2px #242424;
}

span.category_list_name_item_sub {
  display: block;
  color: #fff;
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 2px #242424;
  letter-spacing: 2px;
}

p.title_text {
  font-size: clamp(20px, 8vw, 30px);
    font-family: 'Outfit', sans-serif;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 0;
}

span.sub_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, 3vw, 1.4rem);
  display: block;
  padding-top: 1%;
  color: #e7010e;
  letter-spacing: 5px;
}

ul.readmore-item {
  display: flex;
  justify-content: space-around;
  width: min(95%, 1200px);
  margin: 20px auto;
  flex-wrap: wrap;
}
ul.readmore-item li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  ul.readmore-item li {
    width: calc((98% - 25px) / 2);
  }
}
ul.readmore-item li img {
  border-radius: 10px 10px 0 0;
}

.line_tex {
  border-top: 5px solid #d80c18;
  margin-top: 25px;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .line_tex {
    border-top: 3px solid #d80c18;
    margin-top: 10px;
  }
}

ul.readmore-item li p {
  font-size: 13px;
  text-align: center;
  padding: 1%;
  line-height: 1.2;
}

.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 800px;
  padding-top: 20px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .readmore-content {
    height: 650px;
  }
}
@media (max-width: 599px) {
  .readmore-content {
    height: 650px;
  }
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
}

.readmore-label {
  display: table;
  bottom: 5px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 3px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 10px 40px;
  background-color: #fbfbfb;
  color: #333;
  border: 1px solid #333;
  font-size: clamp(1rem,3vw,1.3rem);
}

.readmore-label:before {
  content: "MORE";
}

.readmore-check {
  display: none;
}

.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-check:checked ~ .readmore-label:before {
  content: "CLOSE";
}

.readmore-check:checked ~ .readmore-content {
  height: auto;
}

.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

.picter-eria ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px auto 0;
  width: min(95%, 1200px);
}
.picter-eria ul li {
  width: calc((100% - 10px) / 3);
  padding: 5px;
}

.tyuui {
  display: none;
}
@media (max-width: 599px) {
  .tyuui {
    width: 90%;
    margin: 20px auto 0;
  }
}

.footer {
  width: 100%;
  background: #efefef;
  margin-top: 100px;
}

.footer_eria {
  width: min(95%, 980px);
  margin: 0 auto;
  padding: 4% 0;
}

.footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_box span {
  padding: 5px 0;
  font-size: 0.9rem;
  font-weight: bold;
}

.ft-b_logo {
  width: 70px;
  height: 70px;
  background-image: url(https://www.rakuten.ne.jp/gold/gottsuprice/point/gorixlogo-ca.svg);
}

.picosusu {
  padding: 15px 0;
}

ul.navi {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.navi li {
  font-size: 0.9rem;
  padding: 3px 10px;
}

ul.navi li:hover {
  color: #dd0047;
}

.fot-lapc {
  background: #282828;
}

.fot-lapc span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 18px 0;
}

#page-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  color: #333;
  z-index: 99999;
}
/*# sourceMappingURL=style.css.map */
