<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----------------------------------
SERVICES サービス - 小道具
/services/
----------------------------------*/

/* 共通
----------------------------------*/
body#page-services-props #page_title,
body#page-services-props-category #page_title,
body#page-services-props-detail #page_title {
  /*height: 110px;
  padding-top: 20px;*/
}
.section-01 {
    margin-top: 0;
}
.section-ttl {
    margin-bottom: 80px;
}
.section-ttl h2 {
    color: #dedede;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.section-ttl p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
/* SP */
@media only screen and (max-width: 640px) {
    .section-01 {
        margin-top: 0;
    }
    .section-ttl {
        margin-bottom: 60px;
    }
    .section-ttl h2 {
        font-size: 80px;
    }
    .section-ttl p {
        font-size: 24px;
    }
}


/* ======▼▼▼services.cssから転載　ここから▼▼▼===================================== */
/* サブメニュー
----------------------------------*/
#section-specialty {
  margin-top: 0;
  width: 100%;
  padding: 100px 0;
}
#section-specialty .inner-01 {
}

#subpage_menu {
  background: #fff;
}
#subpage_menu ul {
  display: -webkit-flex;
  display: flex;
  height: 100px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
  width: 1200px;
}
#subpage_menu ul li {
  align-self: center;
  border-left: 1px solid #bbb;
  box-sizing: border-box;
  color: #bbb;
  display: table;
  height: 100px;
  line-height: 1.2;
  width: 20%;
}
#subpage_menu ul li:first-child {
  border-left: none;
}
#subpage_menu ul li.on {
  color: #836d50;
}
#subpage_menu ul li a {
  display: table;
  width: 100%;
}
#subpage_menu ul li a:hover {
  background: #836d50;
  color: #fff;
  opacity: 1;
}
#subpage_menu ul li .number {
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
#subpage_menu ul li .number span {
  font-size: 60px;
}
#subpage_menu ul li .tit {
  display: table-cell;
  font-size: 18px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 60%;
}


/* SP */
@media only screen and (max-width: 640px) {
  #subpage_menu ul {
    height: 90px;
    padding: 0;
    width: 98%;
  }
  #subpage_menu ul li {
    display: block;
    height: 90px;
    padding: 0;
    text-align: center;
  }
  #subpage_menu ul li a {
    display: block;
    height: 90px;
  }
  #subpage_menu ul li .number {
    display: block;
    font-size: 10px;
    margin: 0 2%;
    padding-top: 6px;
    width: 96%;
  }
  #subpage_menu ul li .number span {
    font-size: 30px;
  }
  #subpage_menu ul li .tit {
    display: block;
    font-size: 12px;
    height:inherit;
    margin: 0 2%;
    width: 96%;
  }
}
/* ======▲▲▲ここまで▲▲▲===================================== */


/* 扉
----------------------------------*/
body#page-services-props {}

body#page-services-props #main-group {}

body#page-services-props #section-summary {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 20px;
}
body#page-services-props #section-summary .inner {
  margin: 0 auto;
  width: 1200px;
}
body#page-services-props #section-summary .text-area {
}
body#page-services-props #section-summary .tit {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
body#page-services-props #section-summary .tit h1 {
  font-size: 32px;
  line-height: 1.4;
}
body#page-services-props #section-summary .tit p {
  font-size: 30px;
  line-height: 1.4;
}
body#page-services-props #section-summary .txt {
  margin: auto;
}
body#page-services-props #section-summary .txt p {}

body#page-services-props #section-detail01 {}
body#page-services-props #section-detail01 .inner {
  border-bottom: 1px solid #111;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 80px;
  width: 1200px;
}
body#page-services-props #section-detail01 .set-category {
  width: 270px;  
}
body#page-services-props #section-detail01 .set-category .title-area {
  height: 160px;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
body#page-services-props #section-detail01 .set-category#set-category-clothes .title-area {
  background-image: url("../img/props/img-category-clothes.jpg");
}
body#page-services-props #section-detail01 .set-category#set-category-food .title-area {
  background-image: url("../img/props/img-category-food.jpg");
}
body#page-services-props #section-detail01 .set-category#set-category-living .title-area {
  background-image: url("../img/props/img-category-living.jpg");
}
body#page-services-props #section-detail01 .set-category#set-category-background .title-area {
  background-image: url("../img/props/img-category-background.jpg");
}
body#page-services-props #section-detail01 .set-category .title-area:before {
  content: " ";
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body#page-services-props #section-detail01 .set-category .title-area h4 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
  top: 74px;
  left: 20px;
}
body#page-services-props #section-detail01 .set-category .title-area h4 span {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
body#page-services-props #section-detail01 .set-category ul {
}
body#page-services-props #section-detail01 .set-category ul li {
}
body#page-services-props #section-detail01 .set-category ul li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 6px 8px;
}
body#page-services-props #section-detail01 .set-category ul li a:hover {
  background: #111;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

