@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&family=Noto+Serif+JP&display=swap");
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  transition: 0.8s;
  background-color: #ffe4b5;
  border-radius: 10px;
  margin: 30px 5px 20px 5px;
}

body {
  background-color: #FFFEF8;
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.ttl {
  text-align: center;
  font-weight: lighter;
}

p {
  font-size: 15px;
  line-height: 1.9em;
  text-align: center;
}

.header {
  background-color: #FFFEF8;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.header .container {
  height: 100px;
  display: flex;
  align-items: center;
}
.header .container .title_header .ttl {
  display: block;
  margin-left: 20px;
}
.header .container .title_header .ttl p {
  font-size: 22px;
}
.header .container .nav_header {
  margin-left: auto;
}
.header .container .nav_header .list_nav_header {
  display: flex;
  width: 100%;
}
.header .container .nav_header .list_nav_header li {
  margin-right: 20px;
}
.header .container .nav_header .list_nav_header li a {
  font: 500 14px/1em "noto sans japanese", noto-serif;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
}

.main .fv-bg {
  width: 100%;
  height: 960px;
  background-attachment: fixed;
  background-image: url(../img/top_img.png);
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  background-position: center 0;
}
.main .fv-bg .fv-title {
  font-size: 72px;
  padding-top: 25%;
}
.main .fv-bg .fv-content {
  margin-top: 30px;
}
.main .area_business_home {
  padding-top: 120px;
}
.main .area_business_home .container .head_home .ttl {
  font-size: 40px;
}
.main .area_business_home .container .body_home {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.main .area_business_home .container .body_home .business_home .img img {
  vertical-align: bottom;
}
.main .area_business_home .container .body_home .business_home .text_home {
  background-color: #EDECE8;
  height: 283px;
}
.main .area_business_home .container .body_home .business_home .text_home .ttl {
  font-size: 22px;
  padding-top: 50px;
}
.main .area_business_home .container .body_home .business_home .text_home .description {
  width: 300px;
  margin: 0 auto;
  letter-spacing: normal;
  margin-top: 30px;
}
.main .area_business_home .container .body_home .import sales {
  margin-left: auto;
}
.main .area_business_home .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.main .area_business_home .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.main .area_philosophy_home {
  padding-top: 120px;
}
.main .area_philosophy_home .container {
  display: flex;
}
.main .area_philosophy_home .container .philosophy_home {
  background-color: #06273A;
  width: 50%;
  height: 820px;
}
.main .area_philosophy_home .container .philosophy_home .text_home {
  color: #FFFFFF;
  width: 460px;
  margin: 0 auto;
}
.main .area_philosophy_home .container .philosophy_home .text_home .ttl {
  font-size: 40px;
  padding: 150px 0 50px 0;
}
.main .area_philosophy_home .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.main .area_philosophy_home .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.main .area_products_home {
  padding-top: 120px;
}
.main .area_products_home .container .head_home {
  font-size: 72px;
}
.main .area_products_home .container .body_home {
  padding-top: 100px;
}
.main .area_products_home .container .body_home .img {
  display: flex;
  justify-content: space-between;
  padding: 40px 200px;
}
.main .area_products_home .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.main .area_products_home .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.main .area_contact_home {
  padding-top: 120px;
}
.main .area_contact_home .container {
  text-align: center;
}
.main .area_contact_home .container .head_home {
  font-size: 40px;
  padding-bottom: 20px;
}
.main .area_contact_home .container .body_home .description {
  padding-bottom: 20px;
  margin: 0 auto;
}
.main .area_contact_home .container .body_home .formarea .text_box .text_box_area {
  background-color: #FFFEF8;
  border-width: var(--corvid-border-width, var(--brw, 1px));
  min-height: 50px;
  width: 780px;
  padding-left: 20px;
  margin-top: 20px;
}
.main .area_contact_home .container .body_home .formarea .text_box .message_box_area {
  padding-top: 20px;
  background-color: #FFFEF8;
  border-width: var(--corvid-border-width, var(--brw, 1px));
  min-height: 50px;
  width: 780px;
  padding-left: 20px;
  margin-top: 20px;
  resize: none;
}
.main .area_contact_home .container .body_home .formarea .text_box .error_msg {
  color: red;
}
.main .area_contact_home .container .body_home .formarea .submit_box {
  text-align: center;
}
.main .area_contact_home .container .body_home .formarea .submit_box .text_box_btn {
  background: #06273A;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #06273A;
  padding: 15px 50px;
  margin-top: 20px;
}
.main .area_contact_home .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.main .area_contact_home .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.main .area_company_home {
  padding-top: 100px;
}
.main .area_company_home .container {
  position: relative;
  z-index: -1;
}
.main .area_company_home .container .img_home {
  margin: 60px 0px 60px calc((100% - 980px) * 0.5);
}
.main .area_company_home .container .company_home {
  position: absolute;
  width: 460px;
  height: 600px;
  background-color: #06273A;
  top: 0;
  left: 500px;
  margin: 40px 0px 10px calc((100% - 980px) * 0.5);
  color: #FFFFFF;
}
.main .area_company_home .container .company_home .ttl {
  font-size: 22px;
  margin: 36px 0px 30px 55px;
  text-align: start;
}
.main .area_company_home .container .company_home .company_ttl {
  font-size: 18px;
  margin: 0 0 32px 55px;
  text-decoration: underline;
}
.main .area_company_home .container .company_home p {
  width: 360px;
  text-align: start;
  margin: 0 0 20px 55px;
}
.main .area_company_home .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.main .area_company_home .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.footer {
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .header {
    position: initial;
  }
  .header .container {
    justify-content: center;
  }
  .header .container .title_header .ttl {
    margin-left: 0px;
  }
  .header .container .title_header .ttl p {
    font-size: 20px;
  }
  .header .container .nav_toggle {
    display: block;
    align-items: center;
    position: fixed;
    top: 38px;
    right: 4vw;
    z-index: 3;
  }
  .header .container .nav_toggle .bar {
    display: block;
    background-color: #000000;
    height: 2px;
    width: 22px;
  }
  .header .container .nav_toggle .bar_top {
    transform: translateY(-4px);
    transition: transform 0.3s;
  }
  .header .container .nav_toggle .bar_bottom {
    transform: translateY(4px);
    transition: transform 0.3s;
  }
  .header .container .nav_toggle .bar.show.bar_top {
    transform: translateY(2px) rotate(30deg);
    transition: transform 0.3s;
  }
  .header .container .nav_toggle .bar.show.bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header .container .nav_toggle .bar.show.bar_bottom {
    transform: translateY(-2px) rotate(-30deg);
    transition: transform 0.3s;
  }
  .header .container .burger-musk {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFEF8;
    z-index: 1;
  }
  .header .container .nav_header {
    position: fixed;
    display: block;
    opacity: 0;
    z-index: 2;
    margin-top: 300px;
    text-align: center;
  }
  .header .container .nav_header .list_nav_header {
    display: block;
  }
  .header .container .nav_header .list_nav_header li {
    margin-top: 30px;
  }
  .header .container .nav_header .list_nav_header li a {
    font-size: 20px;
  }
  .header .container .nav_header.open {
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
  }

  .main .fv-bg {
    height: 600px;
  }
  .main .fv-bg .fv-title .ttl {
    font-size: 26px;
    margin-top: 20%;
  }
  .main .fv-bg .fv-content {
    padding: 0 60px;
  }
  .main .area_business_home {
    padding-top: 40px;
  }
  .main .area_business_home .container .head_home .ttl {
    font-size: 24px;
  }
  .main .area_business_home .container .body_home {
    display: block;
    padding-top: 40px;
  }
  .main .area_business_home .container .body_home .business_home .img img {
    width: 768px;
    max-width: 100%;
  }
  .main .area_business_home .container .body_home .business_home .text_home {
    background-color: #FFFEF8;
  }
  .main .area_philosophy_home {
    padding: 0px;
  }
  .main .area_philosophy_home .container {
    display: block;
  }
  .main .area_philosophy_home .container .philosophy_home {
    width: 100%;
    height: 100%;
    background-image: url("../img/philosophy.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .area_philosophy_home .container .philosophy_home .text_home {
    width: 100%;
    padding-bottom: 30px;
  }
  .main .area_philosophy_home .container .philosophy_home .text_home .ttl {
    padding: 50px 0 30px 0;
  }
  .main .area_philosophy_home .container .philosophy_home .text_home p {
    padding: 0 60px;
  }
  .main .area_philosophy_home .container .img_home img {
    display: none;
  }
  .main .area_products_home {
    padding-top: 40px;
  }
  .main .area_products_home .container .head_home {
    font-size: 24px;
  }
  .main .area_products_home .container .body_home {
    padding-top: 0px;
  }
  .main .area_products_home .container .body_home .img {
    display: block;
    padding: 0 30px;
  }
  .main .area_products_home .container .body_home .img img {
    width: 100%;
    margin-top: 30px;
  }
  .main .area_contact_home .container {
    padding: 0 50px 0 30px;
  }
  .main .area_contact_home .container .head_home {
    font-size: 24px;
  }
  .main .area_contact_home .container .body_home .formarea .text_box .text_box_area {
    width: 100%;
    padding-left: 20px;
  }
  .main .area_contact_home .container .body_home .formarea .text_box .message_box_area {
    width: 100%;
    padding: 20px 0 0 20px;
  }
  .main .area_contact_home .container .body_home .formarea .submit_box {
    margin-left: 20px;
  }
  .main .area_company_home {
    padding-top: 20px;
  }
  .main .area_company_home .container .img_home {
    margin: 0;
  }
  .main .area_company_home .container .img_home img {
    width: 100%;
    height: 250px;
    display: none;
    position: absolute;
  }
  .main .area_company_home .container .img_home .company_home {
    width: 100%;
    position: static;
    margin: 0;
  }
  .main .area_company_home .container .img_home .company_home .ttl {
    padding-top: 20px;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 24px;
  }
  .main .area_company_home .container .img_home .company_home .company_ttl {
    width: 280px;
    text-align: center;
  }
  .main .area_company_home .container .img_home .company_home p {
    width: 280px;
  }

  .footer {
    margin: 20px 0 20px 0;
  }
}/*# sourceMappingURL=style.css.map */