@charset "UTF-8";
/* variable ------------------------- */
/* variable ------------------------- */
/* mixin ------------------------- */
/* base ------------------------- */
body {
  font-size: clamp(13px, 0.78vw, 17px);
}

img {
  width: auto;
}

.hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.hover:hover {
  opacity: 0.5;
}

.img_hover a img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.img_hover a img:hover {
  opacity: 0.5;
}

.link_hover a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.link_hover a:hover {
  opacity: 0.5;
}

.sp_only {
  display: none;
}

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

.head_mg {
  height: 90px;
}

.post_nav_mg {
  height: 125px;
}

a:hover {
  opacity: 0.6;
}

a img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a:hover img {
  opacity: 0.6;
}

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

.contents {
  margin-top: clamp(35px, 2.08vw, 42px);
  font-size: clamp(15px, 0.88vw, 19px);
}

.list_disc li {
  margin-bottom: clamp(5px, 0.25vw, 5px);
}

.ttl_c {
  font-size: clamp(28px, 1.562vw, 32px);
  line-height: 100%;
}

.contents_w {
  width: 90%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.btn_more {
  width: clamp(215px, 11.45vw, 225px);
  font-size: clamp(14px, 0.83vw, 18px);
  margin-top: clamp(45px, 2.6vw, 55px);
}
.btn_more a {
  height: clamp(55px, 3.125vw, 65px);
  line-height: clamp(55px, 3.125vw, 65px);
}

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

.swiper-pagination {
  position: relative;
  margin-top: clamp(35px, 2.08vw, 42px);
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px;
}

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

.pagination-outside {
  position: relative;
  margin-top: 30px;
  top: 0;
  bottom: auto;
}

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

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

.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: 5px;
  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);
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: clamp(12px, 0.729vw, 16px);
  padding: 8px 10px;
  width: 100%;
  height: 42px;
}

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);
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  line-height: 180%;
  max-height: 400px;
  font-size: clamp(12px, 0.729vw, 16px);
}

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);
  border-radius: 5px;
  background: #ffffff;
  height: 42px;
  display: inline-block;
  vertical-align: bottom;
}

.select_n select {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  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;
  font-size: clamp(12px, 0.729vw, 16px);
}

.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_n select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

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

.select_row li {
  width: 21%;
  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: 185px !important;
}

.w_shorter {
  width: 100px !important;
}

.w_search {
  width: 310px !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: 8px;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: solid 2px #ccc;
  margin: -3px 5px 0 0;
}

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

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

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

.form_list_mypage {
  padding: 30px 40px 0 40px;
}

#window_area .form_list_mypage {
  padding: 50px 40px 0 40px;
}

.form_list_mypage dd {
  margin-bottom: 35px;
  margin-top: -32px;
  padding-left: 170px;
}

.form_list_mypage .form_list_mypage_less_pd {
  margin-top: -24px;
}

.form_list_underline dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  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: 40px;
}

#now_execute p {
  text-align: center;
}

/*--------------------------------------------------------------------

	1. .content（コンテンツ）旧レイアウト

--------------------------------------------------------------------*/
.content {
  clear: both;
  width: 1025px;
  min-height: 680px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 1112px) {
  .content {
    width: 100%;
    min-height: 100%;
  }
}
.content .inner {
  text-align: left;
}

.content a:link {
  text-decoration: underline;
}

.content a:visited {
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.content a:active {
  text-decoration: underline;
}

/* layout -------------------------------*/
.default_block {
  width: 100%;
  padding: 0 3%;
}

.undercolumn_small {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(75px, 4.166vw, 85px) 0 0px 0;
}

.undercolumn_middle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0px 0;
}

#undercolumn_blog {
  max-width: 1350px;
  margin: 0 auto;
  padding: 100px 50px 0px 50px;
}

.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: 30px;
}

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

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

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

#undercolumn_error {
  padding: 20px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* title --------------------------------*/
.tit_default {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: clamp(16px, 0.937vw, 20px);
}

.tit_gray_bar {
  background-color: #f3f3f3;
  font-weight: 700;
  padding: 10px;
  font-size: clamp(12px, 0.729vw, 16px);
}

.tit_default_s {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: clamp(14px, 0.83vw, 18px);
}

.tit_block_login {
  margin-bottom: 20px;
}

.tit_mini_center_border {
  font-size: clamp(14px, 0.83vw, 18px);
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  font-weight: 300;
}

.tit_full_slider {
  font-size: clamp(22px, 1.25vw, 26px);
  padding: 0px 70px 70px 70px;
}

/* btn --------------------------------------------------*/
.btn_area {
  margin-top: 50px;
}

.btn_area_S {
  margin-top: 20px;
}

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

.btn_area_center {
  text-align: center;
  margin-top: 40px;
}

.btn_area li {
  margin: 0 8px;
}

.btn_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_gray_norm {
  display: inline-block;
  width: 100%;
  color: #FFF !important;
  height: 48px;
  background-color: #000 !important;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: clamp(12px, 0.729vw, 16px);
  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: clamp(9px, 0.52vw, 12px);
  border-radius: 5px;
}

.btn_orange_norm {
  display: inline-block;
  width: 100%;
  color: #000;
  height: 48px;
  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: 48px;
  text-align: center;
  cursor: pointer;
  font-size: clamp(12px, 0.729vw, 16px);
  border-radius: 5px;
}

.btn_lgray_norm {
  display: inline-block;
  width: 100%;
  color: #FFF;
  height: 48px;
  background-color: #bababa !important;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: clamp(12px, 0.729vw, 16px);
  border-radius: 5px;
}

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

.w_mid {
  width: 270px !important;
}

.w_short {
  width: 200px !important;
}

.btn_fix_w {
  width: 200px;
}

/*ポップアップ------------------------------------*/
#window_area {
  font-size: clamp(12px, 0.729vw, 16px);
  line-height: 160%;
  padding: 40px;
}

#inline_content {
  padding: 40px;
}

#windowcolumn {
  padding: 15px;
}

#popup_area {
  padding: 50px;
  line-height: 180%;
}

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

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

#mail-dialog {
  display: none;
  line-height: 180%;
  padding: 30px;
}

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

.dialog-title {
  display: none;
}

#pop_up_txt {
  margin-top: 30px;
}

#float_login {
  margin-bottom: 25px;
}

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

#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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  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_news ------------------------- */
.header_news {
  height: 40px;
  overflow: hidden;
}
.header_news .swiper-slide {
  font-size: clamp(10px, 0.57vw, 13px) !important;
  height: 40px !important;
}

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

#global_header {
  width: 100%;
  padding: 0 30px;
}
#global_header #global_header_inner {
  position: relative;
}
#global_header h1 {
  width: 130px;
  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 30px;
}
#header_nav a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
}
#header_nav a #ico_cart_amount {
  position: absolute;
  top: 6px;
  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: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
  display: block;
  box-sizing: border-box;
}
.menu-trigger a {
  display: block;
  width: 25px !important;
  height: 20px !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: 5px;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 5px;
}
.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: 30px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 150px;
  z-index: 1000;
}
#search_block.search_blockfix {
  top: 60px;
}
#search_block #search_block_inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
#search_block #search_block_inner form {
  width: 400px;
  display: flex;
  gap: clamp(9px, 0.52vw, 12px);
  align-items: center;
}
#search_block #search_block_inner form input[type=image] {
  width: clamp(18px, 1.041vw, 22px);
  height: clamp(18px, 1.041vw, 22px);
}

