@charset "UTF-8";
/* variable ------------------------- */
/* variable ------------------------- */
/* mixin ------------------------- */
/* base ------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  font-size: 3.05vw;
  line-height: 170%;
}

* html body {
  font-size: 3.33vw;
}

*:first-child + html body {
  font-size: 3.33vw;
}

img {
  width: 100%;
}

.pc_only {
  display: none;
}

.page_link {
  padding-top: 80px;
  margin-top: -80px;
}

.head_mg {
  height: 90px;
}

.post_nav_mg {
  height: 60px;
}

/* site ------------------------- */
.pagetop {
  width: 11.11vw;
  height: 11.11vw;
  right: 10px;
  bottom: 10px;
  line-height: 11.11vw;
  font-size: 4.166vw;
}
.pagetop .triangle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

.ttl_c {
  font-size: 4.45vw;
}

.contents_sp {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.btn_more {
  width: 30.55vw;
  font-size: 3.33vw;
  margin-top: 5.55vw;
}
.btn_more a {
  height: 9.722vw;
  line-height: 9.722vw;
}

/*swiperテーマ上書き----------------------------------*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  text-align: center;
  margin-top: 11.11vw;
}

.swiper-pagination {
  position: relative;
  margin-top: 5.55vw;
}

.swiper-pagination-bullet {
  width: 4.86vw;
  height: 2px;
  display: inline-block;
  border-radius: 0 !important;
  margin: 0 2.77vw !important;
  background: #c8c8c8;
  margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-slide img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 5.55vw;
  height: 5.55vw;
  margin-top: -2.77vw;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-black {
  color: #000 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 3.33vw;
}

.swiper-lazy-preloader {
  border-color: #000000 !important; /* スピナーの色 */
  border-top-color: transparent !important; /* スピナーの上部を透明にしてアニメーション */
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  color: inherit;
  font-family: inherit;
  padding: 8px 10px;
  width: 100%;
  height: 42px;
  font-size: 3.33vw;
}

input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input[type=submit]:hover {
  opacity: 0.7;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus {
  border: 1px solid rgba(0, 110, 255, 0.753);
  box-shadow: none;
  outline: none;
}

textarea {
  border: 1px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 15px;
  line-height: 180%;
  height: 40vh;
  font-size: 3.33vw;
}

input::placeholder {
  color: #cacaca;
}

/* IE */
input:-ms-input-placeholder {
  color: #cacaca;
}

/* Edge */
input::-ms-input-placeholder {
  color: #cacaca;
}

.select_n {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #ffffff;
  height: 42px;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 5px;
}
.select_n select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #666666;
  font-size: 3.05vw;
}
.select_n select::-ms-expand {
  display: none;
}
.select_n:before {
  position: absolute;
  top: 1.5em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.select_row {
  display: flex;
  flex-wrap: wrap;
}

.select_row li {
  width: 25%;
  margin-right: 1.5%;
}

.w_full {
  width: 310px !important;
}

.w_half {
  width: calc(50% - 5px) !important;
}

.w_third {
  width: calc(33% - 5px) !important;
}

.w_short {
  width: 45% !important;
}

.w_shorter {
  width: 100px !important;
}

.w_search {
  width: calc(100% - 37px) !important;
}

input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: #333 !important;
}

input[type=radio], input[type=checkbox], input[type=check] {
  padding: 5px;
  line-height: 1.5;
  margin-right: 0.5em;
}

input[type=radio] {
  border-radius: 7.5px;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: solid 2px #ccc;
  margin: -3px 5px 0 0;
}

input[type=checkbox] {
  border-radius: 2px;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: solid 2px #ccc;
  margin: -2px 5px 0 0;
}

.form_list dt,
.form_list_underline dt {
  margin-bottom: 7px;
}

.form_list dd {
  margin-bottom: 18px;
}

.form_list_underline dd {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: #e3e3e3 1px solid;
}

input.disabled_input {
  background-color: #D1D1D1 !important;
  pointer-events: none;
}

.form_list_mypage input[name=addr01] {
  margin: 5px 0;
}

#now_execute {
  margin-top: 30px;
}

#now_execute p {
  text-align: center;
}

/* layout ------------------------ */
.undercolumn_small {
  width: 95%;
  margin: 0 auto 0 auto;
  padding-top: 5.55vw;
}

#undercolumn_blog {
  width: 95%;
  margin: 0 auto 0 auto;
  padding-top: 5.55vw;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.attention {
  color: #cd0000;
}

.block_gray,
.undercolumn_message_block {
  background-color: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 2.77vw;
}

.default_dl_list dt {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}

.default_dl_list dd {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

#undercolumn_error {
  padding: 10vw 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* title ------------------------- */
.tit_default {
  font-weight: 300;
  margin-bottom: 5.55vw;
  font-size: 3.88vw;
}

.tit_default_s {
  font-weight: 300;
  margin-bottom: 5.55vw;
  font-size: 3.61vw;
}

.tit_gray_bar {
  background-color: #f3f3f3;
  font-weight: 700;
  padding: 10px;
  font-size: 3.05vw;
}

.tit_block_login {
  margin-bottom: 5.55vw;
}

.tit_mini_center_border {
  font-size: 3.88vw;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5.55vw;
  padding-bottom: 5.55vw;
}

.tit_full_slider {
  font-size: 4.166vw;
  padding: 0px 7vw 10vw 7vw;
}

/* header_news ------------------------- */
.header_news {
  height: 8.33vw;
  overflow: hidden;
}
.header_news .swiper-slide {
  height: 8.33vw !important;
  padding: 0 2.77vw !important;
}
.header_news .swiper-slide p {
  font-size: 2.77vw;
  line-height: 100%;
}

/*btn --------------------------------------------------*/
.btn_area {
  margin-top: 11.11vw;
}

.btn_area_S {
  margin-top: 5.55vw;
}

.btn_area_wait {
  text-align: center;
  font-weight: 700;
  margin-top: 11.11vw;
  display: none;
}

.btn_area_center {
  margin-top: 5.55vw;
}

.btn_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
}

.btn_gray {
  width: 100%;
  color: #FFF;
  background: #000000 !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 7px;
  display: table;
  cursor: pointer;
  min-height: 45px;
  line-height: 25px;
  border-radius: 5px;
}

.btn_gray_norm {
  display: inline-block;
  width: 100%;
  color: #FFF;
  height: 45px;
  background-color: #000 !important;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 3.05vw;
  border-radius: 5px;
}

.btn_gray_norm_S {
  display: inline-block;
  width: 100%;
  color: #FFF;
  height: 32px;
  background-color: #000 !important;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-size: 2.77vw;
  border-radius: 5px;
}

.btn_orange_norm {
  display: inline-block;
  width: 100%;
  color: #000;
  height: 45px;
  background: #f5d78a !important;
  background: -moz-linear-gradient(center top, #F6DD9F 5%, #F0C24D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F6DD9F), color-stop(1, #F0C24D));
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

.btn_lgray_norm {
  display: inline-block;
  width: 100%;
  color: #FFF;
  height: 45px;
  background-color: #bababa !important;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

.btn_lgray {
  width: 100%;
  color: #FFF;
  background: #bababa !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 7px;
  display: table;
  cursor: pointer;
  border: none;
  min-height: 45px;
  line-height: 25px;
  border-radius: 5px;
}

a.btn_lgray_norm:hover {
  color: #FFF;
}

.btn_fix_w {
  width: 45%;
}

/*ポップアップ------------------------------------*/
#window_area {
  font-size: 3.05vw;
  line-height: 160%;
  padding: 25px 7%;
}

#inline_content {
  width: 88%;
  margin: 20px 6%;
}

.mg_b10list li {
  margin-bottom: 10px;
}

#popup_area {
  width: 100% !important;
  padding: 20px 5%;
  font-size: 3.05vw;
  line-height: 160%;
}

.subbox_tit {
  background-color: #f6f6f6;
  line-height: 45px;
  padding: 0 20px;
}

.subbox_inner {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px;
}

#window_area {
  padding: 25px 7%;
}

#mail-dialog {
  display: none;
  line-height: 180%;
  padding: 20px 15px;
  word-break: break-all;
  font-size: 3.05vw;
}

#mail-dialog-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.dialog-title {
  display: none;
}

#float_login {
  margin-bottom: 25px;
}

#float_login li {
  margin-bottom: 10px;
}

#pop_up_txt {
  margin-top: 25px;
}
#pop_up_txt p {
  margin-bottom: 15px;
  letter-spacing: normal;
}
#pop_up_txt p:last-child {
  margin-bottom: 0px;
}

#mail_itemblock {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
  margin: 25px 0;
}

#mail_itemphoto {
  width: 25%;
  margin-right: 4.5%;
}
#mail_itemphoto img {
  vertical-align: bottom;
}

#mail_text {
  width: 70.5%;
  letter-spacing: normal;
}

#inline_content2 {
  font-size: 1.2rem;
  line-height: 200%;
  padding: 75px;
}

/* header ------------------------------- */
#header {
  width: 100%;
  height: 55px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header.header_fix {
  height: 40px;
  background-color: #FFFFFf;
}

#global_header {
  width: 100%;
  padding: 0 15px;
}
#global_header #global_header_inner {
  position: relative;
}
#global_header h1 {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#global_header h1 a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#header_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#header_nav .header_leftgroup,
#header_nav .header_rightgroup {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
#header_nav a {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  position: relative;
}
#header_nav a #ico_cart_amount {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 1rem;
}
#header_nav a img {
  vertical-align: baseline;
}

