@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.pc_block {
  display: block; }
  @media only screen and (max-width: 768px) {
    .pc_block {
      display: none; } }

.pc_inline {
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .pc_inline {
      display: none; } }

.sp_block {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sp_block {
      display: block; } }

.sp_inline {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sp_inline {
      display: inline-block; } }

img {
  display: block;
  width: 100%; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: .1s; }

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F261C;
  font-weight: 400; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 22px;
  height: 17px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  display: block; }
  .menu-trigger:focus {
    outline: none; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0a0a0a;
  border-radius: 3px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 7px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-315deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg); }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s; }

.fadein.scrollin,
.slide_r.scrollin,
.slide_l.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide_r {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 1s; }

.slide_l {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 1s; }

@keyframes ani_header {
  0% {
    transform: translateY(15px);
    opacity: .5; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.defFlex, .catList_style_1, .catPage .otherProductsSection__list, .tab_style_1, .catPage .detailSection__block > dd .tab_nav, .catPage .orderSection__nav, .tab_style_1 > li, .catPage .detailSection__block > dd .tab_nav > li, .catPage .orderSection__nav > li, .pageTopBlock, .itv_block_style_2 .image, .catPage .topSection, .catPage .topSection__detail .tag, .catPage .topSection__spBlock .tag, .catPage .topSection__detail .feature, .catPage .topSection__spBlock .feature, .catPage .recommendSection__list, .catPage .featureSection__list, .catPage .detailSection, .catPage .detailSection__block > dd .case__list, .catPage .detailSection__block > dd .tab_contents ul, .catPage .detailSection__block > dd .tab_contents ul > li, .catPage .detailSection__block > dd .semiorder_color, .catPage .detailSection__block > dd .semiorder_list, .catPage .tipsSection__list, .catPage .tipsSection__list .ele, .catPage .reasonSection, .catPage .reasonSection__contact, .catPage .price_a4craft, .catPage .price_friendly_pcTab, .catPage .price_friendly_spTable .sizeTab, .catPage .cautionSection__top, .catPage .cautionSection__list, .colorCraftList__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.defFlex_rv {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start; }

.ttl_style_1 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 20px; }
  @media only screen and (max-width: 768px) {
    .ttl_style_1 {
      font-size: 4vw;
      margin: 0 0 14px; } }
  .ttl_style_1 > img {
    display: inline-block;
    width: auto;
    height: 23px;
    margin: 0 15px 0 0; }
    @media only screen and (max-width: 768px) {
      .ttl_style_1 > img {
        height: 15px;
        margin: 0 7px 0 0; } }

.ttl_style_2 {
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 0 0 18px;
  border-bottom: 1px solid #999999; }
  @media only screen and (max-width: 768px) {
    .ttl_style_2 {
      font-size: 4.8vw;
      line-height: 1.3;
      padding: 0 0 8px;
      margin: 0 0 9px; } }

.text_style_1 {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 40px; }
  @media only screen and (max-width: 768px) {
    .text_style_1 {
      font-size: 3.2vw;
      margin: 0 0 20px; } }

.btn_style_1 {
  display: block;
  color: #ffffff;
  background: #433B32;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  width: 65vw;
  max-width: 420px;
  border-radius: 2px;
  padding: 28px 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #433B32; }
  @media only screen and (max-width: 768px) {
    .btn_style_1 {
      font-size: 3.2vw;
      padding: 14px 0; } }
  .btn_style_1:hover {
    opacity: .7; }

.dot_style_1 {
  margin: 10px 0 0;
  text-align: center; }
  .dot_style_1 li {
    display: inline-block;
    width: 15px;
    margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .dot_style_1 li {
        width: 14px; } }
    .dot_style_1 li:nth-last-of-type(1) {
      margin-right: 0; }
    .dot_style_1 li.slick-active button:before {
      background-color: #FFC026; }
    .dot_style_1 li button {
      position: relative;
      text-indent: -9999px;
      box-shadow: none;
      border: none; }
      .dot_style_1 li button:before {
        content: '';
        display: block;
        background-color: #F0F0ED;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 768px) {
          .dot_style_1 li button:before {
            width: 14px;
            height: 14px; } }

.catList_style_1, .catPage .otherProductsSection__list {
  flex-wrap: wrap;
  align-items: stretch; }
  .catList_style_1 .ele, .catPage .otherProductsSection__list .ele {
    border: 1px solid #D3DDE2;
    border-radius: 3px; }
    .catList_style_1 .ele:hover, .catPage .otherProductsSection__list .ele:hover {
      opacity: .7; }
    .catList_style_1 .ele.lg, .catPage .otherProductsSection__list .ele.lg {
      width: 31%;
      margin: 0 3.5% 25px 0; }
      @media only screen and (max-width: 768px) {
        .catList_style_1 .ele.lg, .catPage .otherProductsSection__list .ele.lg {
          width: 48%;
          margin: 0 4% 10px 0; } }
      .catList_style_1 .ele.lg:nth-of-type(3n), .catPage .otherProductsSection__list .ele.lg:nth-of-type(3n) {
        margin: 0 0 25px; }
        @media only screen and (max-width: 768px) {
          .catList_style_1 .ele.lg:nth-of-type(3n), .catPage .otherProductsSection__list .ele.lg:nth-of-type(3n) {
            margin: 0 4% 10px 0; } }
      @media only screen and (max-width: 768px) {
        .catList_style_1 .ele.lg:nth-of-type(2n), .catPage .otherProductsSection__list .ele.lg:nth-of-type(2n) {
          margin: 0 0 10px; } }
    .catList_style_1 .ele.sm, .catPage .otherProductsSection__list .ele.sm {
      width: 23.4%;
      margin: 0 2.1% 25px 0; }
      @media only screen and (max-width: 768px) {
        .catList_style_1 .ele.sm, .catPage .otherProductsSection__list .ele.sm {
          width: 48%;
          margin: 0 4% 10px 0; } }
      .catList_style_1 .ele.sm:nth-of-type(4n), .catPage .otherProductsSection__list .ele.sm:nth-of-type(4n) {
        margin: 0 0 25px; }
        @media only screen and (max-width: 768px) {
          .catList_style_1 .ele.sm:nth-of-type(4n), .catPage .otherProductsSection__list .ele.sm:nth-of-type(4n) {
            margin: 0 0 10px; } }
      @media only screen and (max-width: 768px) {
        .catList_style_1 .ele.sm:nth-of-type(2n), .catPage .otherProductsSection__list .ele.sm:nth-of-type(2n) {
          margin: 0 0 10px; } }
    .catList_style_1 .ele .img, .catPage .otherProductsSection__list .ele .img {
      width: 100%;
      height: 160px;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center;
      position: relative;
      background-color: #F6F6F6; }
      @media only screen and (max-width: 768px) {
        .catList_style_1 .ele .img, .catPage .otherProductsSection__list .ele .img {
          height: 80px; } }
      .catList_style_1 .ele .img > img, .catPage .otherProductsSection__list .ele .img > img {
        position: absolute;
        left: 11px;
        width: 50px; }
        @media only screen and (max-width: 768px) {
          .catList_style_1 .ele .img > img, .catPage .otherProductsSection__list .ele .img > img {
            width: 30px;
            left: 5px; } }
        .catList_style_1 .ele .img > img:nth-of-type(1), .catPage .otherProductsSection__list .ele .img > img:nth-of-type(1) {
          top: 11px; }
          @media only screen and (max-width: 768px) {
            .catList_style_1 .ele .img > img:nth-of-type(1), .catPage .otherProductsSection__list .ele .img > img:nth-of-type(1) {
              top: 5px; } }
        .catList_style_1 .ele .img > img:nth-of-type(2), .catPage .otherProductsSection__list .ele .img > img:nth-of-type(2) {
          top: 72px; }
          @media only screen and (max-width: 768px) {
            .catList_style_1 .ele .img > img:nth-of-type(2), .catPage .otherProductsSection__list .ele .img > img:nth-of-type(2) {
              top: 40px; } }
    .catList_style_1 .ele .detail, .catPage .otherProductsSection__list .ele .detail {
      padding: 13px 16px 33px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .catList_style_1 .ele .detail, .catPage .otherProductsSection__list .ele .detail {
          padding: 10px 8px; } }
      .catList_style_1 .ele .detail_ttl, .catPage .otherProductsSection__list .ele .detail_ttl {
        font-size: 19px;
        font-weight: 700;
        margin: 0 0 9px;
        line-height: 1.4;
        color: #433B32; }
        @media only screen and (max-width: 768px) {
          .catList_style_1 .ele .detail_ttl, .catPage .otherProductsSection__list .ele .detail_ttl {
            font-size: 3.2vw;
            margin: 0 0 4px;
            text-align: center; } }
      .catList_style_1 .ele .detail .des, .catPage .otherProductsSection__list .ele .detail .des {
        font-size: 13px;
        line-height: 1.5;
        color: #433B32; }
        @media only screen and (max-width: 768px) {
          .catList_style_1 .ele .detail .des, .catPage .otherProductsSection__list .ele .detail .des {
            font-size: 3.2vw;
            margin: 0 0 10px; } }
      .catList_style_1 .ele .detail .text, .catPage .otherProductsSection__list .ele .detail .text {
        color: #FF7700;
        position: absolute;
        bottom: 13px;
        right: 16px;
        font-size: 12px; }
        @media only screen and (max-width: 768px) {
          .catList_style_1 .ele .detail .text, .catPage .otherProductsSection__list .ele .detail .text {
            position: static;
            text-align: center;
            font-size: 3.2vw; } }

.link_style_1, .catPage .caseSection__link, .catPage .tipsSection__link, .catPage .orderSection__contents > a {
  color: #FF7700;
  font-size: 16px;
  font-weight: 500;
  display: block; }
  @media only screen and (max-width: 768px) {
    .link_style_1, .catPage .caseSection__link, .catPage .tipsSection__link, .catPage .orderSection__contents > a {
      font-size: 3.2vw;
      text-decoration: underline; } }
  .link_style_1:hover, .catPage .caseSection__link:hover, .catPage .tipsSection__link:hover, .catPage .orderSection__contents > a:hover {
    text-decoration: underline; }
  .link_style_1 .icon, .catPage .caseSection__link .icon, .catPage .tipsSection__link .icon, .catPage .orderSection__contents > a .icon {
    width: 15px;
    display: inline-block;
    margin: 0 0 0 10px; }
    @media only screen and (max-width: 768px) {
      .link_style_1 .icon, .catPage .caseSection__link .icon, .catPage .tipsSection__link .icon, .catPage .orderSection__contents > a .icon {
        width: 10px;
        margin: 0 0 0 7px; } }

.tab_style_1, .catPage .detailSection__block > dd .tab_nav, .catPage .orderSection__nav {
  align-items: stretch;
  background: #E5E5E5;
  padding: 5px 0 0;
  border-left: 1px solid #E2E2E2; }
  @media only screen and (max-width: 768px) {
    .tab_style_1, .catPage .detailSection__block > dd .tab_nav, .catPage .orderSection__nav {
      padding: 3px 0 0; } }
  .tab_style_1 > li, .catPage .detailSection__block > dd .tab_nav > li, .catPage .orderSection__nav > li {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin: 0 0 -1px; }
    @media only screen and (max-width: 768px) {
      .tab_style_1 > li, .catPage .detailSection__block > dd .tab_nav > li, .catPage .orderSection__nav > li {
        font-size: 3.2vw;
        line-height: 1.3; } }
    .tab_style_1 > li.active::after, .catPage .detailSection__block > dd .tab_nav > li.active::after, .catPage .orderSection__nav > li.active::after {
      display: none; }
    .tab_style_1 > li::after, .catPage .detailSection__block > dd .tab_nav > li::after, .catPage .orderSection__nav > li::after {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      background: #CCCCCC;
      right: 0; }
    .tab_style_1 > li.active, .catPage .detailSection__block > dd .tab_nav > li.active, .catPage .orderSection__nav > li.active {
      background: #ffffff;
      border-radius: 5px 5px 0 0;
      border-right: none; }

.bg_style_1, .catPage .breadcrumbsBlock, .catPage .topSection, .catPage .caseSection {
  position: relative; }
  .bg_style_1::before, .catPage .breadcrumbsBlock::before, .catPage .topSection::before, .catPage .caseSection::before {
    content: '';
    display: block;
    width: 75vw;
    background: #F7F7F7;
    height: 100%;
    position: absolute;
    top: 0;
    left: -43px;
    z-index: -1; }
    @media only screen and (max-width: 1439px) {
      .bg_style_1::before, .catPage .breadcrumbsBlock::before, .catPage .topSection::before, .catPage .caseSection::before {
        left: -5vw; } }
    @media only screen and (max-width: 1235px) {
      .bg_style_1::before, .catPage .breadcrumbsBlock::before, .catPage .topSection::before, .catPage .caseSection::before {
        left: -4vw; } }
    @media only screen and (max-width: 768px) {
      .bg_style_1::before, .catPage .breadcrumbsBlock::before, .catPage .topSection::before, .catPage .caseSection::before {
        width: 100vw; } }

.pageTopBlock {
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 51px; }
  @media only screen and (max-width: 768px) {
    .pageTopBlock {
      margin: 0 0 35px; } }
  @media only screen and (max-width: 768px) {
    .pageTopBlock.lg {
      margin: 0; } }
  .pageTopBlock.lg > h1 {
    width: 100%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .pageTopBlock.lg > h1 {
        margin: 0 0 15px; } }
  .pageTopBlock > h1 {
    width: 520px;
    margin: 0 4% 0 0; }
    @media only screen and (max-width: 768px) {
      .pageTopBlock > h1 {
        width: 100%;
        margin: 0 0 15px; } }
    .pageTopBlock > h1 > span {
      font-size: 46px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 900;
      line-height: 1.6;
      display: none; }
      @media only screen and (max-width: 768px) {
        .pageTopBlock > h1 > span {
          font-size: 6.4vw; } }
      .pageTopBlock > h1 > span.ttl_def {
        display: block; }
  .pageTopBlock > p {
    font-size: 16px;
    line-height: 2.0;
    width: calc(100% - 4% - 520px - 30px); }
    @media only screen and (max-width: 768px) {
      .pageTopBlock > p {
        font-size: 3.6vw;
        width: 100%; } }

.ttl_style_3 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 0 14px;
  border-bottom: 1px solid #707070; }
  @media only screen and (max-width: 768px) {
    .ttl_style_3 {
      font-size: 4vw;
      line-height: 1.8;
      padding: 0 0 12px; } }

.ttl_style_4 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  padding: 11px 21px;
  background-color: #F7F7F7;
  border-radius: 2px;
  border-left: 1px solid #707070; }
  @media only screen and (max-width: 768px) {
    .ttl_style_4 {
      font-size: 4vw;
      line-height: 1.3;
      padding: 8px 17px;
      border-radius: 1px; } }

.itv_block_style_1 > span {
  display: inline-block;
  font-weight: 700; }
.itv_block_style_1 .position {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 7px; }
  @media only screen and (max-width: 768px) {
    .itv_block_style_1 .position {
      font-size: 3.1vw;
      margin: 0 0 5px; } }
.itv_block_style_1 .name {
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .itv_block_style_1 .name {
      font-size: 3.2vw; } }
  .itv_block_style_1 .name > b {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .itv_block_style_1 .name > b {
        font-size: 3.2vw; } }

.itv_block_style_2 .image {
  align-items: stretch;
  width: 42%;
  height: 186px;
  margin: 0 3% 0 0; }
  @media only screen and (max-width: 768px) {
    .itv_block_style_2 .image {
      width: 100%;
      margin: 0 0 11px;
      height: 35vw; } }
  .itv_block_style_2 .image .main, .itv_block_style_2 .image .spec {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
  .itv_block_style_2 .image .main {
    width: 59%; }
  .itv_block_style_2 .image .spec {
    width: 41%; }
.itv_block_style_2 .detail {
  width: 44%;
  margin: 0 11% 0 0; }
  @media only screen and (max-width: 768px) {
    .itv_block_style_2 .detail {
      width: 100%;
      margin: 0; } }
  .itv_block_style_2 .detail .ttl {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 20px; }
    @media only screen and (max-width: 768px) {
      .itv_block_style_2 .detail .ttl {
        font-size: 3.7vw;
        line-height: 1.4;
        margin: 0 0 7px; } }
  .itv_block_style_2 .detail .name {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px; }
    @media only screen and (max-width: 768px) {
      .itv_block_style_2 .detail .name {
        font-size: 3.1vw;
        margin: 0 0 6px; } }
  .itv_block_style_2 .detail .category {
    font-size: 14px;
    color: #6E6D6D;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    display: inline-block;
    padding: 6px 9px; }
    @media only screen and (max-width: 768px) {
      .itv_block_style_2 .detail .category {
        font-size: 3.1vw;
        padding: 3px 7px; } }

.point_ttl_style_1 .point {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  background: #FFC920;
  width: 132px;
  height: 33px;
  position: relative;
  margin: 0 27px 0 0;
  padding: 0 0 0 15px; }
  @media only screen and (max-width: 768px) {
    .point_ttl_style_1 .point {
      width: 85px;
      height: 22px;
      font-size: 3.2vw;
      line-height: 22px;
      margin: 0 0 7px;
      padding: 0 0 0 10px; } }
  .point_ttl_style_1 .point::before {
    position: absolute;
    top: 0;
    right: -9px;
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 0 16.5px 9px;
    border-color: transparent transparent transparent #FFC920; }
    @media only screen and (max-width: 768px) {
      .point_ttl_style_1 .point::before {
        right: -4px;
        border-width: 11px 0 11px 4px; } }
  .point_ttl_style_1 .point .lg {
    font-size: 39px;
    position: absolute;
    bottom: 3px;
    right: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .point_ttl_style_1 .point .lg {
        font-size: 6.4vw;
        bottom: 2px;
        right: 12px; } }
.point_ttl_style_1 .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  width: calc(100% - 159px); }
  @media only screen and (max-width: 768px) {
    .point_ttl_style_1 .text {
      font-size: 4vw;
      line-height: 22px;
      width: 100%; } }

.top2021_contents .top2021_contents_main .top2021_contents_mainInner.category {
  background: linear-gradient(180deg, #F7F7F7 0, #F7F7F7 1272px, transparent 1272px, transparent 100%); }
  @media only screen and (max-width: 1439px) {
    .top2021_contents .top2021_contents_main .top2021_contents_mainInner.category {
      background: none; } }

.breadcrumbsBlock {
  width: 100%; }
  .breadcrumbsBlock .breadcrumbs {
    padding: 41px 0 22px;
    font-size: 12px;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .breadcrumbsBlock .breadcrumbs {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        font-size: 3.2vw;
        padding: 13px 0 20px; } }
  .breadcrumbsBlock * {
    font-size: 12px;
    color: #5B544C; }
    @media only screen and (max-width: 768px) {
      .breadcrumbsBlock * {
        font-size: 4vw; } }
  .breadcrumbsBlock span {
    padding: 0 5px; }
    @media only screen and (max-width: 768px) {
      .breadcrumbsBlock span:nth-of-type(1) {
        padding: 0 5px 0 0; } }

.catPage .breadcrumbsBlock {
  color: #5B544C; }
.catPage .topSection {
  justify-content: space-between;
  padding: 0 0 29px; }
  @media only screen and (max-width: 768px) {
    .catPage .topSection {
      flex-direction: column;
      justify-content: flex-start;
      padding: 0 0 24px; } }
  .catPage .topSection::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .catPage .topSection__spBlock {
    display: none; }
    @media only screen and (max-width: 768px) {
      .catPage .topSection__spBlock {
        display: block; } }
  .catPage .topSection__slider {
    width: 55%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .catPage .topSection__slider {
        width: 100%;
        margin: 0 0 30px; } }
    .catPage .topSection__slider .main .ele,
    .catPage .topSection__slider .thumb .ele {
      border-radius: 2px;
      overflow: hidden;
      padding: 0 20px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__slider .main .ele,
        .catPage .topSection__slider .thumb .ele {
          padding: 0 10px 0 0; } }
    .catPage .topSection__slider .main {
      margin: 0 0 20px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__slider .main {
          margin: 0 0 10px; } }
    .catPage .topSection__slider .thumb .ele {
      cursor: pointer; }
      .catPage .topSection__slider .thumb .ele img {
        border: 1px solid #F7F7F7; }
      .catPage .topSection__slider .thumb .ele.slick-current img {
        border: 2px solid #000000; }
    .catPage .topSection__slider .specText {
      font-size: 20px;
      line-height: 1.2;
      color: #ffffff;
      padding: 5px 10px;
      background-color: rgba(0, 0, 0, 0.53);
      position: absolute;
      left: 0;
      bottom: 135px;
      z-index: 1; }
      @media only screen and (max-width: 1439px) {
        .catPage .topSection__slider .specText {
          bottom: 9vw; } }
      @media only screen and (max-width: 1235px) {
        .catPage .topSection__slider .specText {
          bottom: 9.3vw; } }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__slider .specText {
          bottom: 23.5vw;
          font-size: 3.2vw;
          padding: 3px 5px; } }
  .catPage .topSection__detail, .catPage .topSection__spBlock {
    width: 42%; }
    @media only screen and (max-width: 768px) {
      .catPage .topSection__detail, .catPage .topSection__spBlock {
        width: 100%; } }
    .catPage .topSection__detail .catch, .catPage .topSection__spBlock .catch {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      margin: 0 0 3px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .catch, .catPage .topSection__spBlock .catch {
          font-size: 4vw;
          margin: 0; } }
    .catPage .topSection__detail .ttl, .catPage .topSection__spBlock .ttl {
      font-size: 30px;
      line-height: 1.4;
      font-weight: 900;
      margin: 0 0 11px; }
      @media only screen and (max-width: 1439px) {
        .catPage .topSection__detail .ttl, .catPage .topSection__spBlock .ttl {
          font-size: 30px; } }
      @media only screen and (max-width: 1235px) {
        .catPage .topSection__detail .ttl, .catPage .topSection__spBlock .ttl {
          font-size: 30px; } }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .ttl, .catPage .topSection__spBlock .ttl {
          font-size: 7.2vw;
          margin: 0 0 7px; } }
    .catPage .topSection__detail .des, .catPage .topSection__spBlock .des {
      font-size: 17px;
      line-height: 1.8;
      margin: 0 0 15px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .des, .catPage .topSection__spBlock .des {
          font-size: 3.2vw; } }
    .catPage .topSection__detail .tag, .catPage .topSection__spBlock .tag {
      flex-wrap: wrap;
      margin: 0 0 10px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .tag, .catPage .topSection__spBlock .tag {
          margin: 0 0 7px; } }
      .catPage .topSection__detail .tag > li, .catPage .topSection__spBlock .tag > li {
        font-size: 15px;
        color: #FF7700;
        border: 1px solid #FFC089;
        background: #ffffff;
        padding: 7px 9px;
        margin: 0 5px 5px 0; }
        @media only screen and (max-width: 768px) {
          .catPage .topSection__detail .tag > li, .catPage .topSection__spBlock .tag > li {
            font-size: 3.2vw;
            padding: 4px 5px; } }
    .catPage .topSection__detail .caution_text, .catPage .topSection__spBlock .caution_text {
      font-size: 13px;
      color: #5f5f5f;
      margin: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .caution_text, .catPage .topSection__spBlock .caution_text {
          font-size: 3.2vw;
          margin: 0 0 17px; } }
    .catPage .topSection__detail .feature, .catPage .topSection__spBlock .feature {
      margin: 0 0 25px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .feature, .catPage .topSection__spBlock .feature {
          margin: 0 0 15px; } }
      .catPage .topSection__detail .feature > li, .catPage .topSection__spBlock .feature > li {
        width: 15%;
        margin: 0 2% 0 0;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        color: #433B32; }
        @media only screen and (max-width: 768px) {
          .catPage .topSection__detail .feature > li, .catPage .topSection__spBlock .feature > li {
            font-size: 2.8vw; } }
        .catPage .topSection__detail .feature > li > img, .catPage .topSection__spBlock .feature > li > img {
          margin: 0 0 11px; }
          @media only screen and (max-width: 768px) {
            .catPage .topSection__detail .feature > li > img, .catPage .topSection__spBlock .feature > li > img {
              margin: 0 0 7px; } }
        .catPage .topSection__detail .feature > li .sm, .catPage .topSection__spBlock .feature > li .sm {
          font-size: 13px;
          line-height: 1.4;
          margin: 5px 0 0;
          display: inline-block; }
          @media only screen and (max-width: 768px) {
            .catPage .topSection__detail .feature > li .sm, .catPage .topSection__spBlock .feature > li .sm {
              font-size: 3.2vw;
              margin: 3px 0 0; } }
        .catPage .topSection__detail .feature > li:nth-last-of-type(1), .catPage .topSection__spBlock .feature > li:nth-last-of-type(1) {
          margin: 0; }
    .catPage .topSection__detail .spec, .catPage .topSection__spBlock .spec {
      font-size: 13px;
      line-height: 1.9;
      color: #5F5F5F;
      margin: 0 0 21px; }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .spec, .catPage .topSection__spBlock .spec {
          font-size: 3.2vw;
          margin: 0 0 16px;
          line-height: 2.0; } }
    .catPage .topSection__detail .btn, .catPage .topSection__spBlock .btn {
      display: block;
      margin: 0 0 17px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .btn, .catPage .topSection__spBlock .btn {
          width: 86%;
          margin: 0 auto 17px; } }
      .catPage .topSection__detail .btn:hover, .catPage .topSection__spBlock .btn:hover {
        opacity: .7; }
    .catPage .topSection__detail .link, .catPage .topSection__spBlock .link {
      color: #383838;
      font-size: 14px;
      width: 126px;
      display: inline-block;
      margin: 0 0 0 calc(100% - 126px); }
      @media only screen and (max-width: 768px) {
        .catPage .topSection__detail .link, .catPage .topSection__spBlock .link {
          font-size: 3.2vw;
          text-decoration: underline;
          width: auto;
          margin: 0;
          display: block;
          text-align: right; } }
      .catPage .topSection__detail .link:hover, .catPage .topSection__spBlock .link:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .catPage .topSection__detail .catch,
    .catPage .topSection__detail .ttl,
    .catPage .topSection__detail .tag,
    .catPage .topSection__detail .des,
    .catPage .topSection__detail .caution_text {
      display: none; } }
.catPage .caseSection {
  padding: 26px 0 38px; }
  @media only screen and (max-width: 768px) {
    .catPage .caseSection {
      padding: 17px 0 19px; } }
  .catPage .caseSection__ttl {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 26px; }
    @media only screen and (max-width: 768px) {
      .catPage .caseSection__ttl {
        font-size: 4vw;
        margin: 0 0 15px; } }
  .catPage .caseSection__slider {
    background: #ffffff;
    padding: 24px 20px 26px;
    border-radius: 5px;
    margin: 0 0 21px; }
    @media only screen and (max-width: 768px) {
      .catPage .caseSection__slider {
        padding: 10px 10px 4px;
        margin: 0 0 19px; } }
    .catPage .caseSection__slider .ele {
      width: 192px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .catPage .caseSection__slider .ele {
          width: 157px; } }
      .catPage .caseSection__slider .ele > div {
        display: block;
        background: #ffffff;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        margin: 0 9px 9px; }
      .catPage .caseSection__slider .ele:hover .spec {
        opacity: 1; }
      .catPage .caseSection__slider .ele .icon {
        width: 16px;
        position: absolute;
        top: 9px;
        left: 14px; }
        @media only screen and (max-width: 768px) {
          .catPage .caseSection__slider .ele .icon {
            width: 10px;
            top: 7px;
            left: 17px; } }
      .catPage .caseSection__slider .ele .image {
        background-image: url(../images/category2021/bg1@2x.jpg);
        -webkit-background-size: 100%;
        background-size: 100%; }
      .catPage .caseSection__slider .ele .price_block {
        text-align: center;
        padding: 9px 0 11px; }
        @media only screen and (max-width: 768px) {
          .catPage .caseSection__slider .ele .price_block {
            padding: 5px 0 8px; } }
        .catPage .caseSection__slider .ele .price_block > span {
          display: inline-block;
          font-weight: 500; }
        .catPage .caseSection__slider .ele .price_block .tanka,
        .catPage .caseSection__slider .ele .price_block .yen {
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            .catPage .caseSection__slider .ele .price_block .tanka,
            .catPage .caseSection__slider .ele .price_block .yen {
              font-size: 3.2vw; } }
        .catPage .caseSection__slider .ele .price_block .price {
          font-size: 26px;
          margin: 0 6px; }
          @media only screen and (max-width: 768px) {
            .catPage .caseSection__slider .ele .price_block .price {
              font-size: 4vw;
              margin: 0 1px; } }
      .catPage .caseSection__slider .ele .spec {
        position: absolute;
        background: #FFF0BF;
        top: 0;
        left: 9px;
        height: calc(100% - 9px);
        width: calc(100% - 18px);
        font-size: 12px;
        line-height: 1.6;
        padding: 8px 12px;
        opacity: 0;
        transition: .2s; }
        @media only screen and (max-width: 768px) {
          .catPage .caseSection__slider .ele .spec {
            font-size: 3.2vw;
            padding: 10px 6px; } }
    .catPage .caseSection__slider .prev-arrow,
    .catPage .caseSection__slider .next-arrow {
      position: absolute;
      top: 32%;
      width: 42px;
      height: 42px;
      -webkit-background-size: 100%;
      background-size: 100%;
      cursor: pointer;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .catPage .caseSection__slider .prev-arrow,
        .catPage .caseSection__slider .next-arrow {
          width: 30px;
          height: 30px;
          right: 0; } }
    .catPage .caseSection__slider .prev-arrow {
      left: -5px;
      background-image: url(../images/category2021/icon_arr6.svg); }
      @media only screen and (max-width: 768px) {
        .catPage .caseSection__slider .prev-arrow {
          opacity: 1;　 } }
    .catPage .caseSection__slider .next-arrow {
      right: -5px;
      background-image: url(../images/category2021/icon_arr4.svg); }
  .catPage .caseSection__link {
    width: 214px;
    margin: 0 0 0 calc(100% - 214px); }
    @media only screen and (max-width: 768px) {
      .catPage .caseSection__link {
        /*width: 145px;
        margin: 0 0 0 calc(100% - 145px);*/
        width: auto;
        margin: 0;
        display: block;
        text-align: right; } }
.catPage .recommendSection {
  padding: 55px 0 0;
  margin: 0 0 60px; }
  @media only screen and (max-width: 768px) {
    .catPage .recommendSection {
      padding: 25px 0 0;
      margin: 0 0 30px; } }
  .catPage .recommendSection__text {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 26px; }
    @media only screen and (max-width: 768px) {
      .catPage .recommendSection__text {
        font-size: 4vw;
        margin: 0 0 15px;
        line-height: 1.8; } }
  @media only screen and (max-width: 768px) {
    .catPage .recommendSection__list {
      flex-direction: column; } }
  .catPage .recommendSection__list > li {
    width: 31.6%;
    margin: 0 2.6% 0 0; }
    @media only screen and (max-width: 768px) {
      .catPage .recommendSection__list > li {
        width: 100%;
        margin: 0 0 12px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start; } }
    .catPage .recommendSection__list > li:nth-last-of-type(1) {
      margin: 0; }
    .catPage .recommendSection__list > li > img {
      margin: 0 0 15px; }
      @media only screen and (max-width: 768px) {
        .catPage .recommendSection__list > li > img {
          width: 153px;
          height: 104px;
          margin: 0 5px 0 0; } }
    .catPage .recommendSection__list > li .bg {
      background: #F7F7F7;
      padding: 12px 13px 15px;
      text-align: center;
      border-radius: 2px; }
      @media only screen and (max-width: 768px) {
        .catPage .recommendSection__list > li .bg {
          width: calc(100% - 153px - 5px);
          height: 104px;
          padding: 13px 14px;
          text-align: left; } }
      .catPage .recommendSection__list > li .bg > b {
        font-size: 18px;
        line-height: 1.8;
        font-weight: 700;
        margin: 0 0 4px;
        display: block; }
        @media only screen and (max-width: 1439px) {
          .catPage .recommendSection__list > li .bg > b {
            font-size: 16px; } }
        @media only screen and (max-width: 1235px) {
          .catPage .recommendSection__list > li .bg > b {
            font-size: 13px; } }
        @media only screen and (max-width: 768px) {
          .catPage .recommendSection__list > li .bg > b {
            line-height: 1.5;
            margin: 0 0 6px;
            font-size: 3.6vw;
           } }
      .catPage .recommendSection__list > li .bg > p {
        font-size: 14px;
        line-height: 1.5; }
        @media only screen and (max-width: 1439px) {
          .catPage .recommendSection__list > li .bg > p {
            font-size: 12px; } }
        @media only screen and (max-width: 768px) {
          .catPage .recommendSection__list > li .bg > p {
            font-size: 3.2vw; } }
.catPage .featureSection {
  border: 1px solid #ACACAC;
  border-radius: 2px;
  padding: 39px 118px 64px;
  margin: 0 0 78px; }
  @media only screen and (max-width: 1439px) {
    .catPage .featureSection {
      padding: 39px 13% 64px; } }
  @media only screen and (max-width: 768px) {
    .catPage .featureSection {
      padding: 14px 17px 27px;
      margin: 0 0 30px; } }
  .catPage .featureSection__top {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right bottom;
    margin: 0 0 22px;
    padding: 35px 0 15px; }
    @media only screen and (max-width: 768px) {
      .catPage .featureSection__top {
        margin: 0 0 17px;
        padding: 0;
        background-position: right bottom; } }
    .catPage .featureSection__top .ttl {
      font-size: 16px;
      line-height: 1.3;
      padding: 0 0 8px;
      border-bottom: 1px solid #707070;
      color: #383838;
      font-weight: 500;
      display: inline-block;
      margin: 0 0 25px; }
      @media only screen and (max-width: 768px) {
        .catPage .featureSection__top .ttl {
          font-size: 3.2vw;
          padding: 0 0 5px;
          margin: 0 0 12px; } }
      .catPage .featureSection__top .ttl::before {
        content: '';
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url(../images/category2021/icon_star1.svg);
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        margin: 0 2px -1px 0; }
        @media only screen and (max-width: 768px) {
          .catPage .featureSection__top .ttl::before {
            width: 8px;
            height: 8px;
            margin: 0 2px -1px 0; } }
    .catPage .featureSection__top .catch {
      font-size: 24px;
      line-height: 1.4;
      font-weight: 700;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .catPage .featureSection__top .catch {
          font-size: 5.6vw; } }
  .catPage .featureSection__text {
    color: #383838;
    font-size: 17px;
    line-height: 2.0;
    margin: 0 0 46px; }
    @media only screen and (max-width: 768px) {
      .catPage .featureSection__text {
        font-size: 3.6vw;
        margin: 0 0 27px; } }
  .catPage .featureSection__list {
    flex-wrap: wrap;
    padding: 0 0 35px; }
    @media only screen and (max-width: 768px) {
      .catPage .featureSection__list {
        padding: 0 0 14px; } }
    .catPage .featureSection__list > li {
      width: 37%;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.8;
      margin: 0 13% 24px 0; }
      @media only screen and (max-width: 1439px) {
        .catPage .featureSection__list > li {
          width: 45%;
          margin: 0 5% 24px 0; } }
      @media only screen and (max-width: 1235px) {
        .catPage .featureSection__list > li {
          font-size: 15px; } }
      @media only screen and (max-width: 768px) {
        .catPage .featureSection__list > li {
          width: 100%;
          margin: 0 0 13px;
          font-size: 4vw; } }
      .catPage .featureSection__list > li::before {
        content: '';
        display: inline-block;
        width: 19px;
        height: 19px;
        background-image: url(../images/category2021/icon_check1.svg);
        -webkit-background-size: 100%;
        background-size: 100%;
        margin: 0 7px -3px 0; }
        @media only screen and (max-width: 768px) {
          .catPage .featureSection__list > li::before {
            width: 13px;
            height: 13px;
            margin: 0 10px 0 0; } }
      .catPage .featureSection__list > li::after {
        content: '';
        display: block;
        background-image: url(../images/category2021/border1.svg);
        -webkit-background-size: 100%;
        background-size: 100%;
        width: 100%;
        height: 2px;
        margin: 11px 0 0; }
        @media only screen and (max-width: 768px) {
          .catPage .featureSection__list > li::after {
            height: 2px;
            margin: 4px 0 0;
            -webkit-background-size: auto;
            background-size: auto; } }
  .catPage .featureSection__btn {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
    .catPage .featureSection__btn:hover {
      opacity: .7; }
      .catPage .featureSection__imgs {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin-bottom: 35px;
      }
      @media only screen and (max-width: 768px) {
        .catPage .featureSection__imgs {
          margin-bottom: 30px;
        }
      }
      .catPage .featureSection__imgs .img {
        flex-basis: 48%;
      }
.catPage .detailSection {
  flex-wrap: wrap; }

  @media screen and (min-width: 767px), print {
    .detailSection__items{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      grid-gap:50px;
    }
  }
  @media screen and (min-width: 767px), print {
    .catPage .detailSection .detailSection__items .youtube_movie{
      width: 100%;
      grid-column: 1/2;grid-row: 1/2;
    }
  }
  
  @media screen and (min-width: 767px), print {
    .catPage .detailSection .detailSection__items .detailSection__texts{
      grid-column: 2/3;grid-row: 1/2;
    }
  }  

  .catPage .detailSection__ttl {
    width: 100%;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px; }
    @media only screen and (max-width: 768px) {
      .catPage .detailSection__ttl {
        font-size: 4vw;
        line-height: 1.8;
        margin: 0 0 10px; } }
  .catPage .detailSection__desc {
    width: 100%;
    font-size: 17px;
    line-height: 2;
    margin: 0 0 60px; }
    @media only screen and (max-width: 768px) {
      .catPage .detailSection__desc {
        font-size: 3.2vw;
        margin: 0 0 35px; } }
  .catPage .detailSection .youtube_movie {
    width: 52%;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 768px) {
      .catPage .detailSection .youtube_movie {
        width: 100%;
        margin: 0 auto 15px; } }
    .catPage .detailSection .youtube_movie > div {
      cursor: pointer;
      position: relative; }
      .catPage .detailSection .youtube_movie > div::before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background-image: url(../images/category2021/icon_arr10.svg);
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection .youtube_movie > div::before {
            width: 13vw;
            height: 13vw; } }
    .catPage .detailSection .youtube_movie iframe {
      width: 100%;
      height: 377px; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection .youtube_movie iframe {
          height: 68vw; } }
  .catPage .detailSection__block {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .catPage .detailSection__block {
        margin-bottom: 35px; } }
    .catPage .detailSection__block.sm {
      width: 41%; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block.sm {
          width: 100%; } }
      .catPage .detailSection__block.sm:nth-of-type(2n + 1) {
        margin-right: 7%; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block.sm:nth-of-type(2n + 1) {
            margin-right: 0; } }
    .catPage .detailSection__block.lg {
      width: 52%; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block.lg {
          width: 100%; } }
    .catPage .detailSection__block.fl {
      width: 100%; }
    .catPage .detailSection__block > dt {
      background: #F7F7F7;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.7;
      padding: 8px 18px;
      border-left: 1px solid #707070; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dt {
          font-size: 4vw;
          padding: 5px 17px; } }
    .catPage .detailSection__block > dd .btn {
      display: block;
      width: 100%;
      font-size: 16px;
      text-align: center;
      border: 1px solid #C3C3C3;
      border-radius: 2px;
      padding: 12px 0;
      margin: 24px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .btn {
          font-size: 3.2vw;
          margin: 19px 0 0;
          padding: 8px 0 10px; } }
      .catPage .detailSection__block > dd .btn:hover {
        background: #F7F7F7; }
      .catPage .detailSection__block > dd .btn > img {
        display: inline-block;
        width: 18px;
        margin: 0 12px 0 0;
        vertical-align: text-top; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .btn > img {
            width: 9px;
            margin: 2px 6px 0 0; } }
    .catPage .detailSection__block > dd .area {
      background: #F7F7F7;
      padding: 13px;
      margin: 20px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .area {
          padding: 7px;
          margin: 16px 0 0; } }
      .catPage .detailSection__block > dd .area > p {
        font-size: 15px;
        padding: 0 0 0 13px;
        border-left: 1px solid #707070;
        line-height: 1.4;
        color: #383838; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .area > p {
            font-size: 3.2vw;
            padding: 0 0 0 7px; } }
        .catPage .detailSection__block > dd .area > p:nth-of-type(1) {
          margin: 0 0 13px; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .area > p:nth-of-type(1) {
              margin: 0 0 6px; } }
    .catPage .detailSection__block > dd .text {
      font-size: 16px;
      line-height: 2.0;
      color: #383838;
      margin: 21px 0 13px; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .text {
          font-size: 3.2vw;
          margin: 11px 0; } }
    .catPage .detailSection__block > dd > img {
      margin: 24px 0; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd > img {
          margin: 17px 0; } }
    .catPage .detailSection__block > dd .case {
      background: #FFF7E0;
      position: relative;
      padding: 34px 11px 14px; }
      @media only screen and (max-width: 1439px) {
        .catPage .detailSection__block > dd .case {
          padding: 8px 11px 14px; } }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .case {
          padding: 34px 14px 15px; } }
      .catPage .detailSection__block > dd .case__ttl {
        position: absolute;
        top: 12px;
        left: 23px;
        z-index: 1;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .case__ttl {
            font-size: 3.2vw;
            top: 12px;
            left: 14px; } }
      .catPage .detailSection__block > dd .case__list {
        align-items: flex-end; }
        .catPage .detailSection__block > dd .case__list > li {
          width: 31%;
          text-align: center;
          font-size: 12px;
          line-height: 1.5;
          color: #433B32;
          margin: 0 3% 0 0; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .case__list > li {
              font-size: 3.2vw;
              text-align: left; } }
          .catPage .detailSection__block > dd .case__list > li:nth-last-of-type(1) {
            margin: 0; }
          .catPage .detailSection__block > dd .case__list > li > img {
            margin: 0 0 10px; }
    .catPage .detailSection__block > dd .tab_nav {
      margin: 44px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .tab_nav {
          margin: 12px 0 0;
          border-right: 1px solid #E2E2E2; } }
      .catPage .detailSection__block > dd .tab_nav > li {
        width: 170px;
        padding: 8px 0; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .tab_nav > li {
            width: 20%;
            padding: 7px 3px; } }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .tab_nav > li:nth-last-of-type(1)::after {
            display: none; } }
        .catPage .detailSection__block > dd .tab_nav > li::after {
          height: 24px;
          top: 9px; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .tab_nav > li::after {
              height: 26px; } }
    .catPage .detailSection__block > dd #tab1_contents {
      display: block; }
    .catPage .detailSection__block > dd .tab_contents {
      display: none;
      background: #ffffff;
      border: 1px solid #E2E2E2;
      border-radius: 2px;
      padding: 45px 25px 0;
      margin: 0 0 -1px; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .tab_contents {
          padding: 12px 17px 27px;
          border-radius: 0; } }
      .catPage .detailSection__block > dd .tab_contents.active {
        display: block; }
      .catPage .detailSection__block > dd .tab_contents ul {
        flex-wrap: wrap; }
        .catPage .detailSection__block > dd .tab_contents ul > li {
          width: 47%;
          margin: 0 6% 64px 0;
          position: relative; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .tab_contents ul > li {
              width: 100%;
              margin: 0;
              padding: 10px 0;
              border-bottom: 1px solid #EAEAEA;
              align-items: center;
              flex-wrap: wrap; } }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .tab_contents ul > li.active .arr {
              bottom: 20px;
              transform: rotate(-180deg); } }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .tab_contents ul > li:nth-last-of-type(1) {
              border-bottom: none; } }
          .catPage .detailSection__block > dd .tab_contents ul > li:nth-of-type(2n) {
            margin: 0 0 64px; }
            @media only screen and (max-width: 768px) {
              .catPage .detailSection__block > dd .tab_contents ul > li:nth-of-type(2n) {
                margin: 0; } }
          .catPage .detailSection__block > dd .tab_contents ul > li .image {
            width: 32%;
            margin: 0 7% 0 0; }
            @media only screen and (max-width: 768px) {
              .catPage .detailSection__block > dd .tab_contents ul > li .image {
                width: 22%;
                margin: 0 6% 0 0; } }
          .catPage .detailSection__block > dd .tab_contents ul > li > .name {
            position: absolute;
            top: 5px;
            left: 39%;
            font-size: 20px;
            font-weight: 700; }
            @media only screen and (max-width: 768px) {
              .catPage .detailSection__block > dd .tab_contents ul > li > .name {
                position: static;
                font-size: 3.2vw; } }
          .catPage .detailSection__block > dd .tab_contents ul > li .des {
            width: 61%;
            font-size: 16px;
            line-height: 1.8;
            margin: 42px 0 0; }
            @media only screen and (max-width: 768px) {
              .catPage .detailSection__block > dd .tab_contents ul > li .des {
                width: 100%;
                font-size: 3.2vw;
                line-height: 2.0;
                margin: 6px 0 0; } }
      .catPage .detailSection__block > dd .tab_contents .haku_image {
        width: 100%;
        max-width: 508px;
        margin: 0 auto 50px; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .tab_contents .haku_image {
            margin: 0; } }
    .catPage .detailSection__block > dd .semiorder_color {
      margin: 39px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_color {
          flex-wrap: wrap;
          margin: 16px 0 0; } }
      .catPage .detailSection__block > dd .semiorder_color > li {
        width: 90px;
        margin: 0 20px 0 0;
        font-size: 16px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .semiorder_color > li {
            width: 18%;
            margin: 0 2.5% 11px 0;
            font-size: 3.2vw; } }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd .semiorder_color > li:nth-of-type(5n) {
            margin: 0 0 11px; } }
        .catPage .detailSection__block > dd .semiorder_color > li > img {
          margin: 0 0 6px; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .semiorder_color > li > img {
              margin: 0 0 7px; } }
    .catPage .detailSection__block > dd .semiorder_list {
      margin: 31px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_list {
          flex-wrap: wrap;
          margin: 18px 0 0; } }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_list.semiorder_size > li {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: stretch;
          margin: 0 0 10px; } }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_list.semiorder_size > li .ttl {
          width: 47px;
          margin: 0 10px 0 0; } }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_list.semiorder_size > li .size {
          width: calc(100% - 57px); } }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_list.semiorder_haku > li {
          width: 46%;
          margin: 0 8% 29px 0; } }
      @media only screen and (max-width: 768px) {
        .catPage .detailSection__block > dd .semiorder_list.semiorder_haku > li:nth-of-type(2n) {
          margin: 0 0 29px; } }
      .catPage .detailSection__block > dd .semiorder_list > li {
        width: 23%;
        margin: 0 2.66% 0 0; }
        .catPage .detailSection__block > dd .semiorder_list > li:nth-of-type(4n) {
          margin: 0; }
        .catPage .detailSection__block > dd .semiorder_list > li .ttl {
          font-size: 18px;
          color: #ffffff;
          background: #A0A0A0;
          text-align: center;
          margin: 0 0 18px;
          padding: 7px; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .semiorder_list > li .ttl {
              font-size: 3.2vw;
              margin: 0 0 11px;
              padding: 4px; } }
        .catPage .detailSection__block > dd .semiorder_list > li .size {
          font-size: 16px;
          line-height: 1.6;
          color: #383838; }
          @media only screen and (max-width: 768px) {
            .catPage .detailSection__block > dd .semiorder_list > li .size {
              font-size: 3.2vw; } }
    .catPage .detailSection__block > dd tbody, .catPage .detailSection__block > dd tr {
      width: 100%; }
      .catPage .detailSection__block > dd tbody th, .catPage .detailSection__block > dd tbody td, .catPage .detailSection__block > dd tr th, .catPage .detailSection__block > dd tr td {
        font-size: 16px;
        line-height: 1.5;
        padding: 11px 14px; }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd tbody th, .catPage .detailSection__block > dd tbody td, .catPage .detailSection__block > dd tr th, .catPage .detailSection__block > dd tr td {
            font-size: 3.2vw;
            line-height: 1.4;
            padding: 6px 12px; } }
    .catPage .detailSection__block > dd table {
      border-collapse: collapse; }
      .catPage .detailSection__block > dd table tr th, .catPage .detailSection__block > dd table tr td {
        border-right: 1px solid #C3C3C3;
        border-bottom: 1px solid #C3C3C3; }
        @media only screen and (max-width: 1235px) {
          .catPage .detailSection__block > dd table tr th, .catPage .detailSection__block > dd table tr td {
            height: 71px; } }
        @media only screen and (max-width: 768px) {
          .catPage .detailSection__block > dd table tr th, .catPage .detailSection__block > dd table tr td {
            height: auto; } }
      .catPage .detailSection__block > dd table tr td {
        text-align: center; }
.catPage .tipsSection {
  margin: 0 0 74px; }
  @media only screen and (max-width: 768px) {
    .catPage .tipsSection {
      margin: 0 0 40px; } }
  .catPage .tipsSection__ttl {
    background: #F7F7F7;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 15px;
    margin: 0 0 13px; }
    @media only screen and (max-width: 768px) {
      .catPage .tipsSection__ttl {
        font-size: 4vw;
        padding: 8px 10px; } }
    .catPage .tipsSection__ttl::before {
      content: '';
      display: inline-block;
      background-image: url(../images/category2021/icon_light.svg);
      -webkit-background-size: 100%;
      background-size: 100%;
      width: 30px;
      height: 24px;
      margin: 0 10px 0 0;
      vertical-align: sub; }
      @media only screen and (max-width: 768px) {
        .catPage .tipsSection__ttl::before {
          width: 18px;
          height: 15px;
          margin: 0 9px 0 0;
          vertical-align: top; } }
  .catPage .tipsSection__text {
    font-size: 16px;
    line-height: 2.0;
    margin: 0 0 24px; }
    @media only screen and (max-width: 768px) {
      .catPage .tipsSection__text {
        font-size: 3.2vw;
        margin: 0 0 20px; } }
  .catPage .tipsSection__list {
    flex-wrap: wrap; }
    .catPage .tipsSection__list .ele {
      align-items: center;
      width: 180px;
      height: 80px;
      border: 1px solid #CECECE;
      border-radius: 2px;
      background: #ffffff;
      padding: 0 0 0 36px;
      position: relative;
      margin: 0 20px 20px 0;
      line-height: 1.6;
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .catPage .tipsSection__list .ele {
          width: 100%;
          height: auto;
          margin: 0 0 7px;
          font-size: 3.2vw;
          padding: 8px 0 8px 27px; } }
      .catPage .tipsSection__list .ele::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: 6px;
        height: 12px;
        background-image: url(../images/category2021/icon_tri1.svg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 768px) {
          .catPage .tipsSection__list .ele::before {
            width: 5px;
            height: 9px;
            left: 12px; } }
  .catPage .tipsSection__link {
    width: 280px;
    margin: -36px 0 0 calc(100% - 280px); }
    @media only screen and (max-width: 1439px) {
      .catPage .tipsSection__link {
        margin: 10px 0 0 calc(100% - 280px); } }
    @media only screen and (max-width: 768px) {
      .catPage .tipsSection__link {
        width: 190px;
        margin: 14px 0 0 calc(100% - 190px); } }
.catPage .otherProductsSection {
  margin: 0 0 15px; }
  @media only screen and (max-width: 768px) {
    .catPage .otherProductsSection {
      margin: 0 0 35px; } }
  .catPage .otherProductsSection__ttl {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    line-height: 1.3;
    padding: 0 0 14px;
    margin: 0 0 78px; }
    @media only screen and (max-width: 768px) {
      .catPage .otherProductsSection__ttl {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 0 12px;
        margin: 0 0 23px; } }
  @media only screen and (max-width: 768px) {
    .catPage .otherProductsSection__list {
      display: block; } }
  .catPage .otherProductsSection__list .ele {
    position: relative; }
    .catPage .otherProductsSection__list .ele.lg {
      margin: 0 2% 70px 0; }
      @media only screen and (max-width: 768px) {
        .catPage .otherProductsSection__list .ele.lg {
          margin: 25px 10px 0 0; } }
      @media only screen and (max-width: 768px) {
        .catPage .otherProductsSection__list .ele.lg:nth-of-type(2n) {
          margin: 25px 10px 0 0; } }
      .catPage .otherProductsSection__list .ele.lg:nth-of-type(3n) {
        margin: 0 0 70px 0; }
        @media only screen and (max-width: 768px) {
          .catPage .otherProductsSection__list .ele.lg:nth-of-type(3n) {
            margin: 25px 10px 0 0; } }
    .catPage .otherProductsSection__list .ele .ttl {
      font-size: 18px;
      line-height: 1.7;
      font-weight: 700;
      position: absolute;
      top: -50px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .catPage .otherProductsSection__list .ele .ttl {
          font-size: 3.2vw;
          top: -24px; } }
      .catPage .otherProductsSection__list .ele .ttl::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 12px;
        background-image: url(../images/category2021/icon_tri1.svg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 3px 0 0; }
        @media only screen and (max-width: 768px) {
          .catPage .otherProductsSection__list .ele .ttl::before {
            width: 4px;
            height: 7px;
            margin: 0 2px 1px 0; } }
  .catPage .otherProductsSection__list .prev-arrow {
    display: none; }
  @media only screen and (max-width: 768px) {
    .catPage .otherProductsSection__list .next-arrow {
      position: absolute;
      top: 46%;
      background-image: url(../images/category2021/icon_arr4.svg);
      -webkit-background-size: 100%;
      background-size: 100%;
      cursor: pointer;
      width: 25px;
      height: 25px;
      right: 0; } }
.catPage .orderSection {
  background: #F6F6F4;
  border-radius: 3px;
  padding: 36px 36px 45px;
  margin: 0 0 74px; }
  @media only screen and (max-width: 768px) {
    .catPage .orderSection {
      border-radius: 0;
      padding: 25px 20px 22px;
      margin: 0 0 22px; } }
  .catPage .orderSection__ttl {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .catPage .orderSection__ttl {
        font-size: 4vw; } }
  .catPage .orderSection__nav {
    margin: 23px 0 0; }
    @media only screen and (max-width: 768px) {
      .catPage .orderSection__nav {
        margin: 8px 0 6px;
        flex-wrap: wrap;
        background: none;
        border-left: none;
        justify-content: center; } }
    .catPage .orderSection__nav > li {
      padding: 10px 20px; }
      @media only screen and (max-width: 1439px) {
        .catPage .orderSection__nav > li {
          padding: 10px 18px;
          font-size: 14px; } }
      @media only screen and (max-width: 1235px) {
        .catPage .orderSection__nav > li {
          padding: 10px 12px;
          font-size: 13px; } }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__nav > li {
          padding: 8px 0;
          margin: 0 1px 2px;
          text-align: center;
          background: #E5E5E5;
          font-size: 3.2vw;
          border: 1px solid #E5E5E5; } }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__nav > li.active {
          border-radius: 0;
          border: 1px solid #707070; } }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__nav > li.lg {
          width: calc(38% - 2px); } }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__nav > li.md {
          width: calc(31% - 2px); } }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__nav > li.sm {
          width: calc(23% - 2px); } }
      .catPage .orderSection__nav > li::after {
        height: 50px;
        top: 7px; }
        @media only screen and (max-width: 1439px) {
          .catPage .orderSection__nav > li::after {
            height: 40px; } }
        @media only screen and (max-width: 768px) {
          .catPage .orderSection__nav > li::after {
            display: none; } }
  .catPage .orderSection #or_tab1_contents {
    display: block; }
  .catPage .orderSection__contents {
    background: #ffffff;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 35px 35px 39px;
    display: none; }
    @media only screen and (max-width: 768px) {
      .catPage .orderSection__contents {
        border: none;
        padding: 15px 17px; } }
    .catPage .orderSection__contents__priceFee > ul {
      margin: 0 0 20px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .catPage .orderSection__contents__priceFee > ul:nth-last-of-type(1) {
        margin: 0; }
      .catPage .orderSection__contents__priceFee > ul li {
        font-size: 16px;
        line-height: 1.9; }
        @media only screen and (max-width: 768px) {
          .catPage .orderSection__contents__priceFee > ul li {
            font-size: 3.2vw;
            line-height: 1.4; } }
        .catPage .orderSection__contents__priceFee > ul li:nth-of-type(1) {
          width: 90px;
          background: #696969;
          color: #ffffff;
          text-align: center;
          padding: 0 18px; }
          @media only screen and (max-width: 768px) {
            .catPage .orderSection__contents__priceFee > ul li:nth-of-type(1) {
              width: 100%;
              text-align: left;
              padding: 3px 13px;
              margin: 0 0 7px; } }
        .catPage .orderSection__contents__priceFee > ul li:nth-of-type(2) {
          width: 96px;
          padding: 0 18px; }
          @media only screen and (max-width: 768px) {
            .catPage .orderSection__contents__priceFee > ul li:nth-of-type(2) {
              width: 51px;
              padding: 0; } }
        .catPage .orderSection__contents__priceFee > ul li:nth-of-type(3) {
          width: calc( 100% - 90px - 96px ); }
          @media only screen and (max-width: 768px) {
            .catPage .orderSection__contents__priceFee > ul li:nth-of-type(3) {
              width: calc( 100% - 51px ); } }
    .catPage .orderSection__contents > p {
      font-size: 15px;
      line-height: 2.0;
      color: #383838; }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__contents > p {
          font-size: 3.2vw; } }
      .catPage .orderSection__contents > p.hf {
        width: 54%;
        margin: 0 3% 0 0;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .catPage .orderSection__contents > p.hf {
            width: 100%;
            margin: 0 0 10px;
            display: block; } }
    .catPage .orderSection__contents > ul {
      width: 42%;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__contents > ul {
          width: 100%;
          display: block; } }
      .catPage .orderSection__contents > ul > li {
        display: inline-block;
        width: 47%;
        font-size: 13px;
        text-align: center;
        margin: 11px 0 0; }
        @media only screen and (max-width: 768px) {
          .catPage .orderSection__contents > ul > li {
            font-size: 3.2vw;
            margin: 5px 0 0; } }
        .catPage .orderSection__contents > ul > li > img {
          margin: 0 0 13px; }
          @media only screen and (max-width: 768px) {
            .catPage .orderSection__contents > ul > li > img {
              margin: 0 0 6px; } }
        .catPage .orderSection__contents > ul > li:nth-of-type(1) {
          margin: 0 4% 0 0; }
    .catPage .orderSection__contents > a {
      width: 143px;
      margin: 17px 0 0 calc(100% - 143px); }
      @media only screen and (max-width: 768px) {
        .catPage .orderSection__contents > a {
          width: 100px;
          margin: 8px 0 0 calc(100% - 100px); } }
.catPage .reasonSection {
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #CECECE;
  padding: 40px 50px 45px;
  margin: 0 0 93px; }
  @media only screen and (max-width: 768px) {
    .catPage .reasonSection {
      padding: 20px 17px 21px;
      margin: 0 0 43px; } }
  .catPage .reasonSection__top {
    width: 100%;
    margin: 0 0 31px; }
    @media only screen and (max-width: 768px) {
      .catPage .reasonSection__top {
        margin: 0 0 15px; } }
    .catPage .reasonSection__top .catch {
      font-size: 26px;
      font-weight: 700;
      margin: 0 0 13px;
      background-image: url(../images/category2021/border2.svg);
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center;
      text-align: center;
      padding: 2px; }
      @media only screen and (max-width: 768px) {
        .catPage .reasonSection__top .catch {
          font-size: 3.2vw;
          margin: 0 0 10px;
          padding: 1px; } }
    .catPage .reasonSection__top .ttl {
      font-size: 36px;
      line-height: 1.3;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .catPage .reasonSection__top .ttl {
          font-size: 4.8vw; } }
  .catPage .reasonSection__image {
    width: 50%;
    margin: 0 3% 0 0; }
    @media only screen and (max-width: 768px) {
      .catPage .reasonSection__image {
        width: 100%;
        margin: 0 0 9px; } }
  .catPage .reasonSection__list {
    width: 47%; }
    @media only screen and (max-width: 768px) {
      .catPage .reasonSection__list {
        width: 100%; } }
    .catPage .reasonSection__list > li {
      border-bottom: 1px dotted #808080;
      padding: 12px 0 18px 79px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .catPage .reasonSection__list > li {
          padding: 12px 0 12px 41px; } }
      .catPage .reasonSection__list > li:nth-last-of-type(1) {
        border-bottom: none; }
      .catPage .reasonSection__list > li > img {
        position: absolute;
        top: 17px;
        left: 0;
        width: 58px; }
        @media only screen and (max-width: 768px) {
          .catPage .reasonSection__list > li > img {
            width: 26px;
            top: 10px; } }
      .catPage .reasonSection__list > li .ttl {
        font-size: 20px;
        line-height: 1.7;
        font-weight: 700;
        margin: 0 0 3px; }
        @media only screen and (max-width: 768px) {
          .catPage .reasonSection__list > li .ttl {
            font-size: 3.2vw;
            line-height: 1.5; } }
      .catPage .reasonSection__list > li .text {
        font-size: 15px;
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          .catPage .reasonSection__list > li .text {
            font-size: 3.2vw; } }
  .catPage .reasonSection__contact {
    /*align-items: flex-end;*/
    width: 100%;
    margin: 29px 0 0;
    background: #F6F6F4;
    border-radius: 2px;
    padding: 3px 0 12px;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .catPage .reasonSection__contact {
  display:grid;grid-template-columns:21% auto;grid-gap:30px;padding: 30px;
      }
     }
    @media only screen and (max-width: 1439px) {
      .catPage .reasonSection__contact {
        padding: 30px; } }
    @media only screen and (max-width: 768px) {
      .catPage .reasonSection__contact {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 18px 0 0; } }
    .catPage .reasonSection__contact .image {
      /*width: 23%;
      margin: 0 2% 0 0;*/ }
      @media only screen and (max-width: 768px) {
        .catPage .reasonSection__contact .image {
          width: 51%;
          margin: -9px 0 9px; } }
    .catPage .reasonSection__contact .detail {/* width: 44%;	width: 44%;
    margin: 0 2% 13px 0; */ }
    .catPage .reasonSection__contact .detail .ttl {	
      font-weight: 700;	
              }
      @media only screen and (max-width: 768px) {
        .catPage .reasonSection__contact .detail {
          width: 100%;
          margin: 0 0 9px; } }
      .catPage .reasonSection__contact .detail .ttl {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 11px; }
        @media only screen and (max-width: 1235px) {
          .catPage .reasonSection__contact .detail .ttl {
            font-size: 18px; } }
        @media only screen and (max-width: 768px) {
          .catPage .reasonSection__contact .detail .ttl {
            font-size: 4vw;
            text-align: center; } }
      .catPage .reasonSection__contact .detail .des {
        font-size: 17px;
        line-height: 1.9;
        color: #383838;
      margin-bottom: 15px; }
        @media only screen and (max-width: 1235px) {
          .catPage .reasonSection__contact .detail .des {
            font-size: 14px; } }
        @media only screen and (max-width: 768px) {
          .catPage .reasonSection__contact .detail .des {
            font-size: 3.2vw; } }
    .catPage .reasonSection__contact .btn {
      /* width: 25%;
      margin: 0 4% 20px 0; */
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
      border-radius: 2px;
      grid-column: 1/3;grid-row: 2/3; }
      @media only screen and (max-width: 768px) {
        .catPage .reasonSection__contact .btn {
          width: 100%;
          margin: 0; } }
      .catPage .reasonSection__contact .btn:hover {
        opacity: .7; }
        @media only screen and (min-width: 768px) {
          .catPage .reasonSection__contact .detail .btn {
            max-width: 70%;
          display: block;
        margin: 0 auto; } }
.catPage .priceTableSection {
  margin: 0 0 80px; }
  @media only screen and (max-width: 768px) {
    .catPage .priceTableSection {
      margin: 0 0 40px; } }
  .catPage .priceTableSection__ttl {
    margin: 0 0 30px; }
    @media only screen and (max-width: 768px) {
      .catPage .priceTableSection__ttl {
        margin: 0 0 20px; } }
    .catPage .priceTableSection__ttl h2 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.3; }
      @media only screen and (max-width: 768px) {
        .catPage .priceTableSection__ttl h2 {
          font-size: 4vw;
          line-height: 1.8; } }
    .catPage .priceTableSection__ttl p {
      font-size: 18px;
      line-height: 1.6;
      font-weight: 500;
      margin: 13px 0 0; }
      @media only screen and (max-width: 768px) {
        .catPage .priceTableSection__ttl p {
          font-size: 3.2vw; } }
  .catPage .priceTableSection__btn {
    width: 100%;
    max-width: 496px;
    background: #F8F8F8;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    margin: 0 0 20px;
    font-size: 20px;
    padding: 23px 30px;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .catPage .priceTableSection__btn {
        font-size: 4vw;
        padding: 11px 15px;
        margin: 0 0 15px; } }
    .catPage .priceTableSection__btn.active::before {
      transform: translateY(-50%) rotate(180deg); }
    .catPage .priceTableSection__btn::before {
      content: '';
      display: block;
      width: 17px;
      height: 9px;
      background-image: url(../images/category2021/icon_arr5.svg);
      -webkit-background-size: 100%;
      background-size: 100%;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      z-index: 1;
      transition: .4s; }
      @media only screen and (max-width: 768px) {
        .catPage .priceTableSection__btn::before {
          width: 8px;
          height: 4px;
          right: 15px; } }
  .catPage .priceTableSection__table {
    display: none; }
    .catPage .priceTableSection__table table, .catPage .priceTableSection__table tbody, .catPage .priceTableSection__table tr {
      width: 100%; }
      .catPage .priceTableSection__table table th, .catPage .priceTableSection__table table td, .catPage .priceTableSection__table tbody th, .catPage .priceTableSection__table tbody td, .catPage .priceTableSection__table tr th, .catPage .priceTableSection__table tr td {
        font-size: 16px;
        line-height: 1.5;
        padding: 11px 14px; }
        @media only screen and (max-width: 768px) {
          .catPage .priceTableSection__table table th, .catPage .priceTableSection__table table td, .catPage .priceTableSection__table tbody th, .catPage .priceTableSection__table tbody td, .catPage .priceTableSection__table tr th, .catPage .priceTableSection__table tr td {
            font-size: 3.2vw;
            line-height: 1.4;
            padding: 6px 12px; } }
    .catPage .priceTableSection__table table {
      border-collapse: collapse; }
      .catPage .priceTableSection__table table tr th, .catPage .priceTableSection__table table tr td {
        border-right: 1px solid #C3C3C3;
        border-bottom: 1px solid #C3C3C3; }
      .catPage .priceTableSection__table table tr:nth-of-type(1) th span {
        font-size: 16px;
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          .catPage .priceTableSection__table table tr:nth-of-type(1) th span.lg {
            font-size: 3.2vw; } }
        @media only screen and (max-width: 768px) {
          .catPage .priceTableSection__table table tr:nth-of-type(1) th span.sm {
            font-size: 3.2vw; } }
      .catPage .priceTableSection__table table tr th:nth-of-type(1) {
        text-align: left; }
      .catPage .priceTableSection__table table tr td {
        text-align: center; }
    .catPage .priceTableSection__table .pc_table {
      border-left: 1px solid #C3C3C3; }
      @media only screen and (max-width: 768px) {
        .catPage .priceTableSection__table .pc_table {
          display: none; } }
      .catPage .priceTableSection__table .pc_table.bd {
        border-top: 1px solid #C3C3C3; }
    .catPage .priceTableSection__table .sp_table {
      display: none; }
      @media only screen and (max-width: 768px) {
        .catPage .priceTableSection__table .sp_table {
          display: table;
          border-left: 1px solid #C3C3C3; } }
      .catPage .priceTableSection__table .sp_table.bd {
        border-top: 1px solid #C3C3C3; }
    .catPage .priceTableSection__table__text {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 20px; }
      @media only screen and (max-width: 768px) {
        .catPage .priceTableSection__table__text {
          font-size: 3.2vw;
          line-height: 1.4; } }
  .catPage .priceTableSection__close {
    width: 97px;
    margin: 0 auto 20px;
    cursor: pointer;
    display: none; }
    @media only screen and (max-width: 768px) {
      .catPage .priceTableSection__close {
        width: 68px; } }
.catPage .price_delivery .pc_table {
  margin: 0 0 20px; }
  .catPage .price_delivery .pc_table tr:nth-of-type(1) th {
    background: #747474; }
    .catPage .price_delivery .pc_table tr:nth-of-type(1) th span {
      color: #ffffff; }
  .catPage .price_delivery .pc_table tr.bg {
    background: #F6F6F4; }
.catPage .price_delivery .sp_table:nth-last-of-type(1) {
  margin: 0 0 20px; }
.catPage .price_delivery .sp_table.bd tr:nth-of-type(1) th {
  background: #747474; }
  .catPage .price_delivery .sp_table.bd tr:nth-of-type(1) th span {
    color: #ffffff; }
.catPage .price_delivery .sp_table.bd tr:nth-of-type(2) th {
  background: #F6F6F4; }
.catPage .price_delivery .sp_table tr:nth-of-type(1) th {
  background: #F6F6F4; }
.catPage .price_kikaku .pc_table:nth-of-type(2) {
  margin: 0 0 20px; }
.catPage .price_kikaku .pc_table .ttl th:nth-of-type(1) {
  font-size: 20px; }
.catPage .price_kikaku .pc_table .ttl th:nth-of-type(2) {
  font-size: 18px;
  background: #CECECE; }
.catPage .price_kikaku .pc_table .bg th {
  background: #747474;
  color: #ffffff; }
.catPage .price_kikaku .pc_table tr:nth-of-type(5), .catPage .price_kikaku .pc_table tr:nth-of-type(7) {
  background: #F6F6F4; }
.catPage .price_kikaku .sp_table {
  margin: 0 0 12px; }
  .catPage .price_kikaku .sp_table .ttl {
    border: none; }
  .catPage .price_kikaku .sp_table tr:nth-of-type(3), .catPage .price_kikaku .sp_table tr:nth-of-type(5) {
    background: #F6F6F4; }
.catPage .price_kikaku .sp_block {
  margin: 0 0 12px; }
  .catPage .price_kikaku .sp_block .ttl span {
    display: inline-block; }
    .catPage .price_kikaku .sp_block .ttl span.lg {
      font-size: 14px; }
    .catPage .price_kikaku .sp_block .ttl span.sm {
      font-size: 10px;
      margin: 0 0 0 10px; }
  .catPage .price_kikaku .sp_block .bg {
    font-size: 10px;
    background: #747474;
    color: #ffffff;
    margin: 12px 0 0;
    padding: 8px; }
.catPage .price_a4craft {
  flex-wrap: wrap;
  margin: 36px 0 0; }
  @media only screen and (max-width: 768px) {
    .catPage .price_a4craft {
      margin: 18px 0 0; } }
  .catPage .price_a4craft_spTab {
    display: none; }
    @media only screen and (max-width: 768px) {
      .catPage .price_a4craft_spTab {
        background: #DEDEDE;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding: 3px 3px 0; } }
    .catPage .price_a4craft_spTab > div {
      padding: 8px;
      border-radius: 2px 2px 0 0; }
      .catPage .price_a4craft_spTab > div.active {
        background: #ffffff; }
      .catPage .price_a4craft_spTab > div > img {
        display: inline-block;
        width: 12px;
        margin: 0 3px -2px 0; }
      .catPage .price_a4craft_spTab > div > span {
        display: inline-block;
        font-size: 11px;
        vertical-align: middle;
        margin: 0 0 0 3px; }
      .catPage .price_a4craft_spTab > div:nth-of-type(1) {
        width: 54%; }
      .catPage .price_a4craft_spTab > div:nth-of-type(2) {
        width: 45%; }
  @media only screen and (max-width: 768px) {
    .catPage .price_a4craft #price_a4craft_spTab1_contents {
      display: table; } }
  .catPage .price_a4craft_table {
    border-left: 1px solid #C3C3C3; }
    @media only screen and (max-width: 768px) {
      .catPage .price_a4craft_table {
        display: none;
        border-top: 1px solid #c3c3c3; } }
    .catPage .price_a4craft_table:nth-of-type(1) {
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .catPage .price_a4craft_table:nth-of-type(1) {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .catPage .price_a4craft_table:nth-of-type(1) .ttl {
          display: none; } }
      .catPage .price_a4craft_table:nth-of-type(1) .ttl th {
        background: #DEDEDE; }
        .catPage .price_a4craft_table:nth-of-type(1) .ttl th:nth-of-type(2) {
          border-right: 1px solid #707070; }
          @media only screen and (max-width: 768px) {
            .catPage .price_a4craft_table:nth-of-type(1) .ttl th:nth-of-type(2) {
              border-right: 1px solid #c3c3c3; } }
      .catPage .price_a4craft_table:nth-of-type(1) td:nth-of-type(2) {
        border-right: 1px solid #707070; }
        @media only screen and (max-width: 768px) {
          .catPage .price_a4craft_table:nth-of-type(1) td:nth-of-type(2) {
            border-right: 1px solid #c3c3c3; } }
    .catPage .price_a4craft_table:nth-of-type(2) {
      width: 40%;
      border-left: none; }
      @media only screen and (max-width: 768px) {
        .catPage .price_a4craft_table:nth-of-type(2) {
          width: 100%;
          border-left: 1px solid #c3c3c3; } }
      @media only screen and (max-width: 768px) {
        .catPage .price_a4craft_table:nth-of-type(2) .ttl {
          display: none; } }
      .catPage .price_a4craft_table:nth-of-type(2) .ttl th {
        background: #898989; }
        .catPage .price_a4craft_table:nth-of-type(2) .ttl th span {
          color: #ffffff; }
      .catPage .price_a4craft_table:nth-of-type(2) th.sp {
        display: none; }
        @media only screen and (max-width: 768px) {
          .catPage .price_a4craft_table:nth-of-type(2) th.sp {
            display: table-cell; } }
    .catPage .price_a4craft_table .ttl th {
      text-align: left; }
      .catPage .price_a4craft_table .ttl th img {
        display: inline-block;
        width: 20px;
        margin: 0 5px 0 0; }
      .catPage .price_a4craft_table .ttl th span {
        display: inline-block;
        font-size: 18px;
        margin: 0 0 0 15px;
        vertical-align: text-top; }
    .catPage .price_a4craft_table th {
      background: #F7F7F7; }
.catPage .price_haku_table {
  width: 26%;
  margin: 50px 0 0;
  border-top: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3; }
  @media only screen and (max-width: 768px) {
    .catPage .price_haku_table {
      width: 54%;
      margin: 15px 0; } }
  .catPage .price_haku_table th {
    background: #F7F7F7; }
.catPage .price_haku_table2 {
  width: 70%;
  margin: 48px 0 0;
  border-top: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3; }
  @media only screen and (max-width: 768px) {
    .catPage .price_haku_table2 {
      width: 100%;
      margin: 32px 0 0; } }
  .catPage .price_haku_table2 th:nth-of-type(1) {
    background: #F7F7F7; }
  .catPage .price_haku_table2 th:nth-of-type(2), .catPage .price_haku_table2 th:nth-of-type(3) {
    background: #EAEAEA; }
.catPage .price_haku_text {
  width: 74%;
  margin: 68px 0 0;
  padding: 0 0 0 28px;
  font-size: 14px; }
  @media only screen and (max-width: 1235px) {
    .catPage .price_haku_text {
      margin: 78px 0 0;
      padding: 0 0 0 14px; } }
  @media only screen and (max-width: 768px) {
    .catPage .price_haku_text {
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 3.2vw;
      line-height: 1.6; } }
.catPage .price_haku_text2 {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 2.2; }
  @media only screen and (max-width: 768px) {
    .catPage .price_haku_text2 {
      margin: 12px 0 0;
      font-size: 3.2vw;
      line-height: 1.6; } }
.catPage .price_friendly {
  margin: 40px 0 0; }
  @media only screen and (max-width: 768px) {
    .catPage .price_friendly {
      margin: 26px 0 0; } }
  .catPage .price_friendly_pcTab {
    align-items: stretch;
    background: #DEDEDE;
    padding: 3px 3px 0; }
    @media only screen and (max-width: 768px) {
      .catPage .price_friendly_pcTab {
        display: none; } }
    .catPage .price_friendly_pcTab > div {
      width: 33.33%;
      border-right: 1px solid #A7A7A7;
      padding: 15px 25px;
      cursor: pointer; }
      .catPage .price_friendly_pcTab > div:nth-last-of-type(1) {
        border-right: none; }
      .catPage .price_friendly_pcTab > div.active {
        border-radius: 5px 5px 0 0;
        background: #ffffff;
        border-right: 1px solid #ffffff; }
      .catPage .price_friendly_pcTab > div > img {
        display: inline-block;
        width: 20px;
        margin: 0 3px 0 0; }
      .catPage .price_friendly_pcTab > div > span {
        vertical-align: text-top;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        margin: 0 0 0 10px; }
  .catPage .price_friendly #price_friendly_pcTab1_contents {
    display: block; }
    @media only screen and (max-width: 768px) {
      .catPage .price_friendly #price_friendly_pcTab1_contents {
        display: none; } }
  .catPage .price_friendly_spTable {
    display: none; }
    @media only screen and (max-width: 768px) {
      .catPage .price_friendly_spTable {
        display: block; } }
    .catPage .price_friendly_spTable > p {
      border-bottom: 1px solid #C3C3C3;
      padding: 0 0 8px;
      margin: 0 0 15px; }
      .catPage .price_friendly_spTable > p > img {
        display: inline-block;
        width: 12px;
        margin: 0 4px 0 0; }
      .catPage .price_friendly_spTable > p > span {
        display: inline-block;
        font-size: 12px; }
    .catPage .price_friendly_spTable .sizeTab {
      justify-content: space-between;
      align-items: stretch;
      background: #DEDEDE;
      padding: 2px 2px 0; }
      .catPage .price_friendly_spTable .sizeTab > p {
        width: 25%;
        border-right: 1px solid #A7A7A7;
        padding: 9px;
        cursor: pointer;
        font-size: 11px; }
        .catPage .price_friendly_spTable .sizeTab > p:nth-last-of-type(1) {
          border-right: none; }
        .catPage .price_friendly_spTable .sizeTab > p.active {
          border-radius: 2px 2px 0 0;
          background: #ffffff;
          border-right: 1px solid #ffffff; }
    .catPage .price_friendly_spTable #sizeTab1_contents,
    .catPage .price_friendly_spTable #sizeTab5_contents,
    .catPage .price_friendly_spTable #sizeTab9_contents {
      display: table; }
    .catPage .price_friendly_spTable .sizeTable {
      width: 100%;
      border-top: 1px solid #C3C3C3;
      border-left: 1px solid #C3C3C3;
      display: none;
      margin: 0 0 25px; }
      .catPage .price_friendly_spTable .sizeTable tr:nth-of-type(2n) {
        background: #F7F7F7; }
      .catPage .price_friendly_spTable .sizeTable tr th:nth-of-type(1), .catPage .price_friendly_spTable .sizeTable tr td:nth-of-type(1) {
        background: #696969;
        color: #ffffff; }
  .catPage .price_friendly_table {
    display: none; }
    .catPage .price_friendly_table > table {
      width: 100%;
      border-top: 1px solid #C3C3C3;
      border-left: 1px solid #C3C3C3; }
      .catPage .price_friendly_table > table tr:nth-of-type(1), .catPage .price_friendly_table > table tr:nth-of-type(4), .catPage .price_friendly_table > table tr:nth-of-type(6), .catPage .price_friendly_table > table tr:nth-of-type(8), .catPage .price_friendly_table > table tr:nth-of-type(10), .catPage .price_friendly_table > table tr:nth-of-type(12) {
        background: #F7F7F7; }
      .catPage .price_friendly_table > table tr th:nth-of-type(1) {
        background: #696969;
        color: #ffffff; }
.catPage .price_fee {
  border-top: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
  margin: 41px 0 28px; }
  @media only screen and (max-width: 768px) {
    .catPage .price_fee {
      margin: 19px 0 14px; } }
  .catPage .price_fee.pc_block > ul {
    flex-direction: row-reverse; }
    .catPage .price_fee.pc_block > ul:nth-of-type(1) {
      background: #696969; }
      .catPage .price_fee.pc_block > ul:nth-of-type(1) li {
        color: #ffffff; }
    .catPage .price_fee.pc_block > ul:nth-last-of-type(1) {
      background: #F2F2F2; }
    .catPage .price_fee.pc_block > ul li {
      width: 9.09%;
      font-size: 16px;
      line-height: 2.0;
      padding: 9px 0; }
  .catPage .price_fee.sp_block > ul {
    flex-direction: row; }
    .catPage .price_fee.sp_block > ul li {
      font-size: 11px;
      line-height: 1.6;
      padding: 11px; }
      .catPage .price_fee.sp_block > ul li:nth-of-type(1) {
        width: 19%;
        background: #696969;
        color: #ffffff; }
      .catPage .price_fee.sp_block > ul li:nth-of-type(2) {
        width: 62%;
        text-align: left; }
      .catPage .price_fee.sp_block > ul li:nth-of-type(3) {
        width: 19%;
        background: #F2F2F2; }
  .catPage .price_fee > ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch; }
    .catPage .price_fee > ul li {
      text-align: center;
      border-bottom: 1px solid #C3C3C3;
      border-right: 1px solid #C3C3C3; }
  .catPage .price_fee_text {
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .catPage .price_fee_text {
        font-size: 3.2vw; } }
.catPage .cautionSection {
  padding: 0 0 30px; }
  @media only screen and (max-width: 768px) {
    .catPage .cautionSection {
      padding: 0 0 10px; } }
  .catPage .cautionSection__top {
    align-items: stretch;
    border-bottom: 2px solid #707070;
    margin: 0 0 53px; }
    @media only screen and (max-width: 768px) {
      .catPage .cautionSection__top {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 25px;
        border-bottom: 1px solid #707070; } }
    .catPage .cautionSection__top h2 {
      font-size: 30px;
      font-weight: 700;
      color: #ffffff;
      background: #2F261C;
      width: 43%;
      text-align: center;
      padding: 22px 16px 16px; }
      @media only screen and (max-width: 768px) {
        .catPage .cautionSection__top h2 {
          font-size: 4.8vw;
          width: 100%;
          padding: 8px; } }
    .catPage .cautionSection__top p {
      width: 57%;
      font-size: 17px;
      line-height: 1.6;
      padding: 8px 30px 14px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .catPage .cautionSection__top p {
          width: 100%;
          font-size: 3.2vw;
          line-height: 1.5;
          padding: 11px 0; } }
  .catPage .cautionSection__list {
    flex-wrap: wrap; }
    .catPage .cautionSection__list > li {
      width: 32%;
      margin: 0 2% 63px 0; }
      @media only screen and (max-width: 768px) {
        .catPage .cautionSection__list > li {
          width: 100%;
          margin: 0 0 22px;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: stretch; } }
      .catPage .cautionSection__list > li:nth-of-type(3n) {
        margin: 0 0 63px; }
        @media only screen and (max-width: 768px) {
          .catPage .cautionSection__list > li:nth-of-type(3n) {
            margin: 0 0 22px; } }
      .catPage .cautionSection__list > li .bg {
        background: linear-gradient(180deg, transparent 0, transparent 10px, #f7f7f7 10px, #f7f7f7 0);
        padding: 0 0 23px; }
        @media only screen and (max-width: 768px) {
          .catPage .cautionSection__list > li .bg {
            width: 42%; } }
        .catPage .cautionSection__list > li .bg .number {
          font-size: 30px;
          font-weight: 500;
          border-bottom: 1px solid #707070;
          padding: 0 0 14px;
          width: 36px;
          margin: 0 0 0 15px; }
          @media only screen and (max-width: 768px) {
            .catPage .cautionSection__list > li .bg .number {
              font-size: 4vw;
              width: 19px;
              padding: 0 0 7px;
              margin: -5px 0 0 7px; } }
        .catPage .cautionSection__list > li .bg > img {
          max-height: 128px;
          width: auto;
          margin: 0 auto 14px; }
          @media only screen and (max-width: 768px) {
            .catPage .cautionSection__list > li .bg > img {
              max-height: 56px;
              margin: 0 auto 9px; } }
        .catPage .cautionSection__list > li .bg .ttl {
          text-align: center;
          font-size: 22px;
          font-weight: 700; }
          @media only screen and (max-width: 768px) {
            .catPage .cautionSection__list > li .bg .ttl {
              font-size: 4vw;
              line-height: 1.2; } }
      .catPage .cautionSection__list > li .des {
        width: 100%;
        padding: 16px 0;
        font-size: 16px;
        line-height: 2.0; }
        @media only screen and (max-width: 768px) {
          .catPage .cautionSection__list > li .des {
            width: 58%;
            padding: 0 0 0 13px;
            font-size: 3.2vw; } }

.colorCraftList {
  position: relative;
  margin: 0 0 60px; }
  @media only screen and (max-width: 768px) {
    .colorCraftList {
      margin: 0; } }
  .colorCraftList__ttl {
    font-size: 20px;
    margin: 0 0 18px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .colorCraftList__ttl {
        font-size: 3.2vw;
        margin: 12px 0; } }
  .colorCraftList__text {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 35px; }
    @media only screen and (max-width: 768px) {
      .colorCraftList__text {
        font-size: 3.2vw;
        line-height: 2.0;
        margin: 0 0 18px; } }
  .colorCraftList__list {
    flex-wrap: wrap; }
    .colorCraftList__list .ele {
      width: 19.5%;
      margin: 0 .6% 5px 0;
      padding: 10px 10px 12px 15px;
      cursor: pointer;
      background-size: cover; }
      @media only screen and (max-width: 768px) {
        .colorCraftList__list .ele {
          width: 32%;
          margin: 0 2% 3.5px 0;
          padding: 8px; } }
      .colorCraftList__list .ele:nth-of-type(5n) {
        margin: 0 0 5px; }
        @media only screen and (max-width: 768px) {
          .colorCraftList__list .ele:nth-of-type(5n) {
            margin: 0 2% 3.5px 0; } }
      @media only screen and (max-width: 768px) {
        .colorCraftList__list .ele:nth-of-type(3n) {
          margin: 0 0 3.5px; } }
      .colorCraftList__list .ele > img {
        width: 16px;
        margin: 0 0 61px calc(100% - 16px); }
        @media only screen and (max-width: 768px) {
          .colorCraftList__list .ele > img {
            width: 10px;
            margin: 0 0 20px calc(100% - 10px); } }
      .colorCraftList__list .ele .name {
        color: #433B32;
        font-size: .9rem;
        font-weight: 800; }
        @media only screen and (max-width: 1235px) {
          .colorCraftList__list .ele .name {
            font-size: 15px; } }
        @media only screen and (max-width: 768px) {
          .colorCraftList__list .ele .name {
            font-size: 3.2vw; } }
        .colorCraftList__list .ele .name.color {
          color: #ffffff; }

.ccSlider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #484848;
  padding: 25px 0 51px;
  display: none; }
  @media only screen and (max-width: 768px) {
    .ccSlider {
      top: 103px;
      padding: 12px 0 21px; } }
  .ccSlider__close {
    width: 76px;
    margin: 0 35px 0 calc( 100% - 76px - 35px );
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .ccSlider__close {
        width: 49px;
        margin: 0 13px 0 calc( 100% - 49px - 13px ); } }
  .ccSlider__main .ele > .name {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 19px calc( 50% - 191px ); }
    @media only screen and (max-width: 768px) {
      .ccSlider__main .ele > .name {
        font-size: 3.2vw;
        margin: 0 0 11px calc( 50% - 95px ); } }
  .ccSlider__main .ele > img {
    width: 382px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .ccSlider__main .ele > img {
        width: 190px; } }
  .ccSlider__main .prev-arrow,
  .ccSlider__main .next-arrow {
    position: absolute;
    top: 48%;
    width: 10px;
    height: 19px;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .ccSlider__main .prev-arrow,
      .ccSlider__main .next-arrow {
        width: 5px;
        height: 9px; } }
  .ccSlider__main .prev-arrow {
    background-image: url(../images/category2021/icon_arr7.svg);
    left: 20%; }
    @media only screen and (max-width: 1235px) {
      .ccSlider__main .prev-arrow {
        left: 13%; } }
    @media only screen and (max-width: 768px) {
      .ccSlider__main .prev-arrow {
        left: 8%; } }
  .ccSlider__main .next-arrow {
    background-image: url(../images/category2021/icon_arr8.svg);
    right: 20%; }
    @media only screen and (max-width: 1235px) {
      .ccSlider__main .next-arrow {
        right: 13%; } }
    @media only screen and (max-width: 768px) {
      .ccSlider__main .next-arrow {
        right: 8%; } }

/*# sourceMappingURL=category2021.css.map */

.feature_wrap320,.category_wrap320{
  margin: 0 0 93px;
}
.feature_wrap320 .detailSection__ttl,.category_wrap320 .detailSection__ttl{
  border-bottom: 1px solid #707070;
  padding: 0 0 14px;
}

.feature_wrap320 .feature_lead_media .feature_image {
  width: 220px;
  height: auto
}
.feature_wrap320  .feature_lead {
  font-size: 22px;
  line-height: 1.454;
  font-weight: 700;
  color: #f70;
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .feature_wrap320 .feature_lead_media .feature_image {
    float: none;
    width: 79.7%;
    height: auto;
    display: block;
    margin: 0 auto 15px
  }
}

.feature_wrap320 .feature_lead_media .feature_detail {
  padding-top: 20px;
}

@media only screen and (max-width:768px) {
  .feature_wrap320 .feature_lead_media .feature_detail {
    float: none;
    width: 100%
  }
  .feature_wrap320 .feature_lead_media .feature_detail {
    padding-top:0;
  }
}

.feature_wrap320 .feature_lead_media .feature_detail .feature_lead {
  margin-bottom: 10px
}
@media only screen and (max-width:768px) {
  .feature_wrap320,.category_wrap320 {
    margin: 0 0 43px;
}
  .category_wrap320 .customer_voice {
    padding: 0 5.6%
  }
}
.feature_lead_media,.category_wrap320 .category_voice_list{
  display: flex;
}
.category_wrap320 .category_voice_list li {
  display: flex;
  width: calc(50% - 45px);
  margin-bottom: 20px;
  margin-right: 45px;
}

@media only screen and (max-width:768px) {
  .feature_lead_media,.category_wrap320 .category_voice_list{
    flex-flow: column;
  }
  .category_wrap320 .category_voice_list li {
    width: 100%;
    margin: 0 auto 15px
  }
}

.category_wrap320 .category_voice_list li:nth-of-type(even) {
  margin-right: 0
}

@media only screen and (max-width:768px) {
  .category_wrap320 .category_voice_list li:nth-of-type(even) {
    margin-right: auto
  }
}

.category_wrap320 .category_voice_list li .left {
  width: 120px;
  height: auto;
  float: left;
}

@media only screen and (max-width:768px) {
  .category_wrap320 .category_voice_list li .left {
    width: 21.4%
  }
}

.category_wrap320 .category_voice_list li .right {
  padding: 10px 0 0 10px;
  overflow: hidden;
}

@media only screen and (max-width:768px) {
  .category_wrap320 .category_voice_list li .right {
    width: 75.5%;
    padding-top: 0
  }
}

.category_wrap320 .category_voice_list li .right .voice_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.272;
  margin-bottom: 8px;
  color: #f70
}

@media only screen and (max-width:768px) {
  .category_wrap320 .category_voice_list li .right .voice_title {
    font-size: 15.6px;
    font-size: 3.75vw
  }
}

.category_wrap320 .category_voice_list li .right .voice_name {
  background: #fbee6c;
  color: #534741;
  line-height: 1.3;
  padding: 5px 0;
  padding-left: 10px;
  font-family: Meiryo, "メイリオ", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
  font-size: 13px;
  margin-bottom: 8px
}

@media only screen and (max-width:768px) {
  .category_wrap320 .category_voice_list li .right .voice_name {
    width: 62.4%;
    font-size: 11.7px;
    font-size: 2.8125vw
  }
}

.category_wrap320 .category_voice_list li .right .voice_text {
  font-size: 13px;
  color: #534741;
  line-height: 2
}

@media only screen and (max-width:768px) {
  .category_wrap320 .category_voice_list li .right .voice_text {
    font-size: 11.7px;
    font-size: 2.8125vw
  }
}




div.sale-ended {
    border: 2px solid #333;
    padding: 10px;
}
div.sale-ended p {
  line-height: 1.4rem;
}