/* navi ----------------------- */
#right_nav {
  width: 25%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  right: -50%;
  z-index: 1010;
  line-height: 220%;
  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: clamp(11px, 0.677vw, 15px);
}
#right_nav a {
  color: #FFFFFf;
}

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

#right_nav_search {
  margin-bottom: clamp(55px, 3.125vw, 65px);
}
#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: 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: 120px;
  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: clamp(45px, 2.6vw, 55px);
  padding-left: clamp(65px, 3.645vw, 75px);
  padding-right: clamp(65px, 3.645vw, 75px);
}

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

#right_nav_schedule_list {
  padding-bottom: clamp(45px, 2.6vw, 55px);
}

#nav_other {
  padding-bottom: clamp(45px, 2.6vw, 55px);
}

#right_nav_category_list {
  padding-bottom: clamp(45px, 2.6vw, 55px);
}
#right_nav_category_list .haschild ul {
  margin-left: clamp(28px, 1.562vw, 32px);
  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: clamp(9px, 0.52vw, 12px);
}
#right_nav_category_list .haschild ul li a:hover {
  padding-left: 5px;
}
#right_nav_category_list .haschild ul.haschild_active {
  margin-left: clamp(18px, 1.041vw, 22px);
  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: 44/27;
}

#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: 30px;
  z-index: 15000;
}
#top_slider_inner .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 44/27;
}
#top_slider_inner .swiper-slide .slider_text_block {
  position: absolute;
  bottom: clamp(75px, 4.166vw, 85px);
  right: clamp(75px, 4.166vw, 85px);
  width: 30vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #FFFFFf;
  margin-right: -20px;
  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: clamp(28px, 1.562vw, 32px);
  margin-bottom: clamp(18px, 1.041vw, 22px);
}
#top_slider_inner .swiper-slide .slider_text_block .image_txt {
  font-size: clamp(14px, 0.83vw, 18px);
  line-height: 180%;
}
#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: clamp(45px, 2.6vw, 55px);
  line-height: clamp(45px, 2.6vw, 55px);
  text-align: center;
  padding: 0 clamp(9px, 0.52vw, 12px);
  border-radius: 10px;
  margin-top: clamp(18px, 1.041vw, 22px);
}
#top_slider_inner .swiper-slide .slider_text_block.top_slide_active {
  opacity: 1;
  margin-right: 0;
}

/* top ------------------------- */
.index_categories {
  margin-top: clamp(95px, 5.2vw, 115px);
}

.index_categories_list {
  margin-top: clamp(28px, 1.562vw, 32px);
}
.index_categories_list li {
  width: 15%;
}
.index_categories_list .txt {
  font-size: clamp(12px, 0.729vw, 16px);
}

.index_keyword {
  margin-top: clamp(75px, 4.166vw, 85px);
}

.keyword .popular-tags-title {
  font-size: clamp(14px, 0.83vw, 18px);
  margin-bottom: clamp(13px, 0.78vw, 17px) !important;
}

.index_pickup {
  margin-top: clamp(115px, 6.25vw, 125px);
  width: 100%;
  overflow: hidden;
}
.index_pickup .txt {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-top: clamp(13px, 0.78vw, 17px);
}
.index_pickup .index_pickup_slide {
  margin-top: clamp(55px, 3.125vw, 65px);
}

