body {
    background: #ffffff;
    color: #333333;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 1.4rem;
    height: 100%;
}

* {
    font-family: Lato, 'Noto Sans JP', sans-serif !important;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.pc {
  display: block;
}

.sp {
  display: none  !important;
}


.site-header nav {
  margin-top: 0!important;
}

.site-header {
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  overflow: visible !important;
  position: relative;
}

.header-top-bar {
  background-color: #F3771D;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}
.header-top-bar .txt_hall {
  background-color: #FFFFFF;
  border-radius: 21px;
  color: #F3771D;
  margin: 0 5px 5px 0;
  font-size: 14px;
  padding: 2px 15px;
}

.header-top-bar a {
  color: #fff;
}

.header-sub-bar {
  background-color: #2D2D2D;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}
.header-sub-bar p {
  max-width: 1200px;
  margin: 0 auto;
}


.header-main {
  background-color: #fff;
  padding: 20px 0;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
input:focus,
button:focus {
  outline: none;
}
.search-form {
  background-color: #F1F1F1;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 250px;
}
.search-form input.word_search {
  border: none;
  background: transparent;
  padding: 6px;
  font-size: 14px;
  flex: 1;
}
.search-form button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.global-header__content-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tel-block {
  text-align: center;
}
.tel-number {
  font-size: 46px;
  color: #9D9287;
  font-weight: bold;
  line-height: 1;
}
.tel-hours {
  font-size: 12px;
  background-color: #AAAAAA;
  color: #fff;
  padding: 4px 20px;
  border-radius: 14px;
  margin-top: 6px;
  display: inline-block;
}




.global-header__content-right-contact {
  display: flex;
  gap: 10px;
}
.global-header__content-right-contact li {
  background: #F3F3F4;
  border-radius: 2px;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 4px 0px #E2E2E2;
  padding: 8px 12px;
  text-align: center;
  width: 90px;
  height: 60px;
}
.global-header__content-right-contact li img {
  display: block;
  margin: 0 auto 2px;
  width: 24px;
  height: 24px;
}
.global-header__contact-txt {
  font-size: 11px;
  color: #333;
  white-space: nowrap;
}

.global-header__new_wrapper {
  transition: top 0.3s ease;
}

.global-header__new_wrapper.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #F1F1F1;
  border-bottom: 1px solid #D9D9D9;
}

.global-header__new {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.global-header__new-choice ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-header__new-choice .header_service {
  gap: 0px !important;
}

.global-header__new_left {
  overflow: visible;
}

.global-header__new_left dl {
  padding: 15px 28px 15px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.global-header__new_left-ttl {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.global-header__new_left-ttl::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://vegasiku.com/perfect-space/img/cat/down_arrow_s_24.svg") no-repeat center / contain;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}


.header_span {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}

.global-header__new_left-contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FAFAFA;
  padding: 20px 20px 30px;
  z-index: 9999;
  box-sizing: border-box;
  right: 0;
  max-height: 80dvh;
  filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.08));
}


.global-header__new_left:hover .global-header__new_left-contents {
  display: block;
}

.global-header__new_left:hover .global-header__new_left-ttl::after {
  transform: translateY(-50%) rotate(180deg);
}

.global-header__menu-outer {
  width: 100%;
  background-color: #fafafa;
  box-sizing: border-box;
}

.global-header__menu-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.global-header__menu-title-jp {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}

.global-header__menu-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-header__menu-grid li {
  width: calc((100% - 40px * 4) / 5);
  text-align: left;
}

.global-header__menu-grid li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.global-header__menu-grid li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  margin-bottom: 0;
  border-radius: 8px;
}

.global-header__menu-grid li span {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  word-break: break-word;
  text-align: left;
  display: block;
}

.global-nav__menu--right {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 10px;
}

.global-nav__menu--right li {
  text-align: center;
}

.global-nav__menu--right a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.global-nav__menu--right img {
  width: 24px;
  margin-bottom: 5px;
}


.brand1__wrapper {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.brand1__left-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  width: 260px;
  display: flex;
  flex-direction: column;
}

ul.brand1__left-list {
  gap: 0;
  margin-top: 55px;
}

.brand1__left-list li {
  padding: 12px 16px;
  border: 1px solid #DBDBDB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  background-color: #fff;
  border-right: none;
  margin: 7px 0;
  border-radius: 8px 0 0 8px;
}

.brand1__left-list li.active {
  background-color: #9D9D9D;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
  border: none;
}

.brand1__left-list li .arrow {
  width: 24px;
  height: 24px;
  background: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg") no-repeat center / contain;
  display: inline-block;
}
.brand1__left-list li.active > span.arrow {
  background: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_m_24.svg") no-repeat center / contain;
} 
.brand1__right-contents {
  flex: 1;
  padding: 20px;
  background-color: #fafafa;
  border-left: 1px solid #DBDBDB;
}

.brand1__top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.brand1__top-title {
  font-weight: bold;
  font-size: 14px;
}
span.subtitle_brand {
    color: #555555;
    font-size: 12px;
    font-weight: 400;
}

.brand1__view-all {
  font-size: 13px;
  color: #4083C1;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.brand1__view-all .arrow-txt {
  width: 12px;
  height: 12px;
  background: url("https://vegasiku.com/perfect-space/img/cat/right_txtarrow_s_12.svg") no-repeat center / contain;
  display: inline-block;
  margin-left: 4px;
}

.brand1__product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brand1__product-grid li {
  width: calc((100% - 40px * 3) / 4);
  text-align: left;
}

.brand1__product-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand1__product-inner2 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
}
.brand1__product-inner3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand1__product-inner3 img {
  mix-blend-mode:multiply;
  border-radius: 5px;
}
.brand1__product-grid3 li {
  margin-bottom: 10px;
}

.brand1__product-grid2 {
  display: grid !important;
  grid-template-columns: repeat(5,1fr);
  gap: 10px !important;
}
.brand1__product-grid3 {
  display: grid !important;
  grid-template-columns: repeat(6,1fr);
  gap: 30px !important;
}
.brand1__product-grid2 li span {
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 5px;
}
.brand1__product-grid3 li span {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500 !important;
}
 
.brand1__product-grid li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.brand1__product-grid li span {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  display: block;
  word-break: break-word;
}
.brand1__left-list li.active::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.service__menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 40px;
  margin: 0;
  justify-content: center;
}

.service__menu-grid li {
  text-align: center;
  width: 120px;
}

.service__menu-grid li a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.service__menu-grid li img {
  width: 100px;
  height: 100px;
}

