@media screen and (min-width: 768px) {
  .item_detail--top--container {
    display: flex;
    column-gap: 2%;
  }
}

@media screen and (min-width: 768px) {
  .item_detail--top--pane-1 {
    flex-basis: 56%;
  }
}

@media screen and (min-width: 768px) {
  .item_detail--top--pane-2 {
    flex-basis: 42%;
  }
}

.item_detail--middle > div {
  margin-top: 30px;
}

.item_detail--bottom {
  margin-top: 55px;
}

.item_detail--item_name--wig--logo {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .item_detail--item_name--wig--logo {
    margin-bottom: 17px;
  }
}

.item_detail--title {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .item_detail--title {
    margin-top: 0;
  }
}

.item_detail--price {
  margin-top: 15px;
}

.item_detail--icon-bottom {
  margin-top: 20px;
}

.item_detail--cart {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .item_detail--cart.is-wholesale {
    display: none;
  }
}

.item_detail--favorite {
  margin-top: 20px;
}

.item_detail--cart-wholesale {
  display: none;
}
@media screen and (min-width: 768px) {
  .item_detail--cart-wholesale {
    display: block;
  }
}

.item_detail--item_info > div + div {
  margin-top: 30px;
}

.item_detail--basic_contents > div + div {
  margin-top: 30px;
}

.item_image_switch--main_image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
}
.item_image_switch--main_image .swiper-slide {
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #DEDEDE;
}
.item_image_switch--main_image .swiper-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: 100%;
}
.item_image_switch--main_image .swiper_prev {
  display: none;
}
.item_image_switch--main_image .swiper_next {
  display: none;
}

.item_image_switch--movie_wrapper {
  height: 0;
  padding-bottom: 100%;
  max-width: 490px;
}
.item_image_switch--movie_wrapper iframe {
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item_image_switch--thumbnails {
  margin-top: 1px;
}

.item_image_switch--thumbnails--list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 1px;
}

.item_image_switch--thumbnails--list--item {
  flex-basis: calc(25% - 1px);
  border: 1px solid #DEDEDE;
}
@media screen and (min-width: 1280px) {
  .item_image_switch--thumbnails--list--item {
    flex-basis: calc(20% - 1px);
  }
}

.item_image_switch--small {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.item_image_switch--small img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.item_image_switch .swiper_button_disabled {
  display: none;
}

.item_profit_icon--list-top {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
}
@media screen and (min-width: 1280px) {
  .item_profit_icon--list-top {
    margin-bottom: 20px;
  }
}

.item_profit_icon--list-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 4px;
}

.item_cart_area--body {
  margin-top: 9px;
}

.item_cart_area--cart_submit, .item_cart_area--notice_button {
  margin-top: 20px;
}

.item_cart_area--cart_message {
  margin-top: 16px;
}
.item_cart_area--cart_message .text_box .text-strong {
  color: #FF3333;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.item_cart_area--cart_message a {
  color: #10AEDE;
  text-decoration: underline;
}

.item_cart_area--select_wrap + .item_cart_area--select_wrap {
  margin-top: 9px;
}
.item_cart_area--select_wrap select {
  color: #8D8D8D;
  width: 100%;
  margin: 0 auto;
  padding: 13px 3px 9px 20px;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
}
.item_cart_area--select_wrap select:hover {
  cursor: pointer;
  opacity: 0.6;
}
.item_cart_area--select_wrap select.disabled {
  color: #FF3333;
}

.item_cart_area .btn-cart, .item_cart_area .btn-notice, .item_cart_area .btn-reservation, .item_cart_area .btn-forward, .item_cart_area .btn-back {
  width: 100%;
}

.stock_date {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  font-size: 16px;
  line-height: 1.4;
}

.stock_date small {
  font-size: 0.8em;
}
.stock_date .date {
  color: #FC018F;
  font-size: 18px;
}

.item_cart_area_wholesale {
  margin-top: 35px;
}

