@charset "utf-8";
.cmshtml #page-top {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 33;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.cmshtml #page-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -5px 0 0 -10px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.cmshtml #page-top:hover:before {
  top: 0;
}
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}


/*===================================================*/
.cmshtml .items_silde {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
  width: 98%;
}
.cmshtml .items_silde > div {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.cmshtml .item_box {
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.cmshtml .item_box > div:first-child {
  width: 60%;
}
.cmshtml .item_box > div:nth-child(2) {
  width: 40%;
}
.cmshtml .item_slide {
  position: relative;
}
.cmshtml .main_imgs {
  margin-bottom: 20px;
}
.cmshtml .main_img {
  height: 250px;
}
.cmshtml .thumbnail {
  padding: 0 10px;
}
.cmshtml .thumbnail_img {
  height: 60px;
  margin: 0 5px;
}
.cmshtml .slick-current.thumbnail_img img {
  border: 1px solid #f00;
}
.cmshtml .item_about {
  padding: 10px;
}
.cmshtml .thumbnail .slick-prev, .cmshtml .thumbnail .slick-next {
  width: 10px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none !important;
}
.cmshtml .thumbnail .slick-prev {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: 0;
  right: auto;
}
.cmshtml .thumbnail .slick-next {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
  left: auto;
}
@media screen and (max-width: 1000px) {
  .cmshtml .item_box > div:first-child, .cmshtml .item_box > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .items_silde {
    margin-bottom: 30px;
    width: 92%;
  }
  .cmshtml .item_slide {
    margin-bottom: 20px;
  }
  .cmshtml .items_silde > div {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 20px;
  }
  .cmshtml .main_img {
    height: 220px;
  }
  .cmshtml .thumbnail_img {
    height: 40px;
    margin: 0 3px;
  }
}
/*===================================================*/
.cmshtml .product_list {
  position: relative;
}
.cmshtml .product_list > div {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .product_list > div:nth-child(1), .cmshtml .product_list > div:nth-child(2) {
  border-top: 1px solid #333;
}
.cmshtml .product_list > div:last-child {
  border-right: 1px solid #333;
}
.cmshtml .product_list div.rdplaneimage:has(img) {
  padding: 0 13px;
}
.cmshtml .product_list > div:hover {
  background-color: #DCDCDC;
  box-shadow: 1px 1px 10px #aaa;
}
@media screen and (min-width: 681px) {
  .cmshtml .product_list > div:nth-child(4n) {
    border-right: 1px solid #333;
  }
  .cmshtml .product_list > div:nth-child(3), .cmshtml .product_list > div:nth-child(4) {
    border-top: 1px solid #333;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .product_list > div:nth-child(2n) {
    border-right: 1px solid #333;
  }
}


#editView .cmshtml .main_imgs,
#editView .cmshtml .thumbnail {
  display:flex;
  flex-flow:row wrap;
}
#editView .cmshtml .main_imgs > div,
#editView .cmshtml .thumbnail > div {
  width: 25%;
}
#editView .cmshtml .item_box > div:first-child,
#editView .cmshtml .item_box > div:nth-child(2) {
  width: 100%;
}
#editView .cmshtml .main_imgs,
#editView .cmshtml .thumbnail {
    border: 1px solid #f00;
}


.cmshtml .ex_img a:has(img) {
  display: block;
}
.cmshtml .ex_img a:hover img {
  opacity: 1;
  box-shadow: #ccc 3px 3px 10px;
}





.cmshtml .sec_info .link_btn a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 8px 45px 8px 45px;
}
.cmshtml .sec_info .link_btn a:hover {
  background: #fff;
  color: #F61015;
}
.cmshtml .sec_info .link_btn a:before, .cmshtml .sec_info .link_btn a:after {
  display: none;
}
@media screen and (max-width: 680px) {
.cmshtml .sec_info .link_btn a {
    background-color: rgba(0, 0, 0, 0.4);
}
}