.service__menu-grid li span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}



.fs-l-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 20px;
}

main section {
  max-width: 1200px!important;
  width: 100%;
}

.ttl_subheadding h2 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold !important;
  font-size: 22px;
  text-align: center;
  margin: 0 0 15px;
  display: flex  ;
  max-width: 1200px;
  margin: 0 auto 15px;
  align-items: baseline;
  color: #5A5A5A;
}

.ttl_subheadding h2 .ttl_s {
  display: block;
  font-size: 13px;
}

.ttl_subheadding h2 .ttl_l {
  font-size: 34px;
  margin: 0 10px 0 0;
  letter-spacing: 5px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px !important;
}

.mar_40_b {
  margin-bottom: 40px;
}

.top-carousel_wrapper {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}

.sl-slider_top-carousel {
  position: relative;
}

.mv__slide_inner {
  max-width: 600px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.mv__slide_inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
.mv__slide .slick-list {
    overflow: visible !important;
}
.mv__slide_inner div {
    margin: 0 10px;
}
.carousel__arrow--prev,
.carousel__arrow--next {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background-color: rgba(64, 64, 64, 0.7);
  border: none;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.carousel__arrow--next {
  right: 2%;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_t_24.svg');
}

.carousel__arrow--prev {
  left: 2%;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/left_arrow_t_24.svg');
}

.slick-prev:before, .slick-next:before {
  display: none!important;
}

img {
  max-width: 100%;
}

.common_rack_concept {
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  margin: 0 0 40px;
}
.common_rack_concept span {
  font-weight: 300 !important;
}
.common_rack_concept div {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.common_rack_concept div p {
  line-height: 1.8em;
  font-size: 13px;
  margin: 0;
  font-weight: normal !important;
}



.h1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.h1title {
  font-size: 18px;
  margin-right: 15px;
}
.h1sub {
  font-size: 12px !important;
}

nav {
 background-color: #F4F4F4;
}

.news-carousel_wrapper {
  margin-bottom: 40px;
}

.sw-slider_news-carousel .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
  overflow: visible !important;
}

.sw-slider_news-carousel img {
  width: 100%;
  max-width: 595px;
  height: auto;
  display: block;
  border-radius: 9px;
}


.slick-prev-news,
.slick-next-news {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
}

.slick-prev-news {
  left: -50px;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/left_arrow_s_40.svg');
}

.slick-next-news {
  right: -50px;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_s_40.svg');
}

/**横幅サイズから選ぶ**/
.width__wrap {
    margin: 0 auto;
    max-width: 1200px !important;
}

.width__wrap .width__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.width__wrap .width__row .width__cell {
    min-width: 0;
    background-color: #e4e4e4;
    max-width: 245px;
    width: 100%;
}

.width__wrap .width__row .width__cell:first-child {
    margin-left: 0;
}

.width__wrap .width__row .width__cell div {
    border-bottom: none;
}

.width__wrap .width__row .width__cell .width_background {
    background-color: #e4e4e4;
    flex-basis: 30%;
}

.width__wrap .width__row .width__cell h3 {
    background-color: #676767;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0.5rem;
}

.width__wrap .width__row img {
    vertical-align: top;
}

.width__wrap .width__row ul {
    list-style: none;
}

.width__wrap .width__row ul li {
    width: 100%;
    text-align: center;
}

.width__wrap .width__row ul li:empty {
    background-color: #e4e4e4;
}


.width__wrap .width__row ul li:nth-child(1) p {
    font-size: 12px;
    color: #ffffff;
    background-color: #185ba7;
    padding: 5px 0;

}

.width__wrap .width__row ul li a img {
    vertical-align: bottom;
}


.width-filter {
  margin-bottom: 40px;
}

.width-filter__title {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.width-filter__title-en {
  font-size: 34px;
  letter-spacing: 5px;
}

.width-filter__title-ja {
  font-size: 13px;
}

.width-filter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.width-filter__list li {
  width: 12%;
}

.width-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eef3f5;
  border: none;
  border-radius: 8px;
  padding: 18px 32px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  min-width: 140px;
  transition: background-color 0.3s;
}

.width-filter__btn:hover {
  background-color: #dce7eb;
}

.width-filter__unit {
  font-weight: 400;
  margin-right: 2px;
}

.width__wrap .width__row img {
    width: 100%;
}

.width__wrap .width__row .width__cell {
    max-width: 275px;
}

.width__wrap .width__row .width__cell p {
    font-size: 12.5px;
    font-weight: bold;
    padding: 0.7rem 0.5rem;
    background-color: #ffffff;
    border-bottom: 2px solid #5A5A5A;
    line-height: 1.6;
    letter-spacing: 1px;
}

p.top_sabtext {
    margin-bottom: 5px;
    color: #666666;
}

.brand_comparison_btn {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.brand_comparison_btn a {
    position: relative;
    padding: 15px 0;
    border-radius: 15px;
    background-color: #add8e6;
    border: 3px solid #add8e6;
    display: block;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    transition: background-color 0.2s ease, border 0.2s ease;
    box-shadow: inset 0 0 0 2px white;
}

.brand_comparison_btn a::after {
    content: ">";
    font-size: 18px;
    position: absolute;
    right: 33%;
}

.brand_comparison_btn a:hover {
    background-color: #fff;
    
}

nav.top_item__wrap.inner {
  background: none;
  margin-bottom: 40px;
}

.top_item__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_item__wrap ul li {
  width: 11%;
  text-align: center;
  margin: 10px auto;
}



.top_item__wrap ul li p {
  font-size: 10px;
  text-align: center;
  margin: 0;
  line-height: 14px;
}

.top_item__wrap img {
  border-radius: 4px;
  width: 50%;
}

.kanban-carousel {
  margin-bottom: 40px;
}

.kanban-slider__item {
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  text-align: left;
}

.kanban-slider__img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.kanban-slider__text {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  display: block;
}

.kanban-prev,
.kanban-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
}


.kanban-prev {
  left: -50px;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/left_arrow_s_40.svg');
}

.kanban-next {
  right: -50px;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_s_40.svg');
}

.product-highlight .items_ttl {
    color: #b8972B;
}

.product-highlight {
  background-color: #FCFCF1;
  padding: 40px 20px;
  margin-bottom: 40px;
}

.product-highlight__crown .ttl_l::before {
  background-image: url(https://vegasiku.com/perfect-space/img/cat/crown_p_32.svg);
  width: 36px;
  margin: 0 10px 0 0;
  height: 35px;
  content: "";
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}

.product-highlight__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.product-highlight__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-highlight__item {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.product-highlight__img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}

.product-highlight__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.product-highlight__label {
  font-size: 11px;
  background-color: #E9E9E9;
  color: #3C3C3C;
  padding: 3px 6px;
  border-radius: 3px;
}

.product-highlight__desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.product-highlight__price {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  text-align: right;
}

.ranking-carousel {
  margin-bottom: 60px;
}

.ranking-carousel__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
}
.ranking-carousel__title-en {
  font-size: 30px;
  letter-spacing: 4px;
}
.ranking-carousel__title-ja {
  font-size: 13px;
}

.ranking-slider__item {
  padding: 20px 10px 0;
  box-sizing: border-box;
  text-align: left;
}
.ranking-image-wrapper {
  position: relative;
}
.ranking-slider__img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 8px;
}
.ranking-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
}
.badge-gold {
  background: #BCAB4B;
  color: #fff;
}

