/* プレビューヘッダを非表示 */
.fs-preview-header { display: none; }
/*header css*/
.FS2_body_text_area {
  display: none;
}
.fs-l-header {
  padding-top: 0;
}
.fs-body-category .FS2_body_text_area.item_g {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fs-body-product .FS2_body_text_area.item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body {
  border-top: none;
}
header {
  border-top: #000000 2px solid;
}
header #header {
  max-width: 980px;
  width: 100%;
}
header #logo {
  max-width: 220px;
  width:22%;
}
header #assist-area {
  max-width: 720px;
  width: 72%;
}
header #gnav {
  max-width: 560px;
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
header #gnav li a img {
  max-height: 16px;
  max-width: 93px;
  width: 100%;
  height: auto;
}
header #gnav li:nth-child(3) a img {
  max-width: 92px;
  width: 100%;
}
header #gnav li:nth-child(4) a img {
  max-width: 92px;
  width: 100%;
}
header #gnav li:nth-child(6) a img {
  max-width: 92px;
  width: 100%;
}
header #view-cart {
  max-width: 140px;
}
header #view-cart a img {
  max-width: 140px;
  width: 100%;
  max-height: 30px;
  height: auto;
}
.fs-body-category header .header_image {
  max-width: 720px;
  margin-left: auto;
}
.fs-body-product header .header_image {
  max-width: 720px;
  margin-left: auto;
}
.fs-body-search header .header_image {
  max-width: 720px;
  margin-left: auto;
}
.fs-body-cart header .header_image {
  max-width: 720px;
  margin-left: auto;
}
header .header_image a img {
  width: 100%;
}
.fs-body-category header .header_image a img.index_only,.fs-body-product header .header_image a img.index_only,.fs-body-search header .header_image a img.index_only,.fs-body-cart header .header_image a img.index_only {
  display:none;
}
.fs-body-category header .header_image a img.index_other,.fs-body-product header .header_image a img.index_other,.fs-body-search header .header_image a img.index_other,.fs-body-cart header .header_image a img.index_other {
  display:block;
}
header .header_image a img.index_other {
  display: none;
}
header .sp_menu {
  display: none;
}
header .navToggle {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 40px;
  height: 39px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
header .navToggle span {
  display: block;
  position: absolute;
  width: 22px;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
  color: #000;
}
header .navToggle span:nth-child(1) {
  top: 9px;
}
header .navToggle span:nth-child(2) {
  top: 18px;
}
header .navToggle span:nth-child(3) {
  top: 27px;
}
header .navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .navToggle.active span:nth-child(2),header .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




@media (min-width: 1px) and (max-width: 1000px) {
  header #assist-area {
    width: 78%;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 3;
  }
  header #assist-area {
    display: none;
  }
  header #header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header #logo {
    width: 50%;
  }
  header .sp_menu {
    display: block;
    position: relative;
    width: 50%;
    float: right;
  }
  header .header_image {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  header #logo {
    width: 40%;
  }
  header #logo img {
    width: 106px;
    height: 44px;
    margin-left: 10px;
  }
  header .navToggle {
    top: 4px;
  }
  .fs-body-category .FS2_body_text_area.item_g {
    display: none;
  }
  .fs-body-product .FS2_body_text_area.item {
    display: none;
  }
}
/*TOPページ スライダー*/
.main_slider_text {
  text-align: center;
}
.slider_area {
  max-width: 980PX;
  width: 100%;
  margin: 0 auto 43px;
  background: #eaeaea;
}
#thumb-v.slider-pro {
  margin: 0;
}
#thumb-v .sp-right-thumbnails.sp-has-pointer {
  right: -30px;
  top: 15px;
}
#thumb-v .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  left: 0;
  width: 100%!important;
  margin-left: auto!important;
  padding: 0;
  box-sizing: border-box;
}
#thumb-v .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  display: none;
}
#thumb-v .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  display: none;
}
#thumb-v .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail {
  border: 3px solid #2f3032!important;
}
@media (min-width: 1px) and (max-width: 980px) {
  #thumb-v.slider-pro {
    margin: 0 auto;
  }
  #thumb-v .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    display: none;
  }
  #thumb-v .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    display: none;
  }
  #thumb-v .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail img {
    border: 3px solid #2f3032!important;
  }
  #thumb-v .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: 0;
  }
  .slider_area {
    padding-bottom: 30px;
  }
  #thumb-v .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    width: 89%!important;
    height: 84%!important;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .slider_area {
    padding-top: 88px;
  }
}
@media (min-width: 1px) and (max-width: 822px) {
  .slider_area {
    padding-top: 69px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .slider_area {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .slider_area .main_slider_text {
    font-size: 10px;
  }
}
/*page　ベース*/
.fs-body-top .fs-l-main {
  margin: 0 auto 20px;
  padding: 0;
  max-width: 980PX;
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fs-l-main {
  margin: 0 auto 20px;
  padding: 0;
  max-width: 980PX;
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fs-p-drawer {
  padding: 0;
  box-shadow: none;
  right: 0;
  left: initial;
  transform: translateX(100%);
  width: 80%;
}
.fs-p-drawer #side {
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 960px) and (min-width: 1px) {
.fs-p-drawer #side {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
}
.fs-p-drawer #side .side-banner li{
  text-align: center;
}
.fs-p-drawer #side #fblikebox {
  text-align: center;
}
#side .item_category_title {
  font-size: 10px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: #EDEDED 1px solid;
  background: url(https://donoshop.itembox.design/item/common/img/cc/d_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_category_title.clicked {
  background: url(https://donoshop.itembox.design/item/common/img/cc/u_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_category_title .en_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#side .item_scene_title {
  font-size: 10px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: #EDEDED 1px solid;
  background: url(https://donoshop.itembox.design/item/common/img/cc/d_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_scene_title.clicked {
  background: url(https://donoshop.itembox.design/item/common/img/cc/u_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_scene_title .en_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#side .item_gift_title {
  font-size: 10px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: #EDEDED 1px solid;
  background: url(https://donoshop.itembox.design/item/common/img/cc/d_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_gift_title.clicked {
  background: url(https://donoshop.itembox.design/item/common/img/cc/u_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_gift_title .en_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#side .item_maker_title {
  font-size: 10px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: #EDEDED 1px solid;
  background: url(https://donoshop.itembox.design/item/common/img/cc/d_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_maker_title.clicked {
  background: url(https://donoshop.itembox.design/item/common/img/cc/u_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_maker_title .en_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#side .item_contents_title {
  font-size: 10px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: #EDEDED 1px solid;
  background: url(https://donoshop.itembox.design/item/common/img/cc/d_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_contents_title.clicked {
  background: url(https://donoshop.itembox.design/item/common/img/cc/u_arrow01.gif);
  background-repeat: no-repeat;
  background-size: 5px 3px;
  background-position: 98% center;
}
#side .item_contents_title .en_title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#main.fs-l-pageMain {
  max-width: 740px;
  width: 78%;
}
.fs-c-breadcrumb {
  background: #edebeb;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child::before{
  content: "";
  display: inline-block;
  background: url(https://donoshop.itembox.design/item/img/common/icon-home.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  margin-right: 5px;
}
@media screen and (min-width: 961px) {
  .fs-p-drawer  {
    box-shadow: none;
    position: relative;
    transform: translateX(0);
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .fs-l-main {
    padding-top: 107px;
  }
  .fs-p-drawer.active  {
    transform: translateX(0%);
  }
  .fs-p-drawer {
    top: 106px;
    right: 0;
  }
  #main.fs-l-pageMain {
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #main.fs-l-pageMain {
    width: 90%;
  }
  .fs-l-main {
    padding-top: 63px;
  }
  .fs-p-drawer {
    top: 62px;
    right: 0;
  }
}
/*index contens*/
/*おすすめ商品*/
.fs-body-top .fs-l-pageMain #index-recommend {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-body-top .fs-l-pageMain #index-recommend li {
  width: 31%;
  margin: 0;
  margin-bottom: 20px;
}
.fs-body-top .fs-l-pageMain #index-recommend li:nth-child(2),.fs-body-top .fs-l-pageMain #index-recommend li:nth-child(5),.fs-body-top .fs-l-pageMain #index-recommend li:nth-child(8) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
/*お知らせ*/
.fs-body-top .fs-l-pageMain .fs-pt-list.fs-pt-list--noMarker .fs-pt-list__item {
  margin-top: 0;
}
.index_bnr.fs-pt-column {
  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-bottom: 30px;
}
.index_bnr.fs-pt-column .fs-pt-column__item {
  width: 49.5%;
  padding: 0;
  margin-bottom: 10px
}
@media (min-width: 1px) and (max-width: 767px) {
  #footer-showroom {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  #footer-showroom .data {
    width: 50%;
  }
  #footer-showroom .image {
    width: 46%;
    margin-left: 4%;
  }
}
@media (min-width: 1px) and (max-width: 543px) {
  .fs-body-top .fs-l-pageMain #index-recommend li {
    width: 49%;
  }
  .fs-body-top .fs-l-pageMain #index-recommend li:nth-child(2),.fs-body-top .fs-l-pageMain #index-recommend li:nth-child(5),.fs-body-top .fs-l-pageMain #index-recommend li:nth-child(8) {
    margin-left: 0;
    margin-right: 0;
  }
  .fs-body-top .fs-l-pageMain #index-recommend li:nth-child(odd) {
    margin-right: 2%;
  }
  .fs-body-top .fs-l-pageMain .fs-pt-list.fs-pt-list--noMarker .fs-pt-list__item a {
    display: block;
  }
  .index_bnr.fs-pt-column {
    display: block;
    margin-top: 10px;
  }
  .index_bnr.fs-pt-column .fs-pt-column__item {
    width: 100%;
  }
  #footer-showroom {
    display: block;
  }
  #footer-showroom .data {
    width: 100%;
  }
  #footer-showroom .image {
    width: 100%;
    margin-left: 0%;
  }
}



/*footer css*/
.fs-l-footer {
  margin-top: 0;
  background-color: transparent;
  border-top: none;
}
#footer #footer-content {
  max-width: 970px;
  width: 100%;
  min-height: 300px;
  height: auto;
}
#footer #copyright {
  padding-top: 20px;
}
@media (min-width: 1px) and (max-width: 1100px) {
  #footer #footer_inner {
    height: auto;
    background: transparent;
  }
  #footer #footer-content {
    padding-left: 0;
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  #footer {
    background: transparent;
  }
  #footer #footer-content {
    background: url(https://donoshop.itembox.design/item/common/img/cc/sp_footer_bg.gif);
    background-size: contain;
    padding: 20px;
  }
  #footer #footer-pay {
    width: 100%;
    float: none;
  }
  #footer #footer-delivery {
    width: 100%;
    float: none;
  }
  #footer #footer-cancel {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #footer #footer-content {
    padding: 20px 10px;
  }
  #footer #footer-logo {
    max-width: 121px;
    margin: auto;
  }
}