.index_ranking {
  margin-top: clamp(75px, 4.166vw, 85px);
  width: 100%;
  overflow: hidden;
}
.index_ranking .num {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
}
.index_ranking .index_ranking_inner_slide {
  padding-top: clamp(45px, 2.6vw, 55px);
  padding-bottom: clamp(95px, 5.2vw, 115px);
  width: 100%;
  overflow: hidden;
}
.index_ranking .img {
  position: relative;
  margin-bottom: clamp(13px, 0.78vw, 17px);
  aspect-ratio: 5/6;
}
.index_ranking .name {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_ranking .price {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
}
.index_ranking .price s {
  margin-right: clamp(5px, 0.25vw, 5px);
}
.index_ranking .list_status {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
  margin-bottom: 5px;
}
.index_ranking .list_status p {
  padding: 0px 5px;
  border: 1px solid #000;
  font-size: clamp(9px, 0.52vw, 12px);
  display: inline-block;
  margin: 0 5px 7px 0;
}

.ranking_nav {
  gap: clamp(13px, 0.78vw, 17px);
  font-size: clamp(13px, 0.78vw, 17px);
  margin-top: clamp(45px, 2.6vw, 55px);
}

.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: clamp(45px, 2.6vw, 55px);
}
.index_new .img, .recent_view .img {
  position: relative;
  margin-bottom: clamp(13px, 0.78vw, 17px);
  aspect-ratio: 5/6;
}
.index_new .name, .recent_view .name {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_new .price, .recent_view .price {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
}
.index_new .price s, .recent_view .price s {
  margin-right: clamp(5px, 0.25vw, 5px);
}
.index_new .list_status, .recent_view .list_status {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
  margin-bottom: 5px;
}
.index_new .list_status p, .recent_view .list_status p {
  padding: 0px 5px;
  border: 1px solid #000;
  font-size: clamp(9px, 0.52vw, 12px);
  display: inline-block;
  margin: 0 5px 7px 0;
}

.index_bn_l {
  margin-top: clamp(75px, 4.166vw, 85px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_bn_l li {
  width: 50%;
}

.top_service {
  margin-top: clamp(45px, 2.6vw, 55px);
}

.index_bn_s_slide {
  margin-top: clamp(75px, 4.166vw, 85px);
  width: 100%;
  overflow: hidden;
}

.top_info_area {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(65px, 3.645vw, 75px);
}
.top_info_area .top_shop,
.top_info_area .top_info {
  width: calc(50% - clamp(9px, 0.52vw, 12px));
  padding: clamp(33px, 1.82vw, 37px);
}
.top_info_area .top_shop h2,
.top_info_area .top_info h2 {
  font-size: clamp(18px, 1.041vw, 22px);
  margin-bottom: clamp(28px, 1.562vw, 32px);
}

.top_shop_btn {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.top_shop_btn a {
  height: clamp(55px, 3.125vw, 65px);
  line-height: clamp(55px, 3.125vw, 65px);
  font-size: clamp(11px, 0.677vw, 15px);
}
.top_shop_btn a::before {
  left: clamp(18px, 1.041vw, 22px);
}

.top_info_list li {
  padding: clamp(11px, 0.625vw, 13px) 0;
  font-size: clamp(11px, 0.625vw, 13px);
}

.top_info_more {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.top_info_more a {
  padding-left: clamp(18px, 1.041vw, 22px);
}

/* footer ------------------------- */
.gfooter {
  margin-top: clamp(95px, 5.2vw, 115px);
}
.gfooter .gfooter_inner {
  padding: clamp(95px, 5.2vw, 115px) clamp(115px, 6.25vw, 125px);
  display: flex;
  font-size: 12px;
}
.gfooter .gfooter_inner ul {
  margin-right: clamp(85px, 4.678vw, 95px);
}
.gfooter .gfooter_inner ul li {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.gfooter .footer_sns {
  margin-top: clamp(35px, 2.08vw, 42px);
}
.gfooter .footer_sns li {
  width: clamp(18px, 1.041vw, 22px);
  margin: 0 clamp(13px, 0.78vw, 17px);
}
.gfooter .footer_logo {
  width: clamp(85px, 4.678vw, 95px);
  margin-top: clamp(35px, 2.08vw, 42px);
}
.gfooter .copy {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-top: clamp(35px, 2.08vw, 42px);
}

/*ページング------------------------------------------*/
.paging {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #dddddd;
  padding: 35px 0 20px 0;
  font-size: clamp(11px, 0.625vw, 13px);
  display: flex;
  justify-content: space-between;
}

.nav_prev, .nav_next {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: clamp(14px, 0.83vw, 18px);
  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: clamp(95px, 5.2vw, 115px);
}

#list_header {
  padding: 70px;
}

.tit_list {
  display: flex;
  align-items: baseline;
  column-gap: 20px;
}
.tit_list h1 {
  font-size: clamp(22px, 1.25vw, 26px);
}

.item_list_default_outer {
  display: flex;
  gap: clamp(18px, 1.041vw, 22px) 2px;
  flex-wrap: wrap;
  width: 100%;
}
.item_list_default_outer li {
  width: calc(20% - 1.6px);
}
.item_list_default_outer li img {
  width: 100%;
}
@media (max-width: 1980px) {
  .item_list_default_outer li {
    width: calc(25% - 1.5px);
  }
}

.item_list_default a {
  display: block;
  width: 100%;
}
.item_list_default a .img {
  position: relative;
  margin-bottom: clamp(13px, 0.78vw, 17px);
  aspect-ratio: 5/6;
  width: 100%;
}
.item_list_default a .name {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item_list_default a .price {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
}
.item_list_default a .price s {
  margin-right: clamp(5px, 0.25vw, 5px);
}
.item_list_default a .list_status {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-left: clamp(13px, 0.78vw, 17px);
  margin-right: clamp(13px, 0.78vw, 17px);
  margin-bottom: 5px;
}
.item_list_default a .list_status p {
  padding: 0px 5px;
  border: 1px solid #000;
  font-size: clamp(9px, 0.52vw, 12px);
  display: inline-block;
  margin: 0 5px 7px 0;
}

.item_list_small a {
  display: block;
  width: 100%;
}
.item_list_small a .img {
  position: relative;
  margin-bottom: clamp(9px, 0.52vw, 12px);
  aspect-ratio: 5/6;
  width: 100%;
}
.item_list_small a .name {
  font-size: clamp(10px, 0.57vw, 13px);
  margin-left: clamp(9px, 0.52vw, 12px);
  margin-right: clamp(9px, 0.52vw, 12px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.item_list_small a .price {
  font-size: clamp(10px, 0.57vw, 13px);
  margin-left: clamp(9px, 0.52vw, 12px);
  margin-right: clamp(9px, 0.52vw, 12px);
}
.item_list_small a .price s {
  margin-right: clamp(5px, 0.25vw, 5px);
}
.item_list_small a .list_status {
  font-size: clamp(10px, 0.57vw, 13px);
  margin-left: clamp(9px, 0.52vw, 12px);
  margin-right: clamp(9px, 0.52vw, 12px);
  margin-bottom: 5px;
}
.item_list_small a .list_status p {
  padding: 0px 5px;
  border: 1px solid #000;
  font-size: clamp(9px, 0.52vw, 12px);
  display: inline-block;
  margin: 0 5px 7px 0;
}

.btn_list_filter {
  margin-left: auto;
}

#side_filter {
  width: 35%;
  max-width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -600px;
  background-color: #fff;
  z-index: 1000000;
  padding: 50px clamp(9px, 0.52vw, 12px) clamp(18px, 1.041vw, 22px) clamp(18px, 1.041vw, 22px);
  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: 40px;
  height: 40px;
  position: absolute;
  top: clamp(5px, 0.25vw, 5px);
  right: clamp(5px, 0.25vw, 5px);
  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: 20px; /* 線の長さ */
  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: clamp(9px, 0.52vw, 12px);
  height: calc(100% - 90px);
  overflow: auto;
  font-size: clamp(11px, 0.677vw, 15px);
}
#side_filter #side_filter_inner .tit_filter {
  margin-bottom: clamp(9px, 0.52vw, 12px);
  font-weight: 700;
}
#side_filter #side_filter_inner #bra_select_list {
  display: none;
  margin-top: clamp(28px, 1.562vw, 32px);
  padding: clamp(18px, 1.041vw, 22px);
  background-color: #fafafa;
}
#side_filter #side_filter_inner #bra_select_list .filter_default:first-child {
  margin-top: 0;
}
#side_filter #side_filter_bottom {
  padding: clamp(9px, 0.52vw, 12px);
  margin-bottom: clamp(9px, 0.52vw, 12px);
}
#side_filter #side_filter_bottom ul {
  display: flex;
  flex-wrap: wrap;
}
#side_filter #side_filter_bottom ul li {
  width: 50%;
  height: 50px;
}
#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 clamp(13px, 0.78vw, 17px);
  width: 100%;
  height: clamp(45px, 2.6vw, 55px);
  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: clamp(55px, 3.125vw, 65px);
  left: 0;
  background-color: #f3f3f3;
  overflow: auto;
}
#filter_category_select ul li a {
  display: block;
  padding: clamp(13px, 0.78vw, 17px);
  border-bottom: 1px solid #FFF;
}
#filter_category_select ul li a.bold {
  font-weight: 700;
  padding-left: clamp(22px, 1.3vw, 27px);
}

.filter_default {
  margin-top: clamp(28px, 1.562vw, 32px);
}
.filter_default .filter_default_list {
  display: flex;
  gap: clamp(13px, 0.78vw, 17px);
  flex-wrap: wrap;
}
.filter_default .filter_default_list li {
  width: calc((100% - clamp(13px, 0.78vw, 17px)) / 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: 0 70px 40px 70px;
  display: flex;
  flex-wrap: wrap; /* 要素を折り返す */
  align-items: flex-start; /* 必要に応じて変更 */
}
#list_disable_filter p {
  display: inline-block; /* テキストの幅に依存 */
  margin: 0 clamp(9px, 0.52vw, 12px) clamp(9px, 0.52vw, 12px) 0; /* gap の代わりにマージンを設定 */
  font-size: clamp(12px, 0.729vw, 16px);
  height: 30px; /* 必要に応じて高さを自動調整 */
  line-height: 30px;
}
#list_disable_filter p a {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  padding: 0 10px; /* テキストに余白を設定 */
  display: flex;
  white-space: nowrap; /* テキストが途中で切れないようにする */
  gap: 5px;
}
#list_disable_filter p a::before {
  display: block;
  content: "×";
  color: #696969;
}

