@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  background-color: #FAFCF6;
  color: #3E3E3E;
  width: 100%;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 1140px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .is-sp {
    display: none;
  }
}

.container {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 30px);
  }
}

.btn {
  background-color: #6E99F0;
  color: #fff;
  width: 374px;
  height: 70px;
  box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  border: 0;
  border-radius: 10px;
  text-align: center;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.1s ease 0s;
  opacity: 1;
}
@media (max-width: 767px) {
  .btn {
    width: 222px;
    height: 48px;
  }
}
.btn:hover {
  color: #fff;
  opacity: 0.7;
}
.btn span {
  letter-spacing: 0.45px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn span {
    letter-spacing: 0;
    font-size: 16px;
  }
}

header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 100;
}
header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header__logo {
  margin-right: auto;
  padding-top: 6px;
  width: 140px;
  line-height: 70px;
}
.header__logo h1 {
  margin: auto;
}
.header__logo img {
  margin: auto;
  width: 100%;
  display: block;
}

.header__menu {
  margin: auto;
  margin-right: 0;
}
.header__menu .header__menu__ul {
  display: flex;
  margin-left: auto;
}

.header__menu__li a {
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
.header__menu__li a::after {
  background: #6E99F0;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 101%;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.header__menu__li a:hover::after {
  transform: scaleX(1);
}
.header__menu__li:not(:first-child) {
  margin-left: 48px;
}

@media (max-width: 767px) {
  .header__drawer {
    position: fixed;
    height: 60px;
    top: 0;
    right: 15px;
    width: 30px;
    display: block;
    cursor: pointer;
    z-index: 101;
  }
}

@media (max-width: 767px) {
  .drawer__open {
    position: relative;
    margin: auto;
    margin-right: 0;
    height: 60px;
    display: block;
  }
  .drawer__open .drawer__open__bar {
    position: absolute;
    display: block;
    right: 0;
    height: 2px;
    width: 30px;
    background-color: #3E3E3E;
    transition: all 0.4s;
  }
  .drawer__open .drawer__open__bar:nth-child(1) {
    top: 22px;
  }
  .drawer__open .drawer__open__bar:nth-child(2) {
    top: 30px;
  }
  .drawer__open .drawer__open__bar:nth-child(3) {
    top: 38px;
  }
}

.drawer__open.is-open .drawer__open__bar:nth-child(1) {
  top: 28px;
  transform: rotate(45deg);
}

.drawer__open.is-open .drawer__open__bar:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.drawer__open.is-open .drawer__open__bar:nth-child(3) {
  top: 28px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .drawer__menu {
    z-index: 200;
    position: fixed;
    transition: ease 0.5s;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: none;
  }
  .drawer__menu .drawer__menu__ul {
    display: block;
    height: 80vh;
    margin: 40px;
    background-color: #fff;
    border-radius: 20px;
  }
  .drawer__menu .drawer__menu__li {
    width: 100%;
    text-align: center;
    line-height: 4;
  }
  .drawer__menu .drawer__menu__li a {
    display: block;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .drawer__menu .drawer__menu__li a:hover {
    color: #6E99F0;
  }
}

@media (max-width: 767px) {
  .drawer__menu.is-open {
    display: block;
  }
}

.top {
  position: relative;
  height: 100vh;
  background: url(../img/sunset.jpg) no-repeat center center/cover;
}
.top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.top__visual {
  position: absolute;
  text-align: left;
  top: 48%;
  left: 10%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top__visual {
    right: 10%;
    top: 50%;
  }
}

.top__message {
  font-size: 56px;
  line-height: 1.5;
  padding-top: 30px;
  color: #ff7a7a;
  font-family: "Courgette", cursive;
}
@media (max-width: 767px) {
  .top__message {
    font-size: 42px;
  }
}

.top__sub__message {
  font-size: 32px;
  margin-top: 30px;
  color: #ff7a7a;
}
@media (max-width: 767px) {
  .top__sub__message {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.5;
  }
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 48px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
.section-title h2::before, .section-title h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 90px;
  height: 3px;
  background-color: #3E3E3E;
}
@media (max-width: 767px) {
  .section-title h2::before, .section-title h2::after {
    width: 50px;
  }
}
.section-title h2::before {
  left: 105%;
}
.section-title h2::after {
  right: 105%;
}

/* aboutここから */
#about {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #about {
    padding: 60px 0;
  }
}