.badge-silver {
  background-color: #9D9B9C;
  color: #fff;
}

.badge-bronze {
  background-color: #90745C;
  color: #fff;
}

.badge-default {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.label {
  font-size: 12px;
  background: #E9E9E9;
  padding: 3px 6px;
  border-radius: 3px;
}
.ranking-slider__desc {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.ranking-slider__labels {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.ranking-slider__price {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
}


.slick-prev-ranking, .slick-next-ranking {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: unset;
}
.slick-prev-ranking {
  left: -50px;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/left_arrow_s_40.svg');
}
.slick-next-ranking {
  right: -50px;
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_s_40.svg');
}


.feature-static {
  margin-bottom: 40px;
}

.feature-static__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
}

.feature-static__title-en {
  font-size: 30px;
  letter-spacing: 4px;
}

.feature-static__title-ja {
  font-size: 13px;
}

.feature-static__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.feature-static__item {
  width: calc((100% - 100px) / 6);
  box-sizing: border-box;
}

.feature-static__img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.feature-static__text_name {
  font-size: 13px;
  line-height: 1.5em;
  margin: 7px 0 0;
  letter-spacing: 0.5px;
  text-align: justify;
}

.feature-static__text_comment {
  font-size: 10px;
  line-height: 1.5em;
  margin: 2px 0 0;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #5A5A5A;
}




.feature-grid {
  margin-bottom: 120px;
}

.feature-grid__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
}

.feature-grid__title-en {
  font-size: 30px;
  letter-spacing: 4px;
}

.feature-grid__title-ja {
  font-size: 13px;
}

.feature-grid__item-title,
.feature-grid__labels,
.feature-grid__price {
  max-width: 100%;
  box-sizing: border-box;
}

.feature-grid__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  max-width: 100%;
}

.feature-grid__left {
  flex: 0 0 49.666%;
  max-width: 49.666%;
}

.feature-grid__main-img {
  width: 100%;
  border-radius: 8px;
}

.feature-grid__desc {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 300 !important;
}

.feature-grid__list {
  flex: 0 0 48.333%;
  max-width: 48.333%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.feature-grid__list li {
  min-width: 0;
  overflow: hidden;
}

.feature-grid__item-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.feature-grid__img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.feature-grid__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.feature-grid__badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #DD5643;
  color: #fff;
  font-size: 10px;
  padding: 5px 5px;
  border-radius: 3px;
  z-index: 1;
}

.feature-grid__item-title {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300 !important;
}

.feature-grid__labels {
  margin: 6px 0;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.label {
  background: #E9E9E9;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 3px;
  color: #3C3C3C;
  font-weight: 300 !important;
}

.feature-grid__price {
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}


.feature-grid__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 48px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.btn--black {
  background-color: #404040;
  color: #fff;
}

.btn--gray {
  background-color: #EDF1F2;
  color: #5A5A5A;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.icon-black {
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_t_24.svg');
}

.icon-gray {
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg');
}

.btn__icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.review-section__header {
  margin-bottom: 15px;
}

.review-section__title {
  font-size: 28px;
  letter-spacing: 2px;
}

.review-section__subtitle {
  font-size: 13px;
}

.review-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.review-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.review-card__avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card__body {
  flex: 1;
}

.review-card__stars {
  color: #FF8E00;
  font-size: 16px;
  margin-bottom: 10px;
}

.review-card__text {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 10px;
  font-weight: 100 !important;
}

.review-card__date {
  font-size: 12px;
  color: #AAAAAA;
}

.review-section__more {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.review-other-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 48px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 0.2em solid #D5D5D5;
}

.btn--white {
  background-color: #fff;
  color: #404040;
}

.review-icon-white {
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg');
}

.review-btn__icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}



.qa-section__header {
  margin-bottom: 15px;
}

.qa-section__title {
  font-size: 28px;
  letter-spacing: 2px;
}

.qa-section__subtitle {
  font-size: 13px;
}

.qa-accordion__item {
  border-bottom: 1px solid #D5D5D5;
  padding: 16px 0;
}

.qa-accordion__summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  position: relative;
  color: #5a5a5a;
}

.qa-accordion__summary::-webkit-details-marker {
  display: none;
}

.qa-accordion__summary::after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("https://vegasiku.com/perfect-space/img/cat/down_arrow_s_28.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.qa-accordion__item[open] .qa-accordion__summary::after {
  transform: rotate(180deg);
}

.qa-accordion__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300 !important;
}

.info-section {
  margin: 60px 0;
}

.info-section__header {
  margin-bottom: 15px;
}

.info-section__title {
  font-size: 28px;
  letter-spacing: 2px;
}

.info-section__subtitle {
  font-size: 13px;
}

.info-list {
  padding: 0;
  margin: 0 20px;
}

.info-list__item {
  padding: 16px 0;
  border-bottom: 1px solid #D5D5D5;
}

.info-list__date {
  display: block;
  font-size: 13px;
  color: #AAAAAA;
  margin-bottom: 6px;
}

.info-list__text {
  font-size: 14px;
  line-height: 1.6;
}

.info-list a {
  color: #5a5a5a;
}
.news_type {
    background-color: #fff;
    padding: 3px 7px;
    color: #5a5a5a;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    margin: 0 5px 5px 0;
    font-weight: 500 !important;
    border: 1px solid #5a5a5a
}
#blog_load ul {
    width: 100%;
    font-size: 12px;
    text-align: justify;
    gap: 20px;
}

.blog_list_itemdetail_wrapper li {
    width: 32%;
    position: relative;
}

.blog_list_itemdetail_wrapper {
    display: flex;
    justify-content: space-between;
}