#global_nav_btn {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-trigger {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  box-sizing: border-box;
}
.menu-trigger a {
  display: block;
  width: 18px !important;
  height: 18px !important;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 4px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(4.5px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-4.5px) rotate(315deg);
}

#search_block {
  background-color: #f3f3f3;
  padding: 4.166vw;
  width: 100%;
  height: auto;
  position: fixed;
  top: calc(8.33vw + 55px);
  z-index: 1000;
}
#search_block.search_blockfix {
  top: 40px;
}
#search_block #search_block_inner form {
  display: flex;
  gap: 2.77vw;
  align-items: center;
}
#search_block #search_block_inner form input[type=image] {
  width: 5.55vw;
  height: 5.55vw;
}

/* navi ----------------------- */
#right_nav {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  right: -170%;
  z-index: 1010;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 3.61vw;
}
#right_nav a {
  color: #FFFFFf;
}
#right_nav li {
  line-height: 220%;
}

.nav_active {
  right: 0 !important;
  transform: rotate(0deg) scale(1) !important;
}
.nav_active .menu-trigger {
  display: block;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 1000;
}
.nav_active .menu-trigger span {
  background-color: #FFFFFf;
}

#right_nav_search {
  margin-bottom: 11.11vw;
}
#right_nav_search form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#right_nav_search input[type=text] {
  border: none;
  border-bottom: 1px solid #FFFFFf;
  background-color: #000;
  color: #FFFFFf;
  padding: 12px 8px;
  width: calc(100% - 35px);
}
#right_nav_search input[type=text]:focus {
  outline: none;
}
#right_nav_search input[type=image] {
  width: 25px;
  margin-left: 5px;
}

#right_nav_inner {
  position: relative;
  max-height: 100%;
  top: 20px;
  opacity: 0;
  padding-top: 12vh;
  overflow-y: auto;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  padding-bottom: 13.88vw;
  padding-left: 13.88vw;
  padding-right: 13.88vw;
}

.right_nav_inner_active {
  top: 0 !important;
  opacity: 1 !important;
}

#right_nav_schedule_list {
  padding-bottom: 8.33vw;
}

#nav_other {
  padding-bottom: 8.33vw;
}

#right_nav_category_list {
  padding-bottom: 11.11vw;
}
#right_nav_category_list .haschild ul {
  margin-left: 8.33vw;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#right_nav_category_list .haschild ul li:last-child {
  padding-bottom: 2.77vw;
}
#right_nav_category_list .haschild ul li a:hover {
  padding-left: 5px;
}
#right_nav_category_list .haschild ul.haschild_active {
  margin-left: 5.55vw;
  max-height: 500px;
  opacity: 1;
}

#nav_sns ul {
  display: flex;
  gap: 0 20px;
}
#nav_sns ul li {
  width: 18px;
  height: 18px;
}
#nav_sns ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#nav_sns ul li a img {
  display: block;
}

/* index_slide ------------------------- */
#top_slider_outer {
  background: #FFF;
  width: 100%;
  aspect-ratio: 50/81;
}

#top_slider_inner {
  width: 100%;
  height: 100%;
}
#top_slider_inner .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.46, 0.34, 0.13, 1);
  width: 100%;
  height: 100%;
}
#top_slider_inner .swiper-pagination {
  margin: 0;
  position: absolute;
  bottom: 10px;
  z-index: 15000;
}
#top_slider_inner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#top_slider_inner .swiper-slide .slider_text_block {
  position: absolute;
  bottom: 9.722vw;
  right: 0%;
  width: 90%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #FFFFFf;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#top_slider_inner .swiper-slide .slider_text_block .image_ttl {
  font-size: 4.166vw;
  margin-bottom: 1.38vw;
}
#top_slider_inner .swiper-slide .slider_text_block .image_txt {
  font-size: 3.05vw;
  line-height: 160%;
}
#top_slider_inner .swiper-slide .slider_text_block .image_btn {
  text-align: right;
}
#top_slider_inner .swiper-slide .slider_text_block .image_btn a {
  display: inline-block;
  background-color: #FFFFFf;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 2.77vw;
  border-radius: 10px;
  margin-top: 4.166vw;
  font-size: 2.77vw;
}
#top_slider_inner .swiper-slide .slider_text_block.top_slide_active {
  opacity: 1;
  right: 5%;
}

/* top ------------------------- */
.index_categories {
  margin-top: 13.88vw;
}

.index_categories_list {
  margin-top: 2.77vw;
}
.index_categories_list li {
  width: 31%;
}
.index_categories_list .txt {
  font-size: 3.33vw;
}

.index_keyword {
  margin-top: 11.11vw;
}

.keyword .popular-tags-title {
  font-size: 3.88vw;
}

.index_pickup {
  width: 100%;
  overflow: hidden;
  margin-top: 11.11vw;
}
.index_pickup .txt {
  font-size: 3.33vw;
  margin-top: 4.166vw;
}
.index_pickup .index_pickup_slide {
  width: 90%;
  margin: 8.33vw auto 0 auto;
}

.index_ranking {
  margin-top: 8.33vw;
}
.index_ranking .num {
  width: 5.55vw;
  height: 5.55vw;
  line-height: 5.55vw;
  font-size: 2.77vw;
}
.index_ranking .index_ranking_inner_slide {
  padding-top: 6.94vw;
  padding-bottom: 11.11vw;
}
.index_ranking .img {
  position: relative;
  margin-bottom: 2.77vw;
}
.index_ranking .name {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_ranking .price {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
}
.index_ranking .price s {
  display: block;
}
.index_ranking .list_status {
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  margin-bottom: 1.38vw;
}
.index_ranking .list_status p {
  font-size: 2.77vw;
  border: 1px solid #000;
  padding: 0 1.38vw;
  display: inline-block;
  margin: 0 5px 7px 0;
}

.ranking_nav {
  gap: 2.77vw;
  font-size: 3.05vw;
  margin-top: 6.94vw;
}

.index_new,
.recent_view {
  width: 100%;
  overflow: hidden;
}
.index_new .index_new_slide,
.index_new .recent_view_slide,
.recent_view .index_new_slide,
.recent_view .recent_view_slide {
  margin-top: 6.94vw;
}
.index_new .img,
.recent_view .img {
  position: relative;
  margin-bottom: 2.77vw;
}
.index_new .name,
.recent_view .name {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_new .price,
.recent_view .price {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
}
.index_new .price s,
.recent_view .price s {
  display: block;
}
.index_new .list_status,
.recent_view .list_status {
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  margin-bottom: 1.38vw;
}
.index_new .list_status p,
.recent_view .list_status p {
  font-size: 2.77vw;
  border: 1px solid #000;
  padding: 0 1.38vw;
  display: inline-block;
  margin: 0 5px 7px 0;
}

.index_bn_l {
  margin-top: 11.11vw;
}
.index_bn_l li {
  margin-top: 0;
}

.top_service {
  margin-top: 8.33vw;
}

.index_bn_s_slide {
  padding-top: 8.33vw;
  width: 100%;
  overflow: hidden;
}
.index_bn_s_slide .swiper-wrapper {
  flex-wrap: wrap;
}
.index_bn_s_slide .swiper-wrapper li {
  margin-top: 2.77vw;
}
.index_bn_s_slide .index_bn_s-pagination {
  display: none;
}

.top_shop,
.top_info {
  padding: 5.55vw;
}
.top_shop h2,
.top_info h2 {
  font-size: 3.88vw;
  margin-bottom: 5.55vw;
}

.top_shop {
  margin-top: 8.33vw;
}
.top_shop .top_shop_btn {
  margin-top: 1.38vw;
}
.top_shop .top_shop_btn a {
  height: 8.33vw;
  line-height: 8.33vw;
  font-size: 2.5vw;
}
.top_shop .top_shop_btn a::before {
  left: 1.38vw;
}

.top_info {
  margin-top: 2.77vw;
}

.top_info_list li {
  padding: 2.77vw 0;
}
.top_info_list li p {
  font-size: 3.05vw;
}

.top_info_more {
  margin-top: 5.55vw;
}
.top_info_more a {
  padding-left: 5.55vw;
}

/* footer ------------------------- */
.gfooter {
  margin-top: 11.11vw;
}
.gfooter .gfooter_cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.33vw;
}
.gfooter .gfooter_cat li {
  width: 50%;
  box-sizing: border-box;
  border-bottom: solid 2px #fff;
}
.gfooter .gfooter_cat li:nth-child(even) {
  border-right: solid 2px #fff;
}
.gfooter .gfooter_cat li:first-child {
  width: 100%;
}
.gfooter .gfooter_cat li a {
  display: block;
  height: 14.66vw;
  line-height: 14.66vw;
  text-align: center;
}
.gfooter .gfooter_nav {
  background: #373737;
  padding: 5.55vw 11.11vw 8.33vw;
  justify-content: space-between;
  font-size: 2.77vw;
}
.gfooter .gfooter_nav li {
  margin-top: 2.77vw;
  font-size: 3.05vw;
  font-weight: 400;
}
.gfooter .gfooter_service {
  padding-top: 8.33vw;
  border-top: solid 2px #fff;
}
.gfooter .gfooter_service .gfooter_service_ttl {
  margin-left: 2.77vw;
  font-size: 3.88vw;
}
.gfooter .gfooter_service ul li {
  font-size: 3.05vw;
  border-bottom: solid 2px #fff;
}
.gfooter .gfooter_service ul li .contents {
  font-weight: 400;
  font-size: 2.77vw;
  margin-top: 1.38vw;
}
.gfooter .gfooter_service ul li .concepe {
  font-weight: 500;
}
.gfooter .gfooter_service ul li:last-child {
  border-bottom: none;
}
.gfooter .gfooter_service ul li a {
  display: block;
  padding: 4.166vw 2.77vw 4.166vw 8.33vw;
  position: relative;
}
.gfooter .gfooter_service ul li a .ttl::before {
  content: ">";
  position: absolute;
  transform: scale(0.6, 1);
  font-size: 170%;
  left: 2.77vw;
  font-weight: 400;
}
.gfooter .footer_sns {
  margin-top: 11.11vw;
}
.gfooter .footer_sns li {
  width: 5.55vw;
  margin: 0 4.166vw;
}
.gfooter .footer_logo {
  width: 20vw;
  margin-top: 11.11vw;
}
.gfooter .copy {
  font-size: 2.77vw;
  margin-top: 5.55vw;
}

/*ページング------------------------------------------*/
.paging {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #d3d6d6;
  padding: 20px 0 20px 0;
  font-size: 3.33vw;
  display: flex;
  justify-content: space-between;
}

.nav_prev, .nav_next {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 4.45vw;
  line-height: 30px;
}

.nav_prev a, .nav_next a {
  width: 100%;
  height: 100%;
  display: block;
}

.list_pageer {
  display: flex;
  gap: 15px;
}

.list_pageer li {
  line-height: 30px;
  width: 15px;
  height: 30px;
}

.list_pageer li a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 1px solid #FFF;
}