.item_cart_area_wholesale--top .description {
  margin-top: 10px;
}

.item_cart_area_wholesale--middle {
  margin-top: 20px;
}

.item_cart_area_wholesale--bottom {
  margin-top: 35px;
  text-align: center;
}

.item_cart_area_wholesale--name_area .label {
  display: inline-block;
  background: #333;
  color: #fff;
  width: 5em;
  height: 2em;
  border-radius: 5px;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}
.item_cart_area_wholesale--name_area .text {
  display: inline-block;
  height: 2em;
  margin-left: 0.6em;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

.item_cart_area_wholesale--cell_group .cell-code {
  width: 181px;
}
.item_cart_area_wholesale--cell_group .cell-price {
  width: 100px;
}
.item_cart_area_wholesale--cell_group .cell-quantity {
  width: 111px;
}
.item_cart_area_wholesale--cell_group .cell-quantity input {
  max-width: 100%;
  padding: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: right;
  border: 1px solid #aaa;
}

.item_cart_area_wholesale table {
  margin-top: 25px;
  table-layout: fixed;
}
.item_cart_area_wholesale table th, .item_cart_area_wholesale table td {
  font-size: 0.14rem;
  border: solid 1px #999;
  padding: 12px 15px;
  vertical-align: middle;
  font-weight: normal;
}
.item_cart_area_wholesale table th {
  background: #f7f7f7;
}
.item_cart_area_wholesale table caption {
  margin-bottom: 10px;
  padding: 5px;
  border-left: 5px solid #333;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.item_cart_area_wholesale tbody .cell-price {
  text-align: right;
}
.item_cart_area_wholesale .active td {
  background-color: #fff9e4;
}
.item_cart_area_wholesale .btn-cart, .item_cart_area_wholesale .btn-notice, .item_cart_area_wholesale .btn-reservation {
  max-width: 420px;
  width: 100%;
}

.item_movie--body {
  margin-top: 17px;
}

.item_movie--description {
  margin-bottom: 7px;
}

.item_movie--data .item_movie_content + .item_movie_content {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .item_movie--data .item_movie_content + .item_movie_content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .item_movie--data .item_movie_content {
    display: flex;
    gap: 0 2%;
  }
}
.item_movie--data .item_movie_movie {
  flex-basis: 56%;
}
.item_movie--data .item_movie_movie iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}
.item_movie--data .item_movie_text_box {
  flex-basis: 42%;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .item_movie--data .item_movie_text_box {
    margin-top: 0;
    padding-left: 10px;
  }
}
.item_movie--data .item_movie_text_box .item_movie_name h3 {
  font-size: 0.18rem;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .item_movie--data .item_movie_text_box .item_movie_name h3 {
    font-size: 0.2rem;
  }
}
.item_movie--data .item_movie_text_box .item_movie_text {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .item_movie--data .item_movie_text_box .item_movie_text {
    margin-top: 30px;
  }
}

.item_copy--body {
  margin-top: 17px;
}

.item_copy--catch_copy {
  margin-bottom: 7px;
}
.item_copy--catch_copy .text {
  font-weight: bold;
}

.item_copy--body_copy .text {
  max-height: 144px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s;
}
@media screen and (min-width: 600px) {
  .item_copy--body_copy .text {
    max-height: none;
  }
}
.item_copy--body_copy .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(to bottom, transparent 45%, #fff 100%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .item_copy--body_copy .text::after {
    display: none;
  }
}
.item_copy--body_copy .text.is-open::after {
  z-index: -1;
  opacity: 0;
}
.item_copy--body_copy .text.is-hidden::after {
  z-index: -1;
  opacity: 0;
}
.item_copy--body_copy .text a {
  color: #000098;
  text-decoration: underline;
}
.item_copy--body_copy .text a:hover {
  text-decoration: none;
}
.item_copy--body_copy .btn-more {
  width: 100%;
  margin-top: 13px;
}
@media screen and (min-width: 600px) {
  .item_copy--body_copy .btn-more {
    display: none;
  }
}
.item_copy--body_copy .btn-more .text-more {
  margin-right: 5px;
}

