@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  word-break: break-word;
}
body.noscroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: "Montserrat", sans-serif;
}

body {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 62px;
  }
}

.header {
  position: fixed;
  transform: translate(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .burger {
    display: block !important;
  }
}

.fv {
  height: 60vh;
  width: 100%;
  position: relative;
  background: url(../img/fv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 45vh;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.fv .fv_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.fv .fv_copy h2 {
  font-size: 60px;
  letter-spacing: 0.03em;
  font-weight: normal;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy h2 {
    font-size: 36px;
    margin: 0 0 25px;
  }
}
.fv .fv_copy p {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy p {
    font-size: 16px;
  }
}

.contact {
  padding: 100px 40px 160px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 20% 5.33%;
  }
}
.contact .inner {
  position: relative;
  z-index: 2;
}
.contact .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .txt {
    text-align: left;
  }
}
.contact .txt span {
  color: red;
}
.contact table {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .contact table {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact table tr {
    display: flex;
    flex-direction: column;
  }
}
.contact table th {
  width: 30%;
  text-align: right;
  padding: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .contact table th {
    text-align: left;
    width: 100%;
    padding: 0;
    padding-right: 15px;
  }
}
.contact table th.center {
  vertical-align: middle;
}
.contact table th span {
  color: red;
  font-size: 10px;
  vertical-align: top;
}
.contact table td {
  padding: 20px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact table td {
    padding: 14px 0;
  }
}
.contact table td input {
  width: 75%;
  box-sizing: border-box;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .contact table td input {
    width: 100%;
    padding: 10px;
  }
}
.contact table td textarea {
  box-sizing: border-box;
  padding: 14px;
  width: 75%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .contact table td textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
  }
}
.contact .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .contact .btn_box {
    margin: 35px auto 0;
  }
}
.contact .btn_box .back_btn {
  display: none;
}
.contact .btn_box .back_btn input {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  outline: none;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact .btn_box .back_btn input {
    height: 45px;
    font-size: 16px;
  }
}
.contact .btn_box .back_btn:hover input {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.contact .back_btn {
  width: 240px;
  background: #fff;
  font-size: 18px;
  margin: 0 20px;
}
.contact .mw_wp_form_confirm .back_btn {
  display: block;
}
.contact .submit_btn {
  width: 240px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact .submit_btn {
    width: 180px;
  }
}
.contact .submit_btn input {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #000;
  outline: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact .submit_btn input {
    height: 45px;
    font-size: 16px;
  }
}
.contact .submit_btn:hover input {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.products {
  padding: 140px 40px 60px;
}
@media screen and (max-width: 768px) {
  .products {
    padding: 20% 5.33% 6%;
  }
}
.products .products_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 50px 80px;
  box-shadow: 5px 10px 20px 1px #ddd;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .products .products_item {
    padding: 50px 30px;
    display: block;
  }
}
.products .products_item .img {
  width: 45%;
  position: relative;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .products .products_item .img {
    width: 90%;
    margin: 0 auto 60px;
    height: auto;
  }
}
.products .products_item .img .img_pc {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .products .products_item .img .img_pc {
    width: 80%;
  }
}
.products .products_item .img .img_sp {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .products .products_item .img .img_sp {
    bottom: 30px;
  }
}
.products .products_item .url {
  font-size: 16px;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .products .products_item .url {
    margin: 80px 0 0;
  }
}
.products .products_item .url a:hover {
  text-decoration: underline;
}
.products .products_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.products .products_item .contents {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .products .products_item .contents {
    width: 100%;
  }
}
.products .products_item .contents h3 {
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .products .products_item .contents h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.products .products_item .contents p {
  line-height: 2;
  font-size: 14px;
}
.products .more_btn {
  width: 200px;
  font-size: 22px;
  font-weight: normal;
  margin: 60px auto;
  margin-left: auto;
  letter-spacing: 0.05em;
  text-align: center;
}
.products .more_btn a {
  position: relative;
}
.products .more_btn a::after {
  content: "";
  height: 2px;
  background: #000;
  width: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
  display: block;
  transform-origin: left;
  transition: all 0.5s ease;
}
.products .more_btn a:hover::after {
  width: 100%;
}

.thanks {
  margin: 50px auto 0;
}
.thanks .thanks_txt {
  text-align: center;
  font-size: 24px;
  margin: 0 0 30px;
}
.thanks p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.thanks .to_top {
  text-align: center;
  font-size: 18px;
  margin: 50px auto 0;
}
.thanks .to_top a {
  position: relative;
}
.thanks .to_top a::after {
  content: "";
  height: 2px;
  background: #000;
  width: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
  display: block;
  transform-origin: left;
  transition: all 0.5s ease;
}
.thanks .to_top a:hover::after {
  width: 100%;
}

.about {
  padding: 140px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 20% 5.33% 0;
  }
}
.about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.about .inner {
  position: relative;
  z-index: 2;
}
.about .about_box {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .about .about_box {
    display: block;
  }
}
.about .about_box .about_img {
  width: 40%;
  border: 2px solid #000;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about .about_box .about_img {
    width: 65%;
    margin: 0 auto;
  }
}
.about .about_box .about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about_box .contents {
  width: 50%;
  background: #fff;
  padding: 80px 40px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about .about_box .contents {
    width: 100%;
    transform: translateY(-100px);
    padding: 130px 30px 30px;
  }
}
.about .about_box .contents p {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .about .about_box .contents p {
    font-size: 14px;
    line-height: 2;
  }
}
.about .about_box .contents .sns_list {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .about .about_box .contents .sns_list {
    margin: 30px 0 0;
  }
}
.about .about_box .contents .sns_list li {
  margin-left: 30px;
}
.about .about_box .contents .sns_list li img {
  width: 45px;
}
@media screen and (max-width: 768px) {
  .about .about_box .contents .sns_list li img {
    width: 35px;
  }
}/*# sourceMappingURL=page.css.map */