  /* Add here all your css styles (customizations) */

  body {
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  /* Change color */
  @media (min-width: 992px) {
    .header .navbar-nav  {
      position: relative!important;
      bottom: 6px;
    }
    .header .navbar-nav > li > a {
      padding: 4px 24px 4px 24px;
    }
    .header .navbar-nav > li {
      margin: 0 18px 0 0;
      text-align: center;
      border-bottom: 3px solid #BDC3C4;
    }
    .header .navbar-nav  {
      margin-right: 22px;
    }
    .header .navbar-nav > li:nth-child(5)  {
      margin-right: 22px;
    }
  }
  @media (min-width: 1200px) {
    .header .navbar-nav  {
      margin-right: 44px;
    }
    .header .navbar-nav > li > a {
      padding: 4px 24px 4px 24px;
    }
    .header .navbar-nav > li {
      min-width: 126px;
    }
    .header .navbar-nav > li:nth-child(5)  {
      margin-right: 44px;
    }
  }

  .footer-v1 .footer {
    background: #dcdddd;
  }
  .footer-v1 .footer p {
    color: #585f69;
  }
  .footer-v1 .footer .row:last-child {
    margin-top: 30px;
  }




  .footer img.main-logo {
    width: 90%;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer img.main-logo-company {
    width: 90%;
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 991px) {
    .footer img.main-logo {
      width: 40%;
    }
    .footer img.main-logo-company {
      width: 40%;
    }
    .header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
      margin-top: 26px;
    }
  }
  @media (max-width: 767px) {
    .footer img.main-logo {
      width: 60%;
    }
    .footer img.main-logo-company {
      width: 60%;
    }
    .header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
      margin-top: 8px;
    }
  }

  .footer-v1 .footer h2 {
    color: #687074;
  }
  .footer-v1 address, .footer-v1 .link-list a, .footer-v1 .link-list i {
    color: #687074;
  }

  .link-list a {
    font-size: 15px;
  }
  .headline {
    border-bottom: 1px dotted #555555;
  }
  .footer-v1 .link-list li {
    border-top: 1px dotted #555555;
  }

  .copyright-content p {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
  }
  .footer-v1 .footer {
    padding-bottom: 0;
  }

  .purchase span {
    color: #585f69;
    text-shadow: 2px 2px 0 #ccc;
    line-height: 1.5;
  }
  .purchase .c-1 {
    display: inline;
    color: #e60012;
    font-size: 37px;
  }
  .purchase .c-2 {
    display: inline;
    color: #e60012;
    font-size: 30px;
  }
  .purchase .c-3 {
    display: inline;
    color: #e60012;
  }

  .caption p {
    font-size: 15px;
  }

  .header .logo:hover {
    text-decoration: none;
  }
  .header .logo img.main-logo {
    width: 266px;
    display: inline-block;
    margin-left: 18px;
  }

  @media (max-width: 991px) {
    .header .logo img.main-logo {
      margin-left: 0;
    }
  }

  @media (max-width: 1199px) {
    .header .logo img.main-logo {
      width: 200px;
    }
    
  }


  .header .logo img.main-logo-company {
    width: 213px;
    display: inline-block;
    padding-top: 4px;
  }
  @media (max-width: 767px) {
    .header .logo img.main-logo {
      width: 150px;
      margin-right: 4px;
    }
    .header .logo img.main-logo-company {
      width: 130px;
      padding-top: 4px;
    }
    .header .logo img {
      margin: 10px 0;
    }
  }



  .product .caption {
    text-align: center;
  }

  .lity-image img {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }

  a[data-lity="data-lity"] {
    text-decoration: none;
  }


  .product-purchase {
    padding: 15px 0;
    background: #fff;
  }
  @media (max-width: 767px) {
    .product-purchase h2 {
      font-size: 19px;
    }
    a[data-lity="data-lity"] h3 {
      font-size: 18px;
    }
    a[data-lity="data-lity"] p {
      font-size: 14px;
    }


  }

  .product-search ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 740px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
  }

  @media (max-width: 767px) {
    .product-search ul {
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 420px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  .product-search a {
    color: #231815;
    font-size: 14px;
    display: block;
    
  }

  @media (max-width: 991px) {
    .product-search  a {
      color: #231815;
      font-size: 12px;
    }
  }

  .product-search  a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .product-search .active  {
    color: #1d2088;
    border-bottom: 4px solid #1d2088;
    font-size: 14px;
  }

  @media (max-width: 991px) {
    .product-search .active {
      font-size: 12px;
    }
  }

  .product-search li {
    min-width: 130px;
    list-style: none;
    border-bottom: 4px solid #BDC3C4;
    margin-right: 22px;
    margin-top: 10px;
    padding-bottom: 5px;
  }

  @media (max-width: 767px) {
    .product-search li {
      width: 45%;
      margin-right: 0;
    }
  }

  .product-search li:hover {
    border-bottom: 4px solid #1d2088;
  }

  .product-search li:last-child {
    margin-right: 0;
  }


  .content-sm.content-about {
    padding-top: 30px;
  }
  .about-table th {
    background: #e7e8ff;
    border-left: 5px solid #1d2088;
    text-align: center;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #687074;
  }
  .about-table td {
    border-right: 1px solid #687074;
  }
  .table>tbody>tr:last-child>td, .table>tbody>tr:last-child>th {
    border-bottom: 1px solid #687074;
  }
  @media (max-width: 767px) {
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
      padding: 6px;
      font-size: 15px;
    }
    .about-table th {
      width: 80px;
    }
  }


  .map {
    height: 500px;
  }

  .contact-address {
    padding-left: 25px;
  }
  .sky-form {
    font-size: 15px;
  }
  .btn-u {
    font-size: 16px;
    padding: 6px 20px;
    margin-top: 20px;
  }


  .flow-img {
    position: relative;
    
  }
  .flow-img:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -44px;
    background: url(../../images/arrow.png) no-repeat;
    background-size: cover;
    width: 45px;
    height: 61px;
    content: '';
  }
  .thumbnail-flow {
    padding: 10px;
  }


  @media (max-width: 991px) {
    .flow-img:after {
      display: none;
    }
    .thumbnail-flow {
      padding: 0;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
  }


  .da-slider {
    background: url(../../images/slide.png) repeat 0% 0%;
  }

  .top-slider-wrap {
  }
  .bx-wrapper img {
    margin: auto;
    width: 80%;
  }
  .bx-wrapper .bx-viewport {
      box-shadow: none;
      border: 0;
      left: 0;
      background: #687074;
  }
  @media (max-width: 767px) {
    .bx-wrapper img {
      width: 100%;
    }
  }


  .contact-right-col li, .contact-right-col a {
    font-size: 14px;
  }

  .gallery-lists {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
  }
  .gallery-lists p {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .gallery-lists p:first-child {
    margin-top: 0;
  }

  .facebook {
    
    bottom: 10px;
    right: -65px;
  }

  .facebook-footer-div {
    position: relative;
  }

  .facebook-footer {
    position: absolute;
    top:0;
  }
  @media screen and (max-width: 767px){
    .facebook-footer {
      position: absolute;
      top: -24px;
    }
  }


  /*-- PC版表示CSS  --*/
  .pc_area{
    display:inline-block;
  }
  .pc_area_block{
    display:block;
  }
  .sp_area{
    display:none;
  }

  /*-- スマホ版表示CSS  --*/
  @media screen and (max-width: 991px){
    .pc_area{
      display:none;
    }
    .pc_area_block{
      display:none;
    }
    .sp_area{
      display:block;
    }
  }

  /* MV */
  @media screen and (max-width: 767px) {
    .mv .mv-pc {
      display: none;
    }
  }

  .mv .mv-sp {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .mv .mv-sp {
      display: block;
    }
  }


  .mv img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .mv .headline {
    border-bottom-color: transparent;
    text-align: center;
    margin-bottom: 10px;
  }

  .mv .headline h2 {
    border-bottom-color: transparent;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 10px solid #f39800;
    padding: 0 25px 10px 25px;
  }

  .mv h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

  .mv p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  @media (max-width: 991px) {
    .mv .headline h2 {
      font-size: 22px;
    }

    .mv h3 {
      font-size: 20px;
    }
  }

  @media (max-width: 767px) {
    .mv .headline h2 {
      font-size: 18px;
    }

    .mv h3 {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {
    .mv .container {
      padding: 0;
    }
  }

  .mv .container {
    position: relative;
  }
  .mv .corona_bnr {
    position: absolute;
    bottom: 0;
    right: 15px;
  }

  @media (max-width: 767px) {
    .mv .corona_bnr {
      position: relative;
      bottom: auto;
      right: auto;
    }
  }

  /* flow */

  .top-flow .headline {
    border-bottom: 10px solid #f39800;
    text-align: center;
    margin-bottom: 10px;
    
  }

  @media (max-width: 767px) {
    .top-flow .headline {
      max-width: 580px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .top-flow .headline h2 {
    border-bottom: none;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
  }

  @media (max-width: 767px) {
    .top-flow .headline h2 {
      font-size: 18px;
    }
  
  }
  @media (max-width: 400px) {
    .top-flow .headline h2 {
      font-size: 16px;
    }
  }
  @media (max-width: 380px) {
    .top-flow .headline h2 {
      font-size: 14px;
    }
  }

  .top-flow .caption h3 {
    background: #1d2088;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
  }

  .top-flow .caption p {
    color: #727171;
    font-size: 14px;
  }

  @media (min-width:768px) {
    .top-flow .caption p {
      min-height: 110px;
    }
  }

  .top-flow .flow-items {
    max-width: 1020px;
    margin: 0 auto;
  }

  @media (max-width: 767px) {
    .top-flow .flow-items div {
      max-width: 320px;
      margin-right: auto;
      margin-left: auto;
    }

  }

  .top-flow .flow-items .thumbnail-img {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

  }
  .top-flow .flow-items .img-responsive {
    margin: 0 auto;
    vertical-align: middle;
  }

  /* top-contact */

  .top-contact fieldset {
    background: transparent;
  }

  /* breadcrumbs */

  .pull-left {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }


  .pull-left h1 {
    margin-left: 16px;
    color: #000;
  }

  .breadcrumbs .container {
    background: #f39800;
  }

  .purchase h2 {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.7;
  }

  @media (max-width: 1199px) {
    .purchase h2 {
      font-size: 22px;
    }
  }

  @media (max-width: 991px) {
    .purchase h2 {
      font-size: 18px;
    }
  }

  @media (max-width: 767px) {
    .purchase h2 {
      font-size: 16px;
    }
  }

  @media (max-width: 640px) {
    .purchase h2 {
      font-size: 14px;
    }
  }
  .purchase-br {
    display: none;
  }

  @media (max-width: 600px) {
    .purchase-br {
      display: block;
    }
  }

  @media (max-width: 640px) {
    .purchase h2 {
      font-size: 14px;
    }
  }

  @media (max-width: 640px) {
    .purchase h2 {
      font-size: 14px;
    }
  }



  /* product */

  .product {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 1060px;
    margin: 0 auto;
  }

  .product .product-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }


  @media (max-width: 640px) {
    .product .product-items {
      display: block;
    }
  }

  .product .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 48%;
  }

  @media (max-width: 640px) {
    .product .product-item {
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .product .product-item {
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .product .thumbnail-style {
    margin-bottom: 0;
    margin: 0 auto;
  }

  .product .img-responsive {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .product .product-item .caption h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    color: #231815;
    line-height: 1.7;
  }
  .product .product-item .caption p {
    font-size: 15px;
    text-align: left;
    color: #231815;
  }
  .product .product-item .caption span {
    font-size: 14px;
    text-align: left;
    color: #231815;
  }

  .flex4 {
    flex: 3;
  }
  .flex1 {
    flex: 2;
    min-width: 85px;
  }

  /* facebook-feed */
  .facebook-feed  {
    text-align: center;
    margin: 20px 0;
  }
  @media (min-width: 501px) {
    .facebook-feed iframe {
      width: 100%;
      max-width: 500px;
    } 
  }

  @media (max-width: 500px) {
    .facebook-feed iframe {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
    } 
  }

  @media (max-width: 501px) {
    .facebook-pc {
      display: none;
    }
  }
  .facebook-sp {
    display: none;
    text-align: center;
  }
  @media (max-width: 500px) {
    .facebook-sp {
      display: block;
    }
  }

  /* foosa */
  .foosa-breadcrumbs .pull-left {
      margin-top: 10px; 
  }

  @media (max-width: 991px)  {
      .foosa-breadcrumbs .pull-left {
        display: block;
    }
  }

  .foosa-breadcrumbs .foosa_logo {
    display: flex;
    align-items: center;
  }

  .foosa-breadcrumbs .foosa_text {
    display: flex;
    align-items: center;

  }

  .foosa-breadcrumbs .pull-left .foosa_text p {
    margin: 0;
    margin-left: 20px;
    font-weight: bold!important;
    font-size: 18px;
    text-shadow: 
    0.2px 0.2px 0, 
    0.2px -0.2px 0px,
    -0.2px 0.2px 0,
    -0.2px -0.2px 0px,
    0.2px 0px 0px,
    0px 0.2px 0px,
    -0.2px 0px 0px,
    0px -0.2px 0px;
  letter-spacing: 1px;
  color: #231815;
  }
  .foosa-breadcrumbs .pull-left .foosa_text p span {
    margin-left: 0;
    
  }

  @media (max-width: 991px) {
    .foosa-breadcrumbs .pull-left .foosa_text p {
      margin: 0;
    }
  }

  .foosa-breadcrumbs .pull-left .foosa_text span {
    margin-left: 15px;
    font-size: 14px;
    color: #231815;
  }

  @media (max-width: 767px) {
    .foosa-breadcrumbs .pull-left .foosa_text p {
      font-size: 16px;
    }
  }

  @media (max-width: 640px) {
    .foosa-breadcrumbs .foosa_text {
      display: block;
      margin-bottom: 10px;
    }
    .foosa-breadcrumbs .pull-left .foosa_text > span {
      margin-left: 0;
      margin-top: 5px;
      display: block;
    }
  }

  .foosa-breadcrumbs-br {
    display: none;
  }

  @media (max-width: 400px) {
    .foosa-breadcrumbs-br {
      display: block;
    }
  }


  .foosa-breadcrumbs .pull-left h1 {
    margin-top: 0;
    margin-left: 20px;
  }

  .foosa-mv .foosa-img-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto;
  }
  .foosa-mv .scroll-bar{
    background-color: #1d2088;
    min-height: 50px;
    position: relative;
  }
  .foosa-mv .scroll-bar img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  @media (max-width: 991px) {
    .foosa-mv .foosa-img-grid {
      flex-wrap: wrap;
      max-width: 480px;
      margin: 0 auto;
    }
    .foosa-mv .foosa-img-grid .foosa-griditem {
      width: 30%;
    }
  }

  /* foosa-main */

  .foosa-main {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  @media (max-width: 991px) {
    .foosa-main {
      display: block;
    }
  }

  .foosa-main-item {
    max-width: 280px;
    width: 30%;
    min-height: 600px;
    position: relative;
    margin-bottom: 30px;
  }

  @media (max-width: 991px) {
    .foosa-main-item {
      max-width: 480px;
      width: 100%;
      min-height: 600px;
      position: relative;
      margin-right: auto;
      margin-left: auto;
    }
  }

  .foosa-main-heading {
    background-color: #005089;
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-height: 80px;
    z-index: 0;
  }

  .foosa-main-heading h2 {
    color: #fff;
    margin: 0;
    margin-left: 10px;
    font-size: 28px;
    z-index: 3;
    line-height: 1;
    position: relative;
    top: 3px;
  }
  .foosa-main-heading h2 span {
    color: #5A79A6;
    position: relative;
    top: -10px;
    left: 15px;
    z-index: -1;
  }

  .foosa-main-textarea h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .foosa-main-textarea h3:first-child {
    margin-top: 20px;
  }

  @media (max-width: 991px) {
    .foosa-main-textarea {
      margin-bottom: 50px;
    }
  }

  .ability-flex {
    display: flex;
    align-items: center;
  }

  .ability-flex span {
    margin-left: 15px;
    margin-top: 10px;
  }

  .foosa-main-textarea ul {
    padding: 0;
  }

  .foosa-main-textarea ul li{
    list-style: none;
    font-size: 14px;
  }

  .foosa-main-movie {
    position:absolute;
    bottom: 0;

  }
  .foosa-main-movie iframe {
    max-width: 100%;
  }

  @media (max-width: 991px) {
    .foosa-main-movie {
      position:relative;
      width:100%;
      height:0;
      padding-top:56%;
    
    }
    .foosa-main-movie iframe {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
    }
  }

  /* Catalog Button */

  .catalog-btn-pc {
    position: fixed;
    top: 150px;
    z-index: 100;
  }

  .catalog-btn a {
    display: block;
    color: #fff;
    padding: 10px;
    transition: all 0.4s;
    background-color: rgba(29,32,136,1);
    width: 100%;
    min-width: 150px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 18px;
  }

  .catalog-btn a:hover {
    text-decoration: none;
    background-color: rgba(29,32,136,.7);
  }

    
  @media (min-width: 1201px){
    .catalog-btn-pc {
      right: calc(50% - 580px);
    }
  }
    
  @media (max-width: 1200px){
    .catalog-btn-pc {
      right: calc(50% - 480px);
      top: 200px;
    }
  }
  .catalog-btn-sp {
    margin: 0 auto;
    margin-bottom: 50px;
    display: none;
  }

  .catalog-btn-sp a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
    
  @media (max-width: 991px){
    .catalog-btn-pc {
      display: none;
    }
    .catalog-btn-sp {
      display: block;
    }
  }