/*カテゴリーページ*/
.fs-c-productList {
  margin: 15px 0;
}
.fs-c-subgroup .fs-c-listControl {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  border-bottom: 2px solid #dddddd;
}
.fs-c-subgroupList {
  margin: 20px 0;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  flex-basis: calc(33.33333%);
  flex-grow: 0;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
  border: none;
  display: block;
  background: transparent;
  margin-bottom: 15px;
  margin-left: 1%;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link::after {
  display: none;
}
.fs-c-productList__controller {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fs-c-productList .fs-c-productList__controller.last {
  margin-bottom: 50px;
}
.fs-c-productList__controller .fs-c-sortItems{
  margin-left: auto;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  border: none;
  border-right: 1px solid currentColor;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
  border-right: 1px solid currentColor;
}
.fs-c-productList__controller .fs-c-listControl {
  border-bottom: 2px solid #dddddd;
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  width: 100%;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination__item.is-active {
  background: transparent;
  color: #333;
}
.fs-c-productList__list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
  width: 33.3333%;
  border-bottom: none;
}
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem__image.fs-c-productImage {
  border: 1px solid #ccc;
}
.fs-c-productList__list .fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
}
.fs-c-productList__list .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}
#main .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem .fs-c-productListItem__productName {
  font-size: 12.1px;
  margin-bottom: 5px;
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__currencyMark{
  display: none;
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__value {
  font-size: 12.1px;
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon {
  font-size: 12.1px;
}
.fs-c-productListItem__notice {
  border: 1px dotted #FF3300;
  color: #FF3300;
  line-height: 1.5;
}
.fs-c-productListItem__productDescription {
  text-align: center;
}
.fs-c-productMarks .fs-c-productMark__item {
  margin-bottom: 5px;
}
/*商品なしメッセージ*/
.fs-body-category .fs-c-noResultMessage {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 50%;
  }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    flex-basis: calc(50%);
  }
  .fs-body-category .FS2_upper_comment .maker .image {
    max-width: 235px;
    width: 35%;
  }
  .fs-body-category .FS2_upper_comment .maker .image img {
    height: auto;
    max-width: 100%;
  }
  .fs-body-category .FS2_upper_comment .maker .comment {
    max-width: 465px;
    width: 60%;
  }
  .fs-c-subgroupList {
    margin: 10px 0;
  }
  .fs-c-subgroup {
    margin: 10px 0;
  }
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
    margin-bottom: 10px;
  }
}
@media (min-width: 1px) and (max-width: 640px) {
  .fs-body-category.fs-body-category-progetti .FS2_upper_comment .lead {
    padding: 0;
  }
  .fs-body-category.fs-body-category-diamantini-domeniconi .FS2_upper_comment .lead {
    padding: 0;
  }
  .fs-body-category.fs-body-category-vg .FS2_upper_comment .lead {
    padding: 0;
  }
  .fs-body-category.fs-body-category-cantori .FS2_upper_comment .lead {
    padding: 0;
  }
  .fs-body-category.fs-body-category-driade .FS2_upper_comment .lead {
    padding: 0;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  .fs-c-listControl {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  }
  .fs-c-sortItems {
    border: none;
  }
  .fs-c-sortItems__list {
    border-left: none;
  }
}
@media (min-width: 1px) and (max-width: 560px) {
  .fs-body-category .FS2_upper_comment .maker .comment {
    float: none;
    width: 100%;
    max-width: 560px;
  }
  .fs-body-category .FS2_upper_comment .maker .image {
    max-width: 560px;
    width: 35%;
    float: none;
    margin-bottom: 10px;
  }
}




/*特定商取引法に基づく表記*/
.fs-body-about-terms #transcription table {
  max-width: 700px;
  width: 100%;
}