.blog_list_itemdetail_wrapper img {
    height: 200px;
    object-fit: cover;
    width: 100%;
   border-radius: 4px;
}

div[itemprop="mainEntity"] {
    max-width: 1150px;
}

#blog_load ul a:last-child {
    position: absolute;
    bottom: 5px;
    left: 0px;
    /* width: 100%; */
    background: rgb(0, 0, 0, 0.55);
    padding: 5px 10px;
    color: #fff !important;
    height: 47px;
    letter-spacing: 1.3px;
    font-weight: 400 !important;
     border-radius: 0 0 4px 4px;
}

.blog-section {
  margin-bottom: 120px;
}

.blog-section__title {
  font-size: 28px;
  letter-spacing: 2px;
}

.blog-section__subtitle {
  font-size: 13px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-card {
  flex: 1 1 calc(25% - 15px);
}

.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-card__image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card__overlay {
  background-color: #939393;
  color: #FFFFFF;
  padding: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.blog-section__header {
  margin-bottom: 15px;
}

.blog-card__date {
  display: block;
  font-size: 9px;
  margin-bottom: 4px;
  color:#AAAAAA;
}

.blog-card__text {
  font-size: 10px;
  line-height: 1.4;
}

.blog-section__more {
  text-align: center;
  margin-top: 50px;
}

.blog-section__more-button {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #ccc;
  color: #5A5A5A;
  text-decoration: none;
  font-size: 14px;
  background: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg") no-repeat right 12px center;
  background-size: 16px 16px;
  padding-right: 40px;
  border-radius: 4px;
}


.blog-section__more {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.blog-other-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 48px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  border: 0.2em solid #D5D5D5;
}


.blog-icon-white {
  background-image: url('https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg');
}

.blog-btn__icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.value-section {
  background-color: #FAFAFA;
  padding: 40px 80px;
}

.value-section__list {
  display: flex;
  justify-content: space-between;
}

.value-card {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid #E0E0E0;
}

.value-card:first-child {
  border-left: none;
}

.value-card__icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
}

.value-card__title {
  font-size: 15px;
  color: #5A5A5A;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.value-card__text {
  font-size: 12px;
  color: #939393;
  line-height: 1.5;
}

.price__sub {
  font-size: 11px;
}




footer {
  background: #EFEFEF;
}

.footer-items__wrap {
  margin: 0 auto 50px;
  padding: 40px 0 0;
}

.footer_items_ttl h2 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold !important;
  font-size: 22px;
  text-align: center;
  margin: 0 0 40px;
}

.footer_items_ttl span:first-child {
  font-weight: bold;
  font-size: 25px;
  color: #5A5A5A;
}

.footer_items_ttl span:nth-child(2) {
  display: block;
  font-size: 13px;
  color: #5A5A5A;
}

.site-footer {
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #EFEFEF;
}

.site-footer__wrapper {
  width: 100%;
  background-color: #EFEFEF;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}


.footer-items__wrap .footer-3col ul {
    columns: 3;
}

.footer-category {
  padding: 40px 0;
}

.footer-category__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-category__subtitle {
  font-size: 13px;
  margin-left: 10px;
  font-weight: normal;
}

.footer-category__row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-category__column {
  flex: 1;
  min-width: 200px;
}

.footer-category__heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #767676;
  padding-bottom: 5px;
  color: #5A5A5A;
}

.footer-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-category__list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
  font-size: 13px;
}

.footer-category__list a {
  display: block;
  color: #5a5a5a;
  text-decoration: none;
  padding-left: 18px;
  background: url("https://vegasiku.com/perfect-space/img/cat/right_sankaku_s_12.svg") no-repeat left center;
  background-size: 12px;
  font-weight: 300 !important;
}


.footer-inner {
    max-width: 1050px;
    margin: 0 auto;
}

.footer-2col {
    grid-template-columns: 1fr 1fr;
}

.footer-grid {
    display: grid;
    grid-column-gap: 2%;
}

.footer-inquire__wrap {
    background: #fff;
    padding: 25px;
    margin: 0 auto 50px;
}
.footer-inquire__wrap .footer-2col {
    padding: 0 70px;
    grid-column-gap: 8%;
    margin: 0 0 30px;
    position: relative;
}
.footer-inquire__wrap .footer-2col::after {
    content: "";
    margin: 0 1rem;
    width: 1px;
    height: 100%;
    background-color: #c3c3c3;
    position: absolute;
    left: 47.5%;
}
.footer-inquire__wrap .footer-common__ttl {
    border-bottom: none;
    padding: 0 0 5px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
}
.footer-inquire__wrap .footer-common__ttl_no {
    font-size: 46px;
    text-align: center;
    letter-spacing: 3px;
    color: #939393;
}
.footer-inquire__wrap .footer-common__txt {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  color: #5A5A5A;
}
.footer_tel-img {
    width: 80%;
    margin: 5px auto 10px;
    display: block;
}

p.footer-common__txt.mar_8_t {
    margin-top: 8px;
}

.footer-inquire__wrap button {
  width: 100%;
  background-color: #2D2D2D;
  border: none;
  border-radius: 0.5em;
  margin-top: 16px;
  padding: 10px;
}

.footer-inquire__wrap button a {
  color: #fff;
}

.footer-tel__icon::before {
    content: "";
    background-image: url("https://vegasiku.com/perfect-space/img/cat/tel_p_20.svg");
    padding: 0px 24px 0 0;
}

.footer-mail__icon::before {
    content: "";
    background-image: url("https://vegasiku.com/perfect-space/img/cat/mail_p_20.svg");
    padding: 0px 24px 0 0;
}


.footer-info__layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
}

.footer-info__left {
  display: flex;
  gap: 40px;
  flex: 1;
  min-width: 500px;
}

.footer-info__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
  min-width: 300px;
}

.footer-info__column {
  flex: 1;
}

.footer-info__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #767676;
  padding-bottom: 5px;
}

.footer-info__list li {
  border-bottom: 1px solid #E0E0E0;
  padding: 2px 0;
}

.footer-info__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  background: none;
  position: relative;
}

.footer-info__list a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg") no-repeat center;
  background-size: contain;
}

.footer-info__sns img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-info__sister p {
  margin-top: 4px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 300 !important;
}
.footer-info__sister img {
  width: 55%;
}

.site_2col {
  columns: 2;
}


.footer-icons__row {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px 0;
}

.footer-icons__row img {
  max-width: 100%;
  height: auto;
  display: block;
}