/* SP */
@media only screen and (max-width: 640px) {
    body#page-services-props #section-summary .inner {
      width: 100%;
    }
    body#page-services-props #section-summary .tit {
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
    }
    body#page-services-props #section-summary .tit h1 {
      font-size: 28px;
    }

    body#page-services-props #section-detail01 .inner {
      display: block;
      padding-bottom: 40px;
      width: calc(100vw - 40px);
    }
    body#page-services-props #section-detail01 .set-category {
      margin-bottom: 20px;
      width: 100%;  
    }
    body#page-services-props #section-detail01 .set-category .title-area {
      height: 100px;
      margin-bottom: 0;
    }
    body#page-services-props #section-detail01 .set-category .title-area h4 {
      display: inline-block;
      font-size: 32px;
      top: 50px;
      left: 20px;
    }
    body#page-services-props #section-detail01 .set-category .title-area h4 span {
      font-size: 16px;
      display: inline-block;
    }
}



/* 一覧
----------------------------------*/
.stock_cat {
    margin-top: 30px;
    padding: 0;
    border-bottom: 1px solid #000;
}
.stock_cat li {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.4;
    margin: 0 2px 15px;
    vertical-align: top;
    width: 196px;
}
.stock_cat li a {
    box-sizing: border-box;
    color: #989898;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 5px;
    text-align: center;
}
.stock_cat li a.current, .stock_cat li a:hover {
    color: #836d50;
    font-weight: bold;
    border-bottom: 4px solid #836d50;
}
h1.stock_title {
    font-size: 36px;
    margin: 20px auto 20px auto;
    text-align: center;
    font-weight: 600;
}
.stock_cat_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.stock_cat_list div {
    font-size: 20px;
    font-weight: 600;
    margin: 0 20px 30px;
    width: 160px;
}
.stock_cat_list div div.img_area {
    background: #fff;
    height: 160px;
    margin: 0 0 2px;
    position: relative;
    width: 160px;
}
.stock_cat_list div div.img_area img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -50%;
    right: -50%;
}


.link_back_index {
    position: absolute;
    right: 20px;
    top: 10px;
}
.link_back_index a {
    border: 1px solid #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0;
    padding: 3px 3px;
    text-align: center;
    transition: all 0.4s ease;
    width: 130px;
}
.link_back_index a:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 32px;
    content: "apps";
    color: #111;
    vertical-align: middle;
}

.stock_pager {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0 40px;
}
.stock_pager span, .stock_pager a {
    border-radius: 40px;
    border: 1px solid #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 5px 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}
.stock_pager span.current {
    background: #000;
    color: #fff;
}
.stock_pager a:hover {
    background: #000;
    color: #fff;
}

/* SP */
@media only screen and (max-width: 640px) {
    #section-stock {
        margin-top: 100px;
        padding: 80px 0 70px 0;
    }
    #section-stock .inner-01 {}
    .stock_box {
        margin: auto 2px;
    }
    .stock_box .stock_item {
        width: calc(50% - 1px);
        height: auto;
        margin-right: 2px;
        margin-bottom: 2px;
    }
    .stock_box .stock_item:nth-child(3n) {
        margin-right: 2px;
    }
    .stock_box .stock_item:nth-child(2n) {
        margin-right: 0px;
    }
    .stock_box .stock_item:last-child {
        display: block;
        width: 100%;
    }
    .stock_box .stock_item span {
        left: 20px;
        bottom: 15px;
        font-size: 18px;
    }
    .torihiki {
        margin-top: 70px;
        padding: 20px;
    }
    .torihiki h3 {
        font-size: 24px;
        width: 100%;
    }
    .torihiki h3 span {
        font-size: 13px;
    }
    .torihiki .torihiki_list {
        width: 50%;
        font-size: 12px;
    }
    .stock_cat {
        box-sizing: border-box;
        margin: 20px 5% 0;
        padding: 0 20px;
        width: 90%;
    }
    .stock_cat li {
        margin: 0 0% 0;
        min-height: 2.6em;
        vertical-align: top;
        width: 50%;
    }
    .stock_cat li a {
        font-size: 12px;
        display: inline-block;
        padding: 4px 0 4px;
        text-align: left;
    }
    .stock_cat_list {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .stock_cat_list div {
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        margin: 0 2vw 6%;
        width: calc(calc(88vw - 40px) / 3);
    }
    .stock_cat_list div div.img_area {
        height: calc(calc(88vw - 40px) / 3);
        width: 100%;
    }
    h1.stock_title {
        font-size: 20px;
        line-height: 1.2;
        margin: 25px auto 20px;
        min-height: 2.5em;
        /*text-align: left;*/
        width: calc(100% - 100px);
    }

    .link_back_index {
        position: absolute;
        right: -10px;
        top: -5px;
    }
    .link_back_index a {
        font-size: 8px;
        height: 46px;
        padding: 3px 3px;
        width: 60px;
    }
    .link_back_index a:before {
        font-size: 24px;
        display: block;
        margin-bottom: 2px;
    }
}


/* 詳細
----------------------------------*/
#section-stock-detail {
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 40px);
}
#section-stock-detail .stock-detail {
    border-bottom: 1px solid #111;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#section-stock-detail .stock-index {}
