@charset "UTF-8";
/* CSS Document */
/*グロナビ*/
#side_bar nav ul li:nth-of-type(1) a {
  color: #ed0100; }

/* +++++++++++++++++++++++++++++++++++++

事業紹介　アパレル用品　css

++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++上部ヘッダー部分++++++++++++++ */
.page_header {
  width: 100%;
  min-width: 1000px;
  height: 180px;
  margin-bottom: 15px;
  background: #ff7c2d;
  background: -moz-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ed0100), color-stop(62%, #ff7c2d), to(#ff7c2d));
  background: -webkit-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -o-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: linear-gradient(to right, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  position: relative;
  /*h2*/ }
  @media only screen and (max-width: 768px) {
    .page_header {
      min-width: 100%;
      margin-top: 60px;
      height: 100px; } }
  .page_header:after {
    content: 'Services';
    font-family: Roboto;
    font-weight: 700;
    font-size: 120px;
    color: rgba(242, 27, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .page_header:after {
        font-size: 15vw; } }
  .page_header h2 {
    color: #fff;
    letter-spacing: 0.2em;
    padding: 110px 0 0 70px;
    font-weight: 500;
    font-size: 18px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_header h2 {
        padding: 40px 0 0 30px; } }
    .page_header h2:before {
      content: '';
      display: block;
      width: 1px;
      height: 70px;
      background-color: #ec7877;
      position: absolute;
      left: 60px; }
      @media only screen and (max-width: 768px) {
        .page_header h2:before {
          height: 60px;
          left: 20px; } }
    .page_header h2:after {
      content: 'Services';
      color: #ec7877;
      font-family: Roboto;
      font-weight: 500;
      font-size: 12px;
      position: absolute;
      left: 70px;
      bottom: -20px;
      letter-spacing: 0.02em; }
      @media only screen and (max-width: 768px) {
        .page_header h2:after {
          left: 30px; } }

/*.page_header*/
.pan_nav {
  font-size: 12px;
  width: 98%;
  text-align: right;
  overflow: hidden;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    .pan_nav {
      font-size: 10px; } }
  .pan_nav ul li {
    display: inline-block;
    /*a*/ }
    .pan_nav ul li:last-child:after {
      display: none; }
    .pan_nav ul li:after {
      content: "〉";
      padding-left: 8px; }
    .pan_nav ul li a {
      color: #ed0100;
      transiton: 0.3; }
      .pan_nav ul li a:hover {
        opacity: 0.7; }

/*.pan_nav*/
h3 {
  color: #ed0100;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 20px;
      margin-bottom: 20px; } }
  h3 + p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      h3 + p {
        font-size: 14px;
        text-align: left;
        margin: 0 auto 20px;
        width: 90%; }
        h3 + p br {
          display: none; } }

/*h3*/
/*　++++++++++++++コンテンツ++++++++++++++　*/
.wrap {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto 70px; }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 100%;
      min-width: 100%;
      margin-bottom: 50px; } }

/*.wrap*/
.business {
  width: 100%;
  padding-bottom: 120px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .business {
      height: auto;
      margin-bottom: 50px;
      padding-bottom: 50px; } }
  .business:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }

/*.business*/
.business_inner {
  width: 1000px;
  margin: 0 auto;
  /*h4*/
  /*h5*/
  /*p*/
  /*.b_logo*/ }
  @media only screen and (max-width: 768px) {
    .business_inner {
      width: 90%; } }
  .business_inner h4 {
    width: 1000px;
    height: 420px;
    background: url("../img/services/apparel_main.jpg") center no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 90px;
    /*span*/ }
    @media only screen and (max-width: 768px) {
      .business_inner h4 {
        width: 100%;
        height: auto;
        padding-top: 40vw;
        margin-bottom: 50px; } }
    .business_inner h4 span {
      display: block;
      width: 800px;
      padding: 30px 0;
      text-align: center;
      font-size: 24px;
      letter-spacing: 0.1em;
      background-color: #2b2b2b;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -35px;
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        .business_inner h4 span {
          width: 240px;
          padding: 15px 0;
          font-size: 18px;
          bottom: -25px; } }
  .business_inner h4 span.visible {
    animation: fadeUp 0.7s  0.5s ease-in-out;
    animation-fill-mode: forwards; }
  .business_inner h5 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .business_inner h5 {
        text-align: left;
        font-size: 16px;
        margin-bottom: 50px; }
        .business_inner h5 br {
          display: none; } }
    .business_inner h5:after {
      content: "";
      display: block;
      background-color: #ddd;
      width: 1px;
      height: 40px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -55px; }
      @media only screen and (max-width: 768px) {
        .business_inner h5:after {
          height: 30px;
          bottom: -40px; } }
  .business_inner p {
    line-height: 2em;
    width: 730px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 768px) {
      .business_inner p {
        width: 100%; } }
  .business_inner .b_logo {
    width: 439px;
    height: 100px;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 768px) {
      .business_inner .b_logo {
        width: 80%;
        height: auto;
        margin-bottom: 30px; } }

