@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
.pc_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pc_ {
    display: none;
  }
}

.sp_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp_ {
    display: block;
  }
}

:root {
  --default-color: #333;
  --background_color: #fff;
  --sp_item_width: 130px;
  font-size: 62.5%;
}

.contents_stj {
  max-width: 100%;
  color: var(--default-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
.contents_stj li {
  list-style: none;
}
.contents_stj a {
  text-decoration: none;
}
.contents_stj a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contents_stj img {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.contents_stj .background_ {
  background-color: var(--background_color);
}

#contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  #mv_ h1 {
    padding: 0;
  }
}

section[id$=_Area] {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  section[id$=_Area] {
    width: 95vw;
    margin: 50px auto 0;
  }
}
section[id$=_Area] h2 {
  color: #fff;
  background-color: #7acdf3;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#new_arrival_Area, #rank_Area {
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #444;
  letter-spacing: normal;
  font-feature-settings: normal;
  font-size: 1.3rem;
  text-align: left;
}
#new_arrival_Area h2, #rank_Area h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

div[id^=selectBox_Area] {
  text-align: center;
  padding: 27px 0 10px;
}
@media screen and (max-width: 599px) {
  div[id^=selectBox_Area] {
    padding: 20px 0;
  }
}

.rankin-r .more_btn {
  margin: 20px auto 60px;
}

@media screen and (max-width: 599px) {
  .block-thumbnail-t--items {
    padding: 0;
  }
}

.custom-wrapper {
  width: calc(var(--sp_item_width) * 4 + 1rem);
}

.block-cart-i--brand-name, .block-thumbnail-t--goods-brand-name {
  width: var(--sp_item_width);
  display: none;
}

.block-ranking-r--goods-name a, .block-thumbnail-t--goods-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 180px;
}
@media screen and (max-width: 599px) {
  .block-ranking-r--goods-name a, .block-thumbnail-t--goods-name {
    max-width: 125px;
  }
}

.cart-i .block-thumbnail-t--items li, .block-thumbnail-t--goods-image figure {
  width: var(--sp_item_width);
}

.content_grid {
  display: grid;
  grid-template-columns: 1fr 260px;
}
@media screen and (max-width: 599px) {
  .content_grid {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
  }
}

.attention_ {
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .attention_ {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.attention_ .attention_text {
  width: 95%;
  margin: 10px auto 0;
}
.attention_ .attention_text span {
  display: block;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.attention_ .attention_text span:nth-last-of-type(1) {
  margin-bottom: 0;
}
.attention_ .attention_text span a {
  text-decoration: underline;
  color: #e7a727;
}
.attention_ .attention_text .code_ {
  color: #d50000;
  display: unset;
  text-align: unset;
  font-size: unset;
  line-height: unset;
  text-indent: unset;
  padding-left: unset;
  margin-bottom: unset;
}

.guide_btn {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 599px) {
  .guide_btn {
    width: 96%;
    margin: 0 auto;
  }
}
.guide_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #a9a9a9;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 72px;
}
@media screen and (max-width: 599px) {
  .guide_btn a {
    min-height: 60px;
  }
}
.guide_btn #copy_btn .copy-text {
  display: none;
}
.guide_btn #copy_btn .copy_btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9bd41;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50px;
  min-height: 72px;
}
@media screen and (max-width: 599px) {
  .guide_btn #copy_btn .copy_btn_ {
    min-height: 60px;
  }
}
.guide_btn #copy_btn .copy_btn_:hover {
  cursor: pointer;
  opacity: 0.7;
}

#footer_ {
  padding-bottom: 50px;
}
#footer_ hr {
  height: 1px;
  background-color: #242424;
  border: none;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ hr {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #footer_ hr {
    width: 90vw;
    margin: 10px auto 30px;
  }
}
#footer_ .feature_ {
  background-color: #989898;
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
    padding: 15px 0;
  }
}
#footer_ .feature_ a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 50px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}/*# sourceMappingURL=goyutai_newLayout.css.map */