@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "fot-tsukuardgothic-std", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #665d31;
  background: url(../img/back.jpg) repeat;
}
@media (max-width: 575px) {
  body {
    background-size: 100px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 80px;
}
@media (max-width: 575px) {
  main {
    padding-top: 60px;
  }
}

p {
  line-height: 1.6;
  font-weight: 400;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

.slider-main {
  width: 100%;
  margin: 3rem auto 0;
}
@media (max-width: 575px) {
  .slider-main {
    margin: 20px auto 0;
  }
}

.slick-track {
  padding-bottom: 30px;
}

.slick-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 2%;
}
@media (max-width: 991px) {
  .slick-slide img {
    width: 95%;
    max-width: 598px;
  }
}

.rectangle img {
  margin-top: 20%;
}

@media (min-width: 992px) {
  .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 10px auto 0;
  padding-left: 0;
  list-style-type: none;
}

.slick-dots > li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}

.slick-dots > li.slick-active button {
  background-color: #a9d06b;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-dots button {
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

h1, h2 {
  font-weight: 700;
}

h1 {
  margin-top: 20px;
}
h1 img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 15px;
  padding-right: 25px;
}
@media (max-width: 575px) {
  h1 img {
    padding-right: 0px;
    width: 70%;
    margin-bottom: 5px;
  }
}
h1 span {
  vertical-align: middle;
}
@media (max-width: 575px) {
  h1 span {
    font-size: 2rem;
  }
}
h1 .mame {
  width: 50px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 8px;
}
@media (max-width: 575px) {
  h1 .mame {
    margin-top: 0;
    padding-left: 0;
  }
}

#anchor-concept {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  #anchor-concept {
    margin-top: 0;
  }
}

h2 {
  position: relative;
  padding-bottom: 50px;
  font-size: 26px;
  text-align: center;
}
h2:before {
  content: attr(data-en);
  display: block;
  color: #a9d06b;
  font-size: 40px;
  font-family: "freude", "fot-tsukuardgothic-std", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  text-transform: uppercase;
}

.caption_sp {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  padding-bottom: 0;
  margin: 0 0 2rem;
}
.caption_sp::before {
  display: none;
}
.caption_sp img {
  width: 50vw;
  max-width: 220px;
}
.caption_sp span {
  vertical-align: bottom;
  line-height: 1.8;
}

ul {
  list-style: none;
  padding: 0px;
}

li {
  padding-bottom: 15px;
}