/*フリーページ　お問い合わせフォーム*/
#inquiry #inquiry-form [type="text"] {
  border-color: rgb(118, 118, 118);
  outline: none;
  padding: 5px;
  max-width: 200px;
}
#inquiry #inquiry-form textarea {
  border-color: rgb(118, 118, 118);
  outline: none;
  padding: 5px;
  max-width: 300px;
}
#inquiry div.section table#inquiry-form {
  max-width: 720px;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 560px) {
  #inquiry div.section table#inquiry-form td span.txtS {
    display: block;
  }
  #inquiry #inquiry-form textarea {
    width: 100%;
    max-width: 100%;
  }
  #inquiry #inquiry-form [type="text"] {
    width: 100%;
    max-width: 100%;
  }
  #inquiry div.section table#inquiry-form th {
    font-size: 12px;
    padding: 5px;
  }
}


/*フリーページ　ご利用ガイド*/
#guide .card {
  max-width: 342px;
  max-height: 44px;
  width: 100%;
  height: auto;
}
#guide table {
  width: 100%;
}
#guide .photoArea img{
  max-width: 281px;
  max-height: 170px;
  width: 100%;
  height: auto;
}
@media (min-width: 1px) and (max-width: 640px) {
  #guide div.photoArea {
    max-width: 281px;
    width: 100%;
  }
  #guide div.txtArea {
    max-width: 399px;
    padding-right: 0px;
    width: 100%;
  }
}
/*フリーページ　ショールームへのご案内*/
#showroom .title_pic {
  width: 100%;
  max-width: 740px;
  max-height: 300px;
  height: auto;
}
#showroom .second_title {
  max-width: 740px;
  max-height: 33px;
  height: auto;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 640px) {
  #showroom .section .cat01 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img01.jpg) no-repeat left top
  }
  #showroom .section .cat02 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img02.jpg) no-repeat left top
  }
  #showroom .section .cat03 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img03.jpg) no-repeat left top
  }
  #showroom .section .cat04 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img04.jpg) no-repeat left top
  }
  #showroom .section .cat05 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img05.jpg) no-repeat left top
  }
  #showroom .section .cat06 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img06.jpg) no-repeat left top
  }
  #showroom .section .cat07 {
    background: url(https://donoshop.itembox.design/item/img/showroom/show_img07.jpg) no-repeat left top
  }
  #showroom .section .conBox {
    padding-right: 0;

  }
  #showroom .section .conBox h3 {
    padding-top: 180px;
  }
}
/*フリーページ　インポートインテリア・ドーノについて  インテリアのプロフェッショナル向けの販売 */
#professional .mv_pic {
  max-width: 740px;
  max-height: 210px;
  width: 100%;
  height: auto;
}
#professional .prof_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#professional .prof_box img {
  max-width: 200px;
  max-height: 229px;
  height: auto;
  width: 100%;
}
#professional .prof_box .prof_box_text {
  width: 60%;
}
#professional .section.example ul {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  max-width: 741px;
  width: 100%;
}
#professional .section.example ul li {
  padding-right: 0;
  width: 30%;
}
#professional .section.example ul li img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1px) and (max-width: 640px) {
  #professional .prof_box {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  #professional .prof_box .prof_box_text {
    width: 100%;
    margin-bottom: 15px;
  }
  #professional .prof_box img {
    margin-bottom: 20px;
  }
  #professional .section.example ul {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #professional .section.example ul li {
    width: 48%;
  }
}
/*フリーページ　インテリアコーディネート*/
#about .mv_pic {
  max-width: 740px;
  max-height: 210px;
  width: 100%;
  height: auto;
}
#about .leftArea {
  float: none;
  max-width: 480px;
  width: 100%;
}
#about .leftArea dt img{
  height: auto;
  max-width: 100%;
}
#about .section.example ul {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  max-width: 741px;
  width: 100%;
}
#about .section.example ul li {
  padding-right: 0;
  width: 30%;
}
#about .section.example ul li img {
  max-width: 100%;
  height: auto;
}
#about .leftArea .specialBox {
  width: 100%;
  max-width: 436px;
  box-sizing: border-box;
}
@media (min-width: 1px) and (max-width: 640px) {
  #about .section.example ul {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #about .section.example ul li {
    width: 48%;
  }
}
/*フリーページ　海外インテリア見本市・家具工場視察レポート DONO*/
#report .mv {
  max-width: 740px;
  max-height: 210px;
  width: 100%;
  height: auto;
}
#report .festaBox {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#report .festaBox div.txtArea {
  max-width: 400px;
  width: 55%;
}
#report .festaBox .photo {
  max-width: 300px;
  width: 40%;
}
#report .festaBox .photo img {
  max-width: 300px;
  max-height: 190px;
  width: 100%;
  height: auto;
}
@media (min-width: 1px) and (max-width: 640px) {
  #report .festaBox {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #report .festaBox div.txtArea {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  #report .festaBox .photo {
    max-width: 100%;
    width: 100%;
  }
}
/*フリーページ　リンク集*/
#link textarea {
  background: #fff;
  border: 1px solid #000;
  width: auto;
  color: #333;
}
/*フリーページ　ミラノサローネ milano salone*/
#report .milano_mv {
  max-width: 740px;
  max-height: 210px;
  width: 100%;
  height: auto;
}
#report .festaBox .photo img.milano_photo {
  max-width: 301px;
  max-height: 623px;
  width: 100%;
  height: auto;
}
#report.salone .festaBox {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 1px) and (max-width: 640px) {
  #report.salone .festaBox p.photo {
    height: auto;
  }
}
/*フリーページ　メゾン・エ・オブジェ maison e object*/
#report .pari_mv {
  max-width: 740px;
  max-height: 210px;
  width: 100%;
  height: auto;
}
#report.salone .festaBox .photo img.pari_photo {
  max-width: 301px;
  max-height: 392px;
  width: 100%;
  height: auto;
}
/*フリーページ　マチェフ macef*/
#report .itary_mv {
  max-width: 740px;
  max-height: 210px;
  width: 100%;
  height: auto;
}
#report.salone .festaBox .photo img.itary_photo {
  max-width: 301px;
  max-height: 392px;
  width: 100%;
  height: auto;
}



/*各ページ調整*/
@media (min-width: 1px) and (max-width: 1199px) {
  .fs-c-heading--page {
    padding: 20px 0;
  }
}