#breadList {
  padding: 0 70px;
}
#breadList ul {
  display: flex;
  gap: 0 9px;
  align-items: center;
}
#breadList ul li {
  display: flex;
  gap: 0 10px;
  align-items: center;
  font-size: clamp(11px, 0.625vw, 13px);
  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 ul {
  display: flex;
  gap: 0 9px;
  align-items: center;
}
#breadList2 ul li {
  display: flex;
  gap: 0 10px;
  align-items: center;
  font-size: clamp(11px, 0.625vw, 13px);
  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: clamp(175px, 9.375vw, 185px);
}

#item_detail_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible; /* 親要素の overflow を visible に設定 */
  height: auto; /* 必要に応じて高さを設定 */
}

#item_photo {
  position: sticky;
  width: 67%;
  height: calc(100vh - 180px);
  top: 60px;
  left: 0;
  order: 1;
}

#item_photo_outer {
  width: 100%;
  height: 100%;
}

#item_photo_inner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
#item_photo_inner .swiper .swiper-slide p.ico_zoom {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#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 {
  width: 30%;
  order: 2;
}

#item_spec_status {
  display: flex;
  gap: 0 10px;
}
#item_spec_status li {
  font-size: clamp(11px, 0.625vw, 13px);
  line-height: 100%;
  border: 1px solid #000;
}
#item_spec_status li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
}

#item_spec_maker {
  margin-top: clamp(18px, 1.041vw, 22px);
  color: #878787;
  font-size: clamp(11px, 0.625vw, 13px);
}

#item_spec_tit {
  font-size: clamp(20px, 1.145vw, 24px);
  font-weight: 400;
  margin-top: clamp(5px, 0.25vw, 5px);
}

#detail_price {
  display: flex;
  gap: 0 10px;
  margin-top: clamp(13px, 0.78vw, 17px);
  font-size: clamp(16px, 0.937vw, 20px);
}
#detail_price .red {
  color: #d1104b;
}

#item_spec_schedule {
  margin-top: clamp(13px, 0.78vw, 17px);
}
#item_spec_schedule li {
  font-size: clamp(12px, 0.729vw, 16px);
}

#cart_select {
  margin-top: clamp(18px, 1.041vw, 22px);
  padding: 25px;
  background-color: #f3f3f3;
}
#cart_select h2 {
  margin-bottom: clamp(9px, 0.52vw, 12px);
}

#cart_color {
  margin-bottom: clamp(18px, 1.041vw, 22px);
}

#color_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#color_block ul li {
  width: calc(25% - 7.5px);
}
#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: clamp(10px, 0.57vw, 13px);
  line-height: 100%;
  margin-top: clamp(5px, 0.25vw, 5px);
}
@media (max-width: 1100px) {
  #color_block ul li {
    width: calc(33.3% - 6.6666666667px);
  }
}

#size_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#size_block ul li {
  width: calc(16.6% - 8.3333333333px);
  border: 1px solid #000;
  text-align: center;
  font-size: clamp(11px, 0.625vw, 13px);
  background-color: #FFF;
}
#size_block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 12/7;
  position: relative;
  transition: none;
  width: 100%;
  height: auto;
}
#size_block ul li a.sku_selected {
  background-color: #000 !important;
  color: #FFF;
}
#size_block ul li a.sku_nostock {
  background-color: #b0b0b0;
  color: #FFF;
}
#size_block ul li span.slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#size_block ul li span.slash:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 117.27%; /* 正確な対角線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #999999; /* 線の色 */
  transform: rotate(30.26deg); /* 正確な角度 */
  transform-origin: top left; /* 回転基点を左上に設定 */
}
@media (max-width: 1700px) {
  #size_block ul li {
    width: calc(20% - 8px);
  }
}
@media (max-width: 1500px) {
  #size_block ul li {
    width: calc(25% - 7.5px);
  }
}
@media (max-width: 1100px) {
  #size_block ul li {
    width: calc(33.3% - 6.6666666667px);
  }
}

#color_unselected,
#size_unselected {
  color: #B50003;
  margin-top: clamp(13px, 0.78vw, 17px);
  display: none;
}

#cart_comment div {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-top: clamp(18px, 1.041vw, 22px);
}

#cart_btn_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(18px, 1.041vw, 22px);
}
#cart_btn_block div {
  position: relative;
  height: clamp(45px, 2.6vw, 55px);
}
#cart_btn_block div p {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
}
#cart_btn_block div p a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: clamp(45px, 2.6vw, 55px);
}

#cart_favorite {
  width: clamp(45px, 2.6vw, 55px);
}
#cart_favorite a {
  background: url(../images/ico_favorite_w.png) center center no-repeat;
  background-size: 20px;
}
#cart_favorite a.fav_on {
  background: url(../images/ico_favorite_r.png) center center no-repeat;
  background-size: 20px;
}

#cart_add {
  width: calc(100% - clamp(45px, 2.6vw, 55px));
}
#cart_add a {
  background-color: #d1104b;
  color: #FFFFFF;
  border-radius: 5px;
}
#cart_add .fa-shopping-bag {
  font-size: 2rem;
  margin-right: 15px;
}

.right_align_txt_link {
  text-align: right;
  margin-top: clamp(13px, 0.78vw, 17px);
}
.right_align_txt_link a {
  text-decoration: underline;
}

.item_spec_inner_block {
  margin-top: clamp(28px, 1.562vw, 32px);
}

.ttl_item_spec_s {
  font-size: clamp(14px, 0.83vw, 18px);
}

#related_slider_outer {
  width: 100%;
  overflow: hidden;
}
#related_slider_outer #related_slider {
  margin-top: clamp(18px, 1.041vw, 22px);
}
#related_slider_outer .swiper-pagination {
  margin-top: clamp(18px, 1.041vw, 22px);
}
#related_slider_outer .img {
  position: relative;
  margin-bottom: clamp(5px, 0.25vw, 5px);
  aspect-ratio: 5/6;
}
#related_slider_outer .name {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(5px, 0.25vw, 5px);
  margin-right: clamp(5px, 0.25vw, 5px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#related_slider_outer .price {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(5px, 0.25vw, 5px);
  margin-right: clamp(5px, 0.25vw, 5px);
}
#related_slider_outer .price s {
  display: block;
}
#related_slider_outer .list_status {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: clamp(5px, 0.25vw, 5px);
  margin-right: clamp(5px, 0.25vw, 5px);
  margin-bottom: 5px;
}
#related_slider_outer .list_status p {
  padding: 0px 5px;
  border: 1px solid #000;
  font-size: clamp(9px, 0.52vw, 12px);
  display: inline-block;
  margin: 0 5px 7px 0;
}

.item_comment {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: clamp(13px, 0.78vw, 17px);
}
.item_comment dt {
  font-size: clamp(11px, 0.677vw, 15px);
  padding: clamp(18px, 1.041vw, 22px);
  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: clamp(18px, 1.041vw, 22px);
}
.item_comment dd {
  display: none;
  padding: 0 clamp(18px, 1.041vw, 22px) clamp(18px, 1.041vw, 22px) clamp(18px, 1.041vw, 22px);
  line-height: 180%;
  font-size: clamp(11px, 0.677vw, 15px);
}
.item_comment dd .size_comment {
  margin-top: clamp(13px, 0.78vw, 17px);
}
.item_comment #size_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 0.57vw, 13px);
  overflow-x: scroll;
}
.item_comment #size_table ul {
  width: 100%;
  letter-spacing: normal;
}
.item_comment #size_table li {
  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 li:first-child {
  background: #e2e2e2;
  text-align: center;
}
.item_comment #size_table li:nth-child(odd) {
  background: #e2e2e2;
}