.footer-company {
  background: #fff;
  padding: 30px 20px;
  border-top: 1px solid #ECECEC;
}

.footer-company__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-company__info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}


.footer-company__text p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.company_2col {
  columns: 2;
}

.footer-company__divider {
  border: none;
  border-top: 1px solid #ECECEC;
  margin: 20px 0;
}

.footer-company__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.footer-company__line {
  width: 2px;
  height: 16px;
  background-color: #DBDBDB;
  display: inline-block;
}

.footer-company__links a {
  text-decoration: none;
  color: #333;
}

.footer-company__copyright {
  font-size: 10px;
  color: #333;
  margin-bottom: 10px;
  text-align: right;
}

.footer-company__notice p {
  font-size: 12px;
  color: #AAAAAA;
  margin: 0;
  line-height: 1.5;
}


.pc-header,
.mobile-header {
  display: block;
}

.sp_contents {
  display: none;
}
  p.osirasetet {
    font-size: 12px;
    margin-top: 20px;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
}
p.kyukatext {
    font-size: 12px;
    text-align: center;
}
.kyukabox {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
}
.kyuka {
    text-align: center;
}


@media (min-width: 769px) {
  .mobile-header {
    display: none;
  }
 
}


@media (max-width: 768px) {
  body {
    padding-top: 90px;
    overscroll-behavior-y: auto;
  }
  html, body {
    overflow-x: hidden;
  }
   .sp {
  display: block !important;
}
.pc {
  display: none;
}

  .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .pc-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }

  .ttl_subheadding h2 .ttl_l {
      font-size: 20px;
      margin: 0 10px 0 0;
  }



  .mobile-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }

  .mobile-header__top {
    background-color: #404040;
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    text-align: center;
  }

  .mobile-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 60px;
  }

  .mobile-header__menu {
    background: none;
    border: none;
    text-align: center;
    font-size: 10px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
  }

  .mobile-header__menu::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
  }

  .mobile-header__menu img {
    width: 24px;
    height: 24px;
  }

  .mobile-header__logo {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 36px;
  }

  .mobile-header__logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-header__icons {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-header__icons li {
    text-align: center;
    font-size: 10px;
  }

  .mobile-header__icons img {
    display: block;
    margin: 0 auto 2px;
    width: 24px;
    height: 24px;
  }






  .sp-nav-wrapper {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    flex-direction: row;
  }



  .sp-nav {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    color: #5A5A5A;
    padding: 50px 0 0;
    overflow-y: auto;
    margin-top: 0;
  }

  .sp-nav::after {
    content: "";
    display: block;
    height: 170px;
    background: #ffffff;
  }


  .sp-nav-overlay {
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
  }


  .sp-nav__close {
    position: absolute;
    top: 30px;
    right: 28px;
    background: transparent;
    border: none;
    color: white;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    cursor: pointer;
  }
  .sp-nav__close img {
    width: 30px;
    height: 30px;
  }

  .sp-nav__btn-icon {
    background: #404040;
    color: #fff;
    border: 1px solid #DEDEDE;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    gap: 8px;
    margin: 0 auto 30px;
  }

  .sp-nav__btn-icon img {
    width: 24px;
    height: 24px;
  }


  .sp-nav__icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }


  .sp-nav__icon--mypage {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/mypage_m_24.svg");
  }

  .sp-nav__icon--arrow {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_t_24.svg");
  }
  .sp-nav__btn-icon__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    margin: 0 auto;
  }
  .sp-nav__icon--mypage,
  .sp-nav__icon--arrow {
    flex-shrink: 0;
  }



  .sp-nav__consult {
    background: #FFF;
    padding: 16px;
    border-radius: 8px;
    margin: 0 auto 20px;
    width: 90%;
  }