.list_pageer li strong {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 1px solid #000;
  font-weight: normal;
}

.paging ul {
  display: flex;
  justify-content: space-between;
}

/* item list ----------------------------------*/
#item_list_page {
  margin-bottom: 13.88vw;
}

#list_header {
  padding: 7vw 7vw 0 7vw;
}

.tit_list {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
.tit_list h1 {
  font-size: 4.166vw;
}

#sort_area {
  width: 100%;
  padding: 5vw 0px;
  letter-spacing: normal;
}
#sort_area p, #sort_area li {
  font-size: 2.77vw;
}

#sort_parent {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0 0px;
  gap: 0 5.5vw;
}

.open_sort {
  position: relative;
  cursor: pointer;
}

#sort_select {
  position: relative;
}

#sort_children {
  width: 100%;
}

.select_for_default {
  width: 100%;
}

.select_for_default_wrap {
  gap: 7px 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.select_for_default_wrap li {
  width: 49%;
}

.open_sort_children_tit,
.select_for_default a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.open_sort_children_tit::before,
.select_for_default a::before {
  display: block;
  content: "";
  height: 1px;
  width: 5px;
  background-color: #000;
}

.open_sort_children_tit {
  font-weight: 700;
  margin-bottom: 5px;
}

.sort_cat_list div {
  margin-bottom: 8px;
}

.sort_cat_list div ul {
  display: none;
  padding-left: 25px;
}

.sort_cat_list div ul li {
  margin-bottom: 5px;
}

.open_sort_children {
  display: none;
  padding: 5vw;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 15px;
}

.open_sort_children_inner {
  display: flex;
}

.sort_active {
  font-weight: 700;
}

.LC_Page_Products_List .item_list_default_outer {
  margin-top: 5.55vw;
}

.item_list_default_outer {
  display: flex;
  gap: 5.55vw 2px;
  flex-wrap: wrap;
}
.item_list_default_outer li {
  width: calc(50% - 1px);
}
.item_list_default_outer li img {
  width: 100%;
}

.item_list_default a,
.item_list_small a {
  display: block;
  width: 100%;
}
.item_list_default a .img,
.item_list_small a .img {
  position: relative;
  margin-bottom: 2.77vw;
  aspect-ratio: 5/6;
  width: 100%;
}
.item_list_default a .name,
.item_list_small a .name {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item_list_default a .price,
.item_list_small a .price {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
}
.item_list_default a .price s,
.item_list_small a .price s {
  display: block;
}
.item_list_default a .list_status,
.item_list_small a .list_status {
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  margin-bottom: 1.38vw;
}
.item_list_default a .list_status p,
.item_list_small a .list_status p {
  font-size: 2.77vw;
  border: 1px solid #000;
  padding: 0 1.38vw;
  display: inline-block;
  margin: 0 5px 7px 0;
}

#cart_in_ajax_related_items .item_list_small a {
  display: block;
  width: 100%;
}
#cart_in_ajax_related_items .item_list_small a .img {
  position: relative;
  margin-bottom: 1.38vw;
  aspect-ratio: 5/6;
  width: 100%;
}
#cart_in_ajax_related_items .item_list_small a .name {
  font-size: 2.77vw;
  margin-left: 1.38vw;
  margin-right: 1.38vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#cart_in_ajax_related_items .item_list_small a .price {
  font-size: 2.77vw;
  margin-left: 1.38vw;
  margin-right: 1.38vw;
}
#cart_in_ajax_related_items .item_list_small a .price s {
  display: block;
}
#cart_in_ajax_related_items .item_list_small a .list_status {
  margin-left: 1.38vw;
  margin-right: 1.38vw;
  margin-bottom: 1.38vw;
}
#cart_in_ajax_related_items .item_list_small a .list_status p {
  font-size: 2.77vw;
  border: 1px solid #000;
  padding: 0 1.38vw;
  display: inline-block;
  margin: 0 5px 7px 0;
}

.btn_list_filter {
  margin-left: auto;
}

#side_filter {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -600px;
  background-color: #fff;
  z-index: 1000000;
  padding: 50px 2.77vw 5.55vw 2.77vw;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#side_filter.filter_active {
  right: 0;
}
#side_filter #close_filter {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 1.38vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#side_filter #close_filter a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#side_filter #close_filter a span {
  position: absolute;
  width: 25px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: black; /* 線の色 */
}
#side_filter #close_filter a span:first-child {
  transform: rotate(45deg); /* 斜めの線1 */
}
#side_filter #close_filter a span:last-child {
  transform: rotate(-45deg); /* 斜めの線2 */
}
#side_filter #side_filter_inner {
  padding: 2.77vw;
  height: calc(100% - 150px);
  overflow: auto;
  font-size: 2.77vw;
}
#side_filter #side_filter_inner .tit_filter {
  font-size: 3.33vw;
  margin-bottom: 2.77vw;
  font-weight: 700;
}
#side_filter #side_filter_inner #bra_select_list {
  display: none;
  margin-top: 5.55vw;
  padding: 4.166vw;
  background-color: #fafafa;
}
#side_filter #side_filter_inner #bra_select_list .filter_default:first-child {
  margin-top: 0;
}
#side_filter #side_filter_bottom {
  padding: 0 2.77vw 2.77vw 2.77vw;
  margin-bottom: 2.77vw;
}
#side_filter #side_filter_bottom ul {
  display: flex;
  flex-wrap: wrap;
}
#side_filter #side_filter_bottom ul li {
  width: 50%;
  height: 11.11vw;
}
#side_filter #side_filter_bottom ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #FFF;
}
#side_filter #side_filter_bottom ul li#filter_btn_search {
  background-color: #d1104b;
  border-radius: 5px 0 0 5px;
}
#side_filter #side_filter_bottom ul li#filter_btn_reset {
  background-color: #dddddd;
  border-radius: 0 5px 5px 0;
}

#filter_category_select {
  position: relative;
}
#filter_category_select #filter_selected {
  display: flex;
  align-items: center;
  padding: 0 2.77vw;
  width: 100%;
  height: 11.11vw;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 5px;
}
#filter_category_select #filter_selected::after {
  content: ">";
  position: absolute;
  transform: rotate(90deg) scale(0.5, 1);
  font-size: 150%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: clamp(18px, 1.041vw, 22px);
}
#filter_category_select ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 250px;
  top: 13.88vw;
  left: 0;
  background-color: #f3f3f3;
  overflow: auto;
}
#filter_category_select ul li a {
  display: block;
  padding: 2.77vw 4.166vw;
  border-bottom: 1px solid #FFF;
}
#filter_category_select ul li a.bold {
  font-weight: 700;
  padding-left: 6.94vw;
}

.filter_default {
  margin-top: 5.55vw;
}
.filter_default .filter_default_list {
  display: flex;
  gap: 2.77vw;
  flex-wrap: wrap;
}
.filter_default .filter_default_list li {
  width: calc((100% - 2.77vw) / 2);
}
.filter_default .filter_default_list li label {
  display: block;
  width: 100%;
}
.filter_default .filter_price_list {
  display: flex;
  flex-wrap: wrap;
}
.filter_default .filter_price_list li {
  width: 45%;
}
.filter_default .filter_price_list li:nth-child(2) {
  width: 10%;
  justify-content: center;
  display: flex;
  align-items: center;
}

#list_disable_filter {
  padding: 7vw 7vw 0 7vw;
  display: flex;
  flex-wrap: wrap; /* 要素を折り返す */
  align-items: flex-start; /* 必要に応じて変更 */
}
#list_disable_filter p {
  display: inline-block; /* テキストの幅に依存 */
  margin: 0 1.38vw 1.38vw 0; /* gap の代わりにマージンを設定 */
  font-size: 2.77vw;
  height: 25px; /* 必要に応じて高さを自動調整 */
  line-height: 25px;
}
#list_disable_filter p a {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  padding: 0 8px; /* テキストに余白を設定 */
  display: flex;
  white-space: nowrap; /* テキストが途中で切れないようにする */
  gap: 5px;
}
#list_disable_filter p a::before {
  display: block;
  content: "×";
  color: #696969;
}

