@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;
    letter-spacing: 0.05em; }
    @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 100px; }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 100%;
      min-width: 100%;
      margin-bottom: 50px; } }

/*.wrap*/
.business {
  width: 100%;
  padding-bottom: 170px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .business {
      height: auto;
      margin-bottom: 50px;
      padding-bottom: 250px; } }
  .business:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }

/*.business*/
.business_inner {
  width: 1000px;
  margin: 0 auto;
  /*h4*/
  /*h5*/
  /*p*/
  /*.needs*/
  /*.products*/
  /*.h_pdf_area*/
  /*.pdf_area*/ }
  @media only screen and (max-width: 768px) {
    .business_inner {
      width: 90%; } }
  .business_inner h4 {
    width: 1000px;
    height: 420px;
    background: url("../img/services/hobby_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; }
      .business_inner h4 span br {
        display: none; }
      @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 br {
            display: block; } }
  .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 80px; }
    @media only screen and (max-width: 768px) {
      .business_inner p {
        width: 100%; } }
  .business_inner .needs {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    /*p.title_c*/
    /*ul li*/ }
    .business_inner .needs p.title_c {
      width: 100px;
      height: 25px;
      line-height: 1em;
      padding-top: 5px;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.1em;
      color: #fff;
      background-color: #2b2b2b;
      position: absolute;
      top: -50px;
      left: 0; }
      .business_inner .needs p.title_c:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: -10px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0px 0 10px;
        border-color: #2b2b2b transparent transparent transparent; }
    .business_inner .needs ul li {
      width: 320px;
      height: 140px;
      line-height: 1.5em;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      box-sizing: border-box;
      border: 14px solid #f1f0ef;
      float: left;
      padding-top: 18px;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .business_inner .needs ul li {
          width: 100%;
          height: auto;
          font-size: 4vw;
          padding-bottom: 18px;
          border: 10px solid #f1f0ef;
          margin-right: 0;
          margin-bottom: 10px;
          float: none; } }
      .business_inner .needs ul li:before {
        content: "";
        width: 30px;
        height: 30px;
        background: url("../img/services/ico_cheack.gif") no-repeat;
        background-size: contain;
        position: absolute;
        top: -5px;
        left: -5px; }
        @media only screen and (max-width: 768px) {
          .business_inner .needs ul li:before {
            width: 20px;
            height: 20px;
            top: -10px;
            left: -10px; } }
      .business_inner .needs ul li:nth-of-type(3n) {
        margin-right: 0; }
    .business_inner .needs ul li.two_line {
      padding-top: 30px; }
      @media only screen and (max-width: 768px) {
        .business_inner .needs ul li.two_line {
          padding-top: 20px; } }
  .business_inner .products {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 50px;
    /*h6*/ }
    @media only screen and (max-width: 768px) {
      .business_inner .products {
        width: 100%;
        margin-bottom: 30px; } }
    .business_inner .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 .products h6 {
          font-size: 16px;
          padding: 15px 0 0 15px; } }
      .business_inner .products h6:after {
        content: "";
        width: 110px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        bottom: -10px;
        left: 0; }
        @media only screen and (max-width: 768px) {
          .business_inner .products h6:after {
            width: 165px; } }
    .business_inner .products .text_area {
      width: 650px;
      box-sizing: border-box;
      float: left;
      margin-bottom: 46px;
      padding-left: 30px; }
      @media only screen and (max-width: 768px) {
        .business_inner .products .text_area {
          width: 90%;
          float: none;
          margin: 0 auto 15px;
          padding-left: 0; } }
      .business_inner .products .text_area p.name {
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        color: #ed0100; }
      .business_inner .products .text_area p {
        margin-bottom: 20px; }
      .business_inner .products .text_area ul {
        float: left;
        margin-right: 15px;
        /*li*/ }
        @media only screen and (max-width: 768px) {
          .business_inner .products .text_area ul {
            float: none;
            margin-right: 0;
            width: 100%; } }
        .business_inner .products .text_area ul li {
          line-height: 1.3em;
          margin-bottom: 10px;
          text-indent: -14px;
          padding-left: 14px; }
          .business_inner .products .text_area ul li:before {
            content: "●";
            font-size: 8px;
            margin-right: 5px; }
      .business_inner .products .text_area ul:first-of-type {
        width: 320px; }
        @media only screen and (max-width: 768px) {
          .business_inner .products .text_area ul:first-of-type {
            width: 100%; } }
      .business_inner .products .text_area ul:last-of-type {
        width: 250px; }
        @media only screen and (max-width: 768px) {
          .business_inner .products .text_area ul:last-of-type {
            width: 100%; } }
    .business_inner .products .image_area {
      width: 326px;
      height: 326px;
      position: absolute;
      top: 2px;
      right: 2px; }
      @media only screen and (max-width: 768px) {
        .business_inner .products .image_area {
          position: static;
          width: 98%;
          height: auto;
          margin: 0 auto 2px; } }
  .business_inner .h_pdf_area {
    width: 390px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
    margin-left: 30px;
    /*p*/
    /*.pdf_btn a*/ }
    @media only screen and (max-width: 768px) {
      .business_inner .h_pdf_area {
        width: 100%;
        margin: 0 auto; } }
    .business_inner .h_pdf_area p {
      float: left;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.1em;
      position: relative;
      width: 130px;
      margin-right: 30px;
      padding-top: 12px; }
      @media only screen and (max-width: 768px) {
        .business_inner .h_pdf_area p {
          float: none;
          width: 100%;
          margin-right: 0;
          padding-top: 0;
          margin-bottom: 10px; } }
      .business_inner .h_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) {
          .business_inner .h_pdf_area p:after {
            display: none; } }
    .business_inner .h_pdf_area .pdf_btn a {
      display: block;
      position: relative;
      float: left;
      width: 220px;
      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) {
        .business_inner .h_pdf_area .pdf_btn a {
          float: none;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
      .business_inner .h_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; }
      .business_inner .h_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; }
      .business_inner .h_pdf_area .pdf_btn a:hover {
        opacity: 0.8; }
        .business_inner .h_pdf_area .pdf_btn a:hover:after {
          right: 10px; }
  .business_inner .buy_area {
    width: 460px;
    float: left;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    /*p*/
    /*.pdf_btn a*/ }
    @media only screen and (max-width: 768px) {
      .business_inner .buy_area {
        width: 100%;
        margin: 0 auto; } }
    .business_inner .buy_area p {
      float: left;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.1em;
      position: relative;
      width: 180px;
      margin-right: 30px;
      padding-top: 12px; }
      @media only screen and (max-width: 768px) {
        .business_inner .buy_area p {
          float: none;
          width: 100%;
          margin-right: 0;
          padding-top: 0;
          margin-bottom: 10px; } }
      .business_inner .buy_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) {
          .business_inner .buy_area p:after {
            display: none; } }
    .business_inner .buy_area .buy_btn a {
      display: block;
      position: relative;
      float: left;
      width: 240px;
      height: 50px;
      box-sizing: border-box;
      text-align: center;
      color: #fff;
      font-weight: 500;
      background: #e22038;
      background: #006ed3;
      background: -webkit-linear-gradient(bottom left, #006ed3 0%, #00a2e7 100%);
      background: -o-linear-gradient(bottom left, #006ed3 0%, #00a2e7 100%);
      background: linear-gradient(to top right, #006ed3 0%, #00a2e7 100%);
      transition: 0.3s; }
      @media only screen and (max-width: 768px) {
        .business_inner .buy_area .buy_btn a {
          float: none;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
      .business_inner .buy_area .buy_btn a:hover {
        opacity: 0.8; }
        .business_inner .buy_area .buy_btn a:hover:after {
          right: 10px; }

/*.business_inner*/
/*+++++++++++++社交ダンスの衣装販売+++++++++++++*/
.business:last-of-type {
  /*.b_logo*/
  /*.em_area*/
  /*.needs*/
  /*.feature*/
  /*.bland_area*/ }
  .business:last-of-type h4 {
    background: url("../img/services/dance_main.jpg") center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .business:last-of-type h4 {
        margin-bottom: 100px; } }
    @media only screen and (max-width: 768px) {
      .business:last-of-type h4 span {
        line-height: 1.5em;
        bottom: -80px; } }
  .business:last-of-type p {
    margin-bottom: 30px; }
  .business:last-of-type .b_logo {
    width: 262px;
    height: 180px;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 768px) {
      .business:last-of-type .b_logo {
        width: 80%;
        height: auto;
        margin-bottom: 30px; } }
  .business:last-of-type .em_area {
    width: 1000px;
    background-color: #f1f0ef;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .business:last-of-type .em_area {
        width: 100%; } }
    .business:last-of-type .em_area h6 {
      border: 2px solid #fff;
      padding: 20px 0;
      font-size: 18px;
      color: #ed0100;
      text-align: center;
      letter-spacing: 0.1em;
      line-height: 1.8em;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .em_area h6 {
          padding: 10px;
          font-size: 16px;
          letter-spacing: 0.03em;
          text-align: left; }
          .business:last-of-type .em_area h6 br {
            display: none; } }
    .business:last-of-type .em_area + p {
      width: 1000px;
      margin-bottom: 80px; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .em_area + p {
          width: 100%; } }
  .business:last-of-type .needs {
    /*ul li*/ }
    .business:last-of-type .needs ul li {
      width: 320px;
      height: 170px; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .needs ul li {
          width: 100%;
          height: auto; } }
    .business:last-of-type .needs ul li.two_line {
      padding-top: 45px; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .needs ul li.two_line {
          padding-top: 20px; } }
    .business:last-of-type .needs ul li.three_line {
      padding-top: 30px; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .needs ul li.three_line {
          padding-top: 20px; } }
  .business:last-of-type .feature {
    width: 100%;
    height: 520px;
    background-color: #fff2f2;
    position: relative;
    padding-top: 60px;
    box-sizing: border-box;
    z-index: 1;
    margin-bottom: 150px;
    /*.f_inner*/ }
    @media only screen and (max-width: 768px) {
      .business:last-of-type .feature {
        padding-top: 30px;
        height: auto;
        margin-bottom: 50px; } }
    .business:last-of-type .feature:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #f3dce0;
      position: absolute;
      top: 0;
      right: 20vw;
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .feature:before {
          display: none; } }
    .business:last-of-type .feature:after {
      content: "";
      width: 1px;
      height: 100%;
      background: #f3dce0;
      position: absolute;
      top: 0;
      left: 20vw;
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .feature:after {
          display: none; } }
    .business:last-of-type .feature .f_inner {
      width: 1000px;
      height: 323px;
      margin: 0 auto;
      position: relative;
      /*p.difference*/
      /*.box*/ }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .feature .f_inner {
          width: 90%;
          height: auto;
          padding-bottom: 20px; } }
      .business:last-of-type .feature .f_inner:before {
        content: "";
        width: 55px;
        height: 55px;
        background: url("../img/services/ico_pic.gif") no-repeat;
        background-size: contain;
        position: absolute;
        top: -80px;
        left: 0px; }
        @media only screen and (max-width: 768px) {
          .business:last-of-type .feature .f_inner:before {
            width: 35px;
            height: 35px;
            left: 0;
            top: -50px; } }
      .business:last-of-type .feature .f_inner:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #f3dce0;
        position: absolute;
        top: -60px;
        z-index: -1;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .business:last-of-type .feature .f_inner:after {
            display: none; } }
      .business:last-of-type .feature .f_inner p.difference {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.08em; }
        @media only screen and (max-width: 768px) {
          .business:last-of-type .feature .f_inner p.difference {
            line-height: 1.5em;
            margin-bottom: 15px; } }
      .business:last-of-type .feature .f_inner .box {
        width: 1000px;
        background-color: #fff;
        padding: 50px;
        box-sizing: border-box;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
        z-index: 2;
        /*h6*/
        /*.box_inner*/ }
        @media only screen and (max-width: 768px) {
          .business:last-of-type .feature .f_inner .box {
            width: 100%;
            padding: 20px;
            position: static; } }
        .business:last-of-type .feature .f_inner .box h6 {
          color: #ed0100;
          font-size: 20px;
          font-weight: 500;
          letter-spacing: 0.03em;
          margin-bottom: 20px;
          line-height: 1.5em; }
          @media only screen and (max-width: 768px) {
            .business:last-of-type .feature .f_inner .box h6 {
              font-size: 16px;
              margin-bottom: 20px; }
              .business:last-of-type .feature .f_inner .box h6 br {
                display: none; } }
          .business:last-of-type .feature .f_inner .box h6 + p {
            line-height: 1.8em;
            margin-bottom: 10px; }
        .business:last-of-type .feature .f_inner .box .box_inner {
          background-color: #f1f0ef;
          padding: 15px 15px 15px;
          box-sizing: border-box;
          position: relative;
          /*dt*/
          /*dd*/ }
          .business:last-of-type .feature .f_inner .box .box_inner:nth-of-type(2) {
            background-color: #fff; }
          .business:last-of-type .feature .f_inner .box .box_inner:last-of-type {
            margin-bottom: 0; }
          .business:last-of-type .feature .f_inner .box .box_inner dt {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 10px;
            padding-top: 10px; }
            @media only screen and (max-width: 768px) {
              .business:last-of-type .feature .f_inner .box .box_inner dt {
                font-size: 14px;
                line-height: 1.5em;
                margin-bottom: 5px; } }
          .business:last-of-type .feature .f_inner .box .box_inner dd {
            line-height: 1.8em; }
            .business:last-of-type .feature .f_inner .box .box_inner dd p {
              margin-bottom: 10px; }
            .business:last-of-type .feature .f_inner .box .box_inner dd ul li {
              float: left;
              margin-right: 15px; }
              @media only screen and (max-width: 768px) {
                .business:last-of-type .feature .f_inner .box .box_inner dd ul li {
                  margin-right: 10px; } }
              .business:last-of-type .feature .f_inner .box .box_inner dd ul li:before {
                content: "●";
                font-size: 10px;
                margin-right: 5px; }
  .business:last-of-type .bland_area {
    width: 1000px;
    margin: 0 auto 80px;
    overflow: hidden;
    /*h6*/
    /*.b_inner*/ }
    @media only screen and (max-width: 768px) {
      .business:last-of-type .bland_area {
        width: 90%;
        margin-bottom: 0; } }
    .business:last-of-type .bland_area h6 {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-align: center;
      margin-bottom: 15px;
      line-height: 1.5em; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .bland_area h6 {
          font-size: 16px;
          text-align: left; }
          .business:last-of-type .bland_area h6 br {
            display: none; } }
      .business:last-of-type .bland_area h6 + p {
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          .business:last-of-type .bland_area h6 + p {
            text-align: left;
            margin-bottom: 15px; } }
    .business:last-of-type .bland_area .b_inner {
      width: 320px;
      float: left;
      margin-right: 20px;
      /*dl*/ }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .bland_area .b_inner {
          width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 50px; } }
      .business:last-of-type .bland_area .b_inner:last-of-type {
        margin-right: 0; }
      .business:last-of-type .bland_area .b_inner img {
        margin-bottom: 15px; }
      .business:last-of-type .bland_area .b_inner p.b_catch {
        text-align: center;
        font-weight: 500;
        line-height: 1.5em;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd; }
      .business:last-of-type .bland_area .b_inner .sapiel {
        display: block;
        width: 186px;
        height: 56px;
        margin: 0 auto 15px; }
      .business:last-of-type .bland_area .b_inner .edda {
        display: block;
        width: 170px;
        height: 56px;
        margin: 0 auto 15px; }
      .business:last-of-type .bland_area .b_inner .dsi {
        display: block;
        width: 204px;
        height: 56px;
        margin: 0 auto 15px; }
      .business:last-of-type .bland_area .b_inner dl {
        background-color: #f1f0ef;
        padding: 10px;
        box-sizing: border-box;
        /*dt*/ }
        .business:last-of-type .bland_area .b_inner dl dt {
          font-weight: 500;
          text-align: center;
          margin-bottom: 10px; }
        .business:last-of-type .bland_area .b_inner dl dd {
          background-color: #fff;
          height: 170px;
          padding: 15px;
          box-sizing: border-box; }
          @media only screen and (max-width: 768px) {
            .business:last-of-type .bland_area .b_inner dl dd {
              height: auto; } }
          .business:last-of-type .bland_area .b_inner dl dd p.title_c {
            font-weight: 400;
            text-align: center;
            line-height: 1.5em;
            margin-bottom: 10px; }
          .business:last-of-type .bland_area .b_inner dl dd p {
            line-height: 1.5em; }
            @media only screen and (max-width: 768px) {
              .business:last-of-type .bland_area .b_inner dl dd p {
                margin: 0; } }
  .business:last-of-type .buy_area {
    width: 670px;
    margin: 0 auto;
    /*p*/ }
    @media only screen and (max-width: 768px) {
      .business:last-of-type .buy_area {
        width: 90%; } }
    .business:last-of-type .buy_area p {
      text-align: center;
      line-height: 1.5em;
      position: relative;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 50px;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px) {
        .business:last-of-type .buy_area p {
          font-size: 4.3vw; } }
      .business:last-of-type .buy_area p: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; }
      .business:last-of-type .buy_area p: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; }
    .business:last-of-type .buy_area .robbin_bnr a {
      display: block;
      width: 100%;
      height: auto;
      transition: 0.3s; }
      .business:last-of-type .buy_area .robbin_bnr a:hover {
        opacity: 0.8; }

/*　++++++++++++++カテゴリナビ++++++++++++++　*/
.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; } }
