@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.display_none {
  display: none;
}

.pt0 {
  padding-top: 0 !important;
}

.display_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page_setup {
  padding: 70px 0 3rem;
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin: 0 0 1em;
  line-height: 1.5;
}
.page_setup .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.page_setup .mb0 {
  margin-bottom: 0;
}
.page_setup .mb05 {
  margin-bottom: 0.5rem;
}
.page_setup .mb1 {
  margin-bottom: 1em;
}
.page_setup .mb15 {
  margin-bottom: 1.5rem;
}
.page_setup .mb2 {
  margin-bottom: 2rem;
}
.page_setup .mb3 {
  margin-bottom: 3rem;
}
.page_setup small {
  font-size: 1em;
}
.page_setup strong {
  font-weight: 900;
}
.page_setup .clr_white {
  color: #fff;
}
.page_setup .clr_black {
  color: #000;
}
.page_setup .clr_key {
  color: #053769;
}
.page_setup .clr_l_gray {
  color: #f9f9f9;
}
.page_setup .text_left {
  text-align: left;
}
.page_setup .text_center {
  text-align: center;
}
.page_setup .text_right {
  text-align: right;
}
.page_setup .bgr {
  padding: 1em;
}
.page_setup .bgr_l_gray {
  background: #f2f2f2;
}
.page_setup .lh_small {
  line-height: 1.25;
}
.page_setup .lh_large {
  line-height: 2;
}
.page_setup .lh {
  line-height: 1;
}
.page_setup .btn_area {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 0;
}
.page_setup .btn_area.small {
  padding: 0.75em 0;
}
.page_setup .btn_area.btn_left {
  text-align: left;
}
.page_setup .btn_area.btn_right {
  text-align: right;
}
.page_setup .btn_area > a {
  height: auto;
  transition: 0.2s;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #053769;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  margin: 0.25rem !important;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .page_setup .btn_area > a {
    padding: 1em 2em;
  }
}
.page_setup .btn_area > a.small {
  padding: 0.5em 1em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page_setup .btn_area > a.small {
    padding: 0.75em 1.5em;
    font-size: 14px;
  }
}
.page_setup .btn_area > a:hover {
  background: #1a51aa;
  opacity: 1 !important;
}
.page_setup .btn_area > a.btn_down {
  padding: 0.5rem;
  border-radius: 50%;
  background: none;
}
.page_setup .btn_area > a.icn_down_fs {
  background: none;
  font-size: 3rem;
}
.page_setup .btn_area > a.icn_down_fs::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_down::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_left::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_right::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_search::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_search_plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_close::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_close_circle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_external_link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_ellipsis_v::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f142";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_vars::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  margin-left: 0.25rem;
}
.page_setup .btn_area > a.icn_plus_circle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-left: 0.25rem;
}
.page_setup > header .large {
  max-width: 1500px !important;
}
.page_setup > header .medium {
  max-width: 1200px !important;
}
.page_setup > header .small {
  max-width: 960px !important;
}
.page_setup > header .xsmall {
  max-width: 767px !important;
}
.page_setup > header#page_mainVisual_01 {
  background-color: #000;
  height: 90vh;
}
@media screen and (max-width: 767px) {
  .page_setup > header#page_mainVisual_01 {
    margin-bottom: 0;
    height: auto;
  }
}
.page_setup > header#page_mainVisual_01 > .overlay {
  height: 100%;
  width: 100%;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container {
  margin: 0 auto;
  padding: 0 15px 0;
  color: #fff;
  height: 100%;
  max-width: 1500px;
  width: 100%;
  text-align: center;
  overflow-y: auto;
  display: grid;
  place-items: center;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container::-webkit-scrollbar {
  display: none;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .image {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_setup > header#page_mainVisual_01 > .overlay > .container > .image {
    max-width: 480px;
    width: 100%;
  }
  .page_setup > header#page_mainVisual_01 > .overlay > .container > .image img {
    width: auto;
  }
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .image .icn_image {
  position: absolute;
  margin: 0 auto;
  top: -4rem;
  left: 0;
  right: 0;
  max-width: 298px;
  width: 100%;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .content {
  margin: auto;
  inline-size: fit-content;
  margin-inline: auto;
  color: #fff;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .content .latest_store {
  position: relative;
  margin: 4rem auto 1rem;
  width: 300px;
  aspect-ratio: 4/3;
  background-color: rgba(24, 35, 71, 0.2);
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .content .latest_store .latest_store_image {
  width: 100%;
  height: 100%;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .content .latest_store .latest_store_image img {
  object-fit: fill;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .content .latest_store .latest_store_image .latest_store_tag {
  position: absolute;
  top: 0;
  left: -80px;
  aspect-ratio: 1/1;
  background-color: #f1cf00;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  transform: rotate(-15deg);
  display: grid;
  place-content: center;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container > .content .text > p {
  font-size: 1.25em;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page_setup > header#page_mainVisual_01 > .overlay > .container > .content .text > p {
    line-height: 1.5;
  }
}
.page_setup > header#page_mainVisual_01 > .overlay > .container .latest_store_btn {
  width: 100%;
  margin: 2rem auto;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container .latest_store_btn a {
  border-radius: 50px;
  margin-inline: auto;
  background-color: #053769;
  color: #fff;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
}
.page_setup > header#page_mainVisual_01 > .overlay > .container .latest_store_btn a:hover {
  text-decoration: none;
}
.page_setup > header#page_mainVisual_01 .date {
  margin: 1rem auto 3rem;
}
.page_setup > nav#page_navigation {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .page_setup > nav#page_navigation {
    padding: 1em;
  }
}
.page_setup > nav#page_navigation > .container {
  background: #cc1;
  max-width: 767px !important;
  width: 100%;
  margin: auto;
}
.page_setup > nav#page_navigation > .container.medium {
  max-width: 1200px !important;
}
.page_setup > nav#page_navigation > .container.small {
  max-width: 960px !important;
}
.page_setup > nav#page_navigation > .container.xsmall {
  max-width: 767px !important;
}
.page_setup > nav#page_navigation > .container > .page_navigation_row {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.page_setup > nav#page_navigation > .container > .page_navigation_row > div {
  padding: 0.1em;
}
@media screen and (max-width: 767px) {
  .page_setup > nav#page_navigation > .container > .page_navigation_row > div {
    margin-bottom: 0;
    padding: 0;
  }
}
.page_setup > nav#page_navigation > .container > .page_navigation_row > div .menu_btn {
  color: #fff;
}
.page_setup > nav#page_navigation > .container > .page_navigation_row > div .menu_btn > .btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  padding: 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.page_setup > nav#page_navigation > .container > .page_navigation_row > div .menu_btn > .btn:hover {
  color: #fff;
}
.page_setup > nav#page_navigation > .container > .page_navigation_row > div .menu_btn > .btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 5px;
}
.page_setup .header_title_content {
  display: grid;
  grid: 1rem;
  width: min(1500px, 100%);
  margin: 0 auto;
  /* 中央配置用のクラス */
  /* imgタグが存在しない場合、コンテンツを中央に配置 */
}
@media screen and (min-width: 960px) {
  .page_setup .header_title_content {
    grid-template-columns: 1fr 1fr;
  }
}
.page_setup .header_title_content > .content {
  padding: 1rem;
  text-align: left;
}
.page_setup .header_title_content > .content p {
  inline-size: auto;
}
.page_setup .header_title_content > .content h3 {
  margin: 0 auto 1rem 0;
  line-height: 1.25;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
}
.page_setup .header_title_content > .content .content_list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  text-align: left;
  margin: 1rem 0;
  background-color: rgba(193, 227, 248, 0.3);
  border-radius: 6px;
  padding: 1rem;
}
@media screen and (min-width: 960px) {
  .page_setup .header_title_content > .content .content_list {
    padding: 2rem;
  }
}
.page_setup .header_title_content > .content .content_list:before {
  content: attr(data-title);
  display: block;
  color: #053769;
  text-align: left;
  margin-top: 5px;
  font-weight: 700;
}
.page_setup .header_title_content > .content .content_list li {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(193, 227, 248);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  font-size: 1rem;
}
.page_setup .header_title_content > .content .content_list li a {
  position: relative;
  padding-right: 2rem;
}
.page_setup .header_title_content > .content .content_list li a::before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: 0 0 0 auto;
  transform: rotate(90deg);
}
.page_setup .header_title_content > .content .content_list li p {
  margin: 0 auto 0 0;
  font-size: 14px;
}
.page_setup .header_title_content.center-content {
  grid-template-columns: 1fr;
  justify-items: center;
}
.page_setup .header_title_content.center-content .content {
  max-width: 960px;
  width: 100%;
}
.page_setup .header_title_content:not(:has(img)) {
  grid-template-columns: 1fr;
  justify-items: center;
}
.page_setup > section {
  margin-bottom: 3rem;
}
.page_setup > section > .sectiontag {
  max-width: 1500px;
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 0;
}
.page_setup > section > .sectiontag > p {
  position: absolute;
  background: rgb(5, 55, 105);
  text-align: left;
  display: inline-block;
  color: #fff;
  padding: 0.9rem 1rem;
  font-size: 0.75rem;
}
.page_setup > section > h1 {
  margin-bottom: 3rem;
  margin-top: 0;
}
.page_setup > section > h1 .local_tag {
  font-size: clamp(1.125rem, 0.8877rem + 1.1864vw, 2rem);
  line-height: 1.5;
}
.page_setup > section > h1 > .overlay {
  width: 100%;
  height: 100%;
}
.page_setup > section > h1 > .overlay > .container {
  background: none;
  max-width: 1500px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4rem 1rem !important;
  font-size: clamp(1.25rem, 1rem + 1.07vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .page_setup > section > h1 > .overlay > .container.medium {
    max-width: 1200px;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > h1 > .overlay > .container {
    text-align: left;
  }
  .page_setup > section > h1 > .overlay > .container.small {
    max-width: 960px;
    text-align: left;
  }
}
.page_setup > section > h1 > .overlay > .container.xsmall {
  max-width: 767px;
  text-align: left;
}
.page_setup > section > h1 > .overlay > .container .store_tag.open {
  display: inline-block;
  position: relative;
}
.page_setup > section > h1 > .overlay > .container .store_tag.open::after {
  position: absolute;
  top: -40px;
  content: "OPEN!";
  width: 64px;
  aspect-ratio: 1/1;
  background-color: #f1cf00;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(-15deg);
  display: grid;
  place-content: center;
}
.page_setup > section > h1 > .overlay > .container .store_tag.coming_soon {
  display: inline-block;
  position: relative;
}
.page_setup > section > h1 > .overlay > .container .store_tag.coming_soon::after {
  position: absolute;
  top: -40px;
  content: "Coming\aSoon";
  white-space: pre;
  width: 64px;
  aspect-ratio: 1/1;
  background-color: #337ab7;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(-15deg);
  display: grid;
  place-content: center;
}
.page_setup > section > .container {
  background: none;
  text-align: left;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
}
.page_setup > section > .container.full {
  max-width: 100%;
  padding: 0;
}
.page_setup > section > .container.large {
  max-width: 1500px !important;
}
.page_setup > section > .container.medium {
  max-width: 1200px !important;
}
.page_setup > section > .container.small {
  max-width: 960px !important;
}
.page_setup > section > .container.xsmall {
  max-width: 767px !important;
}
@media screen and (max-width: 1200px) {
  .page_setup > section > .container.tab_full {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container.sp_full {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container {
    padding: 0 1em !important;
  }
}
.page_setup > section > .container h2 {
  text-align: left;
  font-weight: 900;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .content {
  margin: 0 0;
}
.page_setup > section > .container .content .gallery {
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.page_setup > section > .container .content .gallery .gallery-item {
  float: none !important;
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .content .gallery .gallery-item {
    margin: 0 !important;
  }
}
.page_setup > section > .container .content .gallery img {
  border: 0 !important;
}
.page_setup > section > .container .content a {
  color: #053769;
  line-height: 1.25;
}
.page_setup > section > .container .content a:hover {
  text-decoration: none;
}
.page_setup > section > .container .content h3 {
  font-size: 16px;
  text-align: left;
  font-weight: 900;
  line-height: 1.2;
  padding: 1em 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .content h3 {
    font-size: 1.5rem;
  }
}
.page_setup > section > .container .content h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 900;
  line-height: 1.2;
  padding: 1rem 0;
  margin: 0;
}
.page_setup > section > .container .content h3:has(+ h4) {
  padding-bottom: 0; /* h3の下部パディングを削除 */
}
.page_setup > section > .container .content h3:has(+ h4) + h4 {
  margin-top: 0; /* margin-topのリセット */
}
.page_setup > section > .container .content p {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0 auto 1rem;
  width: 100%;
  word-break: break-word;
}
.page_setup > section > .container .content p.remarks {
  background: #f9f9f9;
  padding: 1em;
  font-size: 16px;
}
.page_setup > section > .container .content p.text-center {
  text-align: center;
}
.page_setup > section > .container .content ul {
  font-size: 16px;
  padding: 0;
  line-height: 1.5;
  list-style-position: outside;
  margin: 1rem;
}
.page_setup > section > .container .content ul.list_none {
  list-style-type: none;
}
.page_setup > section > .container .content ul.list_disk {
  list-style-type: disc;
}
.page_setup > section > .container .content ul.list_decimal {
  list-style-type: decimal;
}
.page_setup > section > .container .content ul.list_square {
  list-style-type: square;
}
.page_setup > section > .container .content ul li {
  text-align: left;
}
.page_setup > section > .container .column {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_setup > section > .container .column:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column {
    flex-direction: column;
  }
}
.page_setup > section > .container .column > div {
  text-align: center;
  width: 100%;
}
.page_setup > section > .container .column > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .column > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .column > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .column > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .column > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .column > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .column > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .column > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .column > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .column > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .column > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .column > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .column > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .column > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .column > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .column > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .column > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .column > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .column > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .column > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .column .content p {
  font-size: 16px;
}
.page_setup > section > .container .col {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_setup > section > .container .col:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col {
    flex-direction: column;
  }
}
.page_setup > section > .container .col > div {
  text-align: center;
  width: 100%;
}
.page_setup > section > .container .col > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .col > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .col > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .col > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .col > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .col > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .col > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .col > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .col > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .col > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .col > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .col > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .col > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .col > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .col > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .col > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .col > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .col > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .col > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .col > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .column1 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_setup > section > .container .column1.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column1.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column1 {
    flex-direction: column;
  }
}
.page_setup > section > .container .column1 > div {
  text-align: center;
}
.page_setup > section > .container .column1 > div.text {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column1 > div.text {
    width: 100%;
  }
}
.page_setup > section > .container .column1 > div.img {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column1 > div.img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column1 > div {
    width: 100%;
  }
}
.page_setup > section > .container .column1 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .column1 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .column1 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .column1 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column1 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .column1 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .column1 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .column1 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column1 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .column1 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .column1 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .column1 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .column1 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .column1 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .column1 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .column1 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .column1 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .column1 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column1 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .column1 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column1 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column1 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column1 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column1 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column1 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column1 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .column1 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .column1 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .column1 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .column2 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_setup > section > .container .column2.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column2.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column2 {
    flex-direction: column;
  }
}
.page_setup > section > .container .column2 > div {
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column2 > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .column2 > div.sp_full {
    width: 100%;
    padding: 0;
  }
}
.page_setup > section > .container .column2 > div > .content {
  margin: 0 0 0.5rem;
  padding: 1rem;
}
.page_setup > section > .container .column2 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .column2 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .column2 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column2 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .column2 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .column2 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .column2 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column2 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .column2 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .column2 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .column2 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .column2 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .column2 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .column2 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .column2 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .column2 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .column2 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column2 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .column2 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column2 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column2 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column2 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column2 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column2 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column2 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .column2 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .column2 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .column2 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .column3 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_setup > section > .container .column3.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column3.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column3 {
    flex-direction: column;
  }
}
.page_setup > section > .container .column3 > div {
  text-align: center;
}
.page_setup > section > .container .column3 > div.text {
  width: 60%;
  padding: 1rem;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column3 > div.text {
    width: 100%;
  }
}
.page_setup > section > .container .column3 > div.img {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column3 > div.img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .column3 > div {
    width: 100%;
  }
}
.page_setup > section > .container .column3 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .column3 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .column3 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .column3 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column3 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .column3 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .column3 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .column3 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column3 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .column3 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .column3 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .column3 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .column3 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .column3 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .column3 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .column3 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .column3 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .column3 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column3 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .column3 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column3 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column3 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column3 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column3 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .column3 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .column3 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .column3 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .column3 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .column3 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .col1 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_setup > section > .container .col1.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col1.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col1 {
    flex-direction: column;
  }
}
.page_setup > section > .container .col1 > div {
  text-align: center;
  width: 50%;
}
.page_setup > section > .container .col1 > div.text {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col1 > div.text {
    width: 100%;
  }
}
.page_setup > section > .container .col1 > div.img {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col1 > div.img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .page_setup > section > .container .col1 > div {
    width: 100%;
  }
}
.page_setup > section > .container .col1 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .col1 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .col1 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .col1 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col1 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .col1 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .col1 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .col1 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col1 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .col1 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .col1 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .col1 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .col1 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .col1 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .col1 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .col1 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .col1 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .col1 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col1 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .col1 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col1 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col1 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col1 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col1 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col1 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col1 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .col1 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .col1 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .col1 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .col2 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_setup > section > .container .col2 > div {
  text-align: center;
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .col2 > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .col2 > div.sp_full {
    width: 100%;
    padding: 0;
  }
}
.page_setup > section > .container .col2 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .col2 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .col2 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .col2 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col2 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .col2 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .col2 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .col2 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col2 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .col2 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .col2 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .col2 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .col2 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .col2 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .col2 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .col2 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .col2 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .col2 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col2 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .col2 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col2 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col2 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col2 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col2 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col2 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col2 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .col2 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .col2 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .col2 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .col3 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page_setup > section > .container .col3 > div {
  text-align: center;
  width: 33.3333%;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .page_setup > section > .container .col3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .col3 > div.sp_full {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .col3 > div {
    width: 100%;
  }
}
.page_setup > section > .container .col3 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .col3 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .col3 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .col3 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col3 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .col3 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .col3 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .col3 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col3 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .col3 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .col3 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .col3 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .col3 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .col3 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .col3 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .col3 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .col3 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .col3 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col3 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .col3 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col3 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col3 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col3 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col3 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col3 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col3 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .col3 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .col3 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .col3 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container .col4 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page_setup > section > .container .col4 > div {
  text-align: center;
  width: 25%;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .col4 > div.sp_full {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page_setup > section > .container .col4 > div {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container .col4 > div {
    width: 50%;
  }
}
.page_setup > section > .container .col4 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container .col4 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container .col4 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container .col4 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col4 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container .col4 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container .col4 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container .col4 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col4 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container .col4 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container .col4 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container .col4 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container .col4 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container .col4 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container .col4 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container .col4 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container .col4 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container .col4 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col4 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container .col4 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col4 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col4 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col4 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col4 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container .col4 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container .col4 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container .col4 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container .col4 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container .col4 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup > section > .container > .col5 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page_setup > section > .container > .col5 > div {
  text-align: center;
  width: 20%;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container > .col5 > div.sp_full {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page_setup > section > .container > .col5 > div {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .page_setup > section > .container > .col5 > div {
    width: 100%;
  }
}
.page_setup > section > .container > .col5 > div > .content {
  margin: 0 0 0.5rem;
}
.page_setup > section > .container > .col5 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup > section > .container > .col5 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup > section > .container > .col5 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container > .col5 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup > section > .container > .col5 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup > section > .container > .col5 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container > .col5 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup > section > .container > .col5 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup > section > .container > .col5 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup > section > .container > .col5 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup > section > .container > .col5 > div > .content .description.small {
  font-size: 14px;
}
.page_setup > section > .container > .col5 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup > section > .container > .col5 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup > section > .container > .col5 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup > section > .container > .col5 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup > section > .container > .col5 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container > .col5 > div > .content .price.sale {
    font-size: 20px;
  }
}
.page_setup > section > .container > .col5 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container > .col5 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container > .col5 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container > .col5 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container > .col5 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup > section > .container > .col5 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup > section > .container > .col5 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup > section > .container > .col5 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup > section > .container > .col5 > div > .content .store > span:after {
  content: "・";
}
.page_setup > section > .container > .col5 > div > .content .store > span:last-child::after {
  content: none;
}
.page_setup .img_effect > h3 {
  font-size: 20px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 1rem;
  word-break: break-word;
}
.page_setup .img_effect + .content {
  text-align: left;
  margin: 0 0 0.5rem;
}
.page_setup .img_effect + .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_setup .img_effect + .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.page_setup .img_effect + .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page_setup .img_effect + .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.page_setup .img_effect + .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.page_setup .img_effect + .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.page_setup .img_effect + .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_setup .img_effect + .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.page_setup .img_effect + .content .tags_group li.product_tag1 {
  background: orange !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag2 {
  background: red !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag3 {
  background: blue !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag4 {
  background: green !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag5 {
  background: gray !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag16 {
  background: navy !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag17 {
  background: teal !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.page_setup .img_effect + .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.page_setup .img_effect + .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.page_setup .img_effect + .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.page_setup .img_effect + .content .description.small {
  font-size: 14px;
}
.page_setup .img_effect + .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.page_setup .img_effect + .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.page_setup .img_effect + .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.page_setup .img_effect + .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.page_setup .img_effect + .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup .img_effect + .content .price.sale {
    font-size: 20px;
  }
}
.page_setup .img_effect + .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup .img_effect + .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup .img_effect + .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup .img_effect + .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup .img_effect + .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .page_setup .img_effect + .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.page_setup .img_effect + .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.page_setup .img_effect + .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.page_setup .img_effect + .content .store > span:after {
  content: "・";
}
.page_setup .img_effect + .content .store > span:last-child::after {
  content: none;
}
.page_setup_parent {
  background: #ccc;
}
.page_setup iframe {
  border: none;
}
.page_setup .smart_items .smart_container ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
  place-items: center;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    padding: 20px;
  }
}
.page_setup .smart_items .smart_container li {
  margin: 0 0 5rem 0;
  padding: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container li {
    width: 200px;
    height: 200px;
  }
}
.page_setup .smart_items .smart_container li p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.page_setup .smart_items .smart_container .item_image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #053769;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.page_setup .smart_items .smart_container .item_image:hover {
  transform: scale(1.05);
  border: 5px solid #eacd0c;
}
.page_setup .smart_items .smart_container .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.page_setup .smart_items .smart_container .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .modal {
    padding: 2rem;
  }
}
.page_setup .smart_items .smart_container .modal.show {
  opacity: 1;
  visibility: visible;
}
.page_setup .smart_items .smart_container .modal.show .modal-content {
  transform: scale(1);
}
.page_setup .smart_items .smart_container .modal-content {
  background-color: #111;
  color: #efefef;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  padding: 1rem;
  box-sizing: border-box;
  margin: auto;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .modal-content {
    max-width: 720px;
    padding: 2rem;
  }
}
.page_setup .smart_items .smart_container .modal-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .modal-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.page_setup .smart_items .smart_container .modal-image {
  width: 100%;
  max-height: 40vh;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem auto;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .modal-image {
    max-height: 50vh;
    margin-bottom: 1.5rem;
  }
}
.page_setup .smart_items .smart_container .close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .close {
    top: 1rem;
    right: 1.25rem;
    font-size: 1.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page_setup .smart_items .smart_container .close:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.page_setup .smart_items .smart_container .modal-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .modal-content p {
    margin-bottom: 1.5rem;
  }
}
.page_setup .smart_items .smart_container .modal-content p a.item-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #053769;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .page_setup .smart_items .smart_container .modal-content p a.item-button {
    padding: 1rem 2rem;
  }
}
.page_setup .smart_items .smart_container .modal-content p a.item-button:hover {
  background-color: #eacd0c;
  color: #000;
}

.lity-content {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8) !important;
}
.lity-content::-webkit-scrollbar {
  display: none;
}
.lity-content .lity_inner {
  max-width: 1200px;
  color: #fff;
  padding: 2rem;
}
.lity-content .lity_inner h2 {
  text-align: left;
  font-weight: 900;
  line-height: 1.2;
  padding: 0;
}
.lity-content .lity_inner .content {
  margin: 0 0;
}
.lity-content .lity_inner .content .gallery {
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.lity-content .lity_inner .content .gallery .gallery-item {
  float: none !important;
}
@media screen and (max-width: 767px) {
  .lity-content .lity_inner .content .gallery .gallery-item {
    margin: 0 !important;
  }
}
.lity-content .lity_inner .content .gallery img {
  border: 0 !important;
}
.lity-content .lity_inner .content a {
  color: #053769;
  line-height: 1.25;
}
.lity-content .lity_inner .content a:hover {
  text-decoration: none;
}
.lity-content .lity_inner .content h3 {
  font-size: 16px;
  text-align: left;
  font-weight: 900;
  line-height: 1.2;
  padding: 1em 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lity-content .lity_inner .content h3 {
    font-size: 1.5rem;
  }
}
.lity-content .lity_inner .content h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 900;
  line-height: 1.2;
  padding: 1rem 0;
  margin: 0;
}
.lity-content .lity_inner .content h3:has(+ h4) {
  padding-bottom: 0; /* h3の下部パディングを削除 */
}
.lity-content .lity_inner .content h3:has(+ h4) + h4 {
  margin-top: 0; /* margin-topのリセット */
}
.lity-content .lity_inner .content p {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0 auto 1rem;
  width: 100%;
  word-break: break-word;
}
.lity-content .lity_inner .content p.remarks {
  background: #f9f9f9;
  padding: 1em;
  font-size: 16px;
}
.lity-content .lity_inner .content p.text-center {
  text-align: center;
}
.lity-content .lity_inner .content ul {
  font-size: 16px;
  padding: 0;
  line-height: 1.5;
  list-style-position: outside;
  margin: 1rem;
}
.lity-content .lity_inner .content ul.list_none {
  list-style-type: none;
}
.lity-content .lity_inner .content ul.list_disk {
  list-style-type: disc;
}
.lity-content .lity_inner .content ul.list_decimal {
  list-style-type: decimal;
}
.lity-content .lity_inner .content ul.list_square {
  list-style-type: square;
}
.lity-content .lity_inner .content ul li {
  text-align: left;
}
.lity-content .lity_inner p.remarks {
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 1em;
  font-size: 1em;
}
.lity-content .lity_inner .btn_area {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 0;
}
.lity-content .lity_inner .btn_area.small {
  padding: 0.75em 0;
}
.lity-content .lity_inner .btn_area.btn_left {
  text-align: left;
}
.lity-content .lity_inner .btn_area.btn_right {
  text-align: right;
}
.lity-content .lity_inner .btn_area > a {
  height: auto;
  transition: 0.2s;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #053769;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  margin: 0.25rem !important;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .lity-content .lity_inner .btn_area > a {
    padding: 1em 2em;
  }
}
.lity-content .lity_inner .btn_area > a.small {
  padding: 0.5em 1em;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .lity-content .lity_inner .btn_area > a.small {
    padding: 0.75em 1.5em;
    font-size: 14px;
  }
}
.lity-content .lity_inner .btn_area > a:hover {
  background: #1a51aa;
  opacity: 1 !important;
}
.lity-content .lity_inner .btn_area > a.btn_down {
  padding: 0.5rem;
  border-radius: 50%;
  background: none;
}
.lity-content .lity_inner .btn_area > a.icn_down_fs {
  background: none;
  font-size: 3rem;
}
.lity-content .lity_inner .btn_area > a.icn_down_fs::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_down::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_left::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_right::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_search::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_search_plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_plus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_close::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_close_circle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_external_link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_ellipsis_v::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f142";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_vars::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  margin-left: 0.25rem;
}
.lity-content .lity_inner .btn_area > a.icn_plus_circle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  margin-left: 0.25rem;
}

.figcap h3.name {
  font-size: 16px;
  text-align: left;
  margin: 0.5rem 0;
  line-height: 1.1;
  font-weight: 500;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .figcap h3.name {
    font-size: 20px;
  }
}

.figcap p.description {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
.figcap p.description.small {
  font-size: 1em;
}

.stores > .col5 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.stores > .col5.full {
  max-width: 100%;
}
.stores > .col5.base {
  max-width: 1500px;
}
.stores > .col5.medium {
  max-width: 1200px;
}
.stores > .col5 > div {
  text-align: center;
  width: 20%;
  padding: 0.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .stores > .col5 > div.sp_full {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .stores > .col5 > div {
    width: 33.3333%;
  }
}
@media screen and (max-width: 960px) {
  .stores > .col5 > div {
    width: 50%;
  }
}
.stores > .col5 > div > .content {
  margin: 0 0 0.5rem;
}
.stores > .col5 > div > .content .brand_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stores > .col5 > div > .content .update_newpost {
  font-size: 12px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  color: #777;
  position: relative;
}
.stores > .col5 > div > .content .update_newpost span.icn_new::before {
  position: absolute;
  top: -3rem;
  right: 0;
  content: "【新入荷】";
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .stores > .col5 > div > .content .update_newpost span.icn_new::before {
    top: -4rem;
  }
}
.stores > .col5 > div > .content .brand {
  font-size: 14px;
  text-align: left;
  margin: 0 0;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: #333;
}
.stores > .col5 > div > .content .tags_group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1px;
}
.stores > .col5 > div > .content .tags_group li {
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .stores > .col5 > div > .content .tags_group li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.stores > .col5 > div > .content .tags_group li.product_tag1 {
  background: orange !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag2 {
  background: red !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag3 {
  background: blue !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag4 {
  background: green !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag5 {
  background: gray !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag6 {
  background: #d90036 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag7 {
  background: #8a7d0f !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag8 {
  background: #559110 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag9 {
  background: #182347 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag10 {
  background: #474721 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag11 {
  background: #5c3d28 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag13 {
  background: #23155c !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag14 {
  background: deeppink !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag15 {
  background: maroon !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag16 {
  background: navy !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag17 {
  background: teal !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag18 {
  background: #005fff !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag19 {
  background: #2f4f4f !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag20 {
  background: #ba55d3 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag21 {
  background: #5d8fc2 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag22 {
  background: #fccf00 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag23 {
  background: #1c4704 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag24 {
  background: #550249 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag25 {
  background: #0f61ae !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag26 {
  background: #ad5f27 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag27 {
  background: #b008b3 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag28 {
  background: #553e5d !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag29 {
  background: #4c6307 !important;
}
.stores > .col5 > div > .content .tags_group li.product_tag30 {
  background: #0a7b87 !important;
}
.stores > .col5 > div > .content .name {
  font-size: 16px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.25rem 0;
}
.stores > .col5 > div > .content .description {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
.stores > .col5 > div > .content .description.small {
  font-size: 14px;
}
.stores > .col5 > div > .content .price {
  text-align: left;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em 0 0;
  display: block;
  font-weight: 600;
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
}
.stores > .col5 > div > .content .price::before {
  content: "定価 ¥";
  font-size: 13px;
  padding: 0;
  font-weight: 400;
}
.stores > .col5 > div > .content .price_text {
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.stores > .col5 > div > .content .price_text::before {
  content: "";
  font-size: 13px;
  font-weight: 400;
}
.stores > .col5 > div > .content .price.sale {
  color: red;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .stores > .col5 > div > .content .price.sale {
    font-size: 20px;
  }
}
.stores > .col5 > div > .content .price.sale::before {
  content: "売価¥";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .stores > .col5 > div > .content .price.sale::before {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.stores > .col5 > div > .content .price.taxin::after {
  content: "-(税込)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .stores > .col5 > div > .content .price.taxin::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.stores > .col5 > div > .content .price.taxout::after {
  content: "-(税別)";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .stores > .col5 > div > .content .price.taxout::after {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.stores > .col5 > div > .content .price span {
  font-size: 12px;
  letter-spacing: -1px;
}
.stores > .col5 > div > .content .store {
  font-size: 12px;
  letter-spacing: -1px;
  text-align: right;
  margin: 0 0 0.25rem;
  line-height: 1.2;
  padding: 0;
}
.stores > .col5 > div > .content .store > span:after {
  content: "・";
}
.stores > .col5 > div > .content .store > span:last-child::after {
  content: none;
}

.main_content {
  margin-top: 2rem;
  padding: 0 1rem;
}

.img_effect.soldOut img {
  filter: grayscale(100%);
}

.img_effect > .fig > .icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  color: red;
  z-index: 1;
  transform: rotate(-10deg);
}
.img_effect > .fig > .icon:hover {
  transform: rotate(0deg);
}
.img_effect > .fig > .icon2 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 24px;
  color: red;
  z-index: 1;
  transform: rotate(0deg);
}

.hpy2022sale_titleTag:before {
  margin: 0 auto;
  content: url(/assets/images/hpy2022sale_titleTag.png);
}

.hpy2022sale_bgr {
  background: url(/assets/images/hpy2022sale_tora.png), url(/assets/images/hpy2022sale_bgr.png);
  background-size: center, 0% 5% right;
  background-repeat: no-repeat, repeat;
  background-position: right bottom;
}

.update_list {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
.update_list .update_list_title {
  font-weight: 900;
  text-align: center;
  color: #053769;
  margin-top: 3rem;
}
.update_list dl {
  margin: 0 auto;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .update_list dl {
    flex-direction: row;
  }
}
.update_list dl:nth-child(odd) {
  background-color: #efefef;
}
.update_list dl dt {
  width: 140px;
  padding: 1rem 0;
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
}
.update_list dl dd {
  font-size: 16px;
  line-height: 20px;
  padding: 1rem;
  flex-grow: 1;
  text-align: left;
}
.update_list dl dd a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.update_list dl dd a:hover {
  text-decoration: none;
}
.update_list dl dd a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #053769;
  transition: 0.3s;
}
.update_list dl dd a:hover::after {
  width: 100%;
}
.update_list dl dd a::before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: 0 0 0 auto;
  transform: rotate(90deg);
}

.heading {
  margin: 0 0 2rem;
  padding: 0 1rem;
}
.heading .container {
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
}
.heading .container hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .heading .container hgroup {
    flex-direction: row;
  }
}
.heading .container hgroup h1 {
  font-weight: 700;
  font-size: 24px;
  flex: 7;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: left;
  color: black;
}
.heading .container hgroup p {
  flex: 1;
  line-height: 1.5;
  margin: 0;
  text-align: right;
}
.heading .container hgroup p.small {
  font-size: 12px;
  white-space: nowrap;
}

.banner {
  overflow: hidden;
  color: #eee;
  font-size: 16px;
  background-color: rgb(5, 55, 105);
  margin-bottom: 1px;
}

.banner_image {
  width: 320px;
  z-index: 1;
}

.banner a {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding: 2rem 1rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem 2rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .banner a {
    flex-direction: row;
  }
}
.banner a:hover {
  text-decoration: none;
}

.banner_content {
  z-index: 100;
}

.banner_content h3 {
  font-size: 20px;
  font-weight: 900;
  color: #f1cf00;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .banner_content h3 {
    font-size: 24px;
  }
}
.banner_content .btn {
  border: 1px solid #efefef;
  padding: 1rem 2rem;
}

.banner_content .btn:hover {
  color: #fff;
}

.banner_content .wrap {
  text-align: left;
  margin-bottom: 2rem;
}

.bnr_repeats {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .bnr_repeats {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .bnr_repeats {
    grid-template-columns: repeat(6, 1fr);
  }
}
.boss_content {
  background-color: #0064ff;
}

.boss_content .container {
  max-width: 1500px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .boss_content .container {
    flex-direction: row;
  }
}

/*# sourceMappingURL=page_setup.css.map */
