@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#global-header .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#global-header .inner .logo {
  width: 30%;
  margin: 2% 3% 1.5% 3%;
  z-index: 1;
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
#global-header .inner #global-navi {
  width: 50%;
  margin: 0 auto 0;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
  margin: 2% 3% 1.5% 2%;
}
#global-header .inner #global-navi ul li {
  position: relative;
  width: 100%;
  z-index: 1;
}
#global-header .inner #global-navi ul li:hover ul {
  display: block;
  overflow: visible;
  top: 70px;
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55em;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a span {
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover span {
  color: #333;
  display: block;
}
#global-header .inner #global-navi ul li a:hover {
  color: #333;
  padding: 24px 0px;
}
#global-header .inner #global-navi ul li ul {
  display: none;
  position: absolute;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a {
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a:hover {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .logo a {
    width: 60%;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
}

main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

.page-header {
  text-align: center;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 520px) {
  .page-header {
    margin: 15% auto 3% auto;
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .page-header h2 {
    line-height: 1.1em;
  }
}
.page-header h2 .c-title {
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page-header h2 span.en {
  font-size: 3em;
  letter-spacing: 0.25em;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3em;
  color: #2a3035;
  display: inline-block;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1100px) {
  .page-header h2 span.en {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 520px) {
  .page-header h2 span.en {
    padding: 2.5% 0;
    font-size: 1.6em;
  }
}
.page-header h2 span.ja {
  display: inline-block;
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.45em;
  padding: 8px 0 0;
}
@media screen and (max-width: 520px) {
  .page-header h2 span.ja {
    padding: 2.5% 0;
    font-size: 1em;
  }
}
.page-header img {
  width: 50%;
  margin: 0 auto 10px auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 520px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 520px) {
  .page-header p {
    width: 80%;
  }
}

.btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn {
  width: 170px;
  height: 50px;
  margin: 50px auto 40px auto;
  position: relative;
  z-index: 1;
}
.btn a {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all 0.5s ease;
}
.btn a:hover {
  background: #333;
  color: #fff;
}

.shiro {
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #2a3035;
  color: #2a3035;
  transition: all 0.5s ease;
  font-size: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 520px) {
  .shiro a {
    padding: 15px 40px;
  }
}
.shiro a:hover {
  background: #2a3035;
  color: #fff;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#key-visual {
  background: url("../product/images/new/main-03.jpeg") no-repeat center;
  background-size: cover;
  height: 100%;
  height: 280px;
  width: auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #key-visual {
    height: 230px;
    position: relative;
  }
}
#key-visual h2 {
  position: absolute;
  bottom: -3%;
  right: 10%;
  font-size: 3.8em;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
  #key-visual h2 {
    bottom: -4%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual h2 {
    bottom: -3%;
    right: 5%;
    font-size: 2.8em;
  }
}
#key-visual h2 span {
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 520px) {
  #key-visual h2 span {
    font-size: 1.6em;
  }
}

.page-contents {
  width: 1366px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1366px) {
  .page-contents {
    width: 100%;
  }
}

.content-inner {
  width: 80%;
  margin: 0 auto;
  padding: 7% 0;
  margin: 0 0 15% 0;
  background: #fff;
}
@media screen and (max-width: 520px) {
  .content-inner {
    width: 100%;
  }
}

div.page-desc {
  width: 770px;
  margin: 0 auto 80px;
}
div.page-desc p {
  font-size: 1.55em;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  div.page-desc {
    width: 90%;
  }
}

.product {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1100px) {
  .product {
    width: 90%;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .product {
    display: block;
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .product {
    width: 90%;
  }
}
.product .product-box {
  width: 100%;
  margin-bottom: 30px;
}
.product .product-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}
.product .product-box div h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #b0c4de;
}
.product .product-box div .flex {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  position: relative;
}
.product .product-box div .flex p {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .product-box div .flex dl {
  margin-left: 20px;
}
.product .product-box div .flex dl dt {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
}
.product .product-box div .flex dl dd {
  font-size: 12px;
  margin-bottom: 10px;
}

.contact {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap {
  padding-top: 20px;
  background-color: #eee;
}
.contact .content-wrap .contact_bg {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap .contact_bg .contact-inner {
  height: 250px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  .contact .content-wrap .contact_bg .contact-inner {
    height: 280px;
    width: 90%;
    margin: 0 auto;
  }
}
.contact .content-wrap .contact_bg .contact-inner h2 {
  text-align: center;
  color: #2a3035;
  font-size: 30px;
  line-height: 2em;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 520px) {
  .contact .content-wrap .contact_bg .contact-inner h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.contact .content-wrap .contact_bg .contact-inner .rec {
  text-align: center;
  font-size: 18px;
  color: #ff4500;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 520px) {
  .contact .content-wrap .contact_bg .contact-inner .rec {
    line-height: 1.2em;
    font-size: 14px;
  }
}
.contact .content-wrap .contact_bg .contact-inner .rec br {
  display: none;
}
@media screen and (max-width: 520px) {
  .contact .content-wrap .contact_bg .contact-inner .rec br {
    display: block;
  }
}

#global-footer .footer-inner {
  background: #4B5052;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#global-footer .footer-inner h1 a img {
  vertical-align: bottom;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner h1 a img {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner h1 {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner h1 {
    width: 10%;
  }
}
#global-footer .footer-inner h2 {
  font-size: 1.6em;
  color: #fff;
}
#global-footer .footer-inner h2 span {
  font-size: 1.55em;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner h2 span {
    font-size: 1.1em;
  }
}
#global-footer .footer-inner .footer_top {
  display: flex;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top {
    display: block;
  }
}
#global-footer .footer-inner .footer_top .contact_left {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contact_left {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer_top .contact_left {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contact_left {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contact_left h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contact_left h1 {
    margin-bottom: 20px;
  }
}
#global-footer .footer-inner .footer_top .contact_left h1 img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer_top .contact_left h1 img {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contact_left h1 img {
    width: 100%;
  }
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi {
  width: 100%;
  display: flex;
  align-self: flex-start;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contact_left .footer-navi {
    display: none;
  }
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul {
  display: flex;
  align-self: flex-start;
  flex: 1;
  width: 100%;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55em;
  padding: 12px 0px;
  margin-right: 50px;
  width: 100%;
  display: inline-block;
  transition: all 0.5s ease;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li a span {
  color: #fff;
  transition: all 0.5s ease;
  display: inline-block;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li a:hover {
  color: #333;
  padding: 12px 0px;
  display: block;
}
#global-footer .footer-inner .footer_top .contents-right {
  width: 50%;
  margin: 47px auto 25px 0;
  line-height: 1.2em;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contents-right {
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contents-right {
    font-size: 10px;
    text-align: center;
  }
}
#global-footer .footer-inner .footer_top .contents-right p {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contents-right p {
    font-size: 12px;
  }
}
#global-footer .footer-inner .footer_top .contents-right .tel-am {
  color: #fff;
}
#global-footer .footer-inner .footer_top .contents-right .tel-pm {
  color: #fff;
}
#global-footer .footer-inner .footer_top .contents-right .fax {
  color: #fff;
}
#global-footer .footer-inner .footer_top .contents-right .mail {
  color: #fff;
}
#global-footer .copy small {
  width: 70%;
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 520px) {
  #global-footer .copy small {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%;
  }
  #global-footer .footer-inner h1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #global-footer .footer-inner .footer-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    width: 100%;
  }
  #global-footer .footer-inner h1 {
    width: 50%;
    padding-right: 10px;
  }
  #global-footer .footer-inner h1 a {
    padding: 6px 0 10px;
  }
  #global-footer .footer-inner h1 a img {
    width: 100%;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}

.footer_top {
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 2% auto 0% auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer_top {
    width: 100%;
  }
}

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