@charset "UTF-8";
@font-face {
  font-family: 'meiryo';
  src: url('Meiryo.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: #707070;
}
p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px;
}
a {
  color: #002f7c;
}
a:hover {
  transition: all 0.5s ease 0s;
  color: #E21E1E;
}
.wsmegamenu .product-menu li.title {
  font-weight: bold;
}
.wsmegamenu .product-menu a img {
  width: 75%;
  display: block;
  margin: auto;
  opacity: 0.8;
  transition: all 0.5s ease 0s;
  padding-bottom: 10px;
}
.wsmegamenu .product-menu a img:hover {
  opacity: 1;
  transition: all 0.5s ease 0s;
  transform: scale(1.1);
}
.hero-slides-content img {
  max-width: 360px;
  margin: auto;
  display: block;
}
/* Title */
.section-lead {
  position: relative;
}
.section-lead h2 {
  font-size: 2.2em;
  text-align: center;
  font-weight: bold !important;
  margin-bottom: 100px;
  line-height: 0.8;
}
.section-lead h2 span {
  font-size: 1rem !important;
}
.section-lead h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 100px;
  line-height: 0.8;
}
.section-lead h2:after, .section-lead h3:after {
  width: 20%;
  content: "";
  border-bottom: 1px solid #F00;
  position: absolute;
  left: 40%;
  right: 40%;
  bottom: 64px;
}
/* News area */
.u_clearfix::after {
  content: '';
  clear: both;
  display: block;
}
.section-news {
  color: #FFF;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .section-news {
    padding-top: 70px;
  }
}
.news-col {
  font-family: Meiryo;
}
.news-date {
  text-align: right;
  font-size: 0.9rem;
}
#list-news li {}
#list-news li a {
  padding: 20px 10px;
  border-top: solid 1px #CCC;
  position: relative;
  display: block;
  widows: 100%;
}
#list-news li a:hover {
  background: #FAFAFA;
}
#list-news li .label-cat {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.label-red {
  background: #E21E1E;
}
.label-blue {
  background: #1F5DEA;
}
.label-green {
  background: #43CB83;
}
.label-cat {
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  text-align: center;
}
#list-news li h3, #list-news li h2 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#list-news li:last-child a {
  border-bottom: solid 1px #CCC;
}
.news-col li a {
  font-size: 1rem;
}
@media only screen and (max-width: 769px) {
  #list-news li .label-cat {
    min-width: 65px;
    display: inline-block;
    margin-right: 0px;
    margin-left: 5px;
    vertical-align: middle;
  }
  #list-news li a {
    padding: 20px 10px;
    border-top: solid 1px #000000;
    position: relative;
  }
  #list-news li h3, #list-news li h2 {
    margin-top: 5px;
    display: block;
    vertical-align: middle;
    padding-right: 20px;
  }
}
/* Catalog Area */
.catalog {
  background-image: url(../images/catalog_bg.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 70px 0;
}
.catalog-col {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}
.catalog img {
  max-height: 300px;
  border: 1px solid #999;
}
p.cata-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1px;
}
.catalog p i {
  margin-right: 5px;
}
@media only screen and (max-width : 780px) {
  .catalog img, .catalog p {
    float: none;
  }
  .catalog img {
    margin-bottom: 15px !important;
    max-width: 240px;
  }
}
/* column */
.col-w {
  background: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 15px;
  font-weight: bold;
}
.col-w a {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding: 15px;
}
.col-w a:hover {
  color: #E21E1E !important;
}
.col-w a img {
  margin-top: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.col-w a img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
/*--------------
  About
---------------*/
.icon-col {
  margin-bottom: 30px;
}
.icon-col i {
  margin-right: 5px;
}
.icon-col .card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.icon-col .card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.15rem;
}
.icon-col .card__img {
  display: block;
  width: 100%;
  filter: saturate(0%) brightness(50%);
  transition: 0.5s;
}
.icon-col .card:hover .card__img {
  filter: saturate(100%) brightness(80%);
  transform: scale(1.1);
  transition: 0.5s;
}
.bg-greeting {
  background-image: url("../profile/greeting/greeting-bg.webp");
  padding: 70px 0;
}
/*--------------
  Overview
---------------*/
.overview li {
  overflow: hidden;
  padding: 10px 15px;
  border-bottom: 1px solid #E3E3E3;
}
.overview li:first-child {
  border-top: 1px solid #E3E3E3;
}
.overview li:nth-child(2n+1) {
  background: #FAFAFA;
}
.overview li .left-info {
  float: left;
  width: 20%;
  font-size: 1rem;
  font-weight: bold;
}
.overview li .hist-date {
  float: left;
  width: 100px;
  font-size: 1rem;
  font-weight: bold;
}
.overview li .hist-info {
  float: right;
  width: calc(100% - 120px);
  font-size: 1rem;
  font-weight: bold;
}
.overview li .right-info {
  float: right;
  width: 70%;
}
.overview li .right-info img {
  max-width: 110px;
  margin-right: 10px;
}
.overview li p {
  margin-bottom: 0;
  line-height: 1.5;
}
.sub-title {
  background: #F2F4F5;
  color: #002F7C;
  font-size: 1rem;
  padding: 7px 10px 5px;
  font-weight: bold;
  border-left: 2px solid #002F7C;
}
.works-col {
  margin-bottom: 30px;
}
.works-col p {
  line-height: 1.5;
}
/*--------------
  Products
---------------*/
.product-col {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
}
.prod-items {
  margin: 12px;
}
.prod-items .prod-title {
  font-family: "Roboto";
  font-weight: 700;
  border-bottom: 1px solid #002f7c;
}
.prod-col-img {
  width: 400px;
}
.prod-col-img img {
  max-width: 85%;
}
.prod-col-text {
  width: calc(100% - 400px);
}
@media (max-width: 768px) {
  .product-col {
    flex-direction: column;
    justify-content: center;
  }
  .prod-col-text {
    width: calc(100% - 30px);
  }
  .prod-col-img {
    width: 100%;
    text-align: center;
  }
  .prod-col-img img {
    max-width: 80%;
  }
}
/* 商品一覧 */
.prod-all-col {
  margin-bottom: 30px;
}
.prod-all {
  border: 1px solid #DDD;
  padding: 10px;
  border-radius: 5px;
}
.prod-all {
  display: block;
  transition: 0.5s;
  font-size: 0.95rem;
}
.prod-all:hover {
  background: #FAFAFA;
  transition: 0.5s;
}
.prod-all img {
  transition: 0.5s;
}
.prod-all img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.prod-all a h3 {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: bold;
  text-align: center;
}
.prod-all a h3:hover {
  color: #F00;
}
ul.prod-cate {}
ul.prod-cate li a::before {
  content: "･";
  display: inline-block;
  margin-right: 3px;
}
/*ul.prod-cate li a:hover::before {
	content: "\03e";
  display: inline-block;
	margin-right: 3px ;
}*/
ul.prod-cate li a {
  display: block;
  border-bottom: 1px dotted #CCC;
  padding: 3px;
  font-size: 0.9rem;
}
ul.prod-cate li a:hover {
  background: #FFF;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .02);
}
table.results {
  font-size: 0.9rem;
  line-height: 1.3;
  max-width: 100%;
}
table .results td a {
  display: block;
}
table.results thead th {
  background: #555;
  color: #EEE;
  vertical-align: middle;
  text-align: center;
}
table.results tr td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
table.results tr:hover {
  background: #F0F0F0;
  cursor: pointer;
}
table.results tr td span {
  color: #F00;
  font-size: 0.7rem;
}
table.results img {
  max-height: 48px;
  opacity: 0.7;
  transition: 0.3s;
}
table.results img:hover {
  opacity: 1;
  transition: 0.3s;
}
@media(max-width: 768px) {
  table.results caption {
    text-align: left;
  }
}
.cate-all {
  width: 100%;
}
.bg-title {
  background: #555;
  color: #EEE;
  padding: 5px 0;
}
.cate-col {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AAA;
  flex-wrap: wrap;
  gap: 10px;
}
.cate-col:hover {
  background: #FAFAFA;
  transition: 0.3s;
}
.bg-title:hover {
  background: #555;
}
.cate-col li {
  font-size: 0.9rem;
}
.cate-col li.cate-img {
  width: 80px;
  text-align: center;
}
.cate-col li.cate-img img {
  max-width: 80%;
}
.cate-col li.cate-name {
  min-width: 140px;
}
.cate-col li.cate-no {
  width: 155px;
  margin-left: auto;
  font-family: "メイリオ", "Meiryo";
}
@media (max-width: 768px) {
  .cate-col li.cate-no {
    margin-left: 0;
  }
  .cate-col li.cate-img {
    width: 70px;
    text-align: center;
  }
}
/* 商品詳細ページ */
.prod-spec {
  margin-left: 50px;
}
.prod-spec h3 {
  font-weight: bold;
}
.prod-spec h4 {
  border-bottom: 1px dotted #AAA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prod-spec h4 {
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.prod-spec .spec {
  border-bottom: 1px dotted #AAA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prod-spec .spec p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.prod-spec .spec-title {
  font-weight: bold;
  float: left;
  width: 100px;
  overflow: visible;
  text-align-last: justify;
}
.prod-spec .spec-detail {
  overflow: hidden;
}
/* search form */
.search-form-001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 2px solid #25609b;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 100px;
}
.search-form-001 input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 5px 15px;
  border: none;
  font-size: 1em;
  outline: none;
}
.search-form-001 input::placeholder {
  color: #767d83;
}
.search-form-001 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 53px;
  border: none;
  background-color: #002f7c;
  cursor: pointer;
}
.search-form-001 button::after {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}
.search p {
  line-height: 1.4;
  font-size: 1rem;
}
/* BreadList */
.bread {
  background: #F2F2F2;
  border-bottom: 1px solid #DDD;
}
ol.bread-list {
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  font-size: 0.9rem;
}
ol.bread-list li {
  float: left;
}
ol.bread-list li::after {
  content: "\f101";
  font-family: 'FontAwesome';
  padding-right: 9px;
  margin-left: 7px;
}
ol.bread-list li:last-child::after {
  content: none;
}
ol.bread-list li a.active {
  font-weight: bold;
  color: #E21E1E;
}
/* Map */
.map iframe {
  width: 100%;
  aspect-ratio: 16/5;
  vertical-align: bottom;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
}
@media only screen and (max-width : 780px) {
  .map iframe {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 1199px) {
  .map-col {
    display: none;
    padding: 0;
  }
}
/* Agent */
.agent {
  padding: 70px 0;
  background: #FFF;
}
/* Form */
form#mailformpro input, form#mailformpro textarea {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin: 5px;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
form#mailformpro input, form#mailformpro select {
  padding: 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-size: 14px;
}
.mfp_rows p {
  font-size: 0.8rem;
}
.form-catalog {
  background-color: #FAFAFA;
  padding: 70px 0;
}
/* Stores */
.card-header {
  padding: 0;
}
#accordion a {
  color: #666;
}
#accordion a[data-toggle="collapse"] {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
#accordion a[data-toggle="collapse"]:hover {
  background: #e7e7e7;
}
#accordion a[data-toggle="collapse"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion a[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#accordion a[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
.stores h3 {
  font-size: 1rem;
  padding: 5px 10px;
  margin-bottom: 0;
  font-weight: bold;
  background: #FAFAFA;
  color: #002f7c;
  border-left: 2px solid #002f7c;
}
.stores p {
  font-size: 0.9rem;
  border-bottom: 1px solid #DDD;
  padding: 5px 10px;
  margin-bottom: 0;
}
.stores p span {
  float: right;
}
.card-copy {
  margin-top: 15px;
  clear: both;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
/* Pagenation */
.page-link {
  color: #999;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #002f7c;
  border-color: #002f7c;
}
/* Footer */
.fa-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
  font-style: normal;
}
.instra img {
  max-width: 140px;
}
/* Button */
.more {
  text-align: center;
  margin-top: 50px;
}
.more-s {
  text-align: center;
}
.button-l {
  text-align: center;
}
.button-l .btn-main {
  font-size: 1.2rem;
  padding: 36px 55px;
}
.btn {
  background: #43cb83;
  padding: 27px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*border-radius: 50px;*/
  border-radius: 0;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 1px solid #43cb83;
  overflow: hidden;
}
.btn-s {
  padding: 20px 20px;
}
.btn-ss {
  padding: 10px 10px;
  font-size: 0.85rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.btn::before {
  content: "";
  position: absolute;
  margin-right: 5px;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  color: #FFF !important;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}
.btn:hover::before {
  transform: scaleY(1);
  color: #FFF !important;
  z-index: -1;
  background: #002f7c;
}
.btn::after {
  content: "\f101 ";
  font-family: 'FontAwesome';
  margin-left: 5px;
  font-size: 0.9rem;
}
.btn:hover {
  color: #FFF !important;
  border: 1px solid #FFF;
  font-size: 16px;
}
.btn-ss:hover {
  font-size: 0.85rem;
}
.btn-ss::after {
  margin: 0;
}
/* FixedButton */
.fixed_btn a {
  position: fixed;
  z-index: 9999999;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  padding: 10px 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #E21E1E;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFF;
  cursor: pointer;
  outline: none;
  appearance: none;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
}
.fixed_btn a:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background: #002f7c;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width : 780px) {
  .fixed_btn a {
    font-size: 0.95rem;
    padding: 5px 3px;
  }
}
/* Section */
.sec-white {
  padding: 100px 0;
  background: #FFF;
}
/* junbotron */
.jumbotron {
  color: #b0bec5;
  margin-bottom: 0;
}
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}
section.module.parallax {
  padding: 100px 30px;
}
section.module.parallax h1 {
  font-size: 40px;
  color: #FFF;
  font-family: "Roboto", "メイリオ";
  font-weight: 700;
  line-height: 1;
}
section.module.parallax h1 span {
  font-size: 24px;
  font-weight: normal;
}
section.module.parallax-1 {
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #333;
  background-blend-mode: overlay;
}
section.module.parallax-1.about {
  background-image: url("../profile/prof-img/pala01.webp");
}
section.module.parallax-1.products {
  background-image: url("../products/products-img/products-pala.webp");
}
section.module.parallax-1.stores {
  background-image: url("../stores/stores-pala.webp");
}
section.module.parallax-1.inq {
  background-image: url("../inquiry/inq-pala.webp");
}
section.module.parallax-1.recruite {
  background-image: url("../recruite/rec-pala.webp");
}
section.module.parallax-1.news {
  background-image: url("../news/news-pala.webp");
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 200px 30px 120px;
    margin-top: -75px;
  }
  section.module.parallax h1 {
    font-size: 70px;
    line-height: 0.7;
  }
  section.module.parallax h1 span {
    font-size: 24px;
    font-weight: 300;
  }
  section.module.parallax.parallax-s {
    padding: 150px 0 50px;
    margin-top: -75px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 120px;
    font-family: "Roboto";
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 3rem;
  }
  section.module.parallax h1 span {
    font-family: "Meiryo";
    font-weight: normal;
    font-size: 1.3rem;
  }
}
/* text */
.text-l {
  font-size: 1.5rem;
}
.tel {
  font-size: 1.2rem;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: bold;
}
/* decoration */
.text-shadow-1 {
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.7);
}
.text-shadow-w {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/* Image */
.img-w200 {
  max-width: 200px;
}
.float-box {
  width: calc(100% - 220px);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}