@charset "UTF-8";
.about-bg {
  background-color: #8ea59d;
}

.about-wrapper {
  height: 100%;
  display: grid;
  place-content: center;
  padding: 3%;
  margin: 0 auto;
}
.about-wrapper h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  font-family: "Joan", serif;
  filter: drop-shadow(1px 1px 1px #333);
  padding: 40px 0;
}
.about-wrapper .about-profile {
  font-size: 1rem;
  font-weight: 700;
  color: #4e454a;
  line-height: 2rem;
  text-align: left;
  padding: 40px 0;
  margin: 0 auto;
}

.contact-wrapper-about {
  height: 100%;
  display: grid;
  place-content: center;
}

.contact-text-about {
  color: #4e454a;
  font-weight: 600;
  text-align: left;
  padding: 16px;
}

.contact-container2 {
  width: 180px;
  height: 60px;
  background-color: #7e7979;
  border-radius: 8px;
  filter: drop-shadow(8px 8px 8px #333);
  margin: 0;
}

.contact-btn2 {
  width: 180px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .about-wrapper {
    width: 90%;
  }
  h1 {
    font-size: 3rem;
    margin-top: 16px;
  }
  p {
    padding: 0;
  }
}
body {
  background-color: #efdcdc;
}

.wrapper {
  overflow-x: hidden;
}

a {
  display: inline-block;
  color: #4e454a;
}
a:hover {
  color: #7d6462;
}

h3 {
  display: inline;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  color: #34928d;
  padding: 16px 24px;
}

.sec-margin {
  padding-top: 100px;
  margin: 0 auto;
}

.sec-title {
  position: relative;
  filter: drop-shadow(1px 1px 1px #fff);
}
.sec-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4e454a;
  transition: 1s;
}

.sec-title-ja {
  padding: 24px;
}

.title-show::after {
  width: 100%;
  transition: 1s;
}

.view-more-button {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  position: relative;
  top: 0;
  left: 0;
  padding: 6px 12px;
  margin: 8px;
  border: 1px solid;
  border-radius: 4px;
}

.sp-only {
  display: none;
}

.tb-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tb-only {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 14px;
  }
  h3 {
    font-size: 32px;
  }
  .sp-only {
    display: block;
  }
}
.contact-bg {
  background-color: #c1b4cd;
}