#item_sub_info {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: clamp(18px, 1.041vw, 22px);
}
#item_sub_info li {
  font-size: clamp(11px, 0.625vw, 13px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(5px, 0.25vw, 5px);
}
#item_sub_info li p:first-child {
  width: 80px;
}
#item_sub_info li p:last-child {
  width: calc(100% - 80px);
}
#item_sub_info li div {
  width: calc(100% - 80px);
}
#item_sub_info li div p {
  width: 100% !important;
}
#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: clamp(12px, 0.729vw, 16px);
  margin-left: 5px;
}

.cart_text_discount_rate::before {
  display: inline-block;
  content: "%OFF";
  font-size: clamp(12px, 0.729vw, 16px);
}

.other_item_sale_rate::before {
  display: inline-block;
  content: "%OFF";
  font-size: clamp(12px, 0.729vw, 16px);
  margin-left: 0px;
}

#cart_single_tit_color::before {
  display: inline-block;
  content: "カラーを選ぶ";
  font-size: clamp(11px, 0.677vw, 15px);
}

#cart_single_tit_size::before {
  display: inline-block;
  content: "サイズを選ぶ";
  font-size: clamp(11px, 0.677vw, 15px);
}

.cart_btn_add::before {
  display: inline-block;
  content: "ADD TO CART";
  font-size: clamp(13px, 0.78vw, 17px);
  font-weight: 700;
}

.cart_btn_arrival::before {
  display: inline-block;
  content: "入荷お知らせ";
  font-size: clamp(13px, 0.78vw, 17px);
  font-weight: 400;
}

.cart_btn_rearrival::before {
  display: inline-block;
  content: "再入荷お知らせ";
  font-size: clamp(13px, 0.78vw, 17px);
  font-weight: 400;
}

#color_unselected::before {
  display: block;
  content: "カラーを選んでください。";
  font-size: clamp(11px, 0.625vw, 13px);
}

#size_unselected::before {
  display: block;
  content: "サイズを選んでください。";
  font-size: clamp(11px, 0.625vw, 13px);
}

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

/*シルバーエッグレコメンド--------------------------------------*/
.dv_recommend {
  width: 100%;
  display: flex;
  overflow-x: auto;
  gap: 0 2px;
  padding-bottom: 30px;
  margin-top: clamp(45px, 2.6vw, 55px);
}
.dv_recommend .dv_rc_header, .dv_recommend .dv_rc_title, .dv_recommend .dv_rc_footer {
  display: none;
}
.dv_recommend .dv_rc_items {
  flex: 0 0 calc(20% - 1.6px); /* サイズを固定 */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* 横幅オーバーしないように */
}
.dv_recommend .dv_rc_img {
  margin-bottom: clamp(5px, 0.25vw, 5px);
}
.dv_recommend .dv_rc_img img {
  width: 100%;
}
.dv_recommend .dv_rc_name {
  display: block;
  width: calc(100% - clamp(9px, 0.52vw, 12px));
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
}
.dv_recommend .dv_rc_name,
.dv_recommend .dv_rc_description,
.dv_recommend .dv_rc_price {
  margin: 0 clamp(5px, 0.25vw, 5px);
  font-size: clamp(11px, 0.677vw, 15px);
}

.top_dv_recommend {
  padding-top: clamp(95px, 5.2vw, 115px);
}
.top_dv_recommend .dv_recommend {
  gap: 0;
}
.top_dv_recommend .dv_recommend .dv_rc_items {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.top_dv_recommend .dv_rc_name,
.top_dv_recommend .dv_rc_description,
.top_dv_recommend .dv_rc_price {
  margin: 0 clamp(9px, 0.52vw, 12px);
  font-size: clamp(11px, 0.677vw, 15px);
}

.complete_dv_recommend {
  padding-top: clamp(35px, 2.08vw, 42px);
  max-width: 1000px;
  margin: 0 auto;
}
.complete_dv_recommend .dv_recommend {
  gap: 0;
}

#recommender_pc611 {
  width: 100%;
  overflow-x: auto;
}

.cart_dv_recommend {
  padding-top: clamp(95px, 5.2vw, 115px);
  width: 100%;
  overflow-x: auto;
}
.cart_dv_recommend .ttl_c {
  text-align: left;
  font-size: clamp(13px, 0.78vw, 17px);
}
.cart_dv_recommend .dv_recommend {
  width: 100%;
  overflow-x: auto;
  gap: 0 5px;
  white-space: nowrap;
  min-height: 1px;
}
.cart_dv_recommend .dv_recommend .dv_rc_items {
  flex: 0 0 calc(20% - 4px); /* サイズを固定 */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* 横幅オーバーしないように */
}

.detail_dv_recommend {
  padding: 0 3%;
}

.LC_Page_Products_Detail .QABottomLine {
  display: none !important;
}
.LC_Page_Products_Detail .yotpo-pictures-widget {
  margin: 50px auto !important;
  max-width: 1100px;
}
.LC_Page_Products_Detail .yotpo-main-widget {
  margin: 50px auto;
  max-width: 1100px;
}
.LC_Page_Products_Detail .yotpo-main-widget .yotpo-dropdown-button,
.LC_Page_Products_Detail .yotpo-main-widget .yotpo-dropdown {
  width: 200px !important;
}
.LC_Page_Products_Detail .yotpo-main-widget .yotpo-dropdown-button .selected,
.LC_Page_Products_Detail .yotpo-main-widget .yotpo-dropdown .selected {
  width: 20ch !important;
}