.about__main {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .about__main {
    margin-top: 45px;
    display: block;
  }
}

.about__left {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .about__left {
    width: 100%;
  }
}

.about__right {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .about__right {
    width: 100%;
  }
}

.about__profile {
  font-size: 25px;
  line-height: 1.5;
  font-family: monospace;
}
@media (max-width: 767px) {
  .about__profile {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.25;
  }
}

.about__history {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.5;
  font-family: monospace;
}
@media (max-width: 767px) {
  .about__history {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.25;
  }
}

.about__message {
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #ff7a7a;
}

.about__button {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .about__button {
    margin-top: 30px;
  }
}

/* productsここから */
#products {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #products {
    padding: 60px 0;
  }
}

.products__items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}
@media (max-width: 767px) {
  .products__items {
    display: block;
    margin-top: 40px;
  }
}

.products__item {
  width: calc(50% - 40px);
  margin: 10px;
  padding: 0;
}
.products__item:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .products__item {
    width: 100%;
    margin: 0;
  }
  .products__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.products__img {
  width: 100%;
  padding-top: 60%;
}

.products__title {
  font-size: 24px;
  text-align: left;
  margin-top: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .products__title {
    margin-top: 10px;
    font-size: 22px;
  }
}

.products__lead {
  font-size: 22px;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .products__lead {
    font-size: 20px;
    margin-top: 5px;
  }
}

.products__alert {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .products__alert {
    font-size: 15px;
    margin-top: 5px;
  }
}

#contact {
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #contact {
    padding: 60px 0;
  }
}

.contact__form {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 30px;
  }
}

.contact__message {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__message {
    font-size: 20px;
  }
}

.contact__inputarea {
  width: 760px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact__inputarea {
    width: 100%;
  }
}

.contact__form__row {
  display: block;
  margin-top: 60px;
}
.contact__form__row:not(:first-child) {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .contact__form__row:not(:first-child) {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .contact__form__row {
    margin-top: 40px;
  }
}

.contact__form__label {
  text-align: center;
  width: 170px;
  height: 40px;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .contact__form__label {
    width: auto;
    height: 32px;
    display: inline-block;
  }
}
.contact__form__label span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact__form__label span {
    font-size: 14px;
  }
}

.contact__form__input {
  margin-top: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  box-shadow: 5px 6px 15px #60606029;
  border-radius: 2px;
  border: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact__form__input {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
  }
}

.contact__form__inputbox {
  margin-top: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  box-shadow: 5px 6px 15px #60606029;
  border: none;
  border-radius: 2px;
  color: inherit;
  font-family: inherit;
  height: 165px;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact__form__inputbox {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
  }
}

.contact__btn {
  text-align: center;
  margin-top: 30px;
}

.contact-btn {
  width: 266px;
  height: 60px;
}
.contact-btn:disabled {
  background: #b2b2b2;
}
@media (max-width: 767px) {
  .contact-btn {
    width: 200px;
    height: 48px;
  }
}

.contact-message {
  display: none;
}

/* footerここから */
#footer {
  background-color: #343a40;
  padding: 20px 0;
}

.footer__sns {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer__sns li a {
  display: block;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: rgba(241, 241, 241, 0.08);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-top: 7px;
  text-align: center;
  color: #c8c8c8;
}
.footer__sns li a:hover {
  color: #6E99F0;
}

.footer__copyright {
  color: #c8c8c8;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 14px;
  }
}