/*.business_inner*/
.link_btn_area {
  width: 100%;
  min-width: 1000px;
  background-color: #f1f0ef;
  padding: 40px 0;
  margin-bottom: 40px;
  /*.inner*/ }
  @media only screen and (max-width: 768px) {
    .link_btn_area {
      min-width: 100%;
      padding: 20px 0 5px; } }
  .link_btn_area .inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    /*.apprel_btn*/ }
    @media only screen and (max-width: 768px) {
      .link_btn_area .inner {
        width: 90%; } }
    .link_btn_area .inner .apprel_btn {
      width: 320px;
      height: 80px;
      float: left;
      margin-right: 20px;
      /*p a*/ }
      @media only screen and (max-width: 768px) {
        .link_btn_area .inner .apprel_btn {
          width: 100%;
          height: 60px;
          float: none;
          margin-right: 0;
          margin-bottom: 15px; } }
      .link_btn_area .inner .apprel_btn:last-of-type {
        margin-right: 0; }
      .link_btn_area .inner .apprel_btn p a {
        display: block;
        background-color: #fff;
        position: relative;
        width: 100%;
        height: 80px;
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: 400;
        line-height: 1.5em;
        box-sizing: border-box;
        padding: 15px 0 0 130px;
        background-image: url("../img/services/news_image.jpg");
        background-repeat: no-repeat;
        background-size: 110px 80px;
        background-position: top left;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .link_btn_area .inner .apprel_btn p a {
            height: 60px;
            background-size: 81px 60px;
            padding: 10px 0 0 95px;
            font-size: 14px; } }
        .link_btn_area .inner .apprel_btn p a:after {
          content: "";
          position: absolute;
          top: 38px;
          right: 15px;
          width: 0;
          height: 0;
          transition: 0.3s;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #ed0100; }
          @media only screen and (max-width: 768px) {
            .link_btn_area .inner .apprel_btn p a:after {
              top: 28px; } }
        .link_btn_area .inner .apprel_btn p a:hover {
          opacity: 0.8; }
          .link_btn_area .inner .apprel_btn p a:hover:after {
            right: 10px; }
    .link_btn_area .inner .apprel_btn:nth-of-type(2) p a {
      background-image: url("../img/services/blog_image.jpg"); }
    .link_btn_area .inner .apprel_btn:nth-of-type(3) p a {
      background-image: url("../img/services/price_image.jpg"); }

/*.link_btn_area*/
.c_pdf_area {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-bottom: 80px;
  /*p*/
  /*.pdf_btn a*/ }
  @media only screen and (max-width: 768px) {
    .c_pdf_area {
      width: 90%;
      margin-bottom: 50px; } }
  .c_pdf_area p {
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    width: 130px;
    margin-right: 30px;
    padding-top: 20px; }
    @media only screen and (max-width: 768px) {
      .c_pdf_area p {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 10px; } }
    .c_pdf_area p:after {
      content: "";
      display: block;
      position: absolute;
      top: 22px;
      right: 0;
      width: 8px;
      height: 8px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media only screen and (max-width: 768px) {
        .c_pdf_area p:after {
          display: none; } }
  .c_pdf_area .pdf_btn a {
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    width: 266px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #e22038;
    background: -webkit-linear-gradient(bottom left, #e22038 0%, #f45566 100%);
    background: -o-linear-gradient(bottom left, #e22038 0%, #f45566 100%);
    background: linear-gradient(to top right, #e22038 0%, #f45566 100%);
    transition: 0.3s; }
    @media only screen and (max-width: 768px) {
      .c_pdf_area .pdf_btn a {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .c_pdf_area .pdf_btn a:before {
      content: "";
      display: block;
      background: url("../img/services/ico_pdf.png") no-repeat;
      position: absolute;
      top: 10px;
      left: 15px;
      background-size: contain;
      width: 19px;
      height: 27px; }
    .c_pdf_area .pdf_btn a:after {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 30;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8.7px;
      border-color: transparent transparent transparent #fff;
      transition: 0.3s; }
    .c_pdf_area .pdf_btn a:hover {
      opacity: 0.8; }
      .c_pdf_area .pdf_btn a:hover:after {
        right: 10px; }
  .c_pdf_area .pdf_btn:last-of-type a {
    margin-right: 0; }

/*.pdf_area*/
.cont_box {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  /*h6*/
  /*p*/
  /*.image_box*/
  /*dl*/ }
  @media only screen and (max-width: 768px) {
    .cont_box {
      width: 90%; } }
  .cont_box h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .cont_box h6 {
        font-size: 16px;
        margin-bottom: 20px; } }
    .cont_box h6:before {
      content: "■";
      font-size: 16px;
      margin-right: 5px; }
  .cont_box p {
    line-height: 1.8em;
    margin-bottom: 30px; }
  .cont_box .image_box {
    overflow: hidden;
    margin-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .cont_box .image_box {
        margin-bottom: 40px; } }
    .cont_box .image_box img {
      width: 320px;
      height: 187px;
      margin-right: 20px;
      float: left; }
      @media only screen and (max-width: 768px) {
        .cont_box .image_box img {
          width: 100%;
          height: auto;
          margin-right: 0;
          float: none; } }
      .cont_box .image_box img:last-of-type {
        margin-right: 0; }
  .cont_box dl {
    width: 490px;
    height: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 40px 0 0 26px;
    position: relative;
    background-color: #f1f0ef;
    /*dt*/
    /*dd*/ }
    @media only screen and (max-width: 768px) {
      .cont_box dl {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-left: 0; } }
    .cont_box dl:nth-of-type(2n) {
      margin-right: 0; }
    .cont_box dl dt {
      font-family: Roboto;
      font-weight: 600;
      letter-spacing: 0.05em;
      font-size: 30px;
      margin-bottom: 50px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .cont_box dl dt {
          padding-left: 20px;
          font-size: 24px;
          margin-bottom: 30px; } }
      .cont_box dl dt:before {
        content: '';
        width: 15px;
        height: 1px;
        background-color: #b7b7b7;
        position: absolute;
        top: 15px;
        left: -26px; }
        @media only screen and (max-width: 768px) {
          .cont_box dl dt:before {
            top: 12px;
            left: 0; } }
      .cont_box dl dt:after {
        content: "スタンダード";
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        bottom: -15px;
        left: 0; }
        @media only screen and (max-width: 768px) {
          .cont_box dl dt:after {
            left: 20px; } }
    @media only screen and (max-width: 768px) {
      .cont_box dl dd {
        width: 90%;
        margin: 0 auto; } }
    .cont_box dl dd p {
      line-height: 1.8em;
      width: 220px; }
      @media only screen and (max-width: 768px) {
        .cont_box dl dd p {
          width: 100%; } }
    .cont_box dl dd img {
      width: 203px;
      height: 322px;
      position: absolute;
      bottom: 0;
      right: 10px; }
      @media only screen and (max-width: 768px) {
        .cont_box dl dd img {
          position: static;
          display: block;
          margin: -40px auto 0; } }
  .cont_box dl:nth-of-type(2) dt:after {
    content: "ニュースタンダード"; }
  .cont_box dl:nth-of-type(2) dd img {
    width: 230px;
    height: 312px; }
  .cont_box dl:nth-of-type(3) dt:after {
    content: "ブリティッシュ"; }
  .cont_box dl:nth-of-type(3) dd img {
    width: 230px;
    height: 326px; }
  .cont_box dl:nth-of-type(4) dt:after {
    content: "ナロースーツ"; }
  .cont_box dl:nth-of-type(4) dd img {
    width: 210px;
    height: 332px; }

/*.cont_box*/
.others {
  width: 1000px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin: 0 auto 100px;
  overflow: hidden;
  letter-spacing: 0.05em;
  /*.text_area*/ }
  @media only screen and (max-width: 768px) {
    .others {
      width: 90%;
      padding: 15px 0 0 0;
      margin-bottom: 40px; } }
  .others .text_area {
    width: 500px;
    padding-top: 65px;
    float: left; }
    @media only screen and (max-width: 768px) {
      .others .text_area {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
        float: none; } }
    .others .text_area h6 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .others .text_area h6 {
          font-size: 16px;
          line-height: 1.5em; } }
    .others .text_area p {
      line-height: 1.8em; }
      @media only screen and (max-width: 768px) {
        .others .text_area p {
          margin-bottom: 15px; } }
  .others .image_area {
    float: right;
    width: 400px;
    height: 230px; }
    @media only screen and (max-width: 768px) {
      .others .image_area {
        float: none;
        width: 98%;
        height: auto;
        margin: 0 auto 3px; } }

/*.others*/
h5.order {
  text-align: center;
  line-height: 1.5em;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 0.1em; }
  h5.order br {
    display: none; }
  @media only screen and (max-width: 768px) {
    h5.order {
      font-size: 16px;
      text-align: center;
      letter-spacing: 0.02em;
      margin-bottom: 50px; }
      h5.order br {
        display: block; } }
  h5.order:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto; }
  h5.order:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: absolute;
    bottom: -28px;
    right: 0;
    left: 0;
    margin: 0 auto; }

/*h5*/
.area_box {
  width: 1000px;
  margin: 0 auto 40px;
  background-color: #f1f0ef;
  position: relative;
  padding-top: 370px;
  padding-bottom: 40px;
  /* h6*/
  /*p*/
  /*.adress_area*/
  /*加古川店*/ }
  @media only screen and (max-width: 768px) {
    .area_box {
      width: 90%;
      padding-top: 40vw;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .area_box:before {
    content: '';
    width: 500px;
    height: 300px;
    background: url("../img/services/osaka01.jpg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .area_box:before {
        width: 50%;
        height: 28vw; } }
  .area_box:after {
    content: '';
    width: 500px;
    height: 300px;
    background: url("../img/services/osaka02.jpg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .area_box:after {
        width: 50%;
        height: 28vw; } }
  .area_box h6 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ed0100;
    display: inline-block;
    padding: 18px 30px;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 280px;
    left: 360px;
    z-index: 3; }
    @media only screen and (max-width: 768px) {
      .area_box h6 {
        font-size: 16px;
        padding: 8px 10px;
        top: 25vw;
        left: 0px; } }
  .area_box p {
    width: 920px;
    margin: 0 auto 30px;
    line-height: 1.8em; }
    @media only screen and (max-width: 768px) {
      .area_box p {
        width: 90%;
        margin-bottom: 20px; } }
  .area_box .adress_area {
    width: 920px;
    height: 270px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    /*.text_area*/
    /*.map_area*/ }
    @media only screen and (max-width: 768px) {
      .area_box .adress_area {
        width: 90%;
        padding-top: 10px;
        height: auto;
        padding-bottom: 5px; } }
    .area_box .adress_area .text_area {
      box-sizing: border-box;
      padding: 50px 0 0 50px;
      width: 410px;
      float: left; }
      @media only screen and (max-width: 768px) {
        .area_box .adress_area .text_area {
          width: 100%;
          padding: 0;
          margin: 0 auto;
          float: none; } }
      .area_box .adress_area .text_area p {
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .area_box .adress_area .text_area p {
            line-height: 1.5em; } }
        .area_box .adress_area .text_area p .phone {
          font-size: 16px;
          font-weight: 500; }
    .area_box .adress_area .map_area {
      width: 410px;
      height: 265px;
      float: right;
      box-sizing: border-box;
      margin: 5px 5px 5px 0; }
      @media only screen and (max-width: 768px) {
        .area_box .adress_area .map_area {
          width: 100%;
          padding: 2px;
          height: 200px;
          float: none;
          margin: 0; } }
      .area_box .adress_area .map_area iframe {
        width: 410px;
        height: 260px; }
        @media only screen and (max-width: 768px) {
          .area_box .adress_area .map_area iframe {
            width: 100%;
            height: 200px; } }
  .area_box:last-of-type {
    margin-bottom: 0; }
    .area_box:last-of-type h6 {
      left: 350px; }
      @media only screen and (max-width: 768px) {
        .area_box:last-of-type h6 {
          left: 0px; } }
    .area_box:last-of-type:before {
      background: url("../img/services/kakogawa01.jpg") no-repeat;
      background-size: contain; }
    .area_box:last-of-type:after {
      background: url("../img/services/kakogawa02.jpg") no-repeat;
      background-size: contain; }
    .area_box:last-of-type .text_area {
      padding-top: 30px;
      /*.park_btn a*/ }
      @media only screen and (max-width: 768px) {
        .area_box:last-of-type .text_area {
          padding-top: 10px; } }
      .area_box:last-of-type .text_area .park_btn a {
        width: 280px;
        height: 30px;
        background-color: #2b2b2b;
        color: #fff;
        display: block;
        position: relative;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: center;
        padding-top: 6px;
        box-sizing: border-box;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .area_box:last-of-type .text_area .park_btn a {
            width: 220px;
            height: 25px;
            font-size: 12px;
            margin: 0 auto 20px; } }
        .area_box:last-of-type .text_area .park_btn a:after {
          content: "";
          position: absolute;
          top: 11px;
          right: 15px;
          width: 0;
          height: 0;
          transition: 0.3s;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #ed0100; }
          @media only screen and (max-width: 768px) {
            .area_box:last-of-type .text_area .park_btn a:after {
              top: 9px;
              right: 10px; } }
        .area_box:last-of-type .text_area .park_btn a:hover {
          background-color: #ed0100; }
          .area_box:last-of-type .text_area .park_btn a:hover:after {
            right: 10px;
            border-color: transparent transparent transparent #fff; }

/*.area_box*/
/*ユニフォーム*/
.business_inner:last-of-type {
  margin-bottom: 200px;
  /*.products*/ }
  @media only screen and (max-width: 768px) {
    .business_inner:last-of-type {
      margin-bottom: 80px; } }
  .business_inner:last-of-type h4 {
    background: url("../img/services/uniform_main.jpg") center no-repeat;
    background-size: contain; }
  .business_inner:last-of-type p {
    margin-bottom: 30px;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .business_inner:last-of-type p {
        margin-bottom: 15px; } }
  .business_inner:last-of-type .products {
    width: 740px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
    /*h6*/
    /*dl*/ }
    @media only screen and (max-width: 768px) {
      .business_inner:last-of-type .products {
        width: 100%; } }
    .business_inner:last-of-type .products h6 {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 30px 0 0 30px;
      position: relative;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .business_inner:last-of-type .products h6 {
          font-size: 16px;
          padding: 15px 0 0 15px; } }
      .business_inner:last-of-type .products h6:after {
        content: "";
        width: 195px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        bottom: -10px;
        left: 0; }
        @media only screen and (max-width: 768px) {
          .business_inner:last-of-type .products h6:after {
            width: 165px; } }
    .business_inner:last-of-type .products dl {
      width: 215px;
      float: left;
      margin-left: 25px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 768px) {
        .business_inner:last-of-type .products dl {
          width: 90%;
          float: none;
          margin: 0 auto 15px; } }
      .business_inner:last-of-type .products dl dt {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .business_inner:last-of-type .products dl dt {
            font-size: 14px; } }
      .business_inner:last-of-type .products dl dd {
        line-height: 1.5em;
        padding-left: 14px; }
    .business_inner:last-of-type .products p.small {
      position: absolute;
      bottom: -25px;
      right: -360px;
      font-size: 12px; }
      @media only screen and (max-width: 768px) {
        .business_inner:last-of-type .products p.small {
          position: static;
          width: 90%;
          margin: 0 auto 15px;
          line-height: 1.3em;
          text-indent: -12px;
          padding-left: 12px; } }

/*.business_inner:last-of-type*/
/*　++++++++++++++カテゴリナビ++++++++++++++　*/
.category_nav {
  width: 100%;
  background-color: #fff2f2;
  height: 120px;
  /*.inner*/ }
  @media only screen and (max-width: 768px) {
    .category_nav {
      height: auto; } }
  .category_nav .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    /*h6*/
    /*ul*/ }
    @media only screen and (max-width: 768px) {
      .category_nav .inner {
        width: 90%;
        padding-top: 30px;
        text-align: center; } }
    .category_nav .inner h6 {
      display: inline-block;
      background-color: #fff;
      color: #ed0100;
      padding: 5px 10px 8px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.1em;
      position: absolute;
      top: -15px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .category_nav .inner h6 {
          font-size: 12px;
          left: 0; } }
      .category_nav .inner h6:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0px 0 10px;
        border-color: #ffffff transparent transparent transparent; }
    .category_nav .inner ul {
      width: 960px;
      margin: 0 auto;
      /*li a*/ }
      @media only screen and (max-width: 768px) {
        .category_nav .inner ul {
          width: 100%;
          padding-bottom: 30px; } }
      .category_nav .inner ul li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 50px;
        float: left;
        position: relative;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .category_nav .inner ul li a {
            float: none;
            margin-right: 0;
            line-height: 2em;
            font-size: 14px; } }
        .category_nav .inner ul li a:after {
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #ed0100;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
          @media only screen and (max-width: 768px) {
            .category_nav .inner ul li a:after {
              display: none; } }
      .category_nav .inner ul li a:hover {
        color: #ed0100; }
      .category_nav .inner ul li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1); }
        @media only screen and (max-width: 768px) {
          .category_nav .inner ul li a:hover:after {
            display: none; } }
      .category_nav .inner ul li:last-of-type a {
        margin-right: 0; }
      .category_nav .inner ul li a.select {
        color: #ed0100; }
        .category_nav .inner ul li a.select:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #ed0100;
          bottom: -10px;
          left: 0;
          transform: none; }
          @media only screen and (max-width: 768px) {
            .category_nav .inner ul li a.select:after {
              display: none; } }

/*..category_nav*/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadeUpSp {
  0% {
    opacity: 0;
    top: -10px; }
  100% {
    opacity: 1;
    top: -45px; } }
@keyframes en_anim {
  0% {
    opacity: 0;
    letter-spacing: 0.1em; }
  100% {
    opacity: 1;
    letter-spacing: 0.02em; } }
@keyframes scroll {
  0% {
    left: 50px;
    opacity: 0; }
  10% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0.2; }
  100% {
    left: 150px;
    opacity: 0; } }