#breadList {
  padding: 5vw 7vw 0 7vw;
}
#breadList ul {
  display: flex;
  gap: 0 4px;
  align-items: center;
}
#breadList ul li {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-size: 2.77vw;
  line-height: 100%;
}
#breadList ul li a {
  color: #999999;
}
#breadList ul li:after {
  display: block;
  content: ">";
}
#breadList ul li:last-child:after {
  display: block;
  content: "";
}

#breadList2 {
  padding: 5vw 3% 0 3%;
}
#breadList2 ul {
  display: flex;
  gap: 0 4px;
  align-items: center;
}
#breadList2 ul li {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-size: 2.77vw;
  line-height: 100%;
}
#breadList2 ul li a {
  color: #999999;
}
#breadList2 ul li:after {
  display: block;
  content: ">";
}
#breadList2 ul li:last-child:after {
  display: block;
  content: "";
}

/* item detail --------------------------------*/
#item_detail {
  margin-bottom: 8.33vw;
}

#item_detail_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#item_photo {
  width: 100%;
  order: 1;
}

#item_photo_outer {
  width: 100%;
  aspect-ratio: 5/6;
}

#item_photo_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#item_photo_inner .swiper {
  width: 100%;
  height: 100%;
}
#item_photo_inner .swiper .swiper-slide {
  display: flex;
  flex-direction: column; /* 画像とテキストを縦に並べる */
  align-items: center;
  justify-content: center;
  aspect-ratio: 5/6; /* スライドの縦横比を5:6に固定 */
  overflow: hidden; /* 画像のはみ出し防止 */
  position: relative;
}
#item_photo_inner .swiper .swiper-slide p.image_sub_txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 2.77vw;
}
#item_photo_inner .swiper .swiper-slide p.ico_zoom {
  width: 9.722vw;
  height: 9.722vw;
  position: absolute;
  bottom: 10px;
  right: 10px !important;
}
#item_photo_inner .swiper .swiper-slide p.ico_zoom a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_zoom.png);
  background-size: cover;
}
#item_photo_inner .swiper .swiper-slide p.ico_zoom a.active {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_zoom_out.png);
  background-size: cover;
}
#item_photo_inner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をスライド内に収める */
}

#item_photo_outer_thumb {
  width: 100%;
  margin-top: 2px;
  position: relative;
}
#item_photo_outer_thumb .swiper-slide {
  aspect-ratio: 5/6; /* スライドの縦横比を5:6に固定 */
}
#item_photo_outer_thumb .swiper-slide-thumb-active {
  opacity: 0.7;
}

#item_spec {
  margin: 5.55vw 5%;
  width: 90%;
  order: 2;
}

#item_spec_status {
  display: flex;
  gap: 0 10px;
}
#item_spec_status li {
  font-size: 2.77vw;
  line-height: 100%;
  border: 1px solid #000;
}
#item_spec_status li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}

#item_spec_maker {
  margin-top: 4.166vw;
  color: #878787;
  font-size: 3.05vw;
}

#item_spec_tit {
  font-size: 4.45vw;
  font-weight: 400;
  margin-top: 2.77vw;
}

#detail_price {
  display: flex;
  gap: 0 10px;
  margin-top: 4.166vw;
}
#detail_price .red {
  color: #d1104b;
}
#detail_price li {
  font-size: 3.88vw;
}

#item_spec_schedule {
  margin-top: 1.38vw;
}
#item_spec_schedule li {
  font-size: 3.05vw;
}

#cart_select_multi_outer {
  position: relative;
  left: 50%; /* ビューポート基準で中央に移動 */
  right: 50%;
  width: 100vw; /* ビューポート全体の幅 */
  margin-top: 5.55vw;
  margin-left: -50vw; /* ビューポート基準で中央揃え */
  background-color: #f3f3f3;
  padding: 7%;
}

#cart_select_multi {
  position: relative;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 85vh;
  position: fixed;
  left: 0;
  bottom: -87vh;
  background-color: #FFF;
  padding: 5% 3% 3% 3%;
  line-height: 160%;
  z-index: 1000;
}
#cart_select_multi.cart_active {
  bottom: 0;
}

#btn_cart_close {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 40px;
  height: 40px;
}

#cart_btn_slider {
  overflow: hidden;
}
#cart_btn_slider .swiper-wrapper .swiper-slide {
  max-height: 70vh;
  overflow: auto;
  padding-top: 2.77vw;
}
#cart_btn_slider .swiper-wrapper .swiper-slide .cart_btn_list {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f3f3f3;
}

#color_thumb_cart {
  padding-bottom: 1.38vw;
}
#color_thumb_cart li p {
  font-size: 2.5vw;
}
#color_thumb_cart li a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#color_thumb_cart li a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#color_thumb_cart li.swiper-slide-thumb-active p {
  font-weight: 700;
}
#color_thumb_cart li.swiper-slide-thumb-active img {
  opacity: 0.5;
}
#color_thumb_cart li.swiper-slide-thumb-active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}

.cart_btn_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cart_btn_list .cart_btn_list_text {
  width: 55%;
}
.cart_btn_list .cart_btn_list_text .cart_btn_itemname {
  font-size: 3.61vw;
  font-weight: 700;
}
.cart_btn_list .cart_btn_list_text .cart_btn_itemname .red {
  color: #d1104b;
}
.cart_btn_list .cart_btn_list_text p {
  font-size: 2.5vw;
}
.cart_btn_list .cart_btn_list_btn {
  width: calc(45% - 10px);
}
.cart_btn_list .cart_btn_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.cart_btn_list .cart_btn_block .cart_btn_add_btn {
  width: calc(100% - 6.94vw - 10px);
  height: 9.722vw;
  font-size: 3.05vw;
  font-weight: 700;
}
.cart_btn_list .cart_btn_block .cart_btn_add_btn p {
  width: 100%;
  height: 100%;
}
.cart_btn_list .cart_btn_block .cart_btn_add_btn p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #d1104b;
  color: #FFF;
}
.cart_btn_list .cart_btn_block .cart_btn_favorite_btn {
  width: 6.94vw;
  height: 6.94vw;
}
.cart_btn_list .cart_btn_block .cart_btn_favorite_btn p {
  width: 100%;
  height: 100%;
}
.cart_btn_list .cart_btn_block .cart_btn_favorite_btn p a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_favorite_w.png) center center no-repeat;
  background-size: 20px;
}
.cart_btn_list .cart_btn_block .cart_btn_favorite_btn p a.fav_on {
  background: url(../images/ico_favorite_r.png) center center no-repeat;
  background-size: 20px;
}

#cart_color {
  margin-bottom: 5.55vw;
}
#cart_color h2 {
  margin-bottom: 4.166vw;
}

#color_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#color_block ul li {
  width: calc(20% - 8px);
}
#color_block ul li a {
  display: block;
  aspect-ratio: 5/6;
  width: 100%;
  height: auto;
  position: relative;
  transition: none;
}
#color_block ul li a.sku_selected img {
  opacity: 0.6;
}
#color_block ul li a.sku_selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: #000 3px solid;
}
#color_block ul li span.slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#color_block ul li span.slash:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 156%; /* 正確な対角線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #999999; /* 線の色 */
  transform: rotate(50.2deg); /* 正確な角度 */
  transform-origin: top left; /* 回転基点を左上に設定 */
}
#color_block ul li p {
  font-size: 2.5vw;
  line-height: 100%;
  margin-top: 1.38vw;
}

#cart_multi_view_btn {
  width: 100%;
  height: 45px;
}
#cart_multi_view_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1104b;
  color: #FFFFFF;
  border-radius: 5px;
}
#cart_multi_view_btn a .cart_btn_add:before {
  display: block;
  font-size: 3.88vw;
}
#cart_multi_view_btn .fa-shopping-bag {
  font-size: 2rem;
  margin-right: 15px;
}

.right_align_txt_link {
  text-align: right;
  margin-top: 4.166vw;
}
.right_align_txt_link a {
  text-decoration: underline;
}

.item_spec_inner_block {
  margin-top: 5.55vw;
}

.ttl_item_spec_s {
  font-size: 3.88vw;
}

#related_slider_outer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  overflow: hidden;
}
#related_slider_outer #related_slider {
  margin-top: 5.55vw;
}
#related_slider_outer .swiper-pagination {
  margin-top: 5.55vw;
}
#related_slider_outer .img {
  position: relative;
  margin-bottom: 2.77vw;
  aspect-ratio: 5/6;
}
#related_slider_outer .name {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#related_slider_outer .price {
  font-size: 3.05vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
}
#related_slider_outer .price s {
  display: block;
}
#related_slider_outer .list_status {
  font-size: 2.77vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  margin-bottom: 1.38vw;
}
#related_slider_outer .list_status p {
  font-size: 2.77vw;
  border: 1px solid #000;
  padding: 0 1.38vw;
  display: inline-block;
  margin: 0 5px 7px 0;
}