.item_size--body {
  margin-top: 17px;
}

.item_size--description {
  margin-bottom: 7px;
}

@media screen and (min-width: 1280px) {
  .item_size--table-wrap > div {
    display: flex;
    column-gap: 2%;
  }
}

.item_size table {
  font-size: 0.14rem;
}
@media screen and (min-width: 1280px) {
  .item_size table {
    flex-basis: 56%;
  }
}
.item_size th, .item_size td {
  display: table-cell;
  font-size: 0.14rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #DEDEDE;
  padding: 5px;
}
.item_size .line_thead th {
  background-color: #e9e9e9;
}
.item_size .line_tbody th {
  background-color: #f4f4f4;
}
.item_size .attention {
  margin-top: 14px;
}
@media screen and (min-width: 1280px) {
  .item_size .attention {
    margin-top: 0;
    flex-basis: 42%;
  }
}
.item_size .attention a {
  color: #10AEDE;
  text-decoration: underline;
}
.item_size .attention a:hover {
  text-decoration: none;
}

.item_size-color_contactlens table {
  font-size: 0.14rem;
}
.item_size-color_contactlens th, .item_size-color_contactlens td {
  border: 1px solid #DEDEDE;
  padding: 5px;
  font-size: 0.14rem;
  font-weight: 400;
}
.item_size-color_contactlens td {
  text-align: center;
}
.item_size-color_contactlens .line_thead th {
  background-color: #e9e9e9;
}
.item_size-color_contactlens .line_tbody th {
  background-color: #f4f4f4;
}
.item_size-color_contactlens .attention {
  margin-top: 14px;
}
.item_size-color_contactlens .attention a {
  color: #10AEDE;
  text-decoration: underline;
}
.item_size-color_contactlens .attention a:hover {
  text-decoration: none;
}

.item_info_detail--body {
  margin-top: 17px;
}

.item_info_detail tbody th, .item_info_detail tbody td {
  font-size: 0.14rem;
  font-weight: 400;
  border: 1px solid #DEDEDE;
}
.item_info_detail tbody th {
  background-color: #F4F4F4;
  padding: 7px 12px 6px;
  min-width: 85px;
}
@media screen and (min-width: 1280px) {
  .item_info_detail tbody th {
    width: 228px;
  }
}
.item_info_detail tbody td {
  padding: 6px 15px 5px;
}

.item_free--body {
  margin-top: 17px;
}

.item_free--description {
  margin-bottom: 16px;
}

.item_free--contents center {
  margin-bottom: 30px;
}
.item_free--contents center > div + div {
  margin-top: 20px;
}
.item_free--contents > div + div {
  margin-top: 7px;
}

.item_wig_colors--body {
  margin-top: 17px;
}

.item_wig_colors--selected {
  margin-bottom: 7px;
}
.item_wig_colors--selected .text-selected {
  font-weight: bold;
}

.item_wig_colors--list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 1.5%;
}
@media screen and (min-width: 768px) {
  .item_wig_colors--list {
    column-gap: 1.1%;
  }
}
@media screen and (min-width: 1024px) {
  .item_wig_colors--list {
    column-gap: 0.7%;
  }
}
@media screen and (min-width: 1280px) {
  .item_wig_colors--list {
    column-gap: 0.5%;
  }
}

.item_wig_colors--list--item {
  max-width: 45px;
  flex-basis: 13%;
  position: relative;
}
.item_wig_colors--list--item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item_wig_colors--list--item.is-active img {
  border: 2px solid #FF008E;
}
.item_wig_colors--list--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.item_reference_photo--body {
  margin-top: 17px;
}

.item_reference_photo--description {
  margin-bottom: 16px;
}