/*------------------------------------------------------------
詳細ページ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.8rem;
  margin-bottom: 30px;
}

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

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

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

#ajax_cart_in_content {
  width: 700px;
  max-height: 85vh;
  padding: 30px;
  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: 33%;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow {
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: clamp(28px, 1.562vw, 32px);
}
#cart_flow ul {
  display: flex;
  flex-direction: center;
  align-items: wrap;
}
#cart_flow ul li {
  width: 33.3%;
  text-align: center;
  padding: 15px 0;
}

.active_flow {
  background-color: #f3f3f3;
}

#cart_inner_txt {
  margin-bottom: clamp(28px, 1.562vw, 32px);
  font-size: clamp(11px, 0.625vw, 13px);
}

.cart_item {
  position: relative;
}

.cart_item_delete_btn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
}

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

.cart_item_photo {
  width: 20%;
  padding: 20px;
}

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

.cart_item_flex_inner {
  width: 80%;
  display: flex;
}

.cart_item_name {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.cart_item_price {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}

.cart_item_quantity {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cart_item_subtotal {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quantity_level {
  display: flex;
}

.quantity_minus {
  width: 25%;
}

.quantity_plus {
  width: 25%;
}

.quantity_num {
  width: 50%;
  text-align: center;
}

.cart_sum {
  width: 100%;
}

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

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

.cart_sum_value {
  width: 16%;
  padding: 15px;
  text-align: center;
}

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

.cart_novelty_option p:first-child {
  width: 65px;
}

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

.point_add_attention {
  margin-top: 10px;
  text-align: right;
  font-size: clamp(10px, 0.57vw, 13px);
}

.deliv_info {
  margin-top: 40px;
}

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

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

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

.user_info_value_flex {
  display: flex;
}

.user_info_deliv {
  width: 80%;
}

.user_info_change {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
}

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

.deliv_time {
  margin-top: 40px;
}

.user_deliv_time {
  padding: 30px;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  border-bottom: 1px solid #dddddd;
}

.user_deliv_time .select_n {
  width: 180px;
}

.deliv_date_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.payment_block {
  margin-top: 60px;
}

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

.point_txt {
  padding: 15px;
}

.point_block {
  margin-top: 60px;
}

.coupon_block {
  margin-top: 60px;
}

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

#block_login {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#block_login section {
  width: 48%;
  padding: 30px;
  border: 1px solid #dddddd;
}

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

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

#login_attention {
  padding: 30px;
  border: 1px solid #dddddd;
  color: #B50003;
  margin-bottom: 40px;
}
#login_attention h2 {
  font-weight: 400;
  font-size: clamp(14px, 0.83vw, 18px);
  margin-bottom: 20px;
  text-align: center;
}
#login_attention p {
  margin-bottom: 20px;
  text-align: center;
}
#login_attention p:last-child {
  margin-bottom: 0;
}
#login_attention p .btn_gray_norm {
  width: 30%;
  max-width: 280px;
  margin: 0 auto;
}

.logintext {
  margin-bottom: 43px;
}

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

#cart_form_input {
  padding: 60px 60px;
  border-top: 1px solid #dddddd;
}

.cart_block {
  margin-top: 40px;
}

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

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

#cart_form_input .form_list .select_n,
#cart_form_input .form_list input[name=addr01] {
  margin-bottom: clamp(9px, 0.52vw, 12px);
}

.cart_gift_block {
  margin-top: 40px;
}

.cart_gift {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  padding-top: 30px;
}

.gift_block {
  width: calc((100% - 30px) / 2);
}

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

.gift_photo {
  width: 40%;
}

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

.gift_option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: clamp(11px, 0.625vw, 13px);
  margin-bottom: 10px;
}

.gift_content .red {
  font-size: clamp(9px, 0.52vw, 12px);
}

.gift_variation_tit {
  width: 20%;
}

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

.gift_name {
  font-size: clamp(12px, 0.729vw, 16px);
  margin-bottom: 10px;
}

.gift_price {
  font-size: clamp(9px, 0.52vw, 12px);
  margin-bottom: 20px;
}

.gift_price span {
  font-size: clamp(11px, 0.625vw, 13px);
  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: 40px;
  border: 25px solid #f3f3f3;
  padding: 30px;
  text-align: center;
}

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

.result_area {
  padding: 30px;
}

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

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

.cart_price_total #payment_total {
  font-size: clamp(11px, 0.625vw, 13px);
}

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

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

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

.confirm_sub_tit {
  width: 15%;
}

#confirm_message {
  background-color: #f3f3f3;
  padding: 2vw;
  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: 30px auto;
  text-align: center;
}

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

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

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

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

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

#card_input_list li {
  display: flex;
}

.card_input_list_flex_left {
  width: 20%;
  padding-top: 10px;
}

.card_input_list_flex_right {
  width: 80%;
}
.card_input_list_flex_right .mini {
  margin-top: 10px;
  font-size: clamp(11px, 0.625vw, 13px);
  line-height: 170%;
}

#card_expire_list .select_n {
  width: 150px;
}

#card_expire_list {
  gap: 0 6px;
}

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

#regist_card_area .card_input_list_flex_right {
  margin-top: 10px;
}

.card_sample {
  width: 150px;
}

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

#now_execute {
  margin-top: 40px;
}

/*------------------------------------------------------------
マイページ
------------------------------------------------------------*/
#mypagecolumn {
  max-width: 1200px;
  padding-top: 100px;
  margin: 0 auto;
  font-size: clamp(11px, 0.677vw, 15px);
}

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

#mycontentmain_area {
  order: 2;
  width: calc(100% - 230px);
}

#mypage_order_discription {
  margin-bottom: 30px;
}

#mynavi_area {
  order: 1;
  width: 200px;
  padding: 20px;
  background-color: #f3f3f3;
}

.mynavi_list li {
  margin: 7px 0;
}

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

#my_page_refuse {
  text-align: right;
}

#history_list_header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#history_list_header ul {
  display: flex;
  gap: 0 10px;
}
#history_list_header ul li a {
  color: #999999;
}
#history_list_header ul .history_list_active a {
  color: #000;
}

#mypage_order_list {
  width: 100%;
  margin-top: 20px;
}
#mypage_order_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
#mypage_order_list ul li {
  width: 16%;
  text-align: center;
  padding: 10px 0;
}
#mypage_order_list ul li:nth-child(2), #mypage_order_list ul li:nth-child(7) {
  width: 10%;
}
#mypage_order_list ul li:nth-child(4), #mypage_order_list ul li:nth-child(5) {
  width: 13%;
}
#mypage_order_list ul li:nth-child(3) {
  width: 22%;
}

#mypage_order_list_shop {
  width: 100%;
  margin-top: 20px;
}
#mypage_order_list_shop ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
#mypage_order_list_shop ul li {
  width: 16%;
  text-align: center;
  padding: 10px 0;
}
#mypage_order_list_shop ul li:nth-child(2) {
  width: 20%;
}

.mypage_gray_header {
  background-color: #f3f3f3;
}

.mypage_pagenumber_area {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  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: 20px;
  margin-bottom: 20px;
}
.mail_history li:first-child {
  border: none;
  padding-top: 0;
}

#mypage_favorite_list {
  margin-top: 20px;
}
#mypage_favorite_list li {
  padding: 10px 0;
}
#mypage_favorite_list .mypage_gray_header li {
  text-align: center;
}
#mypage_favorite_list .mypage_gray_header li:first-child {
  width: 20%;
}
#mypage_favorite_list .mypage_gray_header li:last-child {
  width: 80%;
}

.mypage_favorite_inner_image {
  width: 20%;
}

.mypage_favorite_inner_content {
  width: 80%;
}

.mypage_favorite_inner_list,
#mypage_favorite_list .mypage_gray_header {
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mypage_favorite_inner_image div {
  position: relative;
  margin: 20px;
}

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

.mypage_favorite_inner_image div a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.mypage_favorite_inner_content {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mypage_favorite_inner_info {
  padding: 0 20px;
}

.mypage_favorite_inner_btn {
  width: 25%;
  margin-right: 20px;
}

.favorite_cart li {
  padding: 0 !important;
}
.favorite_cart li:first-child {
  margin-bottom: 10px;
}
.favorite_cart li:first-child a {
  display: block;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0;
}
.favorite_cart li:last-child a {
  display: block;
  background-color: #ccc;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0;
}

#mycontentmain_area .bdr_block {
  padding: 30px;
}

