@charset "UTF-8";
.top_slider {
  margin: 0px auto;
}
.top_slider.fs-c-slick .slick-list {
  max-height: calc(100vh - 200px);
}
.top_slider.fs-c-slick .slick-prev {
  background: url(../img/index/slider_icon_prev.png);
  background-repeat: no-repeat;
  background-size: 30px 140px;
  background-position: center;
  height: 140px;
  width: 30px;
  left: 36px;
}
.top_slider.fs-c-slick .slick-prev:before {
  display: none;
}
.top_slider.fs-c-slick .slick-next {
  background: url(../img/index/slider_icon_next.png);
  background-repeat: no-repeat;
  background-size: 30px 140px;
  background-position: center;
  height: 140px;
  width: 30px;
  right: 36px;
}
.top_slider.fs-c-slick .slick-next:before {
  display: none;
}
.top_slider.fs-c-slick .slick-dots {
  position: absolute;
  top: 0;
  left: calc(50% - (8px*5));
}
.top_slider.key_visual .fs-pt-carousel__slide a {
  height: calc(100vh - 100px);
  display: block;
}
.top_slider.key_visual .fs-pt-carousel__slide a img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption {
  background: none;
  bottom: 35%;
  left: 150px;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption p {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption small {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption button {
  display: block;
  font-size: 18px;
  border: solid 1px #fff;
  padding: 0.5em 1em;
  color: #fff;
  margin-top: 2em;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption .wh p {
  color: #fff;
  filter: drop-shadow(1px 1px 3px #333333);
}
.top_slider.key_visual .fs-pt-carousel__slide__caption .wh small {
  color: #fff;
  filter: drop-shadow(1px 1px 3px #333333);
}
.top_slider.key_visual .fs-pt-carousel__slide__caption .wh button {
  color: #fff;
  border: solid 1px #fff;
  filter: drop-shadow(1px 1px 3px #333333);
}
.top_slider.key_visual .fs-pt-carousel__slide__caption .bk p {
  color: #393939;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption .bk small {
  color: #393939;
}
.top_slider.key_visual .fs-pt-carousel__slide__caption .bk button {
  color: #393939;
  border: solid 1px #393939;
}

.column_slider {
  max-width: 1100px;
}
.column_slider.fs-c-slick .slick-prev {
  background: url(../img/index/slider_icon_prev_bk.png);
  background-repeat: no-repeat;
  background-size: 30px 140px;
  background-position: center;
  left: -50px;
}
.column_slider.fs-c-slick .slick-next {
  background: url(../img/index/slider_icon_next_bk.png);
  background-repeat: no-repeat;
  background-size: 30px 140px;
  background-position: center;
  right: -50px;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #404040;
  opacity: 1;
}

/*.fs-pt-carousel__slide__caption{
  background: none;
  bottom: 35%;
  left:100px;
  .slider_title{
    font-size:48px;
  }
  .slider_cap{
  }
  .slider_button{
    font-size:20px;
    padding:5px 10px;
    border:solid 1px #FFF;
    display:inline-block;
    margin-top:50px;
  }

}*/
.fs-l-main {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.fs-l-main .fs-l-pageMain {
  max-width: 100%;
}
.fs-l-main .news_area {
  max-width: 945px;
  width: 90%;
  margin: auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.fs-l-main .news_area .fs-pt-list__item {
  border-bottom: 1px solid #AFAFAF;
  padding: 10px;
}
.fs-l-main .news_area .fs-pt-list__item:last-child {
  border-bottom: none;
}
.fs-l-main .news_area .fs-pt-list__item .fs-pt-list__link {
  color: #4D4C4C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fs-l-main .news_area .fs-pt-list__item .category span {
  background: #ED6C00;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  padding: 5px 0;
  display: block;
  margin-right: 10px;
}
.fs-l-main .news_area .fs-pt-list__item .category span.new {
  background: #4D4C4C;
}
.fs-l-main .news_area .fs-pt-list__item .news_day {
  font-size: 11px;
  font-weight: bold;
  margin-right: 20px;
  color: #4D4C4C;
}
.fs-l-main .news_area .fs-pt-list__item .link_text {
  font-size: 15px;
  text-decoration: underline;
}
.fs-l-main .search_cat h3 {
  border-bottom: solid 2px #707070;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.fs-l-main .search_cat ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fs-l-main .search_cat li {
  max-width: 250px;
  margin: 10px;
}
.fs-l-main .search_cat li p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.fs-l-main .search_cat .search_cat_sec {
  margin-bottom: 9em;
}
.fs-l-main .search_layout {
  max-width: 1280px;
  margin: 0 auto 150px;
}
.fs-l-main .search_layout .layout-content {
  width: 40%;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column-reverse;
}
.fs-l-main .search_layout .layout-content label {
  border-bottom: solid 2px #404040;
  font-size: 18px;
  font-weight: bold;
  cursor: none;
}
.fs-l-main .search_layout .layout-content label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #393939;
  border-right: 2px solid #393939;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.fs-l-main .search_layout .layout-content .room_toggle {
  display: none;
}
.fs-l-main .search_layout .layout-flex {
  display: flex;
  justify-content: space-evenly;
}
.fs-l-main .search_layout .layout-flex ul li {
  margin-bottom: 5px;
}
.fs-l-main .search_layout .layout-img {
  width: 60%;
}
.fs-l-main .concept {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 150px;
}
.fs-l-main .concept .con_flexbox {
  margin-bottom: 100px;
}
.fs-l-main .concept .con_keyimg {
  width: 100%;
  max-width: 700px;
  margin-bottom: 3em;
}
.fs-l-main .concept .con_text {
  width: 90%;
  max-width: 400px;
}
.fs-l-main .concept .con_text p {
  margin-bottom: 1em;
}
.fs-l-main .concept .con_text .con_title {
  font-weight: bold;
  font-size: 1.2em;
}
.fs-l-main .concept .con_cat {
  width: 90%;
  max-width: 350px;
  margin-bottom: 5em;
}
.fs-l-main .concept .con_cat h3 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.fs-l-main .concept .con_cat h3:before {
  display: inline-block;
  content: '';
  height: 0.8em;
  border-left: solid 2px #393939;
  padding-left: 1.8em;
  vertical-align: bottom;
}
.fs-l-main .concept .con_cat h3:after {
  display: inline-block;
  content: '';
  height: 0.8em;
  border-right: solid 2px #393939;
  padding-right: 1.8em;
  vertical-align: bottom;
}
.fs-l-main .concept .con_cat p {
  margin: 2em auto 3em;
  height: 9em;
}
.fs-l-main .concept .con_cat a.btn-nv {
  display: block;
  margin: auto;
}
.fs-l-main .about-us .about_text {
  font-size: 18px;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 100px;
}
.fs-l-main .about-us .about-grid-container {
  padding: 15px;
  margin: auto;
  display: grid;
  max-width: 1280px;
  width: 100%;
  height: 1200px;
  grid-template-columns: 1fr 4fr 1fr 0.5fr 0.5fr 0.5fr 4fr 1fr;
  grid-template-rows: 1fr 2fr 1fr 2fr 1fr;
}
.fs-l-main .about-us .about-grid-container .about-caption {
  font-size: 22px;
  margin: 1em auto 1.5em;
}
.fs-l-main .about-us .itemA {
  grid-column: 2/4;
  grid-row: 1/3;
}
.fs-l-main .about-us .itemtext {
  grid-column: 5;
  grid-row: 2/4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.fs-l-main .about-us .itemtext p {
  font-size: 24px;
}
.fs-l-main .about-us .itemB {
  grid-column: 7/9;
  grid-row: 2/4;
}
.fs-l-main .about-us .itemC {
  grid-column: 1/3;
  grid-row: 3/5;
}
.fs-l-main .about-us .itemD {
  grid-column: 5/8;
  grid-row: 4/6;
}
.fs-l-main .showroom .sec_title {
  margin-bottom: 100px;
}
.fs-l-main .showroom .showroom-keyimg {
  max-width: 500px;
  width: 100%;
}
.fs-l-main .showroom .showroom-text {
  max-width: 500px;
  width: 90%;
}
.fs-l-main .showroom .showroom-text p {
  margin-bottom: 1em;
}
.fs-l-main .showroom .showroom-img {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 50px;
}
.fs-l-main .showroom .showroom-img > div {
  width: 48%;
}
.fs-l-main .showroom .btn-nv {
  display: block;
  margin-left: auto;
  width: 250px;
}
.fs-l-main .company {
  position: relative;
  /*相対位置*/
  padding: 60px 0;
}
.fs-l-main .company .bg {
  /*位置の設定*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*背景画像の設定*/
  background: url(../img/index/bg_tokyo.jpg);
  background-size: cover;
  /*透過の設定*/
  opacity: 0.2;
  z-index: -1;
}
.fs-l-main .company .company-wrap {
  margin: 20px auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
}
.fs-l-main .company .company-logo {
  width: 30%;
  max-width: 150px;
  margin-right: 100px;
}
.fs-l-main .company .company-info {
  width: 55%;
}
.fs-l-main .company .company-info ul li {
  line-height: 1.7;
}
.fs-l-main .company .btn-nv {
  display: block;
  margin-left: auto;
  margin-top: 30px;
  width: 250px;
}
.fs-l-main .activity {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 50px;
}
.fs-l-main .activity h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
.fs-l-main .activity .flex-wrap {
  justify-content: space-between;
}
.fs-l-main .activity .activity-box {
  padding: 20px 20px 40px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.fs-l-main .activity .box-1-2 {
  width: 48%;
  margin-bottom: 40px;
}
.fs-l-main .activity .box-full {
  width: 100%;
}
.fs-l-main .activity .box-full .activity-content {
  display: flex;
  justify-content: space-between;
  width: 85%;
}
.fs-l-main .activity .box-full .activity-block {
  width: 40%;
}
.fs-l-main .activity .activity-content {
  width: 70%;
  margin: auto;
}
.fs-l-main .activity .activity-content ul {
  line-height: 1.6;
}
.fs-l-main .activity .activity-content p {
  font-size: 18px;
  font-weight: bold;
  margin: 1.5em auto 0.8em;
}
.fs-l-main .activity .activity-img {
  width: 60%;
  margin: 20px auto;
  border-radius: 3em;
  overflow: hidden;
}
.fs-l-main .owned-media {
  text-align: center;
  max-width: 1300px;
  margin: auto;
}
.fs-l-main .owned-media .owned-wrap {
  width: 100%;
  margin: auto;
  padding: 50px;
  background: #A29875;
  color: #fff;
  display: flex;
}
.fs-l-main .owned-media .owned-wrap > div {
  width: 50%;
  text-align: right;
}
.fs-l-main .owned-media .owned-wrap > div h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.fs-l-main .owned-media .owned-wrap > div p {
  text-align: left;
  margin-bottom: 1em;
}
.fs-l-main .owned-media .owned-wrap > div img {
  width: 80%;
}
.fs-l-main .owned-media .owned-wrap a.btn-nv {
  width: 250px;
}
.fs-l-main .shopping-guide {
  text-align: center;
}
.fs-l-main .shopping-guide .circle_list li {
  height: 13em;
  width: 13em;
}
.fs-l-main .shopping-guide .circle_list li p {
  top: calc(50% - 1.7em);
  font-size: 16px;
}
.fs-l-main .shopping-guide .circle_list li p.text_line1 {
  top: calc(50% - 1em);
}
.fs-l-main .shopping-guide .member-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 20px;
}
.fs-l-main .shopping-guide .guide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.fs-l-main .shopping-guide .guide-container .item {
  padding: 2em;
}
.fs-l-main .circle_list {
  display: flex;
  justify-content: space-evenly;
  max-width: 900px;
  margin: 40px auto 0;
}
.fs-l-main .circle_list li {
  background: #111124;
  font-size: 0.9em;
  margin: 3px;
  height: 10em;
  width: 10em;
  border-radius: 50%;
  position: relative;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.fs-l-main .circle_list li p {
  position: absolute;
  top: calc(50% - 1.3em);
  color: #fff;
  font-weight: bold;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}
.fs-l-main .circle_list li .arrow2 {
  width: 1.2em;
  position: absolute;
  bottom: 1em;
  right: calc(50% - 0.6em);
}
.fs-l-main .group_categorysearch h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 2em auto 1.5em;
  text-align: center;
}
.fs-l-main .group_categorysearch .cate_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  max-width: 1100px;
}
.fs-l-main .group_categorysearch .bigcate {
  width: 33.3333%;
  display: flex;
  padding: 1.5em 1em;
  border: solid 1px #E6E6E6;
}
.fs-l-main .group_categorysearch .bigcate .bigcate_image {
  width: 30%;
}
.fs-l-main .group_categorysearch .bigcate .subcate_list {
  padding-left: 1em;
}
.fs-l-main .group_categorysearch .bigcate .subcate_list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-align: left;
}
.fs-l-main .group_categorysearch .bigcate .subcate_list ul {
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
}
.fs-l-main .sale_list_wrap {
  padding: 80px 0;
}
.fs-l-main .sale_list_wrap .fs-c-productListCarousel__ctrl {
  display: none !important;
}
.fs-l-main .sale_list_wrap .fs-c-productName__copy {
  display: none;
}
.fs-l-main .sale_list_wrap .fs-c-productName__name {
  font-size: 13px;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 7px 0;
}
.fs-l-main .sale_list_wrap .fs-c-productMarks {
  display: none;
}
.fs-l-main .sale_list_wrap .fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "";
}
.fs-l-main .more_btn {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}
.fs-l-main .more_btn .btn {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #404040;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
}
.fs-l-main .sp_feature {
  padding: 90px 0;
}
.fs-l-main .sp_feature .wrap {
  position: relative;
}
.fs-l-main .sp_feature .feature_frist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.fs-l-main .sp_feature .feature_frist .fs-pt-column__item {
  width: 32%;
  margin-bottom: 30px;
  display: block;
}
.fs-l-main .sp_feature .feature_frist .fs-pt-column__description {
  font-size: 13px;
  line-height: 1.3;
  color: #4D4C4C;
}
.fs-l-main .sp_feature .feature_frist .fs-pt-column__description.over {
  overflow: hidden;
  font-size: 13px;
  height: 39.78px;
  line-height: 1.7;
  position: relative;
  margin: 10px 0;
}
.fs-l-main .sp_feature .feature_frist .fs-pt-column__description.over:before, .fs-l-main .sp_feature .feature_frist .fs-pt-column__description.over:after {
  position: absolute;
}
.fs-l-main .sp_feature .feature_frist .fs-pt-column__description.over:before {
  content: "…";
  background: #fff;
  top: 17.68px;
  top: 23px;
  right: 0;
}
.fs-l-main .sp_feature .feature_frist .fs-pt-column__description.over:after {
  content: "";
  height: 100%;
  width: 100%;
}
.fs-l-main .sp_feature .feature_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fs-l-main .sp_feature .feature_second .fs-pt-column__item {
  width: 32%;
  margin-bottom: 30px;
  display: block;
}
.fs-l-main .sp_feature .feature_second .fs-pt-column__description {
  font-size: 13px;
  line-height: 1.3;
}
.fs-l-main .sp_feature .feature_second .fs-pt-column__description.over {
  overflow: hidden;
  font-size: 13px;
  height: 39.78px;
  line-height: 1.7;
  position: relative;
  margin: 0;
}
.fs-l-main .sp_feature .feature_second .fs-pt-column__description.over:before, .fs-l-main .sp_feature .feature_second .fs-pt-column__description.over:after {
  position: absolute;
}
.fs-l-main .sp_feature .feature_second .fs-pt-column__description.over:before {
  content: "…";
  background: #fff;
  top: 17.68px;
  right: 0;
}
.fs-l-main .sp_feature .feature_second .fs-pt-column__description.over:after {
  content: "";
  height: 100%;
  width: 100%;
}
.fs-l-main .sp_feature .feature_list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-l-main .sp_feature .feature {
  width: 32%;
  margin-bottom: 30px;
}
.fs-l-main .sp_feature .feature a {
  display: block;
}
.fs-l-main .sp_feature .img_area {
  margin-bottom: 10px;
}
.fs-l-main .sp_feature .text_area {
  overflow: hidden;
  font-size: 13px;
  height: 39.78px;
  line-height: 1.7;
  position: relative;
  margin: 0;
}
.fs-l-main .sp_feature .text_area:before, .fs-l-main .sp_feature .text_area:after {
  position: absolute;
}
.fs-l-main .sp_feature .text_area:before {
  content: "…";
  background: #fff;
  top: 17.68px;
  right: 0;
}
.fs-l-main .sp_feature .text_area:after {
  content: "";
  height: 100%;
  width: 100%;
}
.fs-l-main .sp_feature .more_btn {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}
.fs-l-main .sp_feature .more_btn .btn {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #404040;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
}
.fs-l-main .sec_title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #393939;
}
.fs-l-main .sub_title {
  font-family: 'Allura', cursive;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #707070;
  margin-bottom: 30px;
}
.fs-l-main .category_chose .chose_area .chose_title {
  max-width: 855px;
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 4px #DCDCDC;
  position: relative;
}
.fs-l-main .category_chose .chose_area .chose_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ED6C00;
  bottom: -4px;
  width: 13.5%;
}
.fs-l-main .category_chose .chose_area .icon_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 769px;
  width: 100%;
  margin: 20px auto;
}
.fs-l-main .category_chose .chose_area .icon_link_list .icon_list {
  width: 14%;
  margin-bottom: 10px;
}
.fs-l-main .category_chose .chose_area .icon_link_list .icon_list .icon_link {
  width: 100%;
  max-width: 90px;
  border: none;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fs-l-main .category_chose .chose_area .icon_link_list .icon_list .icon_link:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.fs-l-main .category_chose .img_loop_area {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: auto 100%;
  -webkit-animation: bg-slider 23s linear infinite;
  animation: bg-slider 23s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
  margin: 80px 0;
}
.fs-l-main .search_area {
  /* モーダル */
  /* クローズアイコン */
  /* 背景を暗くする */
  /* チェック時オーバーレイとコンテンツを表示 */
}
.fs-l-main .search_area #my_modal1 {
  display: none;
}
.fs-l-main .search_area .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fs-l-main .search_area .box_list {
  max-width: 512px;
  width: 48.5%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.fs-l-main .search_area .box_list_title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #393939;
}
.fs-l-main .search_area .box_sub_title {
  text-align: center;
  margin-bottom: 20px;
  color: #707070;
}
.fs-l-main .search_area .item_select {
  width: 100%;
  max-width: 512px;
  margin: auto;
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  color: #393939;
  padding: 13px 10px;
  cursor: pointer;
}
.fs-l-main .search_area .item_select:invalid {
  color: #98A6B5;
}
.fs-l-main .search_area .chose_item {
  width: 100%;
  max-width: 512px;
  margin: auto;
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  color: #393939;
  padding: 13px 10px;
  cursor: pointer;
}
.fs-l-main .search_area .chose_item:invalid {
  color: #98A6B5;
}
.fs-l-main .search_area .item_year_select {
  width: 100%;
  max-width: 512px;
  margin: 22px auto 0;
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  color: #393939;
  padding: 13px 10px;
  cursor: pointer;
}
.fs-l-main .search_area .item_year_select:invalid {
  color: #98A6B5;
}
.fs-l-main .search_area .chose_item_size {
  width: 100%;
  max-width: 512px;
  margin: 22px auto 0;
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  color: #393939;
  padding: 13px 10px;
  cursor: pointer;
}
.fs-l-main .search_area .chose_item_size:invalid {
  color: #98A6B5;
}
.fs-l-main .search_area .my_modal_btn {
  background: #111124 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  border: 2px solid #111124;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  max-width: 175px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px 0;
  display: block;
}
.fs-l-main .search_area .my_modal_body1 {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: none;
  background-color: #FFF;
  overflow-y: auto;
  /* スマホ用スクロール */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* お好みで */
  width: 90%;
  max-height: 80%;
  max-width: 940px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-l-main .search_area .my_modal_close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.fs-l-main .search_area .my_modal_close_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.fs-l-main .search_area .my_modal_close_icon span {
  display: block;
  width: 30px;
  position: absolute;
  border-bottom: solid 2px #000;
}
.fs-l-main .search_area .my_modal_close_icon span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fs-l-main .search_area .my_modal_close_icon :nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-l-main .search_area .image_area {
  max-width: 120px;
  width: 100%;
  margin: auto;
}
.fs-l-main .search_area .modal_title01 {
  margin: 26px 0 28px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.fs-l-main .search_area .modal_title01 .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F64E39;
}
.fs-l-main .search_area .modal_title01 .error .arert_icon {
  margin-right: 15px;
  max-width: 66px;
  max-height: 66px;
  width: 100%;
  height: auto;
}
.fs-l-main .search_area .modal_title {
  margin: 26px 0 28px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.fs-l-main .search_area .modal_title .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F64E39;
}
.fs-l-main .search_area .modal_title .error .arert_icon {
  margin-right: 15px;
  max-width: 66px;
  max-height: 66px;
  width: 100%;
  height: auto;
}
.fs-l-main .search_area .modal_text01 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.fs-l-main .search_area .modal_text01 .modal_list {
  width: 200px;
  margin: 20px auto 0;
  text-align: left;
}
.fs-l-main .search_area .modal_text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.fs-l-main .search_area .modal_text .modal_list {
  width: 200px;
  margin: 20px auto 0;
  text-align: left;
}
.fs-l-main .search_area .modal_arrow {
  width: 100%;
  max-width: 18px;
  margin: 28px auto;
}
.fs-l-main .search_area .recommend_text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 33px;
}
.fs-l-main .search_area .modal_arrow01 {
  width: 100%;
  max-width: 18px;
  margin: 28px auto;
}
.fs-l-main .search_area .recommend_text01 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 33px;
}
.fs-l-main .search_area .modal_bnr {
  max-width: 710px;
  width: 100%;
  margin: auto;
}
.fs-l-main .search_area .modal_bnr a {
  display: block;
}
.fs-l-main .search_area .modal_bnr .error {
  margin-bottom: 30px;
}
.fs-l-main .search_area .modal_bnr .error .my_modal_close {
  position: static;
  display: block;
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.fs-l-main .search_area .modal_bnr .error .my_modal_close .my_modal_close_icon {
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.fs-l-main .search_area .modal_bnr01 {
  max-width: 710px;
  width: 100%;
  margin: auto;
}
.fs-l-main .search_area .modal_bnr01 a {
  display: block;
}
.fs-l-main .search_area .modal_bnr01 .error {
  margin-bottom: 30px;
}
.fs-l-main .search_area .modal_bnr01 .error .my_modal_close {
  position: static;
  display: block;
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.fs-l-main .search_area .modal_bnr01 .error .my_modal_close .my_modal_close_icon {
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.fs-l-main .search_area .my_modal_content {
  padding: 5px 10px;
}
.fs-l-main .search_area .my_modal_overlay {
  display: none;
  position: fixed;
  z-index: 90000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #6B6B6B;
  opacity: 0.5;
  cursor: pointer;
}
.fs-l-main .search_area #my_modal1:checked ~ .my_modal_body1, .fs-l-main .search_area #my_modal1:checked ~ .my_modal_overlay {
  display: block;
}
.fs-l-main .search_area #my_modal2:checked ~ .my_modal_body1, .fs-l-main .search_area #my_modal2:checked ~ .my_modal_overlay {
  display: block;
}
.fs-l-main .new_item_area_parts {
  padding: 80px 0;
}
.fs-l-main .new_item_area_parts .new_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.fs-l-main .new_item_area_parts .new_item_list .new_list {
  width: 15.5%;
  margin-right: 1.4%;
}
.fs-l-main .new_item_area_parts .new_item_list .new_list:last-child {
  margin-right: 0;
}
.fs-l-main .new_item_area_parts .new_item_list .new_list .item_name {
  margin-top: 7px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-l-main .new_item_area_parts .new_item_list .new_list .price_box {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fs-l-main .new_item_area_parts .new_item_list .new_list .price_box .item_price {
  font-size: 12px;
}
.fs-l-main .new_item_area_parts .new_item_list .new_list .price_box .icon {
  background: #404040;
  font-size: 11px;
  color: #fff;
  padding: 1px 5px;
}
.fs-l-main .new_item_area_parts .new_item_btn {
  max-width: 300px;
  width: 100%;
  margin: 0px auto 0;
}
.fs-l-main .new_item_area_parts .new_item_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  color: #fff;
  border: 2px solid #404040;
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fs-l-main .search_chose_area {
  background: #E8E8E8;
  margin: 50px auto 150px;
  padding: 50px 0;
}
.fs-l-main .search_chose_area .wrap {
  position: relative;
  padding: 60px 0;
}
.fs-l-main .search_chose_area .inquiry_wrap {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}
.fs-l-main .search_chose_area .inquiry_wrap p {
  margin-bottom: 1.5em;
}
.fs-l-main .search_chose_area .search_chose_close {
  position: absolute;
  top: 20px;
  right: 50px;
  display: none;
  width: 28px;
  height: 45px;
  cursor: pointer;
}
.fs-l-main .search_chose_area .search_chose_close.active {
  display: block;
}
.fs-l-main .search_chose_area .search_chose_close span {
  display: block;
  width: 30px;
  position: absolute;
  border-bottom: solid 2px #000;
}
.fs-l-main .search_chose_area .search_chose_close span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fs-l-main .search_chose_area .search_chose_close span:nth-child(2) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-l-main .search_chose_area .search_chose_wrap {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.fs-l-main .search_chose_area .flee_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #98A6B5;
  padding: 5px 10px;
  background: #fff;
}
.fs-l-main .search_chose_area .flee_area .item_input {
  border: none;
  padding: 0;
  outline: 0;
  width: 96%;
  font-size: 15px;
  color: #4D4C4C;
  letter-spacing: 1.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fs-l-main .search_chose_area .flee_area .item_input::-webkit-input-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .flee_area .item_input::-moz-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .flee_area .item_input:-ms-input-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .flee_area .item_input::-ms-input-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .flee_area .item_input::placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .flee_area .item_input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #fff;
}
.fs-l-main .search_chose_area .flee_area .item_input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}
.fs-l-main .search_chose_area .flee_area .submit_btn {
  border: none;
  outline: 0;
  max-width: 25px;
  padding: 0;
}
.fs-l-main .search_chose_area .chose_btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fs-l-main .search_chose_area .chose_btn .btn_list {
  border: 2px solid #535353;
  max-width: 185px;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  font-size: 13px;
  font-weight: bold;
  color: #4D4C4C;
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 97% center;
  cursor: pointer;
}
.fs-l-main .search_chose_area .chose_btn .btn_list.active {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  color: #fff;
}
.fs-l-main .search_chose_area .target_area {
  margin-top: 35px;
  display: none;
}
.fs-l-main .search_chose_area .target_area.active {
  display: block;
}
.fs-l-main .search_chose_area .target_area.target03 .feature_list .feature {
  margin-bottom: 50px;
}
.fs-l-main .search_chose_area .target_area .tartget_title .title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.fs-l-main .search_chose_area .target_area .icon_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
.fs-l-main .search_chose_area .target_area .icon_link_list .icon_list {
  width: 14%;
  margin-bottom: 10px;
}
.fs-l-main .search_chose_area .target_area .icon_link_list .icon_list .icon_link {
  width: 100%;
  max-width: 90px;
  border: none;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fs-l-main .search_chose_area .target_area .icon_link_list .icon_list .icon_link:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.fs-l-main .search_chose_area .target_area .chose_title {
  max-width: 855px;
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 4px #DCDCDC;
  position: relative;
}
.fs-l-main .search_chose_area .target_area .chose_title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ED6C00;
  bottom: -4px;
  width: 13.5%;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list {
  width: 32%;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list:nth-child(2), .fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list:nth-child(5) {
  margin: 0 2%;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .new_item_img {
  margin-bottom: 10px;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .item_price {
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.7;
  color: #4D4C4C;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .item_price.over {
  overflow: hidden;
  font-size: 11px;
  height: 56.1px;
  line-height: 1.7;
  position: relative;
  margin: 0;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .item_price.over:before, .fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .item_price.over:after {
  position: absolute;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .item_price.over:before {
  content: "…";
  background: #E8E8E8;
  top: 37.4px;
  right: 0;
}
.fs-l-main .search_chose_area .target_area .bnr_area_list .bnr_list .item_price.over:after {
  content: "";
  height: 100%;
  width: 100%;
}
.fs-l-main .search_chose_area .target_area .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-l-main .search_chose_area .target_area .feature_list .feature {
  width: 32%;
}
.fs-l-main .search_chose_area .target_area .feature_list .feature:nth-child(2), .fs-l-main .search_chose_area .target_area .feature_list .feature:nth-child(5) {
  margin: 0 2%;
}
.fs-l-main .search_chose_area .target_area .feature_list .text_area {
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.7;
}
.fs-l-main .search_chose_area .target_area .link_btn {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
}
.fs-l-main .search_chose_area .target_area .link_btn .btn {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  height: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #404040;
}
.fs-l-main .search_chose_area .target_area .form_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fs-l-main .search_chose_area .target_area .form_list li {
  width: 31%;
}
.fs-l-main .search_chose_area .target_area .form_list .forom_list_title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  color: #313131;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  border: 1px solid #98A6B5;
  padding: 5px 10px;
  background: #fff;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input {
  border: none;
  padding: 0;
  outline: 0;
  width: 100%;
  font-size: 15px;
  color: #4D4C4C;
  letter-spacing: 1.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input::-webkit-input-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input::-moz-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input:-ms-input-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input::-ms-input-placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input::placeholder {
  color: #98A6B5;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #fff;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .item_input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}
.fs-l-main .search_chose_area .target_area .form_list .keyword_area .submit_btn {
  border: none;
  outline: 0;
  max-width: 18px;
  padding: 0;
}
.fs-l-main .search_chose_area .target_area .form_list .checbox_list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #545454;
}
.fs-l-main .search_chose_area .target_area .form_list .checbox_list label input {
  display: none;
}
.fs-l-main .search_chose_area .target_area .form_list .checbox_list input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
.fs-l-main .search_chose_area .target_area .form_list .checbox_list input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border-radius: 4px;
  border: 1px solid;
  border-color: #CDD6DD;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  /* 背景の色変更 お好きな色を */
}
.fs-l-main .search_chose_area .target_area .form_list .checbox_list input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  margin-top: -5px;
  top: 50%;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1.9px solid;
  border-left: 1.9px solid;
  border-color: #ED6C00;
  /* チェックの色変更 お好きな色を */
}
.fs-l-main .search_chose_area .target_area .form_list #slider .noUi-connect {
  background: #404040;
}
.fs-l-main .search_chose_area .target_area .form_list #slider .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #707070;
}
.fs-l-main .search_chose_area .target_area .form_list #slider .noUi-handle:before {
  display: none;
}
.fs-l-main .search_chose_area .target_area .form_list #slider .noUi-handle::after {
  display: none;
}
.fs-l-main .search_chose_area .target_area .form_list #slider .noUi-pips.noUi-pips-horizontal {
  display: none;
}
.fs-l-main .search_chose_area .target_area .form_list .input_box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fs-l-main .search_chose_area .target_area .form_list .input_box #test_v1, .fs-l-main .search_chose_area .target_area .form_list .input_box #test_v2 {
  max-width: 93px;
  height: 35px;
  background: #fff;
  border: 1px solid #CDD6DD;
  border-radius: 3px;
}
.fs-l-main .search_chose_area .target_area .form_list .input_box .text {
  font-size: 20px;
  margin: 0 10px;
}
.fs-l-main .search_chose_area .target_area .form_list .input_box .en {
  font-size: 13px;
  margin-top: 10px;
}
.fs-l-main .search_chose_area .target_area .form_btn {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  border: 2px solid #404040;
  height: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
}
.fs-l-main .index_bnr_area {
  padding: 69px 0;
}
.fs-l-main .index_bnr_area .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link {
  width: 49%;
  padding: 55px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border: 1px solid #707070;*/
  height: 324px;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link.company_bnr {
  background: url(https://emoor.itembox.design/item/introduction_540324-1.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link.menbar_bnr {
  background: url(https://emoor.itembox.design/item/introduction_540324-2.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_title .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_sub_title {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area {
  margin-top: 40px;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #404040;
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  font-size: 13px;
  font-weight: bold;
}
.fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link.second {
  margin-top: 10px;
}
.fs-l-main .emoor_info {
  background: #E8E8E8;
}
.fs-l-main .emoor_info .wrap {
  display: flex;
}
.fs-l-main .emoor_info .wrap .info_container {
  width: calc(50% - 4em);
  margin: 3em 2em;
}
.fs-l-main .emoor_info .wrap .info_container .info_contents {
  margin-bottom: 2em;
}
.fs-l-main .emoor_info .wrap .info_container h2 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0.5em;
}
.fs-l-main .emoor_info .wrap .info_container h2:before {
  content: '';
  height: 1em;
  border-left: solid 3px #3B3B3B;
  position: relative;
  left: -0.5em;
}
.fs-l-main .emoor_info .wrap .info_container small {
  display: block;
  margin-bottom: 2em;
  font-size: 13px;
}
.fs-l-main .emoor_info .wrap .info_container h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.fs-l-main .emoor_info .wrap .info_container h3:before {
  content: '-';
}
.fs-l-main .emoor_info .wrap .info_container ul {
  line-height: 1.7;
}

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1200px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1200px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}
@media (min-width: 1px) and (max-width: 1180px) {
  .top_slider.pcv {
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .top_slider .fs-pt-carousel__slide a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .top_slider .fs-pt-carousel__slide a img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .top_slider .fs-pt-carousel__slide a:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .top_slider .fs-pt-carousel__slide a:hover .side_line {
    width: 100%;
  }
  .top_slider .fs-pt-carousel__slide a:hover .side_line:before {
    width: 100%;
  }
  .top_slider .fs-pt-carousel__slide a:hover .vertical_line {
    height: 100%;
  }
  .top_slider .fs-pt-carousel__slide a:hover .vertical_line:after {
    height: 100%;
  }
  .top_slider .fs-pt-carousel__slide a .side_line {
    position: absolute;
    bottom: 40px;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .top_slider .fs-pt-carousel__slide a .side_line:before {
    height: 5px;
    width: 0%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    content: "";
    background-color: #ffffff;
  }
  .top_slider .fs-pt-carousel__slide a .vertical_line {
    position: absolute;
    right: 40px;
    bottom: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .top_slider .fs-pt-carousel__slide a .vertical_line:after {
    width: 5px;
    height: 0%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    content: "";
    background-color: #ffffff;
  }

  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image:hover .side_line {
    width: 100%;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image:hover .side_line:before {
    width: 100%;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image:hover .vertical_line {
    height: 100%;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image:hover .vertical_line:after {
    height: 100%;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image .side_line {
    position: absolute;
    bottom: 25px;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image .side_line:before {
    height: 4px;
    width: 0%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    max-width: 336px;
    position: absolute;
    content: "";
    background-color: #ffffff;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image .vertical_line {
    position: absolute;
    right: 25px;
    bottom: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item .fs-pt-column__image .vertical_line:after {
    width: 4px;
    max-height: 221px;
    height: 0%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    content: "";
    background-color: #ffffff;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link:hover {
    color: #4D4C4C;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    width: 100%;
    color: #fff;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link:hover:before {
    left: 0;
  }
  .fs-l-main .search_chose_area .chose_btn .btn_list {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .search_chose_area .chose_btn .btn_list:hover {
    color: #fff;
    background: #404040;
  }
  .fs-l-main .search_chose_area .target_area .form_btn {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .search_chose_area .target_area .form_btn:hover {
    color: #4D4C4C;
  }
  .fs-l-main .search_chose_area .target_area .form_btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .fs-l-main .search_chose_area .target_area .form_btn:hover:before {
    left: 0;
  }
  .fs-l-main .search_chose_area .link_btn .btn {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .search_chose_area .link_btn .btn:hover {
    color: #4D4C4C;
  }
  .fs-l-main .search_chose_area .link_btn .btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .fs-l-main .search_chose_area .link_btn .btn:hover:before {
    left: 0;
  }
  .fs-l-main .new_item_area_parts .new_item_btn a {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .new_item_area_parts .new_item_btn a:hover {
    color: #4D4C4C;
  }
  .fs-l-main .new_item_area_parts .new_item_btn a:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .fs-l-main .new_item_area_parts .new_item_btn a:hover:before {
    left: 0;
  }
  .fs-l-main .search_area .my_modal_btn {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .search_area .my_modal_btn:hover {
    color: #4D4C4C;
  }
  .fs-l-main .search_area .my_modal_btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .fs-l-main .search_area .my_modal_btn:hover:before {
    left: 0;
  }
  .fs-l-main .more_btn .btn {
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .fs-l-main .more_btn .btn:hover {
    color: #4D4C4C;
  }
  .fs-l-main .more_btn .btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  .fs-l-main .more_btn .btn:hover:before {
    left: 0;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #recommend, #category, #new_item {
    margin-top: -55px;
    padding-top: 55px;
  }

  .top_slider.fs-c-slick .slick-next {
    display: none !important;
  }
  .top_slider.fs-c-slick .slick-prev {
    display: none !important;
  }
  .top_slider.key_visual .fs-pt-carousel__slide__caption {
    left: 10px;
  }
  .top_slider.key_visual .fs-pt-carousel__slide__caption p {
    font-size: 35px;
  }
  .top_slider.key_visual .fs-pt-carousel__slide__caption small {
    font-size: 18px;
  }
  .top_slider.key_visual .fs-pt-carousel__slide__caption button {
    font-size: 16px;
  }

  .sp_top_slider {
    margin-bottom: 10px;
  }

  .sp_top_slider.fs-c-slick .slick-list {
    padding: 0 !important;
    padding-right: 20px !important;
  }

  .fs-l-main .news_area .fs-pt-list__item .fs-pt-list__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-l-main .news_area .fs-pt-list__item .category {
    width: 50%;
    max-width: 60px;
    margin-right: 10px;
  }
  .fs-l-main .news_area .fs-pt-list__item .category span {
    font-size: 9px;
    min-width: 60px;
    padding: 3px 0;
  }
  .fs-l-main .news_area .fs-pt-list__item .news_day {
    width: 50%;
  }
  .fs-l-main .news_area .fs-pt-list__item .link_text {
    margin-top: 8px;
  }
  .fs-l-main .search_layout .layout-content {
    width: 100%;
    flex-direction: column;
  }
  .fs-l-main .search_layout .layout-content label {
    cursor: grab;
    padding: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .fs-l-main .search_layout .layout-flex {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }
  .fs-l-main .search_layout .layout-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .fs-l-main .search_layout .layout-flex ul li {
    width: 48%;
  }
  .fs-l-main .search_layout .layout-flex ul li a.btn {
    padding: 0.5em 30px;
  }
  .fs-l-main .search_layout .layout-img {
    margin-bottom: 2em;
  }
  .fs-l-main .search_layout .room_toggle:checked + label + .layout-flex {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all .3s;
  }
  .fs-l-main .search_layout .room_toggle:checked + label::before {
    transform: rotate(-45deg) !important;
  }
  .fs-l-main .search_cat li {
    width: 43%;
  }
  .fs-l-main .search_cat li p {
    font-size: 14px;
  }
  .fs-l-main .search_cat .search_cat_sec {
    margin-bottom: 1em;
  }
  .fs-l-main .search_cat .cat_toggle {
    display: none;
  }
  .fs-l-main .search_cat label h3 {
    font-size: 16px;
    padding: 1em;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .fs-l-main .search_cat label h3::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #393939;
    border-right: 2px solid #393939;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
  }
  .fs-l-main .search_cat .cat_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
  }
  .fs-l-main .search_cat .cat_toggle:checked + label + .cat_content {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all .3s;
  }
  .fs-l-main .search_cat .cat_toggle:checked + label h3::before {
    transform: rotate(-45deg) !important;
  }
  .fs-l-main .concept .con_cat h3 {
    font-size: 18px;
  }
  .fs-l-main .concept .circle_list li {
    font-size: 0.8em;
  }
  .fs-l-main .concept .circle_list li p {
    top: calc(50% - 1.9em);
  }
  .fs-l-main .about-us .about_text {
    font-size: 14px;
    margin-bottom: 2em;
  }
  .fs-l-main .about-us .about-grid-container {
    width: 100%;
    height: 120vw;
    grid-template-columns: 1fr 4fr 4fr 1fr 4fr;
    grid-template-rows: 3fr 1fr 3fr 1fr 3fr;
  }
  .fs-l-main .about-us .about-grid-container p {
    display: none;
  }
  .fs-l-main .about-us .itemA {
    grid-column: 2/5;
    grid-row: 1/2;
  }
  .fs-l-main .about-us .itemB {
    grid-column: 3/6;
    grid-row: 3/4;
  }
  .fs-l-main .about-us .itemC {
    grid-column: 1/4;
    grid-row: 5/6;
  }
  .fs-l-main .showroom .showroom-text p {
    margin-top: 2em;
  }
  .fs-l-main .showroom .showroom-img {
    display: none;
  }
  .fs-l-main .showroom .btn-nv {
    margin: auto;
  }
  .fs-l-main .company .company-info {
    width: 100%;
  }
  .fs-l-main .company .btn-nv {
    margin: 30px auto;
  }
  .fs-l-main .activity h3 {
    font-size: 18px;
  }
  .fs-l-main .activity .box-1-2 {
    width: 100%;
  }
  .fs-l-main .activity .box-full .activity-content {
    display: block;
  }
  .fs-l-main .activity .box-full .activity-block {
    width: 100%;
  }
  .fs-l-main .owned-media {
    margin-bottom: 10em;
  }
  .fs-l-main .owned-media .owned-wrap {
    display: block;
  }
  .fs-l-main .owned-media .owned-wrap > div {
    width: 100%;
  }
  .fs-l-main .owned-media .owned-wrap > div img {
    width: 100%;
  }
  .fs-l-main .owned-media .owned-wrap > div P {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .fs-l-main .owned-media .owned-wrap a.btn-nv {
    margin: auto;
    display: block;
  }
  .fs-l-main .owned-media #parentframe {
    display: none;
  }
  .fs-l-main .shopping-guide .member-text {
    font-size: 18px;
  }
  .fs-l-main .shopping-guide .circle_list {
    flex-wrap: wrap;
  }
  .fs-l-main .shopping-guide .circle_list li {
    margin-bottom: 2em;
  }
  .fs-l-main .group_categorysearch .bigcate {
    width: 100%;
  }
  .fs-l-main .sp_serch_link {
    background: #E8E8E8;
    margin-top: 38px;
    padding: 25px 18px;
  }
  .fs-l-main .sp_serch_link .flee_area {
    max-width: 339px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 11px;
    border: 1px solid #98A6B5;
    padding: 13px 10px;
    background: #fff;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input {
    border: none;
    padding: 0;
    outline: 0;
    width: 96%;
    font-size: 15px;
    color: #393939;
    letter-spacing: 1.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #4D4C4C;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input::-webkit-input-placeholder {
    color: #98A6B5;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input::-moz-placeholder {
    color: #98A6B5;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input:-ms-input-placeholder {
    color: #98A6B5;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input::-ms-input-placeholder {
    color: #98A6B5;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input::placeholder {
    color: #98A6B5;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #fff;
  }
  .fs-l-main .sp_serch_link .flee_area .item_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
  }
  .fs-l-main .sp_serch_link .flee_area .submit_btn {
    border: none;
    outline: 0;
    max-width: 20px;
    padding: 0;
  }
  .fs-l-main .sp_serch_link .page_link_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-l-main .sp_serch_link .page_link_list .link_list {
    width: 48%;
    border: 2px solid #535353;
    font-size: 12px;
    font-weight: bold;
    background: #fff url(../img/index/btn_icon_b.png);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 98% center;
    margin-bottom: 20px;
  }
  .fs-l-main .sp_serch_link .page_link_list .link_list:nth-child(3), .fs-l-main .sp_serch_link .page_link_list .link_list:last-child {
    margin-bottom: 0;
  }
  .fs-l-main .sp_serch_link .page_link_list .link_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    font-size: 12px;
  }
  .fs-l-main .sp_feature {
    padding: 60px 0;
  }
  .fs-l-main .sp_feature .feature_list {
    margin-top: 13px;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item {
    width: 49%;
    padding: 0;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__item img {
    margin-bottom: 10px;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__description {
    font-size: 12px;
    height: 39.78px;
    overflow: hidden;
    line-height: 1.7;
  }
  .fs-l-main .sp_feature .feature_frist .fs-pt-column__description.over {
    font-size: 12px;
  }
  .fs-l-main .sp_feature .feature {
    width: 48.5%;
    margin-bottom: 18px;
  }
  .fs-l-main .sp_feature .text_area {
    font-size: 12px;
  }
  .fs-l-main .sp_feature .more_btn {
    max-width: 234px;
    margin-top: 0;
  }
  .fs-l-main .sp_feature .more_btn .btn {
    font-size: 12px;
  }
  .fs-l-main .category_chose {
    width: 90%;
    margin: auto;
  }
  .fs-l-main .category_chose .chose_area .chose_title {
    font-size: 15px;
  }
  .fs-l-main .category_chose .chose_area .chose_title:after {
    width: 26.5%;
    bottom: -4px;
  }
  .fs-l-main .category_chose .chose_area .icon_link_list {
    width: 95%;
  }
  .fs-l-main .category_chose .chose_area .icon_link_list .icon_list {
    width: 25%;
  }
  .fs-l-main .category_chose .img_loop_area {
    display: none;
  }
  .fs-l-main .search_area .box_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fs-l-main .search_area .box_list {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 37px;
  }
  .fs-l-main .search_area .box_list_title {
    font-size: 18px;
  }
  .fs-l-main .search_area .item_select {
    font-size: 15px;
    max-width: 320px;
    display: block;
  }
  .fs-l-main .search_area .chose_item {
    font-size: 15px;
    max-width: 320px;
    display: block;
  }
  .fs-l-main .search_area .chose_item_size {
    font-size: 15px;
    max-width: 320px;
    display: block;
  }
  .fs-l-main .search_area .item_year_select {
    max-width: 320px;
    font-size: 15px;
    display: block;
  }
  .fs-l-main .search_area .my_modal_btn {
    font-size: 15px;
    max-width: 226px;
    padding: 13px 0;
  }
  .fs-l-main .search_area .recommend_text {
    font-size: 17px;
  }
  .fs-l-main .search_area .modal_text {
    font-size: 12px;
  }
  .fs-l-main .search_area .modal_text .modal_list {
    margin-top: 10px;
  }
  .fs-l-main .search_area .modal_text01 {
    font-size: 12px;
  }
  .fs-l-main .search_area .modal_arrow {
    margin: 15px auto;
  }
  .fs-l-main .search_area .modal_title {
    font-size: 17px;
    margin: 12px 0 14px;
  }
  .fs-l-main .search_area .modal_title01 {
    font-size: 17px;
    margin: 12px 0 14px;
  }
  .fs-l-main .new_item_area_parts {
    padding: 70px 0 0;
  }
  .fs-l-main .new_item_area_parts .new_item_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-l-main .new_item_area_parts .new_item_list .new_list {
    width: 48%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .fs-l-main .new_item_area_parts .new_item_list .new_list:nth-child(odd) {
    margin-right: 4%;
  }
  .fs-l-main .new_item_area_parts .new_item_btn {
    max-width: 234px;
  }
  .fs-l-main .new_item_area_parts .new_item_btn a {
    font-size: 15px;
  }
  .fs-l-main .index_bnr_area {
    padding: 80px 0;
  }
  .fs-l-main .index_bnr_area .bnr_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link {
    padding: 35px 25px;
    width: 100%;
    max-width: 340px;
    height: 204px;
    margin: auto;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link.company_bnr {
    margin-bottom: 15px;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link.company_bnr .bnr_link_btn_area {
    margin-top: 27px;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_title .title {
    font-size: 20px;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_sub_title {
    font-size: 10px;
    margin-top: 0;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area {
    margin-top: 14px;
  }
  .fs-l-main .index_bnr_area .bnr_box .bnr_link .bnr_link_btn_area .btn_link {
    font-size: 12px;
    height: 25px;
    max-width: 209px;
  }
  .fs-l-main .sec_title {
    font-size: 18px;
  }
  .fs-l-main .sub_title {
    font-size: 18px;
    margin-top: 5px;
  }
  .fs-l-main .emoor_info .wrap {
    flex-direction: column;
  }
  .fs-l-main .emoor_info .wrap .info_container {
    width: calc(100% - 4em);
  }
}
@media (min-width: 395px) and (max-width: 527px) {
  .fs-l-main .shopping-guide .circle_list li {
    margin: 25px;
  }
}
/*あとでbaseに移す*/
a.btn {
  display: inline-block;
  position: relative;
  width: 330px;
  max-width: 100%;
  font-size: 17px;
  margin: 0;
  padding: 0.5em 40px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  background-position: right center;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
}

a.btn:hover {
  color: #404040;
  background-position: left center;
}

a.btn:after {
  content: '';
  position: absolute;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  top: calc(50% - 0.5em);
  right: 10px;
}

a.btn-bk {
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  padding: 27px 30px;
  font-weight: bold;
  border-radius: 3px;
}

a.btn-wh {
  background-image: linear-gradient(to right, #404040 0%, #404040 50%, #fff 50%, #fff 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #404040;
  border: solid 2px #404040;
}

a.btn-wh:after {
  background-image: url(../img/index/btn_icon_b.png);
}

a.btn-wh:hover {
  color: #fff;
}

a.btn-nv {
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #111124 50%, #111124 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 100%;
  max-width: 300px;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  border: solid 2px #111124;
}

a.btn-nv:after {
  background-image: url(../img/index/btn_icon_w.png);
}

a.btn-nv:hover {
  color: #111124;
}

@media (min-width: 1px) and (max-width: 767px) {
  a.btn-nv {
    font-size: 14px;
  }

  a.btn-wh {
    font-size: 14px;
  }
}

/*# sourceMappingURL=index_v3.css.map */