/*=======================================*/
.cmshtml .fixed_box {
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease-out;
  transform: translateX(calc(100% - 50px));
}
.cmshtml .fixed_box.openbox {
  transform: translateX(0);
}
.cmshtml .fixed_box01 {
  top: calc(50% + 5px);
}
.cmshtml .fb_btn {
  background-color: #e82f2f;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-feature-settings: normal;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 40px 0 10px;
  transition: opacity 0.2s linear;
  position: relative;
}
.cmshtml .fb_btn:hover {
  background-color: #ED4141;
}
.cmshtml .fb_btn:before {
  background: url("../img/mail.png") no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 10;
}
.cmshtml .fb_contents {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}
.cmshtml .fb_tel {
  line-height: 1;
  font-family: Jost, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1rem;
  margin-bottom: 8px;
}
.cmshtml .fb_office_hours {
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  font-size: 15px;
}
.cmshtml .fb_link {
  letter-spacing: 0.1rem;
  font-size: 16px;
}
.cmshtml .fb_link a {
  border: 1px #fff solid;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .fb_link a:hover {
  opacity: 0.8;
}
.cmshtml .fb_link a:before, .cmshtml .fb_link a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .fb_link a:before {
  background: #e82f2f;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 10px;
}
.cmshtml .fb_link a:after {
  background: #fff;
  width: 6px;
  height: 8px;
  left: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1000px) {
  .cmshtml .fb_tel {
    font-size: 30px;
  }
  .cmshtml .fb_office_hours {
    font-size: 14px;
  }
  .cmshtml .fb_link {
    font-size: 12px;
  }
  .cmshtml .fb_link a:before {
    width: 15px;
    height: 15px;
    left: 13px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .fixed_box {
    display: none;
  }
}
#editView .cmshtml .fixed_box {
  position: relative;
  right: auto;
  z-index: auto;
  transform: none;
}
#editView .cmshtml .fixed_box01 {
  top: auto;
}
#editView .cmshtml .fb_btn {
  width: auto;
    padding: 50px 20px;
}
#editView .cmshtml .fb_link a:hover {
  opacity: 1;
}
#editView .cmshtml .fb_contents {
  overflow: visible;
}
#editView .cmshtml .fixed_box {
    justify-content: flex-start;
}
/*=======================================*/

.cmshtml .has_block_a:has(a) {
    transition: all 0.3s;
}
.cmshtml .has_block_a:has(>a):hover {
    opacity: 0.8;
    color: rgb(162, 0, 13);
}
#editView .cmshtml .has_block_a:has(>a):hover {
    opacity: 1;
    color: inherit;
}
.cmshtml .pro_line > div {
  width: calc(25% - 20px) !important;
  margin: 0 10px 20px !important;
}
.cmshtml .pro_line_tit {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .cmshtml .pro_line_tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .pro_line > div {
    width: 100% !important;
    margin: 0 auto 30px !important;
  }
  .cmshtml .pro_heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .cmshtml .pro_heading .pro_heading_img.rdblock {
    width: auto !important;
  }
  .cmshtml .pro_heading .pro_heading_img img {

    max-width: 100px;

    height: 75px;

    object-fit: cover;

  }
  .cmshtml .pro_line_tit {
    margin: auto!important;
  }
}

/*------------------------------------------------------
print_area
------------------------------------------------------*/

.cmshtml .print_area.subpage_contents {
    padding: 0;
}
.cmshtml .print_area.subpage_contents > * {
    max-width: 1000px;
}
.cmshtml .print_area .rdplanetext,
.cmshtml .print_area .rdplanetext td,
.cmshtml .print_area .rdplanetext th,
.cmshtml .print_area .rdplanetext p,
.cmshtml .print_area .rdBreadcrumbItem,
.cmshtml .print_area .rdListExcerpt,
.cmshtml .print_area .rdCalendar th,
.cmshtml .print_area .rdCalendar td,
.cmshtml .print_area .rdnewArticle-ContDate,
.cmshtml .print_area .rdCalendar-yearmonth,
.cmshtml .print_area dt,
.cmshtml .print_area dd {
   font-size: 12px;
}
.cmshtml .print_area.subpage_contents > * {
    max-width: 794px;
}
.cmshtml .print_area .shp3_print_imgbox_area {
    flex: auto;
}