.contact-page-wrapper {
  height: 100%;
  display: grid;
  place-content: center;
  padding-top: 40px;
}
.contact-page-wrapper .contact-title-area {
  height: 50px;
  display: flex;
}
.contact-page-wrapper .contact-title-area h3 {
  font-size: 2rem;
  color: #fff;
}
.contact-page-wrapper .contact-title-area h4 {
  font-size: 2rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.contact-page-wrapper p {
  font-weight: 700;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding: 40px;
}
.contact-page-wrapper form {
  width: 100%;
  margin: 0 auto;
}
.contact-page-wrapper form label {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2rem;
  margin: 16px;
}
.contact-page-wrapper form input,
.contact-page-wrapper form textarea {
  display: block;
  padding: 0 16px;
  background-color: #fff;
  border: solid 2px #333;
  border-radius: 8px;
}
.contact-page-wrapper form button {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px;
  background-color: #fff;
  border: solid 2px #333;
  border-radius: 8px;
  margin: 8px;
}

@media screen and (max-width: 599px) {
  .contact-wrapper h4 {
    font-size: 1.2rem;
    padding: 8px 24px;
  }
}
.online-bg {
  background-color: #d7b5ac;
}

.online-shop-wrapper {
  width: 80%;
  height: 100%;
  padding: 24px 0;
  margin: 0 auto;
}

.online-shop-area {
  width: 90%;
  max-width: 800px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 24px 0;
  margin: 0 auto;
  gap: 16px;
}
.online-shop-area .site-container {
  width: 250px;
  text-align: center;
}
.online-shop-area .site-container a img {
  width: 180px;
  filter: drop-shadow(10px 10px 10px #333);
}
.online-shop-area .site-container a p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 24px;
}

.online-shop-desc {
  text-align: center;
  font-weight: bold;
  padding: 16px 0 80px;
}

.creema-area {
  -webkit-animation-name: fadeUpAnime6;
          animation-name: fadeUpAnime6;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime6 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime6 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.minne-area {
  -webkit-animation-name: fadeUpAnime7;
          animation-name: fadeUpAnime7;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime7 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime7 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.online-shop-desc p {
  line-height: 20px;
  padding: 16px;
}

.top {
  width: 100%;
  height: 80px;
  background-color: #efdcdc;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.top ul {
  width: 90%;
  margin: 0 auto;
}

.openbtn1 {
  display: none;
}

#g-navi ul {
  height: 80px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

#g-navi ul li a {
  display: block;
  color: #4e454a;
  font-weight: bold;
  text-decoration: overline;
}
#g-navi ul li a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

@media screen and (max-width: 768px) {
  .openbtn1 {
    width: 50px;
    height: 50px;
    background: #666;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999;
  }
  .openbtn1 span {
    width: 45%;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 14px;
    border-radius: 2px;
    transition: all 0.4s;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    width: 30%;
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    width: 30%;
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
  }
  .top {
    width: 100%;
    height: 100vh;
    background: #4e454a;
    position: fixed;
    top: -120%;
    left: 0;
    transition: all 0.6s;
    z-index: 999;
  }
  .top.panelactive {
    top: 0;
  }
  .top.panelactive #g-navi {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
  }
  .top.panelactive #g-navi ul {
    display: block;
  }
  .top.panelactive #g-navi ul a {
    color: #f3f3f3;
    text-decoration: none;
  }
  #g-navi ul {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  .top li {
    list-style: none;
    text-align: center;
  }
  .top li a {
    color: #f3f3f3;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px;
  }
}
.hero-area {
  width: 100%;
  height: 800px;
  background-image: url(../image/hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-title {
  position: relative;
  top: 100px;
  left: 10%;
}

h1.hero-name {
  display: inline-block;
  font-size: 6rem;
  color: #000;
  font-family: "Joan", serif;
  filter: drop-shadow(10px 10px 10px #fff);
  letter-spacing: 0.5rem;
  padding: 16px 0;
}

h2.hero-sub {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 10px 10px 10px #000;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 1024px) {
  .hero-area {
    height: 400px;
  }
  h1.hero-name {
    font-size: 4rem;
    text-align: center;
  }
  h2.hero-sub {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .hero-area {
    height: 400px;
  }
  .hero-title {
    top: 30px;
  }
  h1.hero-name {
    font-size: 3rem;
    text-align: center;
  }
  h2.hero-sub {
    font-size: 1.5rem;
    text-align: left;
  }
}
.information-wrapper {
  width: 90%;
  height: 100%;
}

.information-container {
  width: 70%;
  display: flex;
  justify-content: space-between;
  background-color: #f3e7e7;
  border-radius: 20px;
  padding: 24px 8% 80px 0;
  margin: 0 auto;
}

.information-title-container {
  position: relative;
  top: 0;
  left: -20%;
}
.information-title-container h3 {
  padding: 16px 0;
}

.information-text-container {
  width: 60%;
}

.information-item {
  width: 100%;
  padding: 8px;
}

.information-date {
  font-size: 1rem;
  font-weight: bold;
  color: #884c56;
  text-align: left;
  margin-bottom: 4px;
}

.information-title-message {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

.information-title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

.information-title::before,
.information-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.information-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.information-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

.information-title.close::before {
  transform: rotate(45deg);
}

.information-title.close::after {
  transform: rotate(-45deg);
}

.information-message {
  display: none;
  background: #f3f3f3;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

@media screen and (max-width: 950px) {
  .information-wrapper {
    width: 90%;
    padding-top: 100px;
  }
  .information-container {
    width: 90%;
  }
  .information-title-container {
    width: 50%;
    left: 3%;
  }
  .information-text-container {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .information-wrapper {
    width: 80%;
    padding-top: 80px;
    margin: 80px auto;
  }
  .information-container {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .information-title-container {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding: 16px;
  }
  .information-text-container {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .information-wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .information-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .information-title-container {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding: 16px 16px 0;
  }
  .information-text-container {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .information-item {
    padding: 0;
  }
  .information-date {
    padding: 0;
  }
  .information-title-message {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .information-message p {
    padding-bottom: 0;
  }
}
.whats-new-wrapper {
  width: 90%;
  height: 100%;
}

.slider-list {
  width: 80%;
  margin: 0 auto;
}

.slider-desc {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 16px;
}

.slider-item img {
  width: 24vw;
  height: auto;
}

.slider-list .slick-slide {
  transform: scale(0.6);
  transition: 0.5s;
  opacity: 0.5;
}

.slider-list .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

.slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #ccc;
}

.slick-dots .slick-active button {
  background-color: #333;
}

@media screen and (max-width: 1024px) {
  .whats-new-wrapper {
    width: 95%;
    padding-top: 100px;
  }
  .slider-list {
    width: 100%;
  }
  .slider-item img {
    width: 32vw;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .whats-new-wrapper {
    width: 90%;
    padding-top: 20px;
  }
  .slider-item img {
    width: 40vw;
    height: auto;
  }
}
.concept-wrapper {
  width: 90%;
  height: 100%;
  margin-bottom: 40px;
}

.concept-list {
  width: 80%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0;
  margin: 0 auto;
}

.concept-item {
  width: 300px;
  height: 300px;
  display: grid;
  place-content: center;
  place-items: center;
  color: #443636;
  font-size: 1.1rem;
  font-weight: bold;  background-color: rgba(221, 197, 197);
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  filter: drop-shadow(10px 10px 10px #ccc);
  opacity: 0;
}
.concept-item p {
  filter: drop-shadow(1px 1px 1px #fff);
}

.show {
  transition: 2s;
  opacity: 1;
}

@media screen and (max-width: 599px) {
  .concept-wrapper {
    padding-top: 20px;
  }
  .concept-list {
    width: 100%;
  }
  .concept-item {
    width: 250px;
    height: 250px;
  }
}
.feature-wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.feature-container {
  width: 100%;
  height: 100%;
  background-image: url(../image/question.jpg);
  background-size: contain;
  background-position: right;
  filter: drop-shadow(20px 20px 20px #333);
  padding: 40px 0;
  margin: 0 auto 80px;
  border-radius: 20px;
}

.feature-title {
  width: 80%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 24px;
}

.text-typing {
  width: 10ch;
  border-right: 3px solid #000;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
  opacity: 0;
}

.text-typing-show {
  display: block;
  -webkit-animation: typing 1.5s steps(5), blink 1s step-end infinite alternate;
          animation: typing 1.5s steps(5), blink 1s step-end infinite alternate;
  opacity: 1;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.feature-title-text {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  opacity: 0;
}

.feature-title-text-show {
  transition: 0.5s 2s;
  opacity: 1;
}

.feature-desc {
  width: 85%;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  line-height: 2rem;
  letter-spacing: 0.3rem;
  filter: drop-shadow(1px 1px 1px #333);
  padding: 16px 0;
  margin: 0 auto;
  opacity: 0;
}

.feature-desc-show {
  transition: 2s 3s;
  opacity: 1;
}

.feature-subtitle {
  width: 90%;
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 24px;
  margin: 0 auto;
  opacity: 0;
}

.feature-subtitle-show {
  transition: 0.5s 2s;
  opacity: 1;
}

.feature-merit-subtitle {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 48px 24px 40px;
}
.feature-merit-subtitle .merit {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.feature-list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin: 0 auto;
}

.feature-item {
  width: 33.3333333333%;
  height: 100%;
  text-align: center;
  margin: 16px auto;
  font-size: 24px;
  font-weight: bold;
}

.card-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 300px;
  text-align: center;
}
.card-1 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 64px;
  border-radius: 20px;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.feature-item span:nth-child(2) {
  font-size: 1.2rem;
}

.stain span:nth-child(1) {
  background-image: url(../image/stain.jpg);
  background-size: cover;
  color: #f3e1e1;
  text-shadow: 1px 1px #333;
  padding: 20%;
  transform: rotateY(0deg);
  transform-origin: 50% 50%;
}

.stain:hover span:nth-child(1) {
  transform: rotateY(90deg);
}

.stain span:nth-child(2) {
  background-color: #443636;
  color: #f3e1e1;
  padding: 16% 10%;
  line-height: 32px;
  transform: rotateY(90deg);
  transform-origin: 50% 50%;
}

.stain:hover span:nth-child(2) {
  transform: rotateY(0deg);
}

.alcohol span:nth-child(1) {
  background-image: url(../image/alcohol.jpg);
  background-size: cover;
  color: #333;
  text-shadow: 1px 1px #f3e1e1;
  padding: 35% 10%;
  transform: rotateY(0deg);
  transform-origin: 50% 50%;
}

.alcohol:hover span:nth-child(1) {
  transform: rotateY(90deg);
}

.alcohol span:nth-child(2) {
  background-color: #443636;
  color: #f3e1e1;
  padding: 5% 10%;
  line-height: 32px;
  transform: rotateY(90deg);
  transform-origin: 50% 50%;
}

.alcohol:hover span:nth-child(2) {
  transform: rotateY(0deg);
}

.durable span:nth-child(1) {
  background-image: url(../image/durable.jpg);
  background-size: cover;
  color: #f3e1e1;
  text-shadow: 1px 1px #333;
  padding: 35% 10%;
  transform: rotateY(0deg);
  transform-origin: 50% 50%;
}

.durable:hover span:nth-child(1) {
  transform: rotateY(90deg);
}

.durable span:nth-child(2) {
  background-color: #443636;
  color: #f3e1e1;
  padding: 5% 10%;
  line-height: 32px;
  transform: rotateY(90deg);
  transform-origin: 50% 50%;
}

.durable:hover span:nth-child(2) {
  transform: rotateY(0deg);
}

@media screen and (max-width: 599px) {
  .text-typing {
    font-size: 1.3rem;
  }
  .feature-title-text {
    font-size: 1.8rem;
  }
}
.product-wrapper {
  width: 90%;
  height: 100%;
}

.product-text-container {
  padding-bottom: 24px;
}
.product-text-container p {
  width: 70%;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #443636;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  padding: 8px;
}

.product-button {
  position: relative;
  top: 0;
  left: 60%;
}

.product-message-show {
  -webkit-animation-name: fadeUpAnime6;
          animation-name: fadeUpAnime6;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime6 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-message {
  opacity: 0;
}

.product-slider-container {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 0 auto;
}

.slider-item1 {
  background-image: url(../slides2/bag1.jpg);
}

.slider-item2 {
  background-image: url(../slides2/bag2.jpg);
}

.slider-item3 {
  background-image: url(../slides2/bag3.jpg);
}

.slider-item4 {
  background-image: url(../slides2/bag4.jpg);
}

.slider-item5 {
  background-image: url(../slides2/bag5.jpg);
}

.slider-item6 {
  background-image: url(../slides2/bag6.jpg);
}

.slider-item7 {
  background-image: url(../slides2/bag7.jpg);
}

.slider-item8 {
  background-image: url(../slides2/bag8.jpg);
}

.slider-item9 {
  background-image: url(../slides2/bag9.jpg);
}

.slider-item10 {
  background-image: url(../slides2/bag10.jpg);
}

.slider-item11 {
  background-image: url(../slides2/bag11.jpg);
}

.slider-item12 {
  background-image: url(../slides2/bag12.jpg);
}

.slider-item {
  width: 200px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .product-slider-container {
    width: 70%;
  }
  .slider-top {
    height: 100px;
  }
  .slider-bottom {
    height: 100px;
  }
  .slider-item {
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .product-wrapper {
    padding-top: 20px;
  }
  .product-slider-container {
    width: 100%;
    margin-bottom: 80px;
  }
  .slider-top {
    height: 150px;
  }
  .slider-bottom {
    height: 150px;
  }
  .slider-item {
    height: 150px;
  }
}
.service-wrapper {
  width: 90%;
  height: 100%;
  padding-bottom: 60px;
  margin: 0 auto;
}

.service-list {
  width: 80%;
  filter: drop-shadow(10px 10px 10px #999);
  margin: 60px auto;
}

.service-item {
  display: flex;
}
.service-item:nth-child(even) {
  flex-direction: row-reverse;
}

.service-text-container {
  width: 50%;
  height: 400px;
  background-color: #e0dada;
  padding: 16px;
}
.service-text-container h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #1f5486;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.service-text-container p {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Courier New", Courier, monospace;
  color: #4e454a;
  line-height: 2rem;
  padding: 5%;
}

.box {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.fadeUpTrigger {
  opacity: 0;
}

.line {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 16px;
  margin: 5%;
  box-sizing: border-box;
}

.line::before,
.line::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
}

.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
}

.line::before {
  top: 0;
  left: 0;
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards;
}

.line2::before {
  top: 0;
  right: 0;
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards;
}

.line::after {
  bottom: 0;
  right: 0;
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards;
}

.line2::after {
  bottom: 0;
  left: 0;
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards;
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.line .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards;
  opacity: 0;
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service-image-container {
  width: 50%;
  height: 400px;
}
.service-image-container img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1024px) {
  .service-wrapper {
    width: 85%;
  }
  .service-list {
    width: 100%;
  }
  .service-list .line2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .service-wrapper {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto 80px;
  }
  .sec-title {
    margin: 0 24px;
  }
  .sec-title-ja {
    margin: 0 24px 24px;
  }
  .service-list {
    width: 100%;
    margin: 0 auto;
  }
  .service-item {
    width: 100%;
    flex-direction: column;
  }
  .service-item:nth-child(even) {
    flex-direction: column;
  }
  .service-text-container {
    width: 100%;
    height: 350px;
    text-align: center;
  }
  .service-message {
    font-weight: bold;
  }
  .service-image-container {
    width: 100%;
    height: 350px;
  }
}
.about-wrapper {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.about-container {
  width: 100%;
  display: flex;
  background-color: #f3e7e7;
  border-radius: 20px;
  padding-bottom: 24px;
  margin: 0 auto;
}

.about-text-container {
  position: relative;
  top: 0;
  left: -144px;
  padding: 24px;
}

.about-text {
  width: 70%;
  margin: 0 auto;
}

.about-message {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  padding: 60px 0 24px;
  margin: 0 auto;
}

.about-message2 {
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  padding: 40px 16px 40px 0;
}

.about-button {
  margin: 36px 0;
}

.about-message-show {
  -webkit-animation-name: fadeUpAnime2;
          animation-name: fadeUpAnime2;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-message {
  opacity: 0;
}

.about-message2-show {
  -webkit-animation-name: fadeUpAnime2;
          animation-name: fadeUpAnime2;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-message2 {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .about-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .about-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about-text-container {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
  }
  .about-text {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .about-wrapper {
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
  }
  .about-message {
    padding: 0;
  }
}
.contact-wrapper {
  width: 80%;
  height: 100%;
  margin: 100px auto;
}

.contact-desc {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  padding: 16px;
}

.contact-container {
  width: 30%;
  min-width: 250px;
  height: 120px;
  background-image: url(../image/durable.jpg);
  background-position: top;
  border-radius: 8px;
  text-align: center;
  line-height: 120px;
  filter: drop-shadow(10px 10px 10px #333);
  margin: 0 auto;
}

.contact-btn {
  font-size: 2rem;
  font-weight: bold;
  font-family: cursive;
  color: #FFF;
  margin: 0 auto;
}
.contact-btn:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.contact-container-show {
  -webkit-animation-name: fadeInAnime3;
          animation-name: fadeInAnime3;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInAnime3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.contact-container {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .contact-wrapper {
    margin: 60px auto;
  }
}
.online-shop-logo-wrapper {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 12%;
  right: 12%;
  filter: drop-shadow(10px 10px 10px #000);
  z-index: 999;
}
.online-shop-logo-wrapper img {
  width: 20vh;
  height: 20vh;
}

@media screen and (max-width: 599px) {
  .online-shop-logo-wrapper {
    bottom: 5%;
    right: 5%;
  }
  .online-shop-logo-wrapper img {
    width: 90px;
    height: 90px;
  }
}
.footer-nav{
  width: 100%;
  height: 100%;
  background-image: url(../image/about.jpg);
  background-size: cover;
  background-position: center;
  margin: auto 0;
}

.footer-logo {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 56px 15% 56px 0;
}

.footer-nav-list {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 15%;
  text-align: center;
  margin: 0 auto;
}

.footer-nav-item {
  width: 200px;
  margin: 0 auto;
}
.footer-nav-item a {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 16px;
}
.footer-nav-item a:hover {
  color: #666;
}

footer p {
  color: #fff;
  text-align: center;
  padding: 36px 0;
}

.footer-logo-show {
  -webkit-animation-name: fadeUpAnime4;
          animation-name: fadeUpAnime4;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime4 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime4 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-logo {
  opacity: 0;
}

.footer-nav-item-show {
  -webkit-animation-name: fadeUpAnime5;
          animation-name: fadeUpAnime5;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime5 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime5 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-nav-item {
  opacity: 0;
}

@media screen and (max-width: 599px) {
  .footer-nav h2.footer-logo {
    font-size: 2rem;
  }
  .footer-nav .footer-list {
    flex-direction: column;
    text-align: center;
  }
  .footer-nav .footer-list .footer-nav-list .footer-nav-item a {
    padding: 8px;
  }
}/*# sourceMappingURL=g-style.css.map */