@charset "UTF-8";
@media screen and (min-width: 769px) {
  #p-product {
    position: relative;
  }
  #p-product main {
    width: 140rem;
    margin: 0 auto;
    padding-right: 38rem;
  }
  #p-product aside {
    position: fixed;
    top: 14.2rem;
    right: 0;
    width: 40rem;
    height: calc(100vh - 14.2rem);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #p-product aside {
    display: block !important;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  #p-product aside form {
    height: 100%;
  }
  #p-product footer {
    width: 140rem;
    margin: 0 auto;
    padding-right: 38rem;
  }
  #p-product .footer_top {
    justify-content: center;
  }
  #p-product .footer_btm {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #p-product aside {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 106rem;
    z-index: 1;
  }
  #p-product aside form {
    max-height: 106rem;
  }
  #p-product footer {
    padding-right: 0;
  }
}

.product_main {
  position: relative;
}
@media screen and (max-width: 768px) {
  .product_main {
    z-index: 1;
  }
}
.product_main_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .product_main_inr {
    max-width: 86.8rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_inr {
    padding: 10rem 6.5rem 8rem;
  }
}
.product_main_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .product_main_list {
    grid-template-columns: repeat(4, 18.6rem);
    grid-column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list {
    grid-template-columns: repeat(2, 28rem);
    grid-column-gap: 6rem;
  }
}
.product_main_list_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .product_main_list_item:nth-of-type(n+5) {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item:nth-of-type(n+3) {
    margin-top: 6rem;
  }
}
.product_main_list_item.visible {
  display: block;
}
.product_main_list_item > a {
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-row-gap: 0;
}
.product_main_list_item_img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.product_main_list_item_img > img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .product_main_list_item_img {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_img {
    border-radius: 0.7rem;
  }
}
.product_main_list_item_maker {
  color: #8d8d8d;
}
@media screen and (min-width: 769px) {
  .product_main_list_item_maker {
    margin-top: 2rem;
    line-height: 1.455em;
    font-size: 1.1rem;
  }
  .product_main_list_item_maker > p {
    line-height: inherit;
    font: inherit;
  }
  .product_main_list_item_maker > p:first-of-type {
    margin-top: -0.227em;
  }
  .product_main_list_item_maker > p:last-of-type {
    margin-bottom: -0.227em;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_maker {
    margin-top: 2.5rem;
    line-height: 1.8em;
    font-size: 2rem;
  }
  .product_main_list_item_maker > p {
    line-height: inherit;
    font: inherit;
  }
  .product_main_list_item_maker > p:first-of-type {
    margin-top: -0.4em;
  }
  .product_main_list_item_maker > p:last-of-type {
    margin-bottom: -0.4em;
  }
}
@media screen and (min-width: 769px) {
  .product_main_list_item_name {
    margin-top: 1rem;
    line-height: 1.429em;
    font-size: 1.4rem;
  }
  .product_main_list_item_name > p {
    line-height: inherit;
    font: inherit;
  }
  .product_main_list_item_name > p:first-of-type {
    margin-top: -0.214em;
  }
  .product_main_list_item_name > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_name {
    margin-top: 2rem;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
  .product_main_list_item_name > p {
    line-height: inherit;
    font: inherit;
  }
  .product_main_list_item_name > p:first-of-type {
    margin-top: -0.25em;
  }
  .product_main_list_item_name > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
.product_main_list_item_info {
  grid-row: end;
}
@media screen and (min-width: 769px) {
  .product_main_list_item_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_info {
    margin-top: 2.2rem;
    flex-wrap: wrap;
  }
}
.product_main_list_item_exTax {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .product_main_list_item_exTax .mark {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_exTax .mark {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .product_main_list_item_exTax .price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_exTax .price {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .product_main_list_item_exTax .unit {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_exTax .unit {
    font-size: 2rem;
  }
}
.product_main_list_item_inTax {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .product_main_list_item_inTax {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_inTax {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.product_main_list_item_example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #e5e5e5;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product_main_list_item_example {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_example {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .product_main_list_item_example .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_example .txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .product_main_list_item_example .num {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_item_example .num {
    font-size: 2.4rem;
  }
}
.product_main_list_item_example .num a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .product_main_list_more {
    width: 24rem;
    height: 6rem;
    margin: 8rem auto 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .product_main_list_more {
    width: 48rem;
    height: 10rem;
    margin: 11rem auto 0;
    border-radius: 5rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .product_main_list-full {
    grid-template-columns: repeat(4, 22rem);
  }
}

.product_aside {
  position: relative;
  background-color: #e2e4e5;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .product_aside {
    width: 40rem;
    height: 100%;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside {
    max-height: 106rem;
    padding-bottom: 22rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .product_aside_inr {
    height: 100%;
    padding: 5rem 5rem 8rem 3.5rem;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_inr {
    padding: 6rem 3.2rem 0;
  }
}
.product_aside_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_aside_head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 6rem 6.2rem;
    background-color: #e2e4e5;
  }
}
@media screen and (min-width: 769px) {
  .product_aside_logo {
    width: 12.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_logo {
    width: 21.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_open {
    display: block;
    position: fixed;
    right: 0;
    bottom: 24rem;
    width: 6.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_close {
    width: 5rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .product_aside_chat {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat {
    margin-top: 11rem;
    max-height: 67.5rem;
    padding: 0 3rem 6rem;
    overflow: auto;
  }
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column + .chat_column {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column + .chat_column {
    margin-top: 6rem;
  }
}
.product_aside_chat .chat_column .icon {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .icon {
    width: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .icon {
    width: 6rem;
  }
}
.product_aside_chat .chat_column .balloon {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon {
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon {
    border-radius: 2.4rem;
  }
}
.product_aside_chat .chat_column .balloon::before, .product_aside_chat .chat_column .balloon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon::before {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon::before {
    width: 1.9rem;
    height: 1.9rem;
  }
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon::after {
    width: 2rem;
    height: 2rem;
  }
}
.product_aside_chat .chat_column .balloon_txt {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon_txt {
    line-height: 1.572em;
    font-size: 1.4rem;
  }
  .product_aside_chat .chat_column .balloon_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .product_aside_chat .chat_column .balloon_txt > p:first-of-type {
    margin-top: -0.285em;
  }
  .product_aside_chat .chat_column .balloon_txt > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon_txt {
    line-height: 1.584em;
    font-size: 2.4rem;
  }
  .product_aside_chat .chat_column .balloon_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .product_aside_chat .chat_column .balloon_txt > p:first-of-type {
    margin-top: -0.291em;
  }
  .product_aside_chat .chat_column .balloon_txt > p:last-of-type {
    margin-bottom: -0.291em;
  }
}
.product_aside_chat .chat_column .balloon_list > li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon_list > li {
    gap: 1rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon_list > li {
    gap: 1.2rem;
    padding: 2rem 0;
  }
}
.product_aside_chat .chat_column .balloon_list .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon_list .icon {
    width: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon_list .icon {
    width: 2rem;
  }
}
.product_aside_chat .chat_column .balloon_list a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon_list a {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon_list a {
    padding: 2rem 0;
    font-size: 2.4rem;
  }
}
.product_aside_chat .chat_column .balloon_list button {
  color: #fff;
  font-family: "M PLUS 1p";
  text-align: left;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column .balloon_list button {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column .balloon_list button {
    padding: 2rem 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.ai {
    padding-left: 1.5rem;
  }
}
.product_aside_chat .chat_column.ai .flex {
  display: flex;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.ai .flex {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.ai .flex {
    gap: 2.4rem;
  }
}
.product_aside_chat .chat_column.ai .balloon {
  background-color: #48535c;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.ai .balloon {
    padding: 1.8rem 2.4rem;
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.ai .balloon {
    padding: 4.6rem 4.8rem;
    border-top-left-radius: 0;
  }
}
.product_aside_chat .chat_column.ai .balloon::before, .product_aside_chat .chat_column.ai .balloon::after {
  translate: -100% 0;
}
.product_aside_chat .chat_column.ai .balloon::before {
  left: 0;
  background-color: #48535c;
}
.product_aside_chat .chat_column.ai .balloon::after {
  left: 0;
  background-color: #e2e4e5;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.ai .balloon::after {
    border-top-right-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.ai .balloon::after {
    border-top-right-radius: 1.4rem;
  }
}
.product_aside_chat .chat_column.ai .balloon_txt {
  color: #fff;
}
.product_aside_chat .chat_column.ai .balloon_txt span {
  font-weight: 700;
}
.product_aside_chat .chat_column.ai .val {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.ai .val {
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.ai .val {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.product_aside_chat .chat_column.ai .val > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.ai .val > * {
    width: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.ai .val > * {
    width: 3rem;
  }
}
.product_aside_chat .chat_column.ai .val img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.user {
    padding: 0 1.4rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.user {
    padding: 0 2rem 0 18rem;
  }
}
.product_aside_chat .chat_column.user .balloon {
  flex-shrink: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.user .balloon {
    padding: 1.4rem 1.7rem;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.user .balloon {
    padding: 2rem 3rem;
    border-top-right-radius: 0;
  }
}
.product_aside_chat .chat_column.user .balloon::before, .product_aside_chat .chat_column.user .balloon::after {
  right: 0;
  translate: 100% 0;
}
.product_aside_chat .chat_column.user .balloon::before {
  background-color: #fff;
}
.product_aside_chat .chat_column.user .balloon::after {
  background-color: #e2e4e5;
}
@media screen and (min-width: 769px) {
  .product_aside_chat .chat_column.user .balloon::after {
    border-top-left-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_chat .chat_column.user .balloon::after {
    border-top-left-radius: 1.4rem;
  }
}
.product_aside_chat .chat_column.user .balloon_txt {
  color: #1c1c1c;
}
.product_aside_message {
  position: absolute;
  inset: auto 0 0 0;
}
@media screen and (min-width: 769px) {
  .product_aside_message {
    padding: 2.5rem;
    background-color: #e2e4e5;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_message {
    padding: 4rem 3rem 2rem;
    background-color: #fff;
  }
}
.product_aside_message_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .product_aside_message_box {
    background-color: #fff;
    border-radius: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_message_box {
    background-color: #f4f4f4;
    border-radius: 4rem;
  }
}
.product_aside_message_input {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product_aside_message_input {
    padding: 1.4rem 5rem 1.4rem 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_message_input {
    padding: 2.6rem 10rem 2.6rem 5rem;
    font-size: 2.4rem;
  }
}
.product_aside_message_input::-moz-placeholder {
  color: #d5d8e4;
}
.product_aside_message_input::placeholder {
  color: #d5d8e4;
}
.product_aside_message_button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .product_aside_message_button {
    right: 1.4rem;
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_message_button {
    right: 2rem;
    width: 5rem;
  }
}
.product_aside_new {
  display: flex;
  _justify-content: flex-end;
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .product_aside_new {
    font-size: 2.4rem;
  }
}
.product_aside_new_button {
  color: #1c1c1c;
}
@media screen and (min-width: 769px) {
  .product_aside_new_button {
    width: 12rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_aside_new_button {
    width: 22.2rem;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}

html:has(dialog[open]) {
  overflow: hidden;
}

.modal_example {
  border: none;
}
@media screen and (min-width: 769px) {
  .modal_example {
    width: 102rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_example {
    width: 65rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_example .modal_cont {
    padding: 6rem;
    _padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_example .modal_cont {
    padding: 5rem;
    _padding-bottom: 12.5rem;
  }
}
.modal_example .modal_example_img_box {
  overflow-y: scroll;
  max-height: 50vw;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal_example .modal_example_img_box {
    max-height: 100vw;
  }
}
.modal_example .modal_example_img_box::-webkit-scrollbar {
  display: none;
}
.modal_example .modal_example_img_box:focus-visible {
  outline: none;
}
.modal_example_head {
  display: flex;
}
@media screen and (min-width: 769px) {
  .modal_example_head {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_example_head {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_example_head > figure {
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_example_head > figure {
    width: 12rem;
  }
}
.modal_example_head .product_main_list_item_name {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .modal_example_head .product_main_list_item_name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_example_head .product_main_list_item_name {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_example_head .product_main_list_item_maker {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_example_head .product_main_list_item_maker {
    margin-top: 1.5rem;
    font-size: 2.2rem;
  }
}
.modal_example_img {
  display: grid;
}
@media screen and (min-width: 769px) {
  .modal_example_img {
    grid-template-columns: repeat(2, 39rem);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    _margin-top: 3rem;
  }
  .modal_example_img figure:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2;
  }
  .modal_example_img figure:nth-child(4) {
    grid-row: 3/5;
    grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .modal_example_img {
    grid-template-columns: repeat(1, 55rem);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }
}
.modal_example_img .product_main_list_item_img {
  border-radius: 0;
  aspect-ratio: inherit;
}
.modal_example_img .product_main_list_item_img img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: inherit;
}

.js-product_more_item {
  display: none;
}

#p-product-item main {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #p-product-item main {
    width: 110rem;
  }
}
#p-product-item .item_main {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #p-product-item .item_main {
    height: 50rem;
    margin: 0 calc(-1 * (50vw - 55rem));
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .item_main {
    height: 50rem;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .item_main.no_img {
    filter: blur(5px);
    background-size: 3000px;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .item_main.no_img {
    filter: blur(5px);
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sec {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sec {
    width: 62rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sec + .product_item_sec {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sec + .product_item_sec {
    margin-top: 7.5rem;
  }
}
#p-product-item .product_item_sec_head {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sec_head {
    line-height: 1.137em;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  #p-product-item .product_item_sec_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sec_head > h2:first-of-type {
    margin-top: -0.068em;
  }
  #p-product-item .product_item_sec_head > h2:last-of-type {
    margin-bottom: -0.068em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sec_head {
    line-height: 2.125em;
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  #p-product-item .product_item_sec_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sec_head > h2:first-of-type {
    margin-top: -0.562em;
  }
  #p-product-item .product_item_sec_head > h2:last-of-type {
    margin-bottom: -0.562em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sec_head.-small {
    line-height: 1.563em;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #p-product-item .product_item_sec_head.-small > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sec_head.-small > h2:first-of-type {
    margin-top: -0.281em;
  }
  #p-product-item .product_item_sec_head.-small > h2:last-of-type {
    margin-bottom: -0.281em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sec_head.-small {
    line-height: 1.625em;
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  #p-product-item .product_item_sec_head.-small > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sec_head.-small > h2:first-of-type {
    margin-top: -0.312em;
  }
  #p-product-item .product_item_sec_head.-small > h2:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sec_head .head_product {
    max-width: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sec_head .head_product {
    max-width: 5rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sec_txt {
    line-height: 1.786em;
    font-size: 1.4rem;
  }
  #p-product-item .product_item_sec_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sec_txt > p:first-of-type {
    margin-top: -0.392em;
  }
  #p-product-item .product_item_sec_txt > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sec_txt {
    line-height: 1.68em;
    font-size: 2.5rem;
  }
  #p-product-item .product_item_sec_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sec_txt > p:first-of-type {
    margin-top: -0.34em;
  }
  #p-product-item .product_item_sec_txt > p:last-of-type {
    margin-bottom: -0.34em;
  }
}
#p-product-item .product_item_top {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #f4f4f4;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_top {
    margin-top: -9.5rem;
    padding-top: 5rem;
    padding-bottom: 10rem;
    gap: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_top {
    flex-direction: column;
    gap: 7rem;
    width: 65rem;
    margin: -8rem auto 0;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
#p-product-item .product_item_top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #1c1c1c;
  height: 0.1rem;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_top::before {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_top::before {
    width: 62rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .slide_cont_wrap {
    position: relative;
    padding: 0 4.5rem;
  }
}
#p-product-item .swiper_container {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #p-product-item .slide_cont_wrap {
    width: 42rem;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .slide_item {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#p-product-item .swiper-slide figure {
  width: 100%;
}
#p-product-item .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider {
    position: relative;
    width: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .thumbnail_slider {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider .swiper-slide {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider .thumbnails {
    height: 28.8rem;
    overflow: hidden;
  }
}
#p-product-item .thumbnail_slider .thumbnails .swiper-slide {
  display: grid;
  place-content: center;
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider .swiper-button-prev,
  #p-product-item .thumbnail_slider .swiper-button-next {
    position: absolute;
    left: 0;
    right: 0;
    width: 1.4rem;
    margin: auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider .swiper-button-prev {
    bottom: 2rem;
    rotate: 180deg;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider .swiper-button-next {
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .thumbnail_slider .swiper-button-disabled {
    opacity: 0.2;
  }
}
#p-product-item .main_slider {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #p-product-item .main_slider {
    border-radius: 0.8rem;
  }
}
#p-product-item .main_slider .swiper-slide {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  #p-product-item .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .swiper-pagination-bullet {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #dcdcdc;
    opacity: 1;
    border-radius: calc(infinity * 1px);
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .swiper-pagination-bullet-active {
    background-color: #e63c23;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .swiper-buttons {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .swiper-buttons {
    position: absolute;
    bottom: 2.5rem;
    width: 56rem;
    margin: auto;
  }
}
#p-product-item .swiper-buttons .swiper-button-prev,
#p-product-item .swiper-buttons .swiper-button-next {
  position: absolute;
  width: 2.4rem;
}
#p-product-item .swiper-buttons .swiper-button-prev {
  left: 0;
}
#p-product-item .swiper-buttons .swiper-button-next {
  right: 0;
  rotate: 180deg;
}
#p-product-item .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
#p-product-item .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
#p-product-item .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
#p-product-item .swiper-container-fade .swiper-slide-active, #p-product-item .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
#p-product-item .product_item_main_img {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_main_img {
    width: 36.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_main_img {
    width: 62rem;
  }
}
#p-product-item .product_item_top_cont {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_top_cont {
    width: 62rem;
    margin: 0 auto;
  }
}
#p-product-item .product_item_matrix {
  display: grid;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_matrix {
    grid-template-columns: repeat(4, 9rem);
    grid-row-gap: 1.5rem;
    margin-top: 4rem;
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_matrix {
    grid-template-columns: repeat(4, 15.5rem);
    grid-row-gap: 2rem;
    width: 62rem;
    margin: 5rem auto 0;
  }
}
#p-product-item .product_item_matrix > .item {
  border: solid 0.1rem #ccc;
  border-left: none;
}
#p-product-item .product_item_matrix > .item:nth-child(4n+1) {
  border-left: solid 0.1rem #ccc;
}
#p-product-item .product_item_matrix > .item > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #acbacc;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_matrix > .item > dt {
    padding: 0.8rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_matrix > .item > dt {
    padding: 0.8rem 0;
    font-size: 2.5rem;
  }
}
#p-product-item .product_item_matrix > .item > dd {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_matrix > .item > dd {
    padding: 0.2rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_matrix > .item > dd {
    padding: 1rem 0;
    font-size: 3.4rem;
  }
}
#p-product-item .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  #p-product-item .btn {
    min-width: auto;
    width: 20rem;
    padding: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .btn {
    min-width: auto;
    width: 30.4rem;
    padding: 2.5rem 3rem;
  }
}
#p-product-item .btn-search {
  position: relative;
  color: #fff;
  background-color: #e63c23;
  border: solid 1px #e63c23;
}
@media screen and (min-width: 769px) {
  #p-product-item .btn-search {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .btn-search {
    margin: 5rem auto 0;
  }
}
#p-product-item .btn-search::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/item_lower/icon_search.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #p-product-item .btn-search::before {
    left: 2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .btn-search::before {
    left: 3rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
#p-product-item .btn-more {
  position: relative;
}
#p-product-item .btn-more::before, #p-product-item .btn-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: #1c1c1c;
}
@media screen and (min-width: 769px) {
  #p-product-item .btn-more::before {
    right: 1.8rem;
    width: 1.4rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .btn-more::before {
    right: 3.4rem;
    width: 3rem;
    height: 0.1rem;
  }
}
#p-product-item .btn-more::after {
  transition: 0.2s;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 769px) {
  #p-product-item .btn-more::after {
    right: 2.5rem;
    width: 0.1rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .btn-more::after {
    right: 4.8rem;
    width: 0.1rem;
    height: 3rem;
  }
}
#p-product-item .btn-more.is-active::after {
  rotate: 90deg;
}
#p-product-item .btn-more:hover::before, #p-product-item .btn-more:hover::after {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sample_wrap {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sample_wrap {
    margin-top: 7rem;
  }
}
#p-product-item .product_item_sample_head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sample_head {
    line-height: 1.563em;
    font-size: 1.6rem;
  }
  #p-product-item .product_item_sample_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sample_head > h3:first-of-type {
    margin-top: -0.281em;
  }
  #p-product-item .product_item_sample_head > h3:last-of-type {
    margin-bottom: -0.281em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sample_head {
    line-height: 1.572em;
    font-size: 2.8rem;
  }
  #p-product-item .product_item_sample_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sample_head > h3:first-of-type {
    margin-top: -0.285em;
  }
  #p-product-item .product_item_sample_head > h3:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_sample_txt {
    margin-top: 1.5rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  #p-product-item .product_item_sample_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sample_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  #p-product-item .product_item_sample_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_sample_txt {
    margin-top: 3rem;
    line-height: 1.75em;
    font-size: 2.4rem;
  }
  #p-product-item .product_item_sample_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_sample_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  #p-product-item .product_item_sample_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
#p-product-item .product_item_sample_txt span {
  font-weight: 700;
  color: #820e08;
}
#p-product-item .product_item_sample_txt a {
  text-decoration: underline;
}
#p-product-item .product_item_maker_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_maker_wrap {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_maker_wrap {
    margin-top: 7rem;
  }
}
#p-product-item .product_item_maker_name {
  color: #8d8d8d;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_maker_name {
    line-height: 1.917em;
    font-size: 1.2rem;
  }
  #p-product-item .product_item_maker_name > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_maker_name > p:first-of-type {
    margin-top: -0.458em;
  }
  #p-product-item .product_item_maker_name > p:last-of-type {
    margin-bottom: -0.458em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_maker_name {
    line-height: 2.1em;
    font-size: 2rem;
  }
  #p-product-item .product_item_maker_name > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_maker_name > p:first-of-type {
    margin-top: -0.55em;
  }
  #p-product-item .product_item_maker_name > p:last-of-type {
    margin-bottom: -0.55em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_maker_logo {
    height: 4.5rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_maker_logo {
    height: 8rem;
    margin-top: 1rem;
  }
}
#p-product-item .product_item_maker_logo img {
  width: auto;
  max-height: 100%;
}
#p-product-item .product_thumbs {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_thumbs {
    gap: 1.7rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_thumbs {
    gap: 2.9rem;
    margin-top: 2.5rem;
  }
}
#p-product-item .product_thumb {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_thumb {
    width: 6rem;
    border-radius: 0.15rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_thumb {
    width: 10rem;
    border-radius: 0.25rem;
  }
}
#p-product-item .product_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_type_wrap {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_type_wrap {
    margin-top: 5rem;
  }
}
#p-product-item .product_item_type {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_type {
    align-items: center;
    gap: 1.5rem;
    max-width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_type {
    justify-content: space-between;
    align-items: center;
  }
}
#p-product-item .product_item_type > dt {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_type > dt {
    line-height: 1.786em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_type > dt {
    line-height: 1.88em;
    font-size: 2.5rem;
  }
}
#p-product-item .product_item_type dd {
  position: relative;
  max-width: 100%;
}
#p-product-item .product_item_type dd::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/common/icon_arrow_btm-blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_type dd::after {
    right: 1.8rem;
    width: 1.2rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_type dd::after {
    right: 2.8rem;
    width: 2.2rem;
    height: 1.4rem;
  }
}
#p-product-item .product_item_type dd > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_type dd > select {
    min-width: 28rem;
    padding: 1.2rem 4rem 1.2rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_type dd > select {
    background-color: transparent;
    width: 52rem;
    padding: 3rem 6rem 3rem 3rem;
    font-size: 2.5rem;
  }
}
#p-product-item .product_item_tag_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_tag_wrap {
    gap: 0.8rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_tag_wrap {
    gap: 1rem;
    margin-top: 3rem;
  }
}
#p-product-item .product_item_tag {
  border: solid 0.1rem;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_tag {
    background-color: #fff;
    padding: 0.1rem 1rem;
    line-height: 1.924em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_tag {
    padding: 0.1rem 1.8rem;
    line-height: 1.917em;
    font-size: 2.4rem;
  }
}
#p-product-item .product_item_tag.c01 {
  color: #146e14;
  border-color: #146e14;
}
#p-product-item .product_item_tag.c02 {
  color: #820e08;
  border-color: #820e08;
}
#p-product-item .product_item_tag.c03 {
  color: #1c1c1c;
  border-color: #1c1c1c;
}
#p-product-item .product_item_name {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_name {
    line-height: 1.5em;
    font-size: 1.8rem;
  }
  #p-product-item .product_item_name > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_name > h2:first-of-type {
    margin-top: -0.25em;
  }
  #p-product-item .product_item_name > h2:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_name {
    line-height: 1.53em;
    font-size: 3.4rem;
  }
  #p-product-item .product_item_name > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_name > h2:first-of-type {
    margin-top: -0.264em;
  }
  #p-product-item .product_item_name > h2:last-of-type {
    margin-bottom: -0.264em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_infos {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_infos {
    margin-top: 3.5rem;
  }
}
#p-product-item .product_item_info {
  display: flex;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_info {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_info {
    line-height: 1.75em;
    font-size: 2.4rem;
  }
}
#p-product-item .product_item_info > dt::after {
  content: "：";
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_prices {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_prices {
    margin-top: 3rem;
  }
}
#p-product-item .product_item_price {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_price > dt {
    padding-right: 1.5rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_price > dt {
    padding-right: 2rem;
    line-height: 1.667em;
    font-size: 2.4rem;
  }
}
#p-product-item .product_item_price .currency {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_price .currency {
    line-height: 1.929em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_price .currency {
    line-height: 1.917em;
    font-size: 2.4rem;
  }
}
#p-product-item .product_item_price .num {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_price .num {
    line-height: 1.5em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_price .num {
    line-height: 1.438em;
    font-size: 3.2rem;
  }
}
#p-product-item .product_item_price .slash {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_price .slash {
    line-height: 1.5em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_price .slash {
    line-height: 1.438em;
    font-size: 3.2rem;
  }
}
#p-product-item .product_item_price .uint {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_price .uint {
    line-height: 1.5em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_price .uint {
    line-height: 1.438em;
    font-size: 3.2rem;
  }
}
#p-product-item .product_item_price .uint sup {
  position: relative;
  bottom: -0.1em;
  font-size: 60%;
}
#p-product-item .product_item_price .tax {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_price .tax {
    line-height: 2.25em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_price .tax {
    line-height: 1.819em;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_colors {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_colors {
    margin-top: 5rem;
  }
}
#p-product-item .product_item_color {
  display: flex;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_color {
    line-height: 1.786em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_color {
    line-height: 0.962em;
    font-size: 2.6rem;
  }
}
#p-product-item .product_item_color > dt::after {
  content: "：";
}
#p-product-item .btn_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  #p-product-item .btn_wrap {
    gap: 0.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .btn_wrap {
    gap: 1rem;
    margin-top: 4rem;
  }
}
#p-product-item .product_item_table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0.1rem;
  background-color: #d7d7d7;
  border-collapse: inherit;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_table {
    border-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_table {
    border-spacing: 0.2rem;
    width: 62rem;
    margin: 0 auto;
  }
}
#p-product-item .product_item_table_head {
  background-color: #e6e6e6;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_table_head {
    width: 15rem;
    padding: 2rem 3rem;
    line-height: 4.286em;
    font-size: 1.4rem;
  }
  #p-product-item .product_item_table_head > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_table_head > p:first-of-type {
    margin-top: -1.642em;
  }
  #p-product-item .product_item_table_head > p:last-of-type {
    margin-bottom: -1.642em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_table_head {
    width: 20.5rem;
    padding: 3rem;
    font-size: 2.4rem;
    text-align: left;
  }
}
#p-product-item .product_item_table_desc {
  background-color: #f4f4f4;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_table_desc {
    padding: 2rem 3rem;
    line-height: 4.286em;
    font-size: 1.4rem;
  }
  #p-product-item .product_item_table_desc > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_table_desc > p:first-of-type {
    margin-top: -1.642em;
  }
  #p-product-item .product_item_table_desc > p:last-of-type {
    margin-bottom: -1.642em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_table_desc {
    padding: 3rem 4rem;
    line-height: 1.334em;
    font-size: 2.4rem;
  }
  #p-product-item .product_item_table_desc > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_table_desc > p:first-of-type {
    margin-top: -0.166em;
  }
  #p-product-item .product_item_table_desc > p:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_table_desc.w-min {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_notice_list {
    line-height: 1.786em;
    font-size: 1.4rem;
  }
  #p-product-item .product_item_notice_list > li {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_notice_list > li:first-of-type {
    margin-top: -0.392em;
  }
  #p-product-item .product_item_notice_list > li:last-of-type {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_notice_list {
    line-height: 1.75em;
    font-size: 2.4rem;
  }
  #p-product-item .product_item_notice_list > li {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .product_item_notice_list > li:first-of-type {
    margin-top: -0.375em;
  }
  #p-product-item .product_item_notice_list > li:last-of-type {
    margin-bottom: -0.375em;
  }
}
#p-product-item .product_item_notice_list > li {
  display: none;
  padding-left: 1em;
  text-indent: -1em;
}
#p-product-item .product_item_notice_list > li.is-show {
  display: list-item;
}
#p-product-item .product_item_notice_list > li::before {
  content: "●";
}
#p-product-item .product_item_notice_list_btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #p-product-item .product_item_notice_list_btn {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .product_item_notice_list_btn {
    margin-top: 5rem;
  }
}
#p-product-item .tileItemSlider_wrapper {
  position: relative;
}
@media screen and (min-width: 769px) {
  #p-product-item .tileItemSlider_wrapper {
    margin: 3rem -2rem 0;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tileItemSlider_wrapper {
    margin: 4rem -2rem 0;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .tile_item {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tile_item {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .tile_num {
    margin-top: 2rem;
    line-height: 1.385em;
    font-size: 1.3rem;
  }
  #p-product-item .tile_num > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_num > p:first-of-type {
    margin-top: -0.192em;
  }
  #p-product-item .tile_num > p:last-of-type {
    margin-bottom: -0.192em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tile_num {
    margin-top: 3rem;
    line-height: 1.459em;
    font-size: 2.4rem;
  }
  #p-product-item .tile_num > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_num > p:first-of-type {
    margin-top: -0.229em;
  }
  #p-product-item .tile_num > p:last-of-type {
    margin-bottom: -0.229em;
  }
}
#p-product-item .tile_name {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #p-product-item .tile_name {
    margin-top: 2rem;
    line-height: 1.6em;
    font-size: 1.5rem;
  }
  #p-product-item .tile_name > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_name > p:first-of-type {
    margin-top: -0.3em;
  }
  #p-product-item .tile_name > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tile_name {
    margin-top: 2.5rem;
    line-height: 1.6em;
    font-size: 2.5rem;
  }
  #p-product-item .tile_name > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_name > p:first-of-type {
    margin-top: -0.3em;
  }
  #p-product-item .tile_name > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .tile_txt {
    margin-top: 1.5rem;
    line-height: 1.572em;
    font-size: 1.4rem;
  }
  #p-product-item .tile_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_txt > p:first-of-type {
    margin-top: -0.285em;
  }
  #p-product-item .tile_txt > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tile_txt {
    margin-top: 2.5rem;
    line-height: 1.6em;
    font-size: 2.5rem;
  }
  #p-product-item .tile_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_txt > p:first-of-type {
    margin-top: -0.3em;
  }
  #p-product-item .tile_txt > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (min-width: 769px) {
  #p-product-item .tile_size {
    margin-top: 1.5rem;
    line-height: 1.616em;
    font-size: 1.3rem;
  }
  #p-product-item .tile_size > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_size > p:first-of-type {
    margin-top: -0.307em;
  }
  #p-product-item .tile_size > p:last-of-type {
    margin-bottom: -0.307em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tile_size {
    margin-top: 2.5rem;
    line-height: 1.584em;
    font-size: 2.4rem;
  }
  #p-product-item .tile_size > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_size > p:first-of-type {
    margin-top: -0.291em;
  }
  #p-product-item .tile_size > p:last-of-type {
    margin-bottom: -0.291em;
  }
}
#p-product-item .tile_price {
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  #p-product-item .tile_price {
    margin-top: 1.8rem;
    line-height: 1.467em;
    font-size: 1.5rem;
  }
  #p-product-item .tile_price > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_price > p:first-of-type {
    margin-top: -0.233em;
  }
  #p-product-item .tile_price > p:last-of-type {
    margin-bottom: -0.233em;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tile_price {
    margin-top: 3rem;
    line-height: 1.577em;
    font-size: 2.6rem;
  }
  #p-product-item .tile_price > p {
    line-height: inherit;
    font: inherit;
  }
  #p-product-item .tile_price > p:first-of-type {
    margin-top: -0.288em;
  }
  #p-product-item .tile_price > p:last-of-type {
    margin-bottom: -0.288em;
  }
}
#p-product-item .tile_price .em {
  color: #e63c23;
}
#p-product-item .tileItemSlider-button_wrap {
  position: absolute;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #p-product-item .tileItemSlider-button_wrap {
    top: 8rem;
    left: -2rem;
    width: 108rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tileItemSlider-button_wrap {
    top: 11.5rem;
    left: -2rem;
    width: 70rem;
  }
}
#p-product-item .tileItemSlider-button_wrap .swiper-button {
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  #p-product-item .tileItemSlider-button_wrap .swiper-button {
    width: 2rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .tileItemSlider-button_wrap .swiper-button {
    width: 2rem;
  }
}
#p-product-item .tileItemSlider-button_wrap .swiper-button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  #p-product-item .casestudy_wrap {
    margin: -0.7rem -0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .casestudy_wrap {
    margin: -2rem;
  }
}
#p-product-item .casestudy_wrap .casestudy_item {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #p-product-item .casestudy_wrap .casestudy_item {
    width: 32rem;
    margin: 0.7rem 0.8rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-product-item .casestudy_wrap .casestudy_item {
    width: 62rem;
    margin: 2rem;
    border-radius: 0.8rem;
  }
}
#p-product-item .casestudy_wrap .casestudy_item img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal_maker_img {
    height: 3.5rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_maker_img {
    height: 6.5rem;
    margin-top: 2rem;
  }
}
.modal_maker_img > img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .modal_product_name {
    margin-top: 1rem;
    line-height: 1.734em;
    font-size: 1.5rem;
  }
  .modal_product_name > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_product_name > p:first-of-type {
    margin-top: -0.366em;
  }
  .modal_product_name > p:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media screen and (max-width: 768px) {
  .modal_product_name {
    margin-top: 2rem;
    line-height: 1.084em;
    font-size: 2.4rem;
  }
  .modal_product_name > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_product_name > p:first-of-type {
    margin-top: -0.041em;
  }
  .modal_product_name > p:last-of-type {
    margin-bottom: -0.041em;
  }
}/*# sourceMappingURL=product.css.map */