.cmshtml .shp3_print_header_area {
    margin-bottom: 10px;
}
.cmshtml .print_area .shp3_print_price_are {
    padding-top: 0;
}
.cmshtml .print_area .shp3_print_layout_left > div {
    padding-top: 0;
    padding-bottom: 0;
}
.cmshtml .print_area .shp3_print_layout_left > div + div {
    padding-top: 10px;
}


.cmshtml .print_area .shp3_print_layout_right {
    justify-content: flex-start!important;
}

.cmshtml #shp3_wrapper .print_area .rdtable tbody td,
.cmshtml #shp3_wrapper .print_area .rdtable tbody th {
    padding: 10px;
}
@media screen and (min-width: 1001px) {
    .cmshtml .print_area.subpage_contents > * {
        opacity: 1;
        transform: translateY(0);
        transition: unset;
    }
}


.cmshtml body:has(.print_area) .fixed_box {
    display: none;
}
#editView .cmshtml body:has(.print_area) .fixed_box {
    display: block;
}


/*------------------------------------------------------
slide_blk
------------------------------------------------------*/
.cmshtml .slide_blk {
  max-width: 1610px;
}
.cmshtml .slide_area {
  padding: 0 85px;
  position: relative;
}
.cmshtml .slide_box {
  margin: 0 15px;
  position: relative;
}
.cmshtml .slide_img {
  height: 410px;
}
.cmshtml .slide_tag, .cmshtml .slide_tag a {
  color: #fff;
}
.cmshtml .slide_tag {
  background: #F61015;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .slide_textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 13px);
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 5;
}
.cmshtml .category_tag,
.cmshtml .category_tag a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .category_tag {
  background: #484848;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 13px;
}
.cmshtml .text_wrap {
  background: #fff;
  padding: 8px 15px 10px;
  width: 100%;
  position: relative;
}
.cmshtml .slide_txt01 {
  border-bottom: 1px solid #F61015;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.cmshtml .slide_txt02 {
  font-size: 15px;
  font-weight: 600;
}
.cmshtml .slide_blk .slick-prev, .cmshtml .slide_blk .slick-next {
  border: 2px solid #F61015;
  background: #fff;
  height: 50px;
  width: 50px;
}
.cmshtml .slide_blk .slick-next:hover, .cmshtml .slide_blk .slick-prev:hover {
  background-color: #F61015;
}
.cmshtml .slide_blk .slick-prev {
  left: 0;
  right: auto;
}
.cmshtml .slide_blk .slick-next {
  left: auto;
  right: 0;
}
.cmshtml .slide_blk .slick-next:before, .cmshtml .slide_blk .slick-prev:before {
  background-color: #F61015;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .slide_blk .slick-prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cmshtml .slide_blk .slick-next:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cmshtml .slide_blk .slick-next:hover:before,
.cmshtml .slide_blk .slick-prev:hover:before {
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .cmshtml .slide_area {
    padding: 0 50px;
  }
  .cmshtml .slide_box {
    margin: 0 10px;
  }
  .cmshtml .slide_tag {
    font-size: 28px;
  }
  .cmshtml .slide_img {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .slide_area {
    padding: 0 30px;
  }
  .cmshtml .slide_blk .slick-prev,
    .cmshtml .slide_blk .slick-next {
    height: 40px;
    width: 35px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .slide_area {
    padding: 0 10px;
  }
  .cmshtml .slide_tag {
    font-size: 20px;
  }
  .cmshtml .slide_img {
    height: 300px;
  }
  .cmshtml .text_wrap {
    padding: 8px;
  }
  .cmshtml .slide_textbox {
    width: calc(100% - 5px);
    bottom: 8px;
  }
  .cmshtml .category_tag {
    font-size: 12px;
    padding: 5px;
    margin-bottom: 0;
  }
  .cmshtml .slide_txt02 {
    font-size: 14px;
  }
}
#editView .cmshtml .slide_area > div {
    border: 1px solid #ededed;
    width: 25%;
}
#editView .cmshtml .slide_box {
    margin: 0 5px;
}
#editView .cmshtml .slide_tag {
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
}
#editView .cmshtml .slide_textbox {
    display: block;
    width: auto;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: auto;
}
/*------------------------------------------------------
ico_text
------------------------------------------------------*/
.cmshtml .ico_text {
  display: flex;
  align-items: center;
}
.cmshtml .ico_blk {
  max-width: 30px;
  margin-right: 10px;
    padding: 0!important;
}
.cmshtml .ico_textarea {
    padding-right: 30px;
position: relative;
}
.cmshtml .txt_blk {
  color: #333;
  font-size: 22px;
  font-weight: 600;
    padding: 0!important;
}
.cmshtml .it_note {
  padding: 0 5px!important;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: auto;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1000px) {
  .cmshtml .txt_blk {
    font-size: 18px;
  }
}