.item_comment {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 4.166vw;
}
.item_comment dt {
  font-size: 3.05vw;
  padding: 4.166vw;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.item_comment dt.active::after {
  transform: rotate(-90deg) scale(0.5, 1);
}
.item_comment dt::after {
  content: ">";
  position: absolute;
  transform: rotate(90deg) scale(0.5, 1);
  font-size: 150%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 4.166vw;
}
.item_comment dd {
  display: none;
  padding: 0 4.166vw 4.166vw 4.166vw;
  line-height: 180%;
  font-size: 3.05vw;
}
.item_comment dd .size_comment {
  margin-top: 4.166vw;
}
.item_comment #size_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.item_comment #size_table ul {
  width: 100%;
  letter-spacing: normal;
}
.item_comment #size_table ul li {
  font-size: 2.77vw;
  min-height: 30px;
  padding: 6px 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 140%;
  white-space: nowrap;
  overflow: hidden;
}
.item_comment #size_table ul li:first-child {
  background: #e2e2e2;
  text-align: center;
}
.item_comment #size_table ul li:nth-child(odd) {
  background: #e2e2e2;
}

#item_sub_info {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 5.55vw;
}
#item_sub_info li {
  font-size: 2.77vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.38vw;
}
#item_sub_info li p {
  font-size: 2.77vw;
}
#item_sub_info li p:first-child {
  width: 85px;
}
#item_sub_info li p:last-child {
  width: calc(100% - 85px);
}
#item_sub_info li div {
  width: calc(100% - 85px);
}
#item_sub_info li:last-child {
  margin-bottom: 0;
}

.cart_text_sell_start::before {
  display: inline-block;
  content: "販売開始：";
}

.cart_text_reserve_date::before {
  display: inline-block;
  content: "予約期間：";
}

.cart_text_deliv_date::before {
  display: inline-block;
  content: "発送予定：";
}

.cart_text_comingsoon::before {
  display: inline-block;
  content: "カミングスーン：";
}

.cart_text_sale::before {
  display: inline-block;
  content: "セール期間：";
}

.cart_text_inc_tax::before,
.other_item_inc_tax::before {
  display: inline-block;
  content: "tax in";
  font-size: 2.77vw;
  margin-left: 5px;
}

.cart_text_discount_rate::before {
  display: inline-block;
  content: "%OFF";
  font-size: 2.77vw;
}

.other_item_sale_rate::before {
  display: inline-block;
  content: "%OFF";
  font-size: 2.77vw;
  margin-left: 0px;
}

#cart_single_tit_color::before {
  display: inline-block;
  content: "カラーを選ぶ";
  font-size: 3.05vw;
}

#cart_single_tit_size::before {
  display: inline-block;
  content: "サイズを選ぶ";
  font-size: 3.05vw;
}

.cart_btn_add::before {
  display: inline-block;
  content: "ADD TO CART";
  font-size: 3.05vw;
  font-weight: 700;
}

.cart_btn_arrival::before {
  display: inline-block;
  content: "入荷お知らせ";
  font-size: 3.05vw;
  font-weight: 400;
}

.cart_btn_rearrival::before {
  display: inline-block;
  content: "再入荷お知らせ";
  font-size: 3.05vw;
  font-weight: 400;
}

#color_unselected::before {
  display: block;
  content: "カラーを選んでください。";
  font-size: 2.77vw;
}

#size_unselected::before {
  display: block;
  content: "サイズを選んでください。";
  font-size: 2.77vw;
}

.btn_item_size {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1104b;
  color: #FFFFFF;
  border-radius: 5px;
}

.LC_Page_Products_Detail .yotpo-pictures-widget {
  margin: 8.33vw 5% !important;
  width: 90%;
}
.LC_Page_Products_Detail .yotpo-pictures-widget .yotpo-pictures-gallery-title-wrapper {
  margin-bottom: 6.94vw !important;
}
.LC_Page_Products_Detail .yotpo-pictures-widget .yotpo-pictures-gallery-title-wrapper .yotpo-pictures-gallery-title {
  font-size: 4.45vw !important;
  color: #000 !important;
  font-weight: 700 !important;
}
.LC_Page_Products_Detail .main-widget {
  width: 90% !important;
  margin: 0 5% !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-question-field {
  display: flex !important;
  align-items: center !important;
}
.LC_Page_Products_Detail .main-widget .write-question-review-buttons-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.LC_Page_Products_Detail .main-widget .more-filters-btn {
  padding: 3px 20px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-icon-btn span {
  font-size: 3.05vw !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-header .yotpo-header-element .y-label,
.LC_Page_Products_Detail .main-widget .yotpo-header .yotpo-header-element .label-with-tooltip {
  display: none !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main {
  display: flex !important;
  flex-wrap: wrap !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-clr {
  display: none;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields {
  order: 1;
  width: 100%;
  margin-top: 0px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields:first-child {
  margin-top: 15px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .yotpo-user-related-fields {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .yotpo-product-related-fields {
  margin-bottom: 0px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .product-related-fields-item {
  display: flex;
  align-items: center;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .product-related-fields-item .product-related-fields-item-title {
  width: auto !important;
  padding-bottom: 0 !important;
  color: #4f4f4f !important;
  font-style: italic !important;
  font-weight: bold;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .product-related-fields-item .product-related-fields-item-value {
  font-weight: normal !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .yotpo-open-question-fields {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .yotpo-question-field {
  margin-top: 5px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-multiple-rating-fields .yotpo-question-field-description {
  font-style: italic !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .content-title {
  order: 3;
  width: 100%;
  margin-top: 20px !important;
}
.LC_Page_Products_Detail .main-widget .yotpo-main .yotpo-review-wrapper {
  order: 4;
  width: 100%;
}

/*シルバーエッグレコメンド--------------------------------------*/
.dv_recommend {
  width: 100%;
  display: flex;
  overflow-x: auto;
  gap: 0 2px;
  padding-bottom: 20px;
  margin-top: 6.94vw;
}
.dv_recommend .dv_rc_items {
  flex: 0 0 40%; /* 小要素の幅を25%に固定 */
  width: 40%;
}
.dv_recommend .dv_rc_img {
  margin-bottom: 1.38vw;
}
.dv_recommend .dv_rc_img img {
  width: 100%;
}
.dv_recommend .dv_rc_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dv_recommend .dv_rc_name,
.dv_recommend .dv_rc_description,
.dv_recommend .dv_rc_price {
  font-size: 3.05vw;
  margin: 0 1.38vw 1.38vw 1.38vw;
}

.cart_dv_recommend {
  padding-top: 8.33vw;
}

.complete_dv_recommend {
  width: 95%;
  margin: 0 auto;
  padding-top: 5.55vw;
}

.top_dv_recommend {
  padding-top: 11.11vw;
}

/*------------------------------------------------------------
詳細ページajaxポップアップ
------------------------------------------------------------*/
#ajax_cart_in_outer {
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

#ajax_cart_bg {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#ajax_cart_in_tit {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#ajax_cart_in_tit_small {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#cart_in_txt_product {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#ajax_cart_in_inner {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#ajax_cart_in_content {
  width: 100%;
  max-height: 85vh;
  padding: 5%;
  background-color: #FFF;
  overflow: auto;
}

#ajax_cart_in_close {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cart_in_active {
  display: block; /* まずdisplayを切り替える */
  opacity: 1 !important;
}

#cart_in_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#cart_in_photo {
  width: 35%;
}

#cart_in_txt {
  width: 60%;
  line-height: 180%;
}
#cart_in_txt ul {
  display: flex;
  gap: 0 10px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#cart_in_txt p {
  font-size: 1.2rem;
}

#cart_in_txt_sale_price,
#cart_in_txt_discount_rate {
  color: #d1104b;
}

#cart_in_btn {
  margin-top: 25px;
  width: 100%;
  height: 50px;
}
#cart_in_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  width: 100%;
  height: 50px;
  background-color: #000;
  border-radius: 5px;
}

.no-scroll {
  overflow: hidden;
}

.font_through {
  text-decoration: line-through;
}

#cart_in_ajax_related_items {
  margin-top: 50px;
}
#cart_in_ajax_related_items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0.5%;
}
#cart_in_ajax_related_items ul li {
  width: 49.5%;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 5.55vw;
  font-size: 2.77vw;
}

#cart_flow ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#cart_flow ul li {
  width: 33.3%;
  text-align: center;
  padding: 2.77vw 0;
}

.active_flow {
  background-color: #f3f3f3;
}

#cart_inner_txt {
  margin-bottom: 5.55vw;
  font-size: 2.77vw;
}

.cart_item {
  position: relative;
}

.cart_item_delete_btn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  z-index: 90;
}

.cart_item_flex {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(201, 201, 201);
  padding: 15px 0;
}

.cart_item_photo {
  width: 40%;
}

.cart_item_photo_inner {
  position: relative;
  margin: 0 auto;
  width: 80%;
}
.cart_item_photo_inner:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.cart_item_photo_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart_item_flex_inner {
  width: 60%;
  padding: 0 10px;
}

.cart_item_name {
  margin-bottom: 10px;
}
.cart_item_name p:first-child {
  margin-bottom: 10px;
}

.cart_item_price {
  margin-bottom: 10px;
}

.cart_item_quantity {
  margin-bottom: 10px;
}

.quantity_level {
  display: flex;
  align-items: center;
  width: 50%;
}

.quantity_minus {
  width: 20%;
}

.quantity_plus {
  width: 20%;
}

.quantity_num {
  width: 50%;
  text-align: center;
  font-size: 3.33vw;
}

.cart_sum {
  width: 100%;
}

.cart_sum_flex {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
}

.cart_sum_tit {
  width: 70%;
  text-align: right;
  background-color: #f3f3f3;
  padding: 10px;
}

.cart_sum_value {
  width: 30%;
  padding: 10px;
  text-align: center;
}

.cart_novelty_option {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cart_novelty_option p:first-child {
  width: 55px;
  margin: 0;
}

.cart_novelty_option .select_n {
  width: calc(100% - 55px);
}

.point_add_attention {
  margin-top: 10px;
  text-align: right;
  font-size: 2.77vw;
}

.deliv_info {
  margin-top: 30px;
}

.user_info_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}

.user_info_radio {
  width: 10%;
  text-align: center;
}

.user_info_value {
  width: 90%;
  padding: 15px 0;
}

.user_info_value_flex {
  position: relative;
}

.user_info_deliv {
  width: 100%;
}

.user_info_change {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.user_info_change {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.deliv_addbtn {
  margin-top: 15px;
  text-align: right;
}

.deliv_time {
  margin-top: 30px;
}

.user_deliv_time {
  padding: 15px 15px 5px 15px;
  border-bottom: 1px solid rgb(201, 201, 201);
}
.user_deliv_time .select_n {
  width: 42%;
}

.deliv_date_flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.deliv_date_flex p {
  width: 30%;
}

.payment_block {
  margin-top: 30px;
}

.user_info_payment_image {
  width: 20%;
  margin-left: auto;
}

.point_txt {
  padding: 10px;
}

.point_block {
  margin-top: 30px;
}

.coupon_block {
  margin-top: 30px;
}

.cart_no_error {
  margin-top: 20px;
  text-align: center;
}

#block_login {
  width: 100%;
}
#block_login section {
  width: 100%;
  padding: 5%;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

#block_login_form li {
  margin-bottom: 10px;
}
#block_login_form li:last-child {
  margin: 0;
}

#login_attention {
  padding: 5%;
  border: 1px solid #dddddd;
  color: #B50003;
  margin-bottom: 8.33vw;
}
#login_attention h2 {
  font-weight: 400;
  font-size: 3.33vw;
  margin-bottom: 20px;
  text-align: center;
}
#login_attention p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.77vw;
}
#login_attention p:last-child {
  margin-bottom: 0;
}
#login_attention p .btn_gray_norm {
  margin: 0 auto;
}