.item_reference_photo--swiper--wrapper {
  position: relative;
}
.item_reference_photo--swiper--wrapper .swiper {
  min-width: 235px;
  width: 62.2%;
}
@media screen and (min-width: 1280px) {
  .item_reference_photo--swiper--wrapper .swiper {
    width: 100%;
    overflow: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .item_reference_photo--swiper--wrapper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
}
@media screen and (min-width: 1280px) {
  .item_reference_photo--swiper--wrapper .swiper-slide {
    flex-shrink: 1;
    flex-basis: 32%;
  }
}
.item_reference_photo--swiper--wrapper .swiper-button-prev, .item_reference_photo--swiper--wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1280px) {
  .item_reference_photo--swiper--wrapper .swiper-button-prev, .item_reference_photo--swiper--wrapper .swiper-button-next {
    display: none;
  }
}
.item_reference_photo--swiper--wrapper .swiper-button-prev:hover, .item_reference_photo--swiper--wrapper .swiper-button-next:hover {
  cursor: pointer;
}
.item_reference_photo--swiper--wrapper .swiper-button-prev {
  left: 0;
}
.item_reference_photo--swiper--wrapper .swiper-button-next {
  right: 0;
}

.item_accessories--body {
  margin-top: 17px;
}

.item_accessories--wrap .item_accessories_image {
  text-align: center;
}
.item_accessories--wrap .item_accessories_explanation {
  margin-top: 20px;
}

.item_annotation--body {
  margin-top: 17px;
}

.item_about_wig_net--body {
  margin-top: 20px;
}

.item_about_wig_net--depth-2 .item_about_wig_net--body {
  margin-top: 14px;
}

@media screen and (min-width: 1280px) {
  .item_about_wig_net--contents_wrapper {
    display: flex;
    column-gap: 2%;
  }
}

@media screen and (min-width: 1280px) {
  .item_about_wig_net--pane-1 {
    flex-basis: 56%;
  }
}

@media screen and (min-width: 1280px) {
  .item_about_wig_net--pane-2 {
    flex-basis: 42%;
  }
}

.item_about_wig_net .image {
  text-align: center;
}
.item_about_wig_net .text_box {
  margin-top: 27px;
}
@media screen and (min-width: 1280px) {
  .item_about_wig_net .text_box {
    margin-top: 0;
  }
}
.item_about_wig_net .link_box {
  margin-top: 20px;
}
.item_about_wig_net .link_box .link_btn {
  width: 100%;
}
.item_about_wig_net .link_box .link_btn + .link_btn {
  margin-top: 8px;
}

.item_how_to_wearing_wig--body {
  margin-top: 17px;
}