.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_cp_head {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}

#mypage_cp_barcode {
  width: 300px;
  margin: 20px auto;
}
#mypage_cp_barcode div {
  line-height: 100%;
  vertical-align: bottom;
}
#mypage_cp_barcode p {
  text-align: center;
  font-size: clamp(9px, 0.52vw, 12px);
}

#mypage_cp_point_info {
  background-color: #000;
  color: #FFF;
  padding: clamp(22px, 1.3vw, 27px);
}
#mypage_cp_point_info #mypage_cp_rank {
  text-align: center;
  font-size: clamp(18px, 1.041vw, 22px);
  margin-bottom: 20px;
}
#mypage_cp_point_info #mypage_cp_point {
  display: flex;
  flex-wrap: wrap;
}
#mypage_cp_point_info #mypage_cp_point dl {
  width: 33.3%;
  border-right: 1px solid #666;
  text-align: center;
  padding: 20px 0;
}
#mypage_cp_point_info #mypage_cp_point dl:last-child {
  border: none;
}

#point_history_head_block {
  background-color: #000;
  padding: 30px;
  margin-bottom: 30px;
  color: #FFF;
}
#point_history_head_block ul li {
  display: flex;
  margin-bottom: 10px;
}
#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: 20px;
}
#point_history_list ul li .point_history_shop_name {
  margin-bottom: 7px;
}

.tit_point_history {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: clamp(14px, 0.83vw, 18px);
}

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

/*------------------------------------------------------------
BLOG
------------------------------------------------------------*/
.blog_header {
  width: 100%;
  background-color: #292929;
  color: #FFF;
  text-align: center;
  padding: clamp(55px, 3.125vw, 65px) 0;
}
.blog_header h1 {
  font-family: "Forum", serif;
  font-size: clamp(35px, 2.08vw, 42px);
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: clamp(18px, 1.041vw, 22px);
}
.blog_header p {
  font-size: clamp(10px, 0.57vw, 13px);
}

#blog_list_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px clamp(18px, 1.041vw, 22px);
  letter-spacing: 1px;
}
#blog_list_list .blog_list_detail {
  width: calc(25% - clamp(18px, 1.041vw, 22px) * 3 / 4);
}
#blog_list_list .blog_list_detail .blog_list_text {
  padding: 0 clamp(9px, 0.52vw, 12px);
}
#blog_list_list .blog_list_thumb {
  margin-bottom: 15px;
}
#blog_list_list .blog_list_thumb a {
  display: block;
}
#blog_list_list .blog_list_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: clamp(12px, 0.729vw, 16px);
}
#blog_list_list .blog_list_description {
  font-size: clamp(11px, 0.625vw, 13px);
  line-height: 180%;
}
#blog_list_list .blog_list_date {
  font-size: clamp(10px, 0.57vw, 13px);
  margin-top: 10px;
  color: #999999;
}

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

.awoo-tag-wrapper,
.suggestion-tag-list-container,
.suggestion-tag-list-container-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(9px, 0.52vw, 12px);
}
.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: clamp(9px, 0.52vw, 12px) !important;
  font-size: clamp(10px, 0.57vw, 13px) !important;
  border: none;
  color: #000;
  background: #e1e1e1 !important;
}
.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;
}

.suggestion-tag-list-container, .suggestion-tag-list-container-v2 {
  margin: 20px 0 30px 0 !important;
}

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

.awoo-key-word-product-list {
  padding: 0 70px 70px 70px;
}

.awoo-key-word-product-detail {
  margin-top: clamp(28px, 1.562vw, 32px);
}

.awoo-title-product-list {
  font-size: clamp(11px, 0.677vw, 15px);
  font-weight: 400;
  color: #999999;
  margin-bottom: clamp(9px, 0.52vw, 12px);
}

.awoo-attention-small {
  font-size: clamp(10px, 0.57vw, 13px);
  margin-top: clamp(9px, 0.52vw, 12px);
  color: #999999;
}

#awoo-search {
  width: 100%;
}

#awoo-category-page .category-page-h1-v2,
#awoo-category-page #awoo-tag-filter-shadow-dom,
#awoo-category-page .control-wrapper-v2 {
  margin: 0 7vw;
}
#awoo-category-page .category-page-h1-v2 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: clamp(14px, 0.83vw, 18px);
}
#awoo-category-page .products-wrapper-v2.grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  gap: clamp(18px, 1.041vw, 22px) 2px;
}
#awoo-category-page .products-wrapper-v2.grid .product-block-v2 {
  width: calc(20% - 1.6px);
}
@media (max-width: 1980px) {
  #awoo-category-page .products-wrapper-v2.grid .product-block-v2 {
    width: calc(25% - 1.5px);
  }
}
#awoo-category-page .suggestion-tag-list-container-v2 {
  box-shadow: none;
  background-color: rgb(245, 245, 245);
}
#awoo-category-page .product-image {
  padding-bottom: 120%;
}
#awoo-category-page .product-detail-wrapper {
  padding: clamp(13px, 0.78vw, 17px) clamp(9px, 0.52vw, 12px);
}
#awoo-category-page .product-detail-wrapper .product__name {
  height: auto;
  margin-top: 0;
}
#awoo-category-page .product-detail-wrapper .product__name div {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#awoo-category-page .product-detail-wrapper .product__price {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-top: 0px;
}

#awoo-search-result-page .suggestion-tag {
  margin: 40px 7vw 0 7vw;
}
#awoo-search-result-page .control-wrapper {
  margin: 40px 7vw 0 7vw;
  font-size: clamp(11px, 0.677vw, 15px) !important;
}
#awoo-search-result-page .control-wrapper .price-interval-wrapper input {
  width: 250px;
}
#awoo-search-result-page .control-wrapper .price-interval-title {
  width: auto;
  margin-right: 15px;
}
#awoo-search-result-page .control-wrapper .display-mode-wrapper {
  display: none;
}
#awoo-search-result-page .control-wrapper .select {
  margin-left: 10px;
}
#awoo-search-result-page .products-wrapper-v2.grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  gap: clamp(18px, 1.041vw, 22px) 2px;
}
#awoo-search-result-page .products-wrapper-v2.grid .product-block-v2 {
  width: calc(20% - 1.6px);
}
@media (max-width: 1980px) {
  #awoo-search-result-page .products-wrapper-v2.grid .product-block-v2 {
    width: calc(25% - 1.5px);
  }
}
#awoo-search-result-page .product-image {
  padding-bottom: 120%;
}
#awoo-search-result-page .product-detail-wrapper {
  padding: clamp(13px, 0.78vw, 17px) clamp(9px, 0.52vw, 12px);
}
#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: clamp(11px, 0.625vw, 13px);
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#awoo-search-result-page .product-detail-wrapper .product__price {
  font-size: clamp(11px, 0.625vw, 13px);
  margin-top: 0px;
}

