body {
  margin: 0;
  padding: 0;
  color: #363636;
}

header {
  background-color: #D7E9C9;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  margin: 5px 15px;
}
@media screen and (max-width: 600px) {
  header h1 {
    font-size: 130%;
  }
}
header span {
  display: block;
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
  letter-spacing: 3px;
}
header ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  header ul {
    flex-direction: column;
    gap: 5px;
  }
}
header li {
  border-left: 1px solid #363636;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 85%;
}
@media screen and (max-width: 600px) {
  header li {
    border: none;
  }
}
header li:last-child {
  border-right: 1px solid #363636;
}
@media screen and (max-width: 600px) {
  header li:last-child {
    border: none;
    padding-left: 2px;
  }
}
header a {
  text-decoration: none;
  color: #363636;
}
header a:hover {
  color: #9c9c9c;
}
header .fa {
  font-size: 90%;
  margin: 0 10px;
}

article.top {
  height: calc(100vh - 160px);
  overflow: hidden;
  position: relative;
}

article.sub {
  position: relative;
  min-height: calc(100vh - 160px);
  background-color: #f7f7f3;
}

article.sub_s {
  position: relative;
  min-height: calc(100vh - 160px);
  padding: 0 0 40px;
  background-color: #f7f7f3;
}

article .top-slick .imgtop {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  article .top-slick .imgtop {
    height: 100vh;
    width: auto;
    overflow: hidden;
  }
}
article .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7450980392);
  padding: 50px 60px;
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 130%;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  article .catch {
    font-size: 120%;
  }
}
article h1 {
  height: 80px;
  background-color: #D7E9C9;
  background-image: url(../img/imgbg.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  font-family: "GFS Neohellenic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #363636;
}
article h1 span {
  display: block;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.7450980392);
  text-align: center;
  padding: 5px 0;
}
article section.content2 {
  width: 80vw;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  article section.content2 {
    width: 100vw;
    margin: 0;
  }
}
article section.content2 h2 {
  width: 80%;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  padding: 5px 30px;
  margin: 20px auto;
  border-bottom: 3px solid #e6dafa;
}
@media screen and (max-width: 600px) {
  article section.content2 h2 {
    width: 100vw;
    margin: 20px 0;
    padding: 5px auto;
  }
}
article section.content2 .introduction {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  article section.content2 .introduction {
    margin: auto 0;
  }
}
@media screen and (max-width: 600px) {
  article section.content2 .introduction {
    display: block;
    width: 95vw;
    margin: 0 auto;
  }
}
article section.content2 .introduction img {
  max-width: 50%;
  min-width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  article section.content2 .introduction img {
    display: block;
    margin: 20px auto;
    min-width: 70vw;
  }
}
article section.content2 .introduction .introP {
  margin: auto 0;
}
@media screen and (max-width: 600px) {
  article section.content2 .introduction .introP {
    width: 300px;
    margin: 0 auto;
  }
}
article section.content2 .introduction p {
  font-size: 80%;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  article section.content2 .introduction p {
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  article section.content2 .introduction p {
    text-align: center;
  }
}
article section.content2 .shopintroP {
  width: 80%;
  margin: 0 auto;
}
article section.content2 .shopintroP p {
  font-size: 80%;
}
article .tocart a {
  display: block;
  width: 180px;
  text-decoration: none;
  color: #363636;
  font-size: 80%;
  padding: 5px 15px;
  margin: 15px 30px 15px auto;
  background-color: #e7e0e9;
}
article .shopping {
  width: 80vw;
  margin: 20px auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90%;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media screen and (max-width: 600px) {
  article .shopping {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  article .shopping .item {
    width: 60vw;
    margin: 40px auto;
  }
}
article .shopping .item h3 {
  font-weight: normal;
  font-size: 90%;
  border-left: 5px solid #e6dafa;
  padding-left: 5px;
}
article .shopping .item .itemps1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 3em;
  align-items: center;
}
article .shopping .item .itemps2 {
  width: 200px;
  height: 200px;
  margin: 10px auto;
}
article .shopping .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article .shopping .item .select {
  display: flex;
  justify-content: space-around;
}
article .shopping .item button {
  background-color: #e7e0e9;
  padding: 3px 10px;
  color: #363636;
}
article .shopping .item select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #e6dafa;
  width: 50px;
  height: 25px;
  margin-left: 5px;
}
article section.cart {
  width: 80vw;
  margin: 20px auto;
  text-align: center;
}
article section.cart img {
  display: block;
  width: 80px;
  height: auto;
  margin: 20px auto;
}
article section.cart h2.in {
  font-weight: normal;
  font-size: 100%;
  text-align: center;
}
article section.cart .inbox p {
  display: inline;
  margin: 3px 5px;
  vertical-align: baseline;
}
article section.cart .inbox p a {
  text-decoration: none;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
}
article section.cart .inbox p img.icon {
  display: inline;
  width: 15px;
  margin: 5px 0 0 0;
  border: 0;
}
article section.cart .jump {
  text-decoration: none;
  color: #363636;
  font-size: 90%;
  margin: 0px 20px;
}
article section.cart .detail {
  line-height: 2;
  font-size: 90%;
  padding: 40px;
}
article section.cart .detail table {
  border-collapse: collapse;
  margin: 10px auto;
}
article section.cart .detail table tr {
  border-bottom: 1px solid, #363636;
}
article section.cart .detail table th {
  font-weight: normal;
  text-align: center;
}
article section.cart .detail table td {
  padding: 0px 15px;
}
article section.cart .detail table td img {
  width: 15px;
  height: auto;
  border: 0;
}
article section.cart .detail .item {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
article section.cart .detail .sum {
  gap: 70px;
}
article section.cart .detail form button {
  background-color: #e6dafa;
  padding: 2px 50px;
  display: block;
  margin: 10px auto;
}
article section.result {
  max-width: 80vw;
  margin: 80px auto;
}
article section.result p {
  text-align: center;
  margin: 40px;
}
article section.result p a {
  text-decoration: none;
  color: #363636;
}

footer {
  background-color: #F6F7FF;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 600px) {
  footer {
    justify-content: center;
  }
}
footer small {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  footer small {
    margin: 0;
  }
}/*# sourceMappingURL=mystyle.css.map */