.logintext {
  margin-bottom: 39px;
}

.cart_login_txt {
  margin: 50px 0;
  text-align: center;
}

#cart_form_input {
  padding: 40px 3% 0 3%;
  border-top: 1px solid #dddddd;
}

.cart_block {
  margin-top: 30px;
}
.cart_block:first-child {
  margin-top: 0px;
}

.black_list {
  margin-top: 30px;
  text-align: center;
}

.cart_gift_block {
  margin-top: 40px;
}

.cart_gift {
  margin-top: 20px;
}

.gift_block {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.gift_outer {
  display: flex;
  column-gap: 20px;
}

.gift_photo {
  width: 40%;
}

.gift_content {
  width: calc(60% - 20px);
}

.gift_option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}

.gift_content .red {
  font-size: 2.77vw;
}

.gift_variation_tit {
  width: 25%;
}

.gift_variation {
  width: calc(75% - 10px);
}

.gift_name {
  font-size: 3.33vw;
  margin-bottom: 10px;
}

.gift_price {
  font-size: 2.77vw;
  margin-bottom: 10px;
}

.gift_price span {
  font-size: 12px;
  padding-right: 5px;
}

.cart_gift_btn {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.cart_gift_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}

.cart_gift_block {
  margin-top: 40px;
}

.cart_gift {
  margin-top: 20px;
}

.gift_block {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(201, 201, 201);
}

.gift_outer {
  display: flex;
  gap: 0 20px;
}

.gift_photo {
  width: 40%;
}

.gift_content {
  width: calc(60% - 20px);
}

.gift_option {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}

.gift_content .red {
  font-size: 10px;
}

.gift_variation_tit {
  width: 25%;
}

.gift_variation {
  width: calc(75% - 10px);
}

.gift_name {
  font-size: 12px;
  margin-bottom: 10px;
}

.gift_price {
  font-size: 10px;
  margin-bottom: 10px;
}

.gift_price span {
  font-size: 12px;
  padding-right: 5px;
}

.cart_gift_btn {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.cart_gift_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}

/*------------------------------------------------------------
カート/アマゾンペイ
------------------------------------------------------------*/
.btn_box0622 {
  margin-top: 30px;
  border: 20px solid #f3f3f3;
  padding: 30px;
  text-align: center;
}

.amazon_button {
  margin: 20px auto 0 auto;
  width: 80%;
  height: 60px !important;
}

.result_area {
  padding: 20px 15px;
}

.result_area ul li {
  display: flex;
  gap: 0 5px;
}

.cart_total {
  background-color: #f3f3f3;
  margin: 0 15px;
  padding: 20px 15px;
}

.cart_price_total #payment_total {
  font-size: 5vw;
}

/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
.confirm_default {
  margin-top: 40px;
}

.confirm_default_inner {
  padding: 15px 15px 0px 15px;
}

.confirm_default_inner li {
  display: flex;
  margin-bottom: 10px;
}

.confirm_sub_tit {
  width: 26%;
}

.confirm_sub_tit_L {
  width: 37% !important;
}

#confirm_message {
  background-color: #f3f3f3;
  padding: 5vw;
  margin-bottom: 30px;
}

#confirm_message .btn_fix_w {
  margin: 20px auto 0 auto;
}

/*------------------------------------------------------------
完了画面
------------------------------------------------------------*/
#complete_payment_data {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3;
}

.complete_message {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3;
}

.complete_message_tit {
  font-weight: 700;
  margin-bottom: 20px;
}

.line_complete {
  margin-top: 20px;
  width: 100%;
}

/*------------------------------------------------------------
クレジットカード
------------------------------------------------------------*/
.bdr_block {
  padding: 0px 10px;
}

#registered_card,
#use_registeredcard_check {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}

#registeredcard_list li {
  display: flex;
  align-items: center;
}

#registeredcard_list li p:first-child {
  padding: 7px;
}

#registered_card_list_delete {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.card_input_list_flex_left {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.card_input_list_flex_right {
  width: 100%;
}
.card_input_list_flex_right .mini {
  margin-top: 10px;
  font-size: 2.5vw;
  line-height: 170%;
}

#card_expire_list .select_n {
  width: 30%;
}

#card_expire_list {
  gap: 0 6px;
}

#card_input_list li {
  margin-bottom: 20px;
}

.card_sample {
  width: 40%;
}

.card_error {
  background-color: #f3f3f3;
  padding: 15px;
  margin-bottom: 30px;
  color: #B50003;
}

/*------------------------------------------------------------
マイページ
------------------------------------------------------------*/
#mypagecolumn {
  width: 90%;
  padding-top: 20px;
  margin: 0 auto;
}

#mycontents_area {
  margin-bottom: 40px;
}

#mycontentmain_area {
  order: 1;
  width: 100%;
  margin-bottom: 20px;
}

#mynavi_area {
  order: 2;
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
  margin-top: 50px;
}

.mynavi_list li {
  margin: 7px 0;
}

.order_list {
  padding: 20px 25px;
  border: 15px solid #f3f3f3;
  margin-bottom: 20px;
}

#mypage_order_discription {
  margin-bottom: 20px;
}

#my_page_refuse {
  text-align: right;
}

.mypage_gray_header {
  display: none;
}

#history_list_header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.55vw;
}
#history_list_header ul .history_list_active a {
  background-color: #000;
}
#history_list_header ul li {
  width: calc(50% - 1px);
  height: 11.11vw;
}
#history_list_header ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #999999;
  color: #FFF;
  border-radius: 5px 0 0 5px;
}
#history_list_header ul li:nth-child(2) a {
  border-radius: 0 5px 5px 0;
}

#mypage_order_list {
  margin-top: 4.166vw;
}
#mypage_order_list ul {
  margin-bottom: 4.166vw;
  padding-bottom: 4.166vw;
  border-bottom: 1px solid #f3f3f3;
}
#mypage_order_list ul li:last-child {
  margin-top: 10px;
}
#mypage_order_list ul li:last-child a {
  display: block;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  line-height: 350%;
}

#mypage_order_list_shop {
  margin-top: 4.166vw;
}
#mypage_order_list_shop ul {
  margin-bottom: 4.166vw;
  padding-bottom: 4.166vw;
  border-bottom: 1px solid #f3f3f3;
}
#mypage_order_list_shop ul li:last-child {
  margin-top: 10px;
}
#mypage_order_list_shop ul li:last-child a {
  display: block;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  line-height: 350%;
}

.mypage_pagenumber_area {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
  margin-top: 20px;
}

.mypage_pagenumber_area strong {
  border-bottom: 1px solid #000;
}

.mypage_pagenumber_area a {
  border-bottom: 1px solid #FFF;
}

.mail_history li {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  margin-bottom: 15px;
}
.mail_history li:first-child {
  border: none;
  padding-top: 0;
}

#mypage_favorite_list {
  margin-top: 20px;
}
#mypage_favorite_list li {
  padding: 15px 0;
}

#mypage_favorite_list .mypage_gray_header {
  display: none;
}