#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: clamp(12px, 0.729vw, 16px);
}
#awoo-favorite-related-products .related-product-list {
  margin-top: clamp(45px, 2.6vw, 55px);
  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 calc(20% - 4px); /* サイズを固定 */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* 横幅オーバーしないように */
}
#awoo-favorite-related-products .related-product-list a .related-product-name {
  display: block;
  width: calc(100% - clamp(9px, 0.52vw, 12px));
  margin: clamp(5px, 0.25vw, 5px) clamp(5px, 0.25vw, 5px) 0 clamp(5px, 0.25vw, 5px);
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  height: auto;
  min-height: 1px;
  font-size: clamp(11px, 0.677vw, 15px);
  color: #000;
}
#awoo-favorite-related-products .related-product-list a .product__price {
  width: calc(100% - clamp(9px, 0.52vw, 12px));
  margin: 0 clamp(5px, 0.25vw, 5px);
  color: #000;
}
#awoo-favorite-related-products .related-product-list a .product__price div {
  display: inline;
  font-size: clamp(11px, 0.677vw, 15px);
  margin-right: 10px;
}
#awoo-favorite-related-products .related-product-list a .product__price .sale-price {
  font-size: clamp(11px, 0.677vw, 15px);
  font-weight: 400;
}

.no-data-wrapper-v2 {
  padding-top: 100px !important;
}

#awoo-complete-related-products {
  width: 95% !important;
  margin: 0 auto !important;
  padding-top: clamp(95px, 5.2vw, 115px);
  max-width: 1000px;
  margin: 0 auto;
}
#awoo-complete-related-products .related-title {
  background-color: #f3f3f3;
  font-weight: 700;
  padding: 10px;
  font-size: clamp(12px, 0.729vw, 16px) !important;
  margin: 0;
  width: 100%;
}

.related-wrapper {
  margin-top: 50px !important;
}
.related-wrapper .related-title {
  font-size: clamp(18px, 1.041vw, 22px) !important;
  width: calc(100% - 14vw);
  margin: 0 7vw 30px 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;
  width: calc(100% - clamp(5px, 0.25vw, 5px));
  margin: clamp(15px, 0.88vw, 19px) clamp(5px, 0.25vw, 5px) clamp(5px, 0.25vw, 5px) clamp(5px, 0.25vw, 5px);
  text-align: left;
  font-size: clamp(11px, 0.677vw, 15px) !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% - clamp(5px, 0.25vw, 5px));
  margin: 0 clamp(5px, 0.25vw, 5px);
}
.related-wrapper .rec-carousel-wrapper .product__price div {
  font-size: clamp(11px, 0.677vw, 15px) !important;
  display: inline !important;
  padding-right: clamp(5px, 0.25vw, 5px);
}
.related-wrapper .rec-carousel-wrapper .carousel-arrow {
  top: calc(50% - 40px) !important;
}
.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 {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.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% - clamp(5px, 0.25vw, 5px));
  margin: clamp(5px, 0.25vw, 5px) clamp(5px, 0.25vw, 5px) 0 clamp(5px, 0.25vw, 5px) !important;
  text-align: left;
  font-size: clamp(11px, 0.677vw, 15px) !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% - clamp(5px, 0.25vw, 5px));
  margin: 0 clamp(5px, 0.25vw, 5px);
}
.related-wrapper .related-product-list .product__price div {
  font-size: clamp(11px, 0.677vw, 15px) !important;
  display: inline !important;
  padding-right: clamp(5px, 0.25vw, 5px);
}

.item_list_default a .list_status img, .item_list_small a .list_status img {
  width: auto;
}

.item_outer {
  display: flex;
  justify-content: space-between;
}
.item_outer .item_img_slide_area {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.item_outer .item_img_slide_area .item_main_img_area {
  margin-bottom: clamp(9px, 0.52vw, 12px);
}
.item_outer .item_img_slide_area .swiper-horizontal > .swiper-scrollbar, .item_outer .item_img_slide_area .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.item_outer .item_detail_area {
  width: calc(50% - clamp(45px, 2.6vw, 55px));
  overflow: hidden;
}
.item_outer .item_detail_area .item_status_icon li {
  margin-right: clamp(9px, 0.52vw, 12px);
  height: clamp(22px, 1.3vw, 27px);
  line-height: clamp(22px, 1.3vw, 27px);
  font-size: clamp(11px, 0.677vw, 15px);
  padding: 0 clamp(9px, 0.52vw, 12px);
}
.item_outer .item_detail_area .brand_name {
  font-size: clamp(11px, 0.677vw, 15px);
  margin-top: clamp(18px, 1.041vw, 22px);
}
.item_outer .item_detail_area .item_name {
  font-size: clamp(18px, 1.041vw, 22px);
  margin-top: clamp(9px, 0.52vw, 12px);
}
.item_outer .item_detail_area .item_review_star_only {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.item_outer .item_detail_area .item_cart_btn_area {
  margin-top: clamp(45px, 2.6vw, 55px);
}
.item_outer .item_detail_area .together_item_area {
  margin-top: clamp(45px, 2.6vw, 55px);
}
.item_outer .item_detail_area .together_item_slide {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.item_outer .item_detail_area .ttl_c {
  font-size: clamp(16px, 0.937vw, 20px);
  text-align: left;
}
.item_outer .item_detail_area .name {
  margin-top: clamp(9px, 0.52vw, 12px);
  line-height: 130%;
}
.item_outer .item_detail_area .price {
  margin-top: clamp(5px, 0.25vw, 5px);
}

.item_explanation dt {
  font-size: clamp(13px, 0.78vw, 17px);
  padding: clamp(18px, 1.041vw, 22px) clamp(18px, 1.041vw, 22px) clamp(18px, 1.041vw, 22px);
  margin-top: clamp(28px, 1.562vw, 32px);
}
.item_explanation dt::after {
  right: clamp(18px, 1.041vw, 22px);
}
.item_explanation dd {
  font-size: clamp(11px, 0.677vw, 15px);
  padding: clamp(9px, 0.52vw, 12px) clamp(18px, 1.041vw, 22px) clamp(18px, 1.041vw, 22px);
}
.item_explanation .btn_to_size {
  width: 300px;
}
.item_explanation .btn_to_size a {
  height: clamp(35px, 2.08vw, 42px);
  line-height: clamp(35px, 2.08vw, 42px);
  border-radius: clamp(5px, 0.25vw, 5px);
}

.item_img_area {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(75px, 4.166vw, 85px);
}

.item_insta_area {
  margin-top: clamp(75px, 4.166vw, 85px);
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.item_insta_area .tti_item_insta {
  font-size: clamp(16px, 0.937vw, 20px);
}
.item_insta_area .item_insta {
  margin-top: clamp(45px, 2.6vw, 55px);
}

.item_review_area {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(75px, 4.166vw, 85px);
}
.item_review_area .tti_item_review {
  font-size: clamp(16px, 0.937vw, 20px);
}

.item_ranking {
  margin-top: clamp(95px, 5.2vw, 115px);
}

.item_recommend_area {
  margin-top: clamp(65px, 3.645vw, 75px);
}
.item_recommend_area .item_recommend {
  margin-top: clamp(45px, 2.6vw, 55px);
}
.item_recommend_area .recommend_swiper-scrollbar {
  margin-top: clamp(18px, 1.041vw, 22px);
}

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