.item_how_to_wearing_wig--pc_contents {
  display: none;
}
@media screen and (min-width: 854px) {
  .item_how_to_wearing_wig--pc_contents {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .item_how_to_wearing_wig--sp_contents {
    display: flex;
    column-gap: 4%;
  }
}
@media screen and (min-width: 854px) {
  .item_how_to_wearing_wig--sp_contents {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .item_how_to_wearing_wig--sp_contents--pane-1 {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 600px) {
  .item_how_to_wearing_wig--sp_contents--pane-2 {
    flex-basis: 50%;
  }
}
.item_how_to_wearing_wig--sp_contents--pane-2 .item_how_to_wearing_wig--depth-2 {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .item_how_to_wearing_wig--sp_contents--pane-2 .item_how_to_wearing_wig--depth-2 {
    margin-top: 0;
  }
}
.item_how_to_wearing_wig--sp_contents--pane-2 .item_how_to_wearing_wig--depth-2 + .item_how_to_wearing_wig--depth-2 {
  margin-top: 20px;
}

.item_how_to_maintenance_wig--body {
  margin-top: 17px;
}

.item_how_to_maintenance_wig--depth-2:not(:first-of-type) {
  margin-top: 32px;
}

.item_how_to_maintenance_wig--link_wrapper {
  margin-top: 15px;
}
.item_how_to_maintenance_wig--link_wrapper a {
  color: #10AEDE;
  text-decoration: underline;
}
.item_how_to_maintenance_wig--link_wrapper a:hover {
  text-decoration: none;
}

.item_how_to_maintenance_wig--image_wrapper {
  max-width: 460px;
  margin-top: 18px;
}

.item_how_to_maintenance_wig .heading .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.item_how_to_maintenance_wig .text_box .text {
  font-size: 0.14rem;
}

.item_similarity_color--body {
  margin-top: 20px;
}

.item_similarity_color--list--item + .item_similarity_color--list--item {
  margin-top: 16px;
}
.item_similarity_color--list--item a {
  display: inline-flex;
  align-items: center;
}
.item_similarity_color--list--item a:hover {
  opacity: 1;
}
.item_similarity_color--list--item a:hover .text {
  text-decoration: underline;
}
.item_similarity_color--list--item i {
  color: #DEDEDE;
  width: 20px;
  height: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_similarity_color--list--item i::before {
  color: #8D8D8D;
  font-size: 0.1rem;
}

.item_similarity_color--announce {
  margin-top: 20px;
}
.item_similarity_color--announce a {
  color: #10AEDE;
  text-decoration: underline;
}
.item_similarity_color--announce a:hover {
  opacity: 1;
  text-decoration: none;
}

.favorite_area--btn_area {
  display: flex;
  column-gap: 1.5%;
  justify-content: space-between;
}

.favorite_area--btn_wrapper {
  min-width: 94px;
  max-width: 136px;
  flex-basis: 32%;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.favorite_area--btn_wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.favorite_area--btn_wrapper a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.favorite_area--btn_wrapper .text_box {
  margin-top: 10px;
}
.favorite_area--btn_wrapper .text_box .text {
  font-size: 0.14rem;
  line-height: 1.3;
}

.favorite_area--description {
  margin-top: 6px;
  padding-top: 14px;
  position: relative;
}
.favorite_area--description::before {
  content: "";
  border-bottom: 17px solid #dedede;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -2px;
  left: 36px;
}
.favorite_area--description::after {
  content: "";
  border-bottom: 17px solid #fff7fb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 36px;
}

.favorite_area--description--wrap {
  background-color: rgba(255, 0, 142, 0.03);
  padding: 13px 18px 11px;
  border: 1px solid #dedede;
}
.favorite_area--description--wrap a {
  color: #10aede;
  text-decoration: underline;
}
.favorite_area--description--wrap a:hover {
  opacity: 1;
  text-decoration: none;
}

.favorite_area--btn {
  display: none;
}

.favorite_area--support {
  margin: 18px 0 0 0;
}

@media screen and (min-width: 1280px) {
  .favorite_area--support--list--item {
    width: 85%;
  }
}
.favorite_area--support--list--item + .favorite_area--support--list--item {
  margin-top: 20px;
}
.favorite_area--support--list--item a {
  display: flex;
  align-items: baseline;
}
.favorite_area--support--list--item a:hover {
  opacity: 1;
}
.favorite_area--support--list--item a:hover .text {
  text-decoration: underline;
}
.favorite_area--support--list--item a:hover i {
  color: #FF008E;
}
.favorite_area--support--list--item i {
  margin-left: auto;
}

.favorite_area--select_wrap + .favorite_area--select_wrap {
  margin-top: 9px;
}
.favorite_area--select_wrap select {
  color: #8d8d8d;
  width: 100%;
  margin: 0 auto;
  padding: 13px 3px 9px 20px;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
}
.favorite_area--select_wrap select:hover {
  cursor: pointer;
  opacity: 0.6;
}

.favorite_area .is-active,
.favorite_area .is-disable {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.favorite_area .is-disable {
  opacity: 0.2;
}

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