.sp-nav__btn-icon--text {
  color: #fff;
}
  .sp-nav__consult-tel {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
    border: 1px solid #DEDEDE;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .sp-nav__consult-tel-label {
    font-size: 12px;
    color: #5A5A5A;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-nav__consult-tel-number {
    color: #9D9287;
    font-size: 28px;
    letter-spacing: 2px;
  }

  .sp-nav__consult-tel-time {
    font-size: 12px;
    color: #5A5A5A;
    background: #FFF;
    border-radius: 12px;
  }

  .sp-nav__consult-buttons {
    display: flex;
    gap: 10px;
  }

  .sp-nav__consult-button {
    flex: 1;
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .sp-nav__consult-button__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sp-nav__consult-button__text {
    color:#5A5A5A;
  }

  .sp-nav__icon--tel {
    width: 20px;
    height: 20px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/tel_p_20.svg");
  }

  .sp-nav__icon--mail {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/mail_p_24.svg");
  }

  .sp-nav__icon--line {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/line_p_24.svg");
  }

  .sp-nav__icon--search {
    width: 32px;
    height: 32px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/search_p_32.svg");
  }

  .sp-nav__icon--arrow-down {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/down_arrow_s_24.svg");
  }

  .sp-nav__icon--arrow-up {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/up_arrow_s_24.svg");
  }

  .sp-nav__icon--close {
    width: 24px;
    height: 24px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/close_m_24.svg");
  }

  .sp-nav__search form {
    display: flex;
    align-items: center;
    border: 1px solid #D5D5D5;
    padding: 6px 10px;
    margin: 16px auto;
    background: #fff;
    width: 90%;
    border-radius: 6px;
  }
  .sp-nav__search input {
    flex: 1;
    border: none;
    font-size: 14px;
    color: #939393;
    background: transparent;
  }
  .sp-nav__search input::placeholder {
    color: #939393;
  }
  .sp-nav__search button {
    background: transparent;
    border: none;
  }
  .sp-nav__search button img {
    width: 20px;
    height: 20px;
  }
  .accordion-toggle {
    width: 100%;
    padding: 12px 16px;
    background: #2D2D2D;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordion-toggle img.accordion-icon {
    width: 24px;
    height: 24px;
  }

  .accordion-content {
    display: none;
  }
  .accordion-content ul.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .accordion-content ul.grid li img {
    width: 100%;
    height: auto;
  }


  .sp-nav__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
    list-style: none;
    padding: 15px;
    margin: 0;
  }

  .sp-nav__grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #5A5A5A;
    text-align: center;
  }

  .sp-nav__grid-item img {
    width: 100%;
    max-width: 140px;
    height: auto;
    border-radius: 4px;
  }



  .sp-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .sp-nav__list-content {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }


  .sp-nav__list-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #5A5A5A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    gap: 8px;
  }

  .sp-nav__list-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #CDCDCD;
  }

  .sp-nav__list-item:first-child::before {
    content: none;
  }

  .sp-nav__list-item .sp-nav__list-icon {
    width: 20%;
    height: 20%;
    flex-shrink: 0;
    display: inline-block;
    object-fit: contain;
    border-radius: 8px;
  }

  .sp-nav__list-item:first-child {
    border-top: none;
  }

  .sp-nav__list-item__left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sp-nav__list-icon {
    width: 17%;
    height: 17%;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 8px;
  }

  .sp-nav__icon--arrow-right {
    width: 24px;
    height: 24px;
    background: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg") no-repeat center/contain;
    flex-shrink: 0;
  }

  .sp-nav__list-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    flex: 1;
  }

  .sp-nav__list-item.has-image {
    position: relative;
  }
  .sp-nav__list-item.has-image::before {
    content: none;
  }

  .sp-nav__list-item:not(.has-image)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #CDCDCD;
  }

  .sp-nav__bg--25mm + .sp-nav__list-content,
  .sp-nav__list-content.sp-nav__bg--25mm {
    background-color: #F9FCFF !important;
  }
  .sp-nav__bg--19mm + .sp-nav__list-content,
  .sp-nav__list-content.sp-nav__bg--19mm {
    background-color: #FFFAFB !important;
  }
  .sp-nav__bg--other + .sp-nav__list-content,
  .sp-nav__list-content.sp-nav__bg--other {
    background-color: #FAFAFA !important;
  }
  .sp-nav__bg--127mm + .sp-nav__list-content,
  .sp-nav__list-content.sp-nav__bg--127mm {
    background-color: #FFFBF5 !important;
  }


  .sp-nav__list-item .sp-nav__icon,
  .accordion-toggle.nested .sp-nav__icon {
    margin-right: 8px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .accordion-toggle.nested {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 14px;
    color: #5A5A5A;
    background: #FFF;
    border-radius: 6px;
    cursor: pointer;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #D5D5D5;
  }

  .accordion-toggle.nested .accordion-icon {
    margin-left: auto;
  }

  .sp-nav__icon--arrow-right {
    width: 24px;
    height: 24px;
    background: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg") no-repeat center/contain;
    margin-left: auto;
  }


  .accordion-section > .accordion-toggle .sp-nav__icon--arrow-down {
    background: url("https://vegasiku.com/perfect-space/img/cat/down_arrow_m_24.svg") no-repeat center/contain;
  }

  .accordion-section > .accordion-toggle .sp-nav__icon--arrow-up {
    background: url("https://vegasiku.com/perfect-space/img/cat/up_arrow_m_24.svg") no-repeat center/contain;
  }



  .sp-nav__bg--25mm {
    background-color: #F9FCFF !important;
  }

  .sp-nav__bg--19mm {
    background-color: #FFFAFB !important;
  }

  .sp-nav__bg--other {
    background-color: #FAFAFA !important;
  }

  .sp-nav__bg--127mm {
    background-color: #FFFBF5 !important;
  }


  .sp-nav__icon--25mm {
    width: 40px;
    height: 40px;
    background: url("https://vegasiku.com/perfect-space/img/cat/icon_25mm_40.svg") no-repeat center/contain;
  }

  .sp-nav__icon--19mm {
    width: 40px;
    height: 40px;
    background: url("https://vegasiku.com/perfect-space/img/cat/icon_19mm_40.svg") no-repeat center/contain;
  }

  .sp-nav__icon--127mm {
    width: 40px;
    height: 40px;
    background: url("https://vegasiku.com/perfect-space/img/cat/icon_12mm_40.svg") no-repeat center/contain;
  }

  .sp-nav__icon--other {
    width: 40px;
    height: 40px;
    background: url("https://vegasiku.com/perfect-space/img/cat/icon_other_40.svg") no-repeat center/contain;
  }


  .sp-nav__section-title {
    background-color: #2C2C2C;
    color: #ffffff;
    padding: 13.5px 16px;
    font-weight: bold;
    font-size: 14px;
  }

  .sp-nav__list--plain .sp-nav__list-item {
    position: relative;
  }

  .sp-nav__list--plain .sp-nav__list-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #CDCDCD;
  }

  .sp-nav__list--plain .sp-nav__list-item:last-child::before {
    content: none;
  }


  .sp-nav__sns {
    padding: 30px 0;
    text-align: center;
  }

  .sp-nav__sns-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sp-nav__sns-list li a img {
    width: 50px;
    height: 50px;
    display: block;
  }

  .bg_normal {
    background: #FFF;
  }

  .top-carousel_wrapper {
    margin-top: 20px;
    height: auto;
  }

  .mv__slide_inner div {
    margin: 0 5px;
  }

  .carousel__slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .slick-slide {
    text-align: center;
  }

  .mv__slide_inner img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

    .slick-prev-carousel,
    .slick-next-carousel {
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .slick-prev-carousel {
    left: 5px;
  }

  .slick-next-carousel {
    right: -5px;
  }

  .slick-dots {
    display: none !important;
  }

  .search-form {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background-color: #F1F1F1;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    max-width: 90%;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
  }

  .search-form input.word_search {
    border: none;
    background: transparent;
    padding: 8px;
    font-size: 16px;
    flex: 1;
  }

  .search-form button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .search-form button img {
    width: 20px;
    height: 20px;
    opacity: 0.5;
  }

  .top-description {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  .news-carousel_wrapper_sp {
    margin: 0 0 20px;
  }

  .news-carousel-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
  }

  .news-carousel-box img {
    width: 100%;
    border-radius: 8px;
    display: block;
    margin-bottom: 15px;
  }
.width-filter__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
  .width-filter__list li {
    width: 100%;
  }

  .width-filter__btn {
    width: 100%;
    min-width: 0;
    padding: 15px 8px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .top_item__wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0;
  }

  .top_item__wrap ul li {
    width: 95%;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }

  .top_item__wrap ul li a {
    display: flex;
    align-items: center;
    padding: 12px 3px;
    gap: 6px;
  }

  .top_item__wrap ul li img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .top_item__wrap ul li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    margin: 0;
    flex: 1;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    position: relative;
  }

  .top_item__wrap ul li p::after {
    content: "";
    display: inline-block;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_24.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 0px;
    flex-shrink: 0;
  }