.mypage_favorite_inner_image {
  width: 20%;
}

.mypage_favorite_inner_content {
  width: 80%;
}

.mypage_favorite_inner_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
}

.mypage_favorite_inner_image div {
  position: relative;
}

.mypage_favorite_inner_image div:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}

.mypage_favorite_inner_image div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mypage_favorite_inner_content {
  text-align: left;
}

.mypage_favorite_inner_info {
  padding-left: 20px;
}

.mypage_favorite_inner_btn {
  width: 100%;
  padding-left: 20px;
  margin-top: 10px;
}

.favorite_cart {
  display: flex;
  justify-content: space-between;
  row-gap: 2.77vw;
}

.favorite_cart li {
  padding: 0 !important;
  width: calc(50% - 1.38vw);
}

.favorite_cart li:first-child a {
  display: block;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0;
  font-size: 2.77vw;
}

.favorite_cart li:last-child a {
  display: block;
  background-color: #ccc;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0;
  font-size: 2.77vw;
}

#mycontentmain_area .bdr_block {
  padding: 20px 15px;
}

.mypage_register_list li {
  margin-bottom: 15px;
}

.mypage_register_list li:last-child {
  margin-bottom: 0;
}

.segment_announce {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}

.point_announce {
  margin-top: 15px;
}

#mypage_customer_info {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #F1F1F1;
  text-align: center;
}

.mypage_qrcode {
  text-align: center;
  margin: 20px 0;
}

.mypage_qrcode img {
  width: 25%;
  height: auto;
}

#mypage_cp_head {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}

#mypage_cp_barcode {
  width: 50%;
  margin: 20px auto;
}
#mypage_cp_barcode div {
  line-height: 100%;
  vertical-align: bottom;
}
#mypage_cp_barcode p {
  text-align: center;
  font-size: 2.77vw;
}

#mypage_cp_point_info {
  background-color: #000;
  color: #FFF;
  padding: 6.94vw;
}
#mypage_cp_point_info #mypage_cp_rank {
  text-align: center;
  font-size: 5.55vw;
  margin-bottom: 20px;
}
#mypage_cp_point_info dl {
  text-align: center;
  margin-bottom: 20px;
}
#mypage_cp_point_info dl:last-child {
  margin-bottom: 0px;
}
#mypage_cp_point_info dl dt {
  font-size: 2.77vw;
}
#mypage_cp_point_info dl #mypage_cp_nowpoint {
  font-size: 5vw;
  margin-top: 5px;
}

#point_history_head_block {
  background-color: #000;
  padding: 5.55vw;
  margin-bottom: 5.55vw;
  color: #FFF;
}
#point_history_head_block ul li {
  display: flex;
  margin-bottom: 2.77vw;
}
#point_history_head_block ul li:last-child {
  margin-bottom: 0;
}

#point_history_list {
  border-top: 1px solid #d3d6d6;
}
#point_history_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d6d6;
  padding: 5.55vw 2.77vw;
}
#point_history_list ul li .point_history_shop_name {
  margin-bottom: 7px;
}

.tit_point_history {
  font-weight: 300;
  margin-bottom: 5.55vw;
  font-size: 3.88vw;
}

/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/
#undercolumn_contact {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
#undercolumn_contact input[name=email] {
  margin-bottom: 5px;
}

/*------------------------------------------------------------
特定商取引
------------------------------------------------------------*/
#undercolumn_entry {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

/*------------------------------------------------------------
ご利用規約
------------------------------------------------------------*/
.kiyaku_text {
  font-size: 2.77vw;
}

/*------------------------------------------------------------
BLOG
------------------------------------------------------------*/
.blog_header {
  width: 100%;
  background-color: #292929;
  color: #FFF;
  text-align: center;
  padding: 11.11vw 0;
}
.blog_header h1 {
  font-family: "Forum", serif;
  font-size: 8.33vw;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5.55vw;
}
.blog_header p {
  font-size: 2.5vw;
}

#blog_list_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8.33vw 2.77vw;
  letter-spacing: 1px;
}
#blog_list_list .blog_list_detail {
  width: calc(50% - 1.385vw);
}
#blog_list_list .blog_list_thumb {
  margin-bottom: 15px;
}
#blog_list_list .blog_list_title {
  margin-bottom: 5px;
  font-size: 2.77vw;
}
#blog_list_list .blog_list_description {
  font-size: 2.5vw;
  line-height: 160%;
}
#blog_list_list .blog_list_date {
  font-size: 2.5vw;
  margin-top: 5px;
  color: #999999;
}

/*awoo reset---------------------------------*/
.popular-tags-wrapper {
  background: transparent !important;
}

.awoo-tag-wrapper,
.suggestion-tag-list-container,
.suggestion-tag-list-container-v2 {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  gap: 2.22vw !important;
}
.awoo-tag-wrapper.hidden,
.suggestion-tag-list-container.hidden,
.suggestion-tag-list-container-v2.hidden {
  display: none !important;
}
.awoo-tag-wrapper a,
.suggestion-tag-list-container a,
.suggestion-tag-list-container-v2 a {
  display: inline-block;
  border-radius: 5px;
  line-height: 100%;
  padding: 1.94vw !important;
  font-size: 2.5vw !important;
  border: none;
  color: #000;
  background: #e1e1e1 !important;
  white-space: nowrap;
}
.awoo-tag-wrapper a:hover,
.suggestion-tag-list-container a:hover,
.suggestion-tag-list-container-v2 a:hover {
  border: none;
  background: #515151 !important;
  color: #FFF;
  opacity: 1;
}

.popular-tags-wrapper {
  padding: 0 !important;
}

.awoo-key-word-product-list {
  padding: 5.55vw 5% 0 5%;
}

.awoo-key-word-product-detail {
  margin-top: 5.55vw;
}

.awoo-title-product-list {
  font-size: 3.05vw;
  font-weight: 400;
  color: #999999;
  margin-bottom: 2.77vw;
}

.awoo-attention-small {
  font-size: 2.5vw;
  margin-top: 2.77vw;
  color: #999999;
}

.awoo-search-sp {
  width: 18px !important;
  height: 18px !important;
}

#awoo-category-page .right-block-v2 {
  justify-content: space-between;
}
#awoo-category-page .right-block-v2 .selector-group-v2 {
  width: calc(50% - 5px);
}
#awoo-category-page .right-block-v2 .selector-group-v2 > div:first-child {
  width: 100%;
}
#awoo-category-page .right-block-v2 .selector-group-v2 .select-name {
  font-size: 3.05vw;
  padding: 0 0 0 10px;
}
#awoo-category-page .category-page-h1-v2,
#awoo-category-page .awoo-tag-filter-shadow-dom,
#awoo-category-page .control-wrapper-v2 {
  margin: 0px 5vw;
}
#awoo-category-page .category-page-h1-v2 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 4.166vw;
}
#awoo-category-page .products-wrapper-v2.grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  gap: 5.55vw 2px;
}
#awoo-category-page .products-wrapper-v2.grid .product-block-v2 {
  width: calc(50% - 1px);
}
#awoo-category-page .product-image {
  padding-bottom: 120%;
}
#awoo-category-page .product-detail-wrapper {
  padding: 2.77vw;
}
#awoo-category-page .product-detail-wrapper .product__name {
  height: auto;
  margin-top: 0;
}
#awoo-category-page .product-detail-wrapper .product__name div {
  font-size: 3.05vw;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#awoo-category-page .product-detail-wrapper .product__price {
  font-size: 3.05vw;
}
#awoo-category-page suggestion-tag-list-container, #awoo-category-page .suggestion-tag-list-container-v2 {
  box-shadow: none;
  background-color: rgb(245, 245, 245);
}

#awoo-search-result-page .control-wrapper {
  margin: 7vw 5vw 0 5vw;
}
#awoo-search-result-page .control-wrapper .right-block {
  align-items: flex-start !important;
}
#awoo-search-result-page .control-wrapper .price-interval-title {
  width: auto;
}
#awoo-search-result-page .control-wrapper .right-block .select {
  margin: 0 10px;
}
#awoo-search-result-page .control-wrapper .two-control .display-mode-wrapper {
  order: 2;
}
#awoo-search-result-page .control-wrapper .two-control .selector-group {
  order: 1;
}
#awoo-search-result-page .control-wrapper .two-control .selector-group .select {
  margin: 0 20px;
}
#awoo-search-result-page .control-wrapper .price-interval-wrapper input {
  width: 85px !important;
}
#awoo-search-result-page .products-wrapper-v2.grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 20px 0;
  gap: 5.55vw 2px;
}
#awoo-search-result-page .products-wrapper-v2.grid .product-block-v2 {
  width: calc(50% - 1px);
}
#awoo-search-result-page .product-image {
  padding-bottom: 120%;
}
#awoo-search-result-page .product-detail-wrapper {
  padding: 2.77vw;
}
#awoo-search-result-page .product-detail-wrapper .product__name {
  height: auto;
  margin-top: 0;
}
#awoo-search-result-page .product-detail-wrapper .product__name div {
  font-size: 3.05vw;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#awoo-search-result-page .product-detail-wrapper .product__price {
  font-size: 3.05vw;
}

