@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  background-color: #f0f8ff;
}

a {
  text-decoration: none;
}

h1, h2, p {
  margin: 0;
}

p, a, h2, span {
  font-size: 1.6rem;
  font-weight: normal;
  color: black;
  line-height: 2rem;
}

@media (min-width: 769px) {
  p, a, h2, span {
    font-size: 1.8rem;
    font-weight: normal;
    color: black;
    line-height: 2.2rem;
  }
}

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

.fade-in-item {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.fadeInRight, .fadeInLeft, .fadeInUp {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.about-cover {
  width: 100%;
}

.about {
  margin: 0 2rem 4rem 2rem;
}

@media (min-width: 769px) {
  .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10rem;
  }
}

.about-contents {
  background-color: #dddddd;
  margin-top: 4rem;
  padding: 4rem 2rem;
  border-radius: 1rem;
}

@media (min-width: 769px) {
  .about-contents {
    width: calc((100% - 10rem)/2);
    padding: 10rem 5rem;
    margin: 0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.about-contents h2 {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: black;
  line-height: 100%;
  border-left: 0.5rem solid #006400;
  padding: 1rem;
}

@media (min-width: 769px) {
  .about-contents h2 {
    margin-bottom: 6rem;
    font-size: 2.6rem;
    font-weight: normal;
    color: black;
    line-height: 100%;
  }
}

.about-contents p {
  margin-bottom: 1rem;
}

.btn-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  opacity: 0.8;
}

@media (min-width: 769px) {
  .btn-top {
    bottom: 3rem;
    right: 3rem;
  }
}

@media (max-width: 768px) {
  .btn-top img {
    width: 5rem;
  }
}

@media (min-width: 769px) {
  .btn-top img {
    width: 10rem;
  }
}

.contact-cover {
  width: 100%;
  margin-bottom: 2.8rem;
}

#cover-bg {
  height: 15rem;
  width: 100%;
}

@media (min-width: 769px) {
  #cover-bg {
    height: 30rem;
  }
}

footer {
  height: 10rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  footer {
    height: 30rem;
  }
}

.footer-jumpin-lure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  opacity: 0;
}

@media (max-width: 768px) {
  .footer-jumpin-lure {
    width: 25rem;
    height: 13.5rem;
    bottom: -5rem;
  }
}

@media (min-width: 769px) {
  .footer-jumpin-lure {
    width: 70rem;
    bottom: -20rem;
  }
}

.footer-jumpin-lure img {
  width: calc(100% / 3);
}

header {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 769px) {
  header {
    padding: 2rem 10rem;
  }
}

.header-logo {
  height: 15rem;
}

@media (max-width: 768px) {
  .header-logo {
    height: 7rem;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-right a {
  margin-left: 2rem;
}

.header-right a:hover {
  color: #dddddd;
}

.jumpin-lure {
  position: relative;
}

.jumpin-lure-img {
  z-index: 9;
  opacity: 0;
  width: 25rem;
}

@media (max-width: 768px) {
  .jumpin-lure-img {
    width: 10rem;
  }
}

.jumpin-lure-img1 {
  position: absolute;
  top: -7rem;
  right: 0;
}

@media (min-width: 769px) {
  .jumpin-lure-img1 {
    top: -15rem;
  }
}

.jumpin-lure-img2 {
  position: absolute;
  top: -5rem;
  left: 0;
}

@media (min-width: 769px) {
  .jumpin-lure-img2 {
    top: -15rem;
  }
}

.loop {
  padding: 2rem 0;
  background-color: #87cefa;
}

@media (min-width: 769px) {
  .loop {
    padding: 5rem 0;
  }
}

.loop-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  height: 100%;
}

.loop-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*画像の無限ループ
	参考サイト:  https://crestadesign.org/horizontal-slideshow/
	             https://yumegori.com/infinity-scroll-making-method    */
  -webkit-animation-name: loop-slide;
          animation-name: loop-slide;
  /* アニメーション名 */
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  /* 開始から終了までの所要時間 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* アニメーションのループ回数 */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /* 動きの加減速 */
  -webkit-animation-delay: 0;
          animation-delay: 0;
  /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /* アニメーション開始前・終了後の挙動 */
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .loop-img1 {
    height: 15rem;
    margin-right: 2rem;
  }
}

@media (min-width: 769px) {
  .loop-img1 {
    margin-right: 5rem;
  }
}

@media (max-width: 768px) {
  .loop-img2 {
    height: 20rem;
    margin-right: 2rem;
  }
}

@media (min-width: 769px) {
  .loop-img2 {
    margin-right: 5rem;
  }
}

.lure {
  width: 100%;
  padding: 4rem 2rem 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .lure {
    padding: 10rem 10rem 0 10rem;
  }
}

.lure-contents {
  width: 100%;
  background-color: #dddddd;
  padding: 4rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}

@media (min-width: 769px) {
  .lure-contents {
    padding: 10rem 5rem;
  }
}

@media (max-width: 768px) {
  .lure-name {
    height: 3rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 769px) {
  .lure-name {
    margin-bottom: 5rem;
  }
}

@media (min-width: 769px) {
  .lure-flex-pc1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 769px) {
  .lure-flex-pc2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .lure-left {
    width: calc((100% - 5rem) / 2);
  }
}

.slideshow-img img {
  width: 100%;
}

.thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1rem 0 4rem 0;
}

.thumbnail li {
  width: calc((100% - 3rem) / 4);
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  cursor: pointer;
  display: block;
}

.thumbnail img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.lure-right {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .lure-right {
    width: calc((100% - 5rem) / 2);
  }
}

.lure-text {
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .lure-text {
    margin: 5rem 0;
  }
}

.lure-text p {
  margin-bottom: 1rem;
}

.size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-left: 0.5rem solid #006400;
  margin-left: 2rem;
  padding: 1rem 0;
}

.size-left {
  margin-left: 1rem;
}

.size-right {
  margin-left: 1rem;
}

.mercari {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5rem 0;
  margin-top: 10rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 769px) {
  .mercari {
    margin-top: 20rem;
  }
}

.mercari-logo {
  width: 5rem;
}

@media (min-width: 769px) {
  .mercari-logo {
    width: 7rem;
  }
}

.mercari-logo:hover {
  -webkit-box-shadow: 0 0 3rem #87cefa;
          box-shadow: 0 0 3rem #87cefa;
}

.mercari-text {
  margin-left: 2rem;
}

.mercari-jumpin-lure {
  height: 20rem;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mercari-jumpin-lure {
    height: 10rem;
  }
}

.mercari-jumpin-lure img {
  width: 8rem;
  position: absolute;
  bottom: -6rem;
  left: 20rem;
}

@media (max-width: 768px) {
  .mercari-jumpin-lure img {
    width: 6rem;
    bottom: -5rem;
    left: 5rem;
  }
}
/*# sourceMappingURL=style.css.map */