#editView .cmshtml .ico_blk {
    max-width: 100px;
    margin-right: 0px;
}
#editView .cmshtml .it_note {
    position: relative;
    right: auto;
    top: auto;
}
/*------------------------------------------------------
btn_area
------------------------------------------------------*/
.cmshtml .btn_area {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .btn_blk + .btn_blk {
  margin-left: 55px;
}
.cmshtml .btn_blk + .btn_blk:before,
.cmshtml .btn_blk + .btn_blk:after {
  background-color: #666;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .btn_blk + .btn_blk:before {
  left: -38px;
}
.cmshtml .btn_blk + .btn_blk:after {
  left: -23px;
}
.cmshtml .btn_blk {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .btn_title_year,
.cmshtml .btn_note,
.cmshtml .btn_text {
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .btn_num {
  transition: all 0.3s;
}
.cmshtml .btn_title_year,
.cmshtml .btn_num,
.cmshtml .btn_title_year a,
.cmshtml .btn_num a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s;
}
.cmshtml .btn_l,
.cmshtml .btn_r {
  height: 100%;
  border: 3px solid #484848;
  transition: all 0.3s;
}
.cmshtml .btn_l {
  border-radius: 6px 0 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .btn_title_year {
  font-size: 15px;
}
.cmshtml .btn_title_year::first-letter {
  font-size: 20px;
}
.cmshtml .btn_num {
  font-size: 13px;
  margin-top: 5px;
}
.cmshtml .btn_r {
  border-radius: 0 6px 6px 0;
  padding: 20px;
  position: relative;
}
.cmshtml .btn_note {
  padding: 0 5px;
  font-size: 14px;
    text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .btn_text {
  font-size: 16px;
  color: #333;
}
.cmshtml .gray_btn .btn_l {
  background: #484848;
}
.cmshtml .gray_btn:has(a):hover .btn_r {
  background: #484848;
  color: #fff;
}
.cmshtml .gray_btn:has(a):hover .btn_note,
.cmshtml .gray_btn:has(a):hover .btn_text {
  color: #fff;
}
.cmshtml .red_btn .btn_l,
.cmshtml .red_btn .btn_r {
  border-color: #e40019;
}
.cmshtml .red_btn .btn_l {
  background: #e40019;
}
.cmshtml .red_btn:has(a):hover .btn_r {
  background: #e40019;
}
.cmshtml .red_btn:has(a):hover .btn_note,
.cmshtml .red_btn:has(a):hover .btn_text {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .cmshtml .btn_text {
    font-size: 14px;
  }
  .cmshtml .btn_r {
    padding: 20px 10px;
  }
  .cmshtml .btn_blk + .btn_blk:after {
    display: none;
  }
  .cmshtml .btn_blk + .btn_blk {
    margin-left: 40px;
  }
  .cmshtml .btn_blk + .btn_blk:before {
    left: -25px;
  }
  .cmshtml .btn_title_year {
    font-size: 14px;
  }
  .cmshtml .btn_title_year::first-letter {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .btn_area {
    border: 1px dashed #ccc;
    padding: 20px 10px 0;
        border-radius: 6px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .btn_area {
    display: block;
  }
  .cmshtml .btn_blk {
    align-items: normal;
    margin-bottom: 30px;
  }
  .cmshtml .btn_blk > div:nth-child(1) {
    width: 80px;
  }
  .cmshtml .btn_blk > div:nth-child(2) {
    width: calc(100% - 80px);
  }
  .cmshtml .btn_l,
  .cmshtml .btn_r {
    height: auto;
  }
  .cmshtml .btn_blk + .btn_blk {
    margin-left: 0;
  }
  .cmshtml .btn_blk + .btn_blk:before,
  .cmshtml .btn_blk + .btn_blk:after {
    background-color: #666;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    width: 18px;
    height: 8px;
    left: 0;
    right: 0;
    top: -20px;
    bottom: auto;
  }
}


#editView .cmshtml .btn_note {
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
}
/*------------------------------------------------------
shp3_side_left
------------------------------------------------------*/

@media only screen and (min-width: 768px) {
  .cmshtml #shp3_detail_wrap > *:first-child {
    width: 55%;
  }
  .cmshtml #shp3_detail_wrap > *:nth-child(2) {
    width: 45%;
  }
  .cmshtml #shp3_wrapper .shp3_cart_area .classcategory_list li select {
    width: 100%;
  }
  .cmshtml #shp3_wrapper #shp3_item_photo_area .slick-dots {
    display: flex;
    flex-flow: row wrap;
  }
  .cmshtml #shp3_wrapper #shp3_item_photo_area .slick-dots li {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml #shp3_wrapper .shp3_drawer {
    top: 0;
    height: 100%;
  }
  .cmshtml #shp3_wrapper #shp3_header {
    position: relative;
    z-index: 10;
  }
}
.cmshtml #shp3_wrapper .category-nav a {
  letter-spacing: 0;
}
.cmshtml #shp3_wrapper .table-bordered {
  padding: 0;
  width: 100%;
}
/*===============================================*/
.cmshtml #shp3_wrapper #shp3_btn_menu {
  top: 75px !important;
}
.cmshtml .category-nav li > ul {
  display: none !important;
}
.cmshtml .category-nav > li.drop_active > ul {
  display: block !important;
}
.cmshtml .category-nav > li > ul > li.drop_active > ul, .cmshtml .category-nav > li > ul > li > ul > li.drop_active > ul {
  display: block !important;
}
.cmshtml .category-nav > li.drop_active, .cmshtml .category-nav > li.drop_active li.drop_active:not(:last-child) {
  border-bottom: 1px solid #7d84c1;
}
.cmshtml #shp3_wrapper .category-nav li.drop_active > a {
  background: #7d84c1 !important;
  position: relative;
  padding-right: 15px !important;
  color: #fff !important;
}
.cmshtml .category-nav li.drop_active > a:before, .cmshtml .category-nav li.drop_active > a:after {
  background: #fff;
  display: block;
  content: "";
  margin: auto;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 22px;
  right: 10px;
  z-index: 10;
}
.cmshtml .category-nav li.drop_active > a:before {
  transform: rotate(-45deg);
}
.cmshtml .category-nav li.drop_active > a:after {
  transform: rotate(45deg);
}
.cmshtml .category-nav li.drop_active:not(:has(ul)) > a:before,
.cmshtml .category-nav li.drop_active:not(:has(ul)) > a:after {
    display: none!important;
}

/*20240311 ショッピングカテゴリスマホで改善 */

.cmshtml .category-nav li > ul {
  display: none !important;
}
.cmshtml .category-nav > li.drop_active > ul {
  display: block !important;
}
.cmshtml .category-nav > li > ul > li.drop_active > ul,
.cmshtml .category-nav > li > ul > li > ul > li.drop_active > ul {
  display: block !important;
}
@media screen and (max-width: 680px) {
.cmshtml #shp3_wrapper .category-nav > li > ul {
    display: none;
}
}

.cmshtml #shp3_wrapper .category-nav li {
    word-break: break-all;
}