#awoo-favorite-related-products {
  overflow: auto;
  margin-top: 50px;
}
#awoo-favorite-related-products .related-title {
  background-color: #f3f3f3;
  font-weight: 700;
  padding: 10px;
  font-size: 3.05vw;
}
#awoo-favorite-related-products .related-product-list {
  margin-top: 8.33vw;
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  gap: 5px;
  flex-wrap: nowrap;
}
#awoo-favorite-related-products .related-product-list a {
  padding: 0 0 10px 0;
  flex: 0 0 40%; /* サイズを固定 */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* 横幅オーバーしないように */
}
#awoo-favorite-related-products .related-product-list a .related-product-name {
  display: block;
  width: calc(100% - 2.77vw);
  margin: 1.38vw;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  height: auto;
  min-height: 1px;
  font-size: 3.05vw;
  color: #000;
}
#awoo-favorite-related-products .related-product-list a .product__price {
  width: calc(100% - 2.77vw);
  margin: 0 1.38vw;
  color: #000;
}
#awoo-favorite-related-products .related-product-list a .product__price div {
  display: inline;
  font-size: 3.05vw;
  margin-right: 10px;
}
#awoo-favorite-related-products .related-product-list a .product__price .sale-price {
  font-size: 3.05vw;
  font-weight: 400;
}

#awoo-complete-related-products {
  width: 95% !important;
  margin: 0 auto !important;
}
#awoo-complete-related-products .related-title {
  background-color: #f3f3f3;
  font-weight: 700;
  padding: 10px;
  font-size: 3.05vw;
  margin: 0;
  width: 100%;
}

.related-wrapper {
  margin-top: 50px !important;
}
.related-wrapper .related-title {
  width: calc(100% - 14vw);
  margin: 0 7vw 2.77vw 7vw;
}
.related-wrapper .rec-carousel-wrapper .rec-slider-container {
  overflow: visible !important;
  margin: 0 !important;
}
.related-wrapper .rec-carousel-wrapper .related-product {
  padding: 0 !important;
}
.related-wrapper .rec-carousel-wrapper .rec-item-wrapper {
  overflow-y: visible !important;
}
.related-wrapper .rec-carousel-wrapper .related-product-name {
  display: block !important;
  min-height: 1px !important;
  width: calc(100% - 1.38vw);
  margin: 1.38vw;
  text-align: left;
  font-size: 3.33vw !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  height: auto !important;
}
.related-wrapper .rec-carousel-wrapper .product__price {
  text-align: left;
  display: block !important;
  width: calc(100% - 1.38vw);
  margin: 0 1.38vw;
}
.related-wrapper .rec-carousel-wrapper .product__price div {
  font-size: 3.33vw !important;
  display: inline !important;
  padding-right: 1.38vw;
}
.related-wrapper .related-product-list {
  width: 100% !important;
  display: flex !important;
  overflow-x: auto !important;
  gap: 0 2px !important;
  flex-wrap: nowrap !important;
  padding-bottom: 20px;
}
.related-wrapper .related-product-list .rec-slider-container {
  overflow: visible !important;
  margin: 0 !important;
}
.related-wrapper .related-product-list .related-product {
  width: 40%;
  padding: 0 !important;
}
.related-wrapper .related-product-list .rec-item-wrapper {
  overflow-y: visible !important;
}
.related-wrapper .related-product-list .related-product-name {
  display: block !important;
  min-height: 1px !important;
  width: calc(100% - 1.38vw);
  margin: 1.38vw;
  text-align: left;
  font-size: 3.05vw !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  height: auto !important;
}
.related-wrapper .related-product-list .product__price {
  text-align: left;
  display: block !important;
  width: calc(100% - 1.38vw);
  margin: 0 1.38vw;
}
.related-wrapper .related-product-list .product__price div {
  font-size: 3.05vw !important;
  display: inline !important;
  padding-right: 1.38vw;
}
.related-wrapper .carousel-arrow {
  top: calc(50% - 30px) !important;
}

/*@media (min-width: 768px) {
	.search-bar-container,
	.awoo-search-bar {
	  width : 100% !important;
	}
	.search-bar-container > div:first-child {
	  width: 30% !important;
	  max-width:500px !important;
	  margin:0 auto !important;
	}
	.search-input__search-icon-wrap {
	  display: none !important;
	}
	.search-input {
	  width:100% !important;
	}
	.awoo-search-bar > div:first-child {
	  display: block;
	  width:calc(100% - 36px) !important;
	}
	.awoo-search-bar > div:last-child {
	  display: block;
	  width:36px !important;
	  height: 36px !important;
	}
	.awoo-search-bar__search-button-wrap,
	.search-btn{
	  background-color: transparent !important;
	  width:100% !important;
	  height:100% !important;
	}
	.search-btn {
	  padding:0px !important;
	  width:100% !important;
	  height:100% !important;
	  background: url(/user_data/packages/ravijour/images/common/ico_search.png) no-repeat center center;
	  background-size: 60%;
	}
	.search-btn div {
	  display:none !important;
	}
	.sp-ts-wrapper {
	  display:block !important;
	  margin: 0 auto;
	  width:33%;
	  max-width:500px;
	}
	.dropdown-content.left {
	  position: absolute;
	  top: 60px;
	  left: 50% !important;
	  -webkit-transform: translate(-50%, 0%);
	  transform: translate(-50%, 0%);
	}
	.dropdown-content .dropdown-suggestions .suggestion-item {
	  font-size:13px !important;
	}
	.horizontal-product .product-name {
	  -webkit-line-clamp : 1 !important;
	}
	.horizontal-product .product-inner {
	  justify-content:flex-start !important;
	  gap:5px;
	}
  }
  @media (max-width: 768px) {
	.awoo-search-bar--is-mobile > div:last-child {
	  display:none;
	}
	.aawoo-search-bar--is-mobile > div:first-child {
	  display: block;
	  width:calc(100% - 36px) !important;
	}
	.awoo-search-bar--is-mobile > div:nth-child(2) {
	  display: block;
	  width:36px !important;
	  height: 36px !important;
	}
	.awoo-search-bar__search-button-wrap,
	.search-btn{
	  background-color: transparent !important;
	  width:100% !important;
	  height:100% !important;
	}
	.search-btn {
	  padding:0px !important;
	  width:100% !important;
	  height:100% !important;
	  background: url(/user_data/packages/ravijour/images/common/ico_search.png) no-repeat center center;
	  background-size: 60%;
	}
	.search-input__search-icon-wrap,
	.search-btn div {
	  display: none;
	  color:#000;
	}
	.horizontal-product .product-name {
	  -webkit-line-clamp:1 !important;
	  font-size:1.1rem !important;
	}
	.horizontal-product .product-inner {
	  justify-content:flex-start !important;
	  gap:5px;
	}
	.custom-block svg {
	  width:18px !important;
	  height:18px !important;
	}
	.recommend-title {
	  font-size:1.4rem !important;
	  margin-bottom:20px !important;
	}
	.horizontal-layout .recommend-product-list {
		padding-bottom: 10px !important;
	}
	.dropdown-content .dropdown-recommendations {
	  padding: 18px 13px 8px 13px !important;
	}
	.dropdown-content .dropdown-suggestions .suggestion-item {
	  font-size:1.3rem !important;
	}
  }*/
.item_img_slide_area .item_main_img_area {
  margin-bottom: 2.77vw;
}
.item_img_slide_area .swiper-horizontal > .swiper-scrollbar, .item_img_slide_area .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: 2.77vw;
}

.item_detail_area {
  margin-top: 5.55vw;
}
.item_detail_area .item_status_icon li {
  margin-right: 2.77vw;
  height: 5vw;
  line-height: 5vw;
  font-size: 2.77vw;
  padding: 0 1.38vw;
}
.item_detail_area .brand_name {
  font-size: 2.77vw;
  margin-top: 5.55vw;
}
.item_detail_area .item_name {
  font-size: 4.166vw;
  margin-top: 1.38vw;
}
.item_detail_area .item_review_star_only {
  margin-top: 2.77vw;
}
.item_detail_area .item_cart_btn_area {
  margin-top: 6.94vw;
}
.item_detail_area .together_item_area {
  margin-top: 8.33vw;
}
.item_detail_area .together_item_area .together_item_slide {
  margin-top: 5.55vw;
}
.item_detail_area .together_item_area .name {
  font-size: 3.33vw;
  margin-top: 2.77vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
}
.item_detail_area .together_item_area .price {
  font-size: 3.33vw;
  margin-left: 2.77vw;
  margin-right: 2.77vw;
}

.item_explanation dt {
  font-size: 3.88vw;
  padding: 4.166vw 4.166vw 4.166vw;
  margin-top: 5.55vw;
}
.item_explanation dt::after {
  right: 2.77vw;
}
.item_explanation dd {
  font-size: 3.33vw;
  padding: 1.38vw 4.166vw 4.166vw;
}
.item_explanation .btn_to_size a {
  height: 11.11vw;
  line-height: 11.11vw;
  border-radius: 1.38vw;
}

.item_img_area {
  margin-top: 11.11vw;
}

.item_insta_area {
  margin-top: 11.11vw;
}
.item_insta_area .tti_item_insta {
  font-size: 3.88vw;
}
.item_insta_area .item_insta {
  margin-top: 5.55vw;
}

.item_review_area {
  margin-top: 11.11vw;
}
.item_review_area .tti_item_review {
  font-size: 3.88vw;
}

.item_recommend_area {
  margin-top: 11.11vw;
}
.item_recommend_area .item_recommend {
  margin-top: 8.33vw;
}
.item_recommend_area .recommend_swiper-scrollbar {
  margin-top: 5.55vw;
}

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