<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  line-height: 1.5;
  font-family: "Noto Serif JP", "Amatic SC", "Patua One", "Damion", sans-serif;
  letter-spacing: 2px;
}

.l-wrapper {
  overflow: hidden;
}

.content {
  padding-top: 4em;
  padding-inline: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content {
    padding-inline: 50px;
    max-width: 1080px;
    margin: 0 auto;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  .content {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .content {
    padding-inline: 0px;
  }
}

.fade-in {
  transition: 0.7s ease-in-out;
}

.header_title {
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .header_title {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 30px;
  }
}

.header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.header_nav {
  display: none;
  position: fixed;
  right: 0;
  z-index: 100;
  width: 75%;
  box-shadow: -5px 0 20px;
  transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #222222;
  height: 100%;
}
.header_nav.is-checked {
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  top: 0;
  align-items: center;
  transition: 0.5s;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (min-width: 600px) {
  .header_nav.is-checked {
    transform: translateX(0%);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,
  100% {
    opacity: 1;
  }
}
.header_lists {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header_list {
  padding: 18px 20px;
  margin: 0;
  line-height: 1.6;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  font-family: Noto Serif JP;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  transition: all 0.3s;
}
.header_list:hover {
  opacity: 0.7;
}

.menu-button {
  background: #222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  z-index: 200;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button.is-checked {
  background: #fff;
}
.menu-button.is-checked .menu-button {
  transform: translateX(0px);
  align-items: center;
}
.menu-button.is-checked .menu-button__line_bar {
  top: 20px;
  transform: rotate(45deg);
  background: #222;
}
.menu-button.is-checked .menu-button__line_bar:nth-child(2) {
  display: none;
}
.menu-button.is-checked .menu-button__line_bar:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
  background: #222;
}

.is-checked.hamburger-demo-cover {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  top: 0;
  left: 0;
  z-index: 55;
  display: block;
}

.menu-button__line {
  position: relative;
  align-items: center;
  width: 20px;
  max-width: 100%;
}
.menu-button__line_bar {
  background-color: #fff;
  position: absolute;
  width: 20px;
  max-width: 100%;
  height: 1.5px;
  left: 10px;
  transition: top 0.3s, transform 1s;
  top: 15px;
}
.menu-button__line_bar:nth-child(1) {
  top: 5px;
}
.menu-button__line_bar:nth-child(2) {
  top: 20px;
}
.menu-button__line_bar:nth-child(3) {
  top: 25px;
}

.fix_header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main {
  margin-bottom: 80px;
}

.main-image {
  position: relative;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  width: 100%;
}
.swiper {
  height: 30vh;
  width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 600px) {
  .swiper {
    max-height: 50vh;
    height: 45vh;
  }
}
@media screen and (min-width: 768px) {
  .swiper {
    max-height: 60vh;
    height: 50vh;
  }
}

.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide img {
  width: 100%;
  min-height: 270px;
}

.swiper-button-prev {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  display: none;
}
.swiper-button-next::after {
  display: none;
}

.swiper-scrollbar {
  display: none;
}

.main-image .image-text {
  position: absolute;
  bottom: 35px;
  right: 3%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: NOto Serif JP;
  font-weight: bold;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .main-image .image-text {
    font-size: 35px;
    right: 3%;
  }
}

.swiper-slide-active p {
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.header_menus {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_menus {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    background: rgba(63, 56, 56, 0.3);
  }
}

.header_menu {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  font-family: Noto Serif JP;
  text-decoration: none;
  transition: all 0.3s;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header_menu {
    height: 80px;
    font-size: 20px;
  }
}
.header_menu:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #222222;
  transition: all 0.7s;
}

.main_titles {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  font-family: Damion;
}
@media screen and (min-width: 768px) {
  .main_titles {
    font-size: 45px;
    margin-bottom: 50px;
  }
}

.main_title {
  font-family: Noto Serif JP;
}

.promise_boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .promise_boxes {
    flex-direction: row;
    gap: 35px;
  }
}

.promise_box {
  border: 1px solid rgba(34, 34, 34, 0.3137254902);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .promise_box {
    padding: 25px;
  }
}

.box_text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.promise_image {
  margin-bottom: 20px;
}

.promise_text {
  line-height: 1.6;
  font-size: 15px;
}

.promise {
  margin-bottom: 50px;
}

.skill {
  background: rgba(8, 204, 248, 0.0862745098);
  position: relative;
  padding-bottom: 6em;
}
.skill::before {
  position: absolute;
  content: "";
  background: url(./img/pc.png) no-repeat center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  top: -2%;
  left: 0%;
}
@media screen and (min-width: 600px) {
  .skill::before {
    width: 200px;
    height: 200px;
  }
}

.fadein-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s, transform 1s;
}
.fadein-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.skill_boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .skill_boxes {
    flex-direction: row;
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) {
  .skill_box {
    max-width: calc((100% - 50px) / 3);
  }
}

.skill_content {
  border: 1px solid rgba(34, 34, 34, 0.3137254902);
  border-radius: 10px;
  padding: 20px;
  font-size: 15px;
  background: #fff;
  line-height: 1.6;
  height: 250px;
}
@media screen and (min-width: 600px) {
  .skill_content {
    max-width: 550px;
    margin: 0 auto;
  }
}

.skill_text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 3.6;
  font-weight: 700;
  font-family: Amatic;
  padding-bottom: 5px;
  position: relative;
}
.skill_text:nth-child(1) {
  font-size: 18px;
}
.skill_text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(-45deg, #fff 0 10px, #222222 10px 20px);
}

.product_corections {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .product_corections {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .product_corections {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    padding-inline: 0px;
  }
}

.product {
  padding-bottom: 6em;
}

.product_corection {
  position: relative;
  display: block;
  height: inherit;
}

.product_content {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .product_content {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .product_content {
    max-width: 350px;
  }
}

.product_title {
  position: absolute;
  z-index: 1;
  font-size: 10px;
  line-height: 2;
  overflow: hidden;
  padding: 10px;
  top: 0;
  right: 0;
  color: #fff;
  background: repeating-linear-gradient(
    -45deg,
    rgba(148, 138, 138, 0.6784313725) 10px 10px,
    rgba(12, 1, 1, 0.3607843137) 10px 10px
  );
  font-family: Amatic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product_title {
    font-size: 15px;
    padding: 8px;
  }
}

.product_clock {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  left: 0;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  background: repeating-linear-gradient(
    -45deg,
    rgba(148, 138, 138, 0.6784313725) 10px 10px,
    rgba(12, 1, 1, 0.3607843137) 10px 10px
  );
}

.product_time {
  position: relative;
  font-size: 15px;
  line-height: 2;
  margin-right: 1px;
  font-family: Amatic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product_time {
    font-size: 18px;
  }
}
.product_time::before {
  position: absolute;
  content: "";
  margin-right: 0.25em;
}

.product_image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .product_image {
    max-width: 100%;
    height: 100%;
  }
}

.product_content img:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}

.product_imaged {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s;
  width: 100%;
  height: inherit;
}

.product_imaged img {
  transition: all 0.5s;
  image-rendering: -webkit-optimize-contrast;
}
.product_imaged img:hover {
  transform: scale(1.3);
  transition: all 0.5s;
}

.about_main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .about_contents {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .about_contents {
    flex-direction: row;
    gap: 30px;
    width: 100%;
  }
}

.about_image {
  border-radius: 10%;
}
@media screen and (min-width: 900px) {
  .about_image {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .about_text {
    font-size: 25px;
  }
}

.about_sns {
  text-align: center;
}
.about_sns:hover {
  transition: transform 1s;
  transform: rotateY(360deg);
}
.about_sns img {
  width: 80px;
  height: auto;
}

.about {
  padding-bottom: 6em;
  background-color: #f7f7f7;
}

.about_name {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: Amatic;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 900px) {
  .about_name {
    font-size: 40px;
  }
}

.contact_contact {
  font-size: 25px;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .contact-form {
    padding-inline: 30px;
  }
}
.contact-form ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form li {
  display: flex;
  flex-direction: column;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.0666666667);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: rgb(223.5, 223.5, 223.5);
}
.contact-form input[type="submit"],
.contact-form textarea[type="submit"] {
  background: rgba(0, 128, 0, 0.644);
  color: #fff;
  float: right;
  width: 100px;
}
@media screen and (min-width: 600px) {
  .contact-form input[type="submit"],
  .contact-form textarea[type="submit"] {
    width: 100%;
    max-width: 300px;
    font-size: 20px;
  }
}
.contact-form input[type="submit"]:hover,
.contact-form textarea[type="submit"]:hover {
  background: rgba(0, 128, 0, 0.644);
  color: #222;
  transition: all 0.5s;
}
.contact-form textarea {
  resize: none;
  height: 200px;
  max-width: 800px;
}

input {
  max-width: 368px;
}

.error {
  margin-top: 10px;
  color: #fb0909;
}

.required.error-message {
  background: pink;
}

.contact_span {
  text-align: center;
  font-size: 30px;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-icon {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .form-icon {
    font-size: 20px;
  }
}
.form-icon span {
  font-size: 13px;
  color: #fff;
  background: rgba(255, 0, 0, 0.798);
  padding: 5px 10px;
  margin: 0 0 0 10px;
  border-radius: 10%;
}

.footer_container {
  background: rgba(34, 34, 34, 0.3607843137);
  text-align: center;
}

.copyright {
  font-size: 15px;
  text-align: center;
  font-family: Noto Serif JP;
  padding-block: 18px;
  color: #fff;
  display: block;
}
@media screen and (min-width: 600px) {
  .copyright {
    font-size: 20px;
  }
}

.page-top {
  position: fixed;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  right: -80px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  z-index: 50;
  background: #dba351;
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

button i {
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 15px;
  font-weight: 300;
}

button p {
  position: absolute;
  margin: 0 auto;
  font-size: 18px;
  bottom: 13px;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

button.is-active {
  right: -2px;
} /*# sourceMappingURL=style.css.map */
</pre></body></html>