.common_rack_concept div p {
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 10px;
}
.common_rack_concept {
  width: 95%;
  margin: 0 auto 40px;
}
.h1 {
  display: block;
}
.h1title {
  font-size: 14px;
  margin-right: 0;
}
.h1title,.h1sub {
  display: block;
  line-height: 2;
}
  .slick-slider {
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important;
  }
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
  .news-carousel_wrapper_sp .slick-list {
    /* overflow-x: auto !important; */
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  .news-carousel_wrapper_sp .slick-track {
    display: flex;
    touch-action: pan-y !important;
  }

  .news-carousel_wrapper_sp {
    touch-action: pan-y;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .news-carousel_wrapper_sp .slick-slide {
    flex-shrink: 0;
    scroll-snap-align: start;
  }


  .news-carousel_wrapper_sp {
    touch-action: auto !important;
  }


  .kanban-carousel__inner h2 {
    font-size: 18px;
  }
  .news-carousel-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .news-carousel-row::-webkit-scrollbar {
    display: none;
  }

  .kanban-slider {
    touch-action: auto !important;
  }
  .kanban-slider__text {
    font-weight: 300 !important;
  }
  .kanban-slider__img {
    margin-bottom: 0px;
  }

  .kanban-slider__item {
    flex: 0 0 70%;
    scroll-snap-align: start;
    flex-shrink: 0;
    display: inline-block;
    padding: 0;
  }
  .product-highlight {
    padding: 20px 12px 40px;
  }

  .product-highlight__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }

  .product-highlight__item {
    width: 100%;
  }

  .product-highlight__item:nth-child(n+2) {
    width: calc(50% - 8px);
  }

  .product-highlight__item:nth-child(n+2) img {
    width: 100%;
  }
  .ranking-carousel {
    margin-bottom: 40px;
  }


  .ranking-slider__item {
    flex: 0 0 auto;
    margin-right: 0px;
  }

  .ranking-slider .slick-track {
    display: flex !important;
    will-change: transform;
  }

  .ranking-slider {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .ranking-slider__img {
    width: 100%;
    height: auto;
  }

  .ranking-slider__desc,
  .ranking-slider__labels,
  .ranking-slider__price {
    font-size: 12px;
  }

  .feature-static__list {
    gap: 16px;
    justify-content: space-between;
  }

  .feature-static__item {
    width: calc(50% - 8px);
  }

  .feature-static__text_name {
    font-size: 12px;
    text-align: left;
  }

  .feature-static__text_comment {
    font-size: 11px;
    text-align: left;
  }




  .feature-grid__wrapper {
    display: block;
  }

  .feature-grid__left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .feature-grid__list {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px;
    margin: 0;
    list-style: none;
    scroll-snap-type: x mandatory;
    max-width: 100%;
  }

  .feature-grid__list li {
    flex-shrink: 0;
    width: 45%;
    scroll-snap-align: start;
  }

  .feature-grid__item-link {
    display: block;
  }

  .feature-grid__img-wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 6px;
  }

  .feature-grid__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feature-grid__desc {
    font-size: 13px;
    margin-top: 5px;
    color: #333;
  }

  .feature-grid__price {
    text-align: right;
  }


  .feature-grid__buttons {
    flex-direction: column;
    gap: 16px;
  }

  .btn {
    width: 100%;
    max-width: 100%;
  }



  .review-section {
    margin-bottom: 120px;
  }

  .review-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .review-card {
    display: flex;
    gap: 12px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    align-items: flex-start;
  }

  .review-card__avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
  }

  .review-card__body {
    flex: 1;
  }

  .review-card__stars {
    color: #f90;
    font-size: 14px;
    margin-bottom: 4px;
  }

  .review-card__text {
    font-size: 11px;
    line-height: 1.6;
    overflow: hidden;
    max-height: 3.2em;
    position: relative;
  }

  .review-card__text.open {
    max-height: none;
  }

  .review-card__date {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
    display: block;
  }
.qa-accordion__summary {
  font-size: 14px;
}

  .read-more {
    font-size: 13px;
    color: #4083C1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 8px auto 0;
    background: none;
    position: relative;
    font-weight: 100 !important;
  }

  .read-more::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("https://vegasiku.com/perfect-space/img/cat/down_txtarrow_s_28.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
  }

  .read-more.open::before {
    background-image: url("https://vegasiku.com/perfect-space/img/cat/up_txtarrow_s_28.svg");
  }

  .read-more::after {
    content: "続きを読む";
  }

  .read-more.open::after {
    content: "閉じる";
  }

  .review-card__date {
    display: none;
  }

  .review-card__date.show {
    display: block;
    margin-top: 0.5em;
  }

 .review-section__more .review-other-btn {
   max-width: 100%;
   width: 100%;
 }

  .info-list {
    margin: 0;
  }
  #blog_load {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
  scroll-snap-type: x mandatory;
  }

#blog_load ul {
  display: flex;
  gap: 15px;
  width: max-content;
}
.blog_list_itemdetail_wrapper li {
  position: relative;
    flex: 1;
}
.blog_list_itemdetail_wrapper li img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.blog-section__more {
  margin-top: 24px;
}
  .blog-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 10px;
  }
  
  .blog-section__more .blog-other-btn {
    max-width: 100%;
    width: 100%;
  }
 .blog-section {
   margin-bottom: 50px;
 }


  .value-section {
    padding: 30px 16px;
  }

  .value-section__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 12px;
  }

  .value-card {
    flex: 0 0 70%;
    scroll-snap-align: start;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    min-width: 250px;
  }

 .value-card__icon img {
   width: 100px;
   height: 100px;
 }


 .footer-inner,
 .footer-info,
 .footer-icons,
 .footer-company,
 .site-footer {
   width: 100%;
   overflow-x: hidden;
   background: none;
 }

 .footer-info {
   background: #EFEFEF;
 }


 .footer-inner {
   padding: 0 12px;
   box-sizing: border-box;
 }
 .footer-inquire__wrap {
  margin: 0;
 }


 .footer-category__row,
 .footer-category__column {
   width: 100%;
 }

 .footer-category__row.footer-3col,
 .footer-category__row.footer-category__row--bottom {
   display: flex;
   flex-direction: column;
   gap: 30px;
 }

 .footer-category__heading,
 .footer-info__title {
   font-size: 15px;
   margin-bottom: 10px;
   border-bottom: 1px solid #ccc;
   padding-bottom: 4px;
   position: relative;
   cursor: pointer;
   padding-right: 30px;
   box-sizing: border-box;
   overflow: hidden;
 }

 .footer-info__list a {
  color: #5a5a5a;
  font-weight: 300 !important;
 }
 .footer-category__heading::after,
 .footer-info__title::after {
   content: "";
   position: absolute;
   right: 10px;
   top: 50%;
   width: 28px;
   height: 28px;
   background-image: url('https://vegasiku.com/perfect-space/img/cat/down_arrow_s_28.svg');
   background-size: contain;
   background-repeat: no-repeat;
   transform: translateY(-50%);
   transition: 0.3s;
 }

 .footer-category__heading.open::after,
 .footer-info__title.open::after {
   background-image: url('https://vegasiku.com/perfect-space/img/cat/up_arrow_s_28.svg');
 }


 .footer-info__title.no-arrow::after {
   display: none;
 }