.happa {
  position: relative;
  z-index: 0;
}
.happa::before {
  position: absolute;
  content: "";
  display: none;
  background: url(../img/mame02.png) no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .happa::before {
    display: block;
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .happa::before {
    margin-top: 10px;
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 575px) {
  .happa::before {
    margin-top: 0px;
  }
}

.about-caption {
  border-radius: 36% 64% 38% 62%/59% 40% 60% 41%;
  border: 15px dashed #c3de99;
  background: #f7f1d7;
  position: relative;
  padding: 10%;
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.about-caption p {
  line-height: 1.8;
}
@media (max-width: 575px) {
  .about-caption p {
    font-size: 1.1rem;
  }
}
.about-caption em {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 575px) {
  .about-caption em {
    font-size: 20px;
  }
}
.about-caption .caption {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  padding-bottom: 0;
  margin: 0 0 1rem;
}
.about-caption .caption::before {
  display: none;
}
.about-caption .caption img {
  width: 27vw;
  max-width: 220px;
}
.about-caption .caption span {
  vertical-align: bottom;
  line-height: 1.8;
}
@media (max-width: 575px) {
  .about-caption {
    border-radius: 50% 50% 46% 54%/41% 42% 58% 59%;
    font-size: 16px;
    border: 10px dashed #c3de99;
  }
}

.about-photo {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .about-photo {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .about-photo {
    padding-top: 0px;
  }
}

.arrow {
  width: 60px;
}

.gallery {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .gallery {
    background-size: 100px;
  }
}

.js-modal-img img {
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 10px #d6d2b7;
          box-shadow: 5px 5px 10px #d6d2b7;
}

.pswp__bg {
  background: white;
}

.pswp__ui--fit .pswp__caption, .pswp__caption {
  background-color: transparent;
  bottom: 8%;
}

.pswp__caption__center {
  text-align: center;
  color: black;
  font-size: 18px;
  max-width: 100%;
  white-space: inherit;
}
@media (max-width: 575px) {
  .pswp__caption__center {
    font-size: 14px;
    white-space: pre-line;
  }
}

footer {
  text-align: center;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #665d31;
  z-index: 3;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #665d31;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
footer .img-logo {
  width: 40%;
  max-width: 200px;
  margin-bottom: 1rem;
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 160px;
  margin-left: 20px;
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  background: #a9d06b;
  -webkit-box-shadow: 5px 5px 10px rgba(116, 116, 60, 0.3);
          box-shadow: 5px 5px 10px rgba(116, 116, 60, 0.3);
}
nav.navbar .pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2vw;
  font-size: 14px;
  color: white;
}
nav.navbar .pc_menu .nav-link {
  padding: 0 25px 6px;
}
nav.navbar .pc_menu .nav-link:before {
  font-size: 26px;
}
nav.navbar .pc_menu p {
  margin-bottom: 0;
  line-height: 1;
}
nav.navbar .pc_menu a {
  font-weight: 700;
}
@media (max-width: 767px) {
  nav.navbar .pc_menu {
    display: none;
  }
}
nav.navbar button.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  font-size: 14px;
  font-family: "freude", "fot-tsukuardgothic-std", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  color: #665d31;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler {
    margin-right: 10px;
  }
}
nav.navbar button.navbar-toggler::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: bold;
  padding-right: 10px;
}
nav.navbar button.navbar-toggler[aria-expanded=true]::after {
  content: "\f00d";
}
nav.navbar #navbarToggleExternalContent {
  width: 100%;
}
nav.navbar .navbar-nav {
  padding-top: 40px;
  background-color: #a9d06b;
}
nav.navbar .nav-link {
  padding: 12px;
  text-decoration: none;
  color: white;
  position: relative;
  text-align: center;
}
nav.navbar .nav-link:before {
  content: attr(data-en);
  display: block;
  color: #665d31;
  font-size: 30px;
  font-family: "freude", "fot-tsukuardgothic-std", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  text-transform: uppercase;
}
nav.navbar .nav-item {
  border-bottom: 0;
  text-align: center;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}
nav.navbar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
nav.navbar .dropdown-menu .dropdown-item {
  padding: 8px 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
nav.navbar .dropdown-menu .dropdown-item:hover {
  background: none;
}

/* ------------
   商品一覧エリア
 ------------ */
.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .StyleF_Frame_ {
    padding: 0px 4px 0px;
  }
}

.StyleF_Item_ {
  width: 23%;
  height: auto;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  border-radius: 3%;
  -webkit-box-shadow: 5px 5px 10px #d6d2b7;
          box-shadow: 5px 5px 10px #d6d2b7;
  background: #a9d06b;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media (max-width: 575px) {
  .StyleF_Item_ {
    -webkit-box-shadow: 2px 2px 10px #d6d2b7;
            box-shadow: 2px 2px 10px #d6d2b7;
  }
}

.img_ {
  position: relative;
  padding: 0 0 0 0;
  margin-bottom: 0.5em;
  background-color: #FFFFFF;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: left;
  padding-left: 5px;
}
@media (max-width: 575px) {
  .name_ {
    font-size: 16px;
  }
}
.name_ a {
  display: block;
  padding: 5px;
  color: white;
  text-decoration: none;
  word-break: break-all;
}
.name_ a:visited {
  color: white;
}

.price_ {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: #665d31;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 16px;
  }
}

.cart_ {
  display: none;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}