#section-stock-detail .stock-category-01,
#section-stock-detail .stock-category-02,
#section-stock-detail .stock-category-03,
#section-stock-detail .stock-category-04,
#section-stock-detail .stock-category-05,
#section-stock-detail .stock-category-06,
#section-stock-detail .stock-category-07,
#section-stock-detail .stock-category-08 {}
.stock_content {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 60px 0;
    width: 100%;
}
.stock_content div.img_area {
    background: #fff;
    height: 500px;
    margin: 0 auto 30px;
    position: relative;
    width: 500px;
}
.stock_content div.img_area img {
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 50%;
    left: -50%;
    right: -50%;
}
.stock_content h1.hl,
.stock_content p.hl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
}
.stock_content h1.hl span,
.stock_content p.hl span {
    font-size: 24px;
}
.link_box {
    position: absolute;
    top: 60px;
}
.link_box a.back_list {
    border: 1px solid #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #111;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin: 0;
    padding: 3px 3px;
    position: absolute;
    right: 230px;
    text-align: center;
    transition: all 0.4s ease;
    width: 90px;
}
/*#section-blog-detail .link_box a.back_list {
    margin: 0;
}*/
.link_box a.back_list:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 32px;
    content: "apps";
    color: #111;
    vertical-align: middle;
}
.link_box .pager_btn {
    margin: auto;
    position: relative;
    top: 230px;
    width: 1200px;
}
.link_box .pager_btn a {
    background: #111;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease;
    width: 40px;
}
.link_box .pager_btn a[rel~="prev"] {
    left: 280px;
}
.link_box .pager_btn a[rel~="next"] {
    right: 280px;
}
.link_box .pager_btn a:before {
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    content: " ";
    display: block;
    height: 10px;
    margin: auto;
    opacity: 1;
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.link_box .pager_btn a[rel~="prev"]:before {
    margin-right: 12px;
    transform: rotate(-135deg);
}
.link_box .pager_btn a[rel~="next"]:before {
    margin-left: 12px;
    transform: rotate(45deg);
}

/* SP */
@media only screen and (max-width: 640px) {
    #section-stock-detail {
        border-top: none;
    }
    #section-stock-detail .stock_content .stock-detail {
        height: auto;
    }
    #section-stock-detail .stock_content .stock-detail img {
        position: relative;
        margin: 0 auto;
        padding: 0;
        height: auto;
        width: 100%;
        max-width: auto;
        right: 0;
        left: 0;
    }
    .link_box {
        top: 20px;
        width: 100%;
    }
    .link_box a.back_list {
        font-size: 8px;
        height: 46px;
        padding: 3px 3px;
        right: -10px;
        text-align: center;
        width: 46px;
    }
    .link_box a.back_list:before {
        font-size: 24px;
        display: block;
        margin-bottom: 2px;
    }
    /*.link_back_index {
        position: absolute;
        right: -10px;
        top: 0;
    }
    .link_back_index a {
        font-size: 8px;
        height: 46px;
        padding: 3px 3px;
        width: 60px;
    }
    .link_back_index a:before {
        font-size: 24px;
        display: block;
        margin-bottom: 2px;
    }*/





    .link_box .pager_btn {
        top: 115px;
        width: 100%;
    }
    .link_box .pager_btn a {
    }
    .link_box .pager_btn a[rel~="prev"] {
        left: -10px;
    }
    .link_box .pager_btn a[rel~="next"] {
        right: -10px;
    }
    .stock_content {
        margin: auto auto 10px;
        padding: 40px 0 20px;
        width: 100%;
    }
    .stock_content div.img_area {
        height: 250px;
        margin: 0 auto 20px;
        width: 250px;
    }
    .stock_content h1.hl,
    .stock_content p.hl {
        font-size: 24px;
    }
    .stock_content h1.hl span,
    .stock_content p.hl span {
        font-size: 18px;
    }
}

/* SP */
@media only screen and (max-width: 320px) {
    .link_box .pager_btn {
        top: 90px;
    }
    .stock_content div.img_area {
        height: 200px;
        width: 200px;
    }
}</pre></body></html>