.footer_items_ttl span:first-child {
  font-size: 22px;
}

 .footer-info__title--static + .footer-info__list {
   display: block !important;
   padding-left: 0;
   background: none;
   border-radius: 0;
   margin-top: 10px;
 }


 .footer-info__title--static + .footer-info__list li {
   position: relative;
   padding-right: 20px;
 }




 .footer-info__title--static {
   padding-right: 0;
   border-bottom: 1px solid #ccc;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 10px;
 }





 .footer-items__wrap .footer-3col ul {
   columns: auto;
   column-count: 1;
 }

 .footer-category__list {
   display: block;
   padding: 0;
   margin: 0;
 }


 .footer-category__list,
 .footer-info__list {
   display: none;
   margin-top: 10px;
   padding: 0;
   background-color: transparent;
   border-radius: 0;
 }

 .footer-category__list.open,
 .footer-info__list.open {
   display: block;
 }

 .footer-category__list li,
 .footer-info__list li {
   padding: 5px 0;
   border-bottom: 1px solid #e0e0e0;
   font-size: 14px;
   background: none;
 }

 .footer-category__list li:last-child,
 .footer-info__list li:last-child {
   border-bottom: none;
 }




.footer-inquire__wrap .footer-2col::after {
  display: none;
}



 .footer-category__list a {
   background: none;
   padding-left: 0;
 }


 .footer-info__left {
   display: flex;
   flex-direction: column;
   gap: 20px;
   min-width: 400px;
 }


 .footer-grid.footer-2col {
   display: flex;
   flex-direction: column;
   gap: 20px;
   text-align: center;
   padding: 40px 0 64px;
 }
 .footer-inquire__wrap .footer-2col {
  margin: 0;
 }
 .footer-inquire__wrap .footer-common__ttl {
   font-size: 16px;
   padding: 0;
 }

 .footer-inquire__wrap .footer-common__ttl_no {
   font-size: 40px;
   padding: 0;
 }

 .footer-common__txt {
   font-size: 13px;
   line-height: 1.5;
 }

 .footer-inquire__wrap button {
   width: 100%;
   background: #2D2D2D;
   color: #fff;
   padding: 12px;
   border: none;
   border-radius: 4px;
   font-size: 14px;
 }

 .footer-inquire__wrap button a {
   color: #fff;
   text-decoration: none;
   width: 100%;
   max-width: 100%;
 }

 .footer-inquire__wrap picture img {
   width: 100%;
   height: auto;
   display: block;
 }


 .site_2col {
   display: flex;
   flex-direction: column;
   gap: 40px;
 }

 .footer-info__sns {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   justify-content: flex-start;
 }

 .footer-info__sns img {
   width: 50px;
   height: 50px;
 }

 .footer-info__sister {
   flex-direction: column;
   align-items: center;
   text-align: left;
 }

 .footer-info__sister img {
   max-width: 55%;
   height: auto;
 }


 iframe.calender_style {
   height: 250px;
   width: 100%;
 }


 .footer-icons__row {
   display: grid;
   grid-template-columns: repeat(2,1fr);
   flex-wrap: wrap;
   justify-content: center;
   gap: 10px;
   padding: 20px 0 40px;
 }

 .footer-icons__row img {
   width: 100%;
   max-width: 100%;
   height: auto;
 }


 .footer-company__info,
 .company_2col,
 .footer-company__notice {
   padding: 0 15px;
 }

 .footer-company__info {
   flex-direction: column;
   text-align: center;
   gap: 10px;
 }

 .footer-company__logo {
   margin: 0 auto;
   width: 150px;
 }

 .footer-company__links {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   font-size: 12px;
   justify-content: center;
   margin-bottom: 10px;
 }

 .footer-company__copyright p {
   font-size: 12px;
   text-align: center;
 }

 .footer-company__notice p {
   font-size: 11px;
   margin-bottom: 6px;
   line-height: 1.6;
 }



 .footer-company__info {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 0 15px;
   text-align: center;
   gap: 15px;
 }


 .footer-company__logo {
   order: 1;
   margin-bottom: 0;
 }

 .footer-company__notice {
   order: 2;
   font-size: 12px;
   line-height: 1.6;
   margin: 0;
 }

 .footer-company__links {
   order: 4;
   justify-content: center;
   flex-wrap: wrap;
   font-size: 12px;
   gap: 8px;
 }

 .footer-company__copyright {
   order: 5;
   font-size: 12px;
   margin: 0;
 }


 .footer-company__info::after {
   content: "";
   order: 3;
   width: 100%;
   height: 1px;
   background: #ccc;
 }
 .footer-company-ctr {
   text-align: center;
 }
 .product-highlight__price {
  font-size: 14px;
 }
 .product-highlight__price span {
  font-size: 11px;
 }
 .product-highlight__desc {
  font-size: 13px;
  font-weight: 100 !important;
 }
 .feature-grid {
  margin-bottom: 64px;
 }
 .top_item__wrap ul li:nth-last-child(-n+3) {
    display: none;
  }
  .fs-l-main {
    padding: 0 12px;
  }
  .product-highlight__label {
    font-size: 10px;
    padding: 3px;
    font-weight: 300 !important;
  }
  .ranking-badge {
    width: 30px;
    height: 30px;
  }
  #blog_load ul a:last-child {
    bottom: 0;
  }
}
/* 齋藤追記 */
@media (max-width: 767px){
.width__wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: auto;
    }
    .width__wrap .width__row {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    min-width: max-content;
}

}
@media (max-width: 750px) {
  .mobile-header__logo {
    max-width: 100px; /* ←ロゴ縮小 */
  }

  .mobile-header__nav-item {
    font-size: 10px; /* ←テキストが潰れないように */
    margin: 0 4px;
  }
  p.osirasetet {
    font-size: 12px;
    margin-top: 20px;
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
}
.kyuka {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.kyukabox {
    border: 1px solid;
    padding: 5px;
    display: inline-block;
}
}

