@charset "UTF-8";
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 640px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

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

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: 0.4s linear;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes poyoyon {
  0% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.9, 0.9);
  }
  30% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
  0%, 100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 50%;
  }
  50% {
    top: calc(50% + 25px);
  }
  75% {
    top: calc(50% - 10px);
  }
  90% {
    opacity: 1;
    top: calc(50% + 5px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@keyframes bounceInDownSP {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    bottom: 0%;
  }
  50% {
    bottom: calc(0% + 25px);
  }
  75% {
    bottom: calc(0% - 10px);
  }
  90% {
    opacity: 1;
    bottom: calc(0% + 5px);
  }
  100% {
    opacity: 1;
    bottom: 0%;
  }
}
#michinoeki {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-feature-settings: "palt";
  color: #343434;
  background: #F0F0F0;
}
#michinoeki::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) center -100px repeat-y;
  background-size: 1880px;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki::before {
    background-image: url(../img/bg_sp.png);
    background-size: contain;
  }
}
.start-mv #michinoeki::before {
  transition: 0.5s ease-in 0.5s;
  opacity: 1;
}
#michinoeki::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_icon.png) center -100px no-repeat;
  background-size: 1880px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  #michinoeki::after {
    display: none;
  }
}
.start-mv #michinoeki::after {
  transition: 0.5s ease-in 0.5s;
  opacity: 1;
}
#michinoeki img {
  max-width: 100%;
  height: auto;
}
#michinoeki .section {
  position: relative;
  z-index: 1;
}
#michinoeki .section.item {
  z-index: 2;
}
#michinoeki .content-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
#michinoeki .mv {
  position: relative;
  padding: 40px 0 100px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv {
    padding: 40px 0;
  }
}
#michinoeki .mv-title {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-title {
    padding-bottom: 26vw;
  }
}
#michinoeki .mv-title-img {
  max-width: 560px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-title-img {
    width: 81%;
  }
}
.start-mv #michinoeki .mv-title-img {
  animation: poyoyon 1s ease-in-out 1 forwards;
}
#michinoeki .mv-title-shop {
  max-width: 625px;
  margin: -95px auto 0;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-title-shop {
    width: 95%;
  }
}
.start-mv #michinoeki .mv-title-shop {
  animation: fadein 0.4s ease-in-out 2.2s 1 forwards;
}
@media screen and (max-width: 639px) {
  .start-mv #michinoeki .mv-title-shop {
    animation: fadein 0.4s ease-in-out 1.5s 1 forwards;
  }
}
#michinoeki .mv-lead {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-lead {
    font-size: 1.3rem;
  }
}
#michinoeki .mv [class^=mv-icon] {
  position: absolute;
  width: 58px;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .mv [class^=mv-icon] {
    width: 8.8vw;
  }
}
.start-mv #michinoeki .mv [class^=mv-icon] {
  animation: bounceInDown 0.5s both;
}
@media screen and (max-width: 639px) {
  .start-mv #michinoeki .mv [class^=mv-icon] {
    animation: bounceInDownSP 0.5s 1s both;
  }
}
#michinoeki .mv-icon1 {
  top: 50%;
  left: 50%;
  transform: translate(-370px, -220px);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon1 {
    top: auto;
    bottom: 0;
    transform: translate(-12vw, -80%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon1 {
    animation-delay: 1.4s !important;
  }
}
#michinoeki .mv-icon2 {
  top: 50%;
  left: 50%;
  transform: translate(-470px, -100%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon2 {
    top: auto;
    bottom: 0;
    transform: translate(-28vw, -150%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon2 {
    animation-delay: 1s !important;
  }
}
#michinoeki .mv-icon3 {
  top: 50%;
  left: 50%;
  transform: translate(-400px, 130%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon3 {
    top: auto;
    bottom: 0;
    transform: translate(-43vw, -220%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon3 {
    animation-delay: 1.8s !important;
  }
}
#michinoeki .mv-icon4 {
  top: 50%;
  right: 50%;
  transform: translate(400px, -240px);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon4 {
    top: auto;
    bottom: 0;
    transform: translate(43vw, -220%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon4 {
    animation-delay: 1.8s !important;
  }
}
#michinoeki .mv-icon5 {
  top: 50%;
  right: 50%;
  transform: translate(470px, -90%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon5 {
    top: auto;
    bottom: 0;
    transform: translate(28vw, -150%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon5 {
    animation-delay: 1.4s !important;
  }
}
#michinoeki .mv-icon6 {
  top: 50%;
  right: 50%;
  transform: translate(370px, 140%);
}
@media screen and (max-width: 639px) {
  #michinoeki .mv-icon6 {
    top: auto;
    bottom: 0;
    transform: translate(12vw, -80%);
  }
}
@media screen and (min-width: 640px) {
  .start-mv #michinoeki .mv-icon6 {
    animation-delay: 1s !important;
  }
}
#michinoeki .pickup {
  position: relative;
  margin: 0 auto 100px;
}
#michinoeki .pickup::before {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 112%;
  background: rgba(139, 80, 0, 0.55) url(../img/bg_texture.png) top left repeat;
  mix-blend-mode: overlay;
  border-radius: 40px;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup::before {
    top: 30px;
    border-radius: 0;
  }
}
#michinoeki .pickup .shop-list {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 80px 60px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list {
    gap: 30px;
  }
}
#michinoeki .pickup .shop-list-item {
  padding: 0 20px;
  text-align: left;
  background: transparent;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list-item {
    padding: 0 10px;
  }
}
#michinoeki .pickup .shop-list-item:nth-child(odd) .shop-content {
  flex-direction: row-reverse;
}
#michinoeki .pickup .shop-list-item:nth-child(odd) .shop-img {
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list-item:nth-child(odd) .shop-img-sub {
    margin-right: -10px;
  }
}
#michinoeki .pickup .shop-list-item:nth-child(even) .shop-img {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list-item:nth-child(even) .shop-img-sub {
    margin-left: -10px;
  }
}
#michinoeki .pickup .shop-list-item p {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #michinoeki .pickup .shop-list-item p {
    font-size: 1.7rem;
  }
}
#michinoeki .pickup .shop-list-item .shop-name .prefecture {
  color: #5C3E16;
  background: #fff;
}
#michinoeki .pickup .shop-list-item .shop-name .name {
  color: #5C3E16;
}
#michinoeki .pickup .shop-list-item .shop-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list-item .shop-content {
    flex-direction: column !important;
  }
}
#michinoeki .pickup .shop-list-item .shop-img {
  width: 100%;
  max-width: 665px;
  margin: 0 auto 20px;
}
#michinoeki .pickup .shop-list-item .shop-img-sub {
  width: 370px;
  margin: 0;
  margin-top: -150px;
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list-item .shop-img-sub {
    width: 100%;
    margin: -29vw auto 10px;
  }
}
#michinoeki .pickup .shop-list-item .shop-info {
  width: calc(100% - 405px);
}
@media screen and (max-width: 639px) {
  #michinoeki .pickup .shop-list-item .shop-info {
    width: 100%;
  }
}
#michinoeki .shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
  }
}
#michinoeki .shop-list-item {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
}
#michinoeki .shop-list-item figure {
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
#michinoeki .shop-list-item p {
  width: 90%;
  margin: 0 auto auto;
  font-size: 1.5rem;
  line-height: 1.66em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p {
    font-size: 1.3rem;
  }
}
#michinoeki .shop-list-item p.shop-name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 20px auto 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #A88454;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.shop-name {
    font-size: 1.6rem;
  }
}
#michinoeki .shop-list-item p.shop-name .prefecture {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  font-size: 1.8rem;
  color: #fff;
  background: #A88454;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.shop-name .prefecture {
    font-size: 1.2rem;
  }
}
#michinoeki .shop-list-item p.shop-name .name {
  flex: 1;
  font-weight: 700;
}
#michinoeki .shop-list-item p.product {
  margin: 5px auto 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.product {
    font-size: 1.5rem;
  }
}
#michinoeki .shop-list-item p.product span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.product span {
    font-size: 1.2rem;
  }
}
#michinoeki .shop-list-item p.spec {
  margin: 5px auto 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p.spec {
    font-size: 1.2rem;
  }
}
#michinoeki .shop-list-item p span.price {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #michinoeki .shop-list-item p span.price {
    font-size: 1.5rem;
  }
}
#michinoeki .end-copy {
  margin: 0 auto 20px;
  padding: 0.8em 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #E56C2E;
  text-align: center;
  line-height: 1.4em;
  border-top: 1px solid #E56C2E;
  border-bottom: 1px solid #E56C2E;
}
@media screen and (max-width: 639px) {
  #michinoeki .end-copy {
    font-size: 1.5rem;
  }
}
#michinoeki .note {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  #michinoeki .note {
    font-size: 1.2rem;
  }
}
#michinoeki .banner {
  padding: 90px 0;
}
@media screen and (max-width: 639px) {
  #michinoeki .banner {
    padding: 40px 0;
  }
}
#michinoeki .banner a {
  display: inline-block;
  max-width: 440px;
}
@media screen and (max-width: 639px) {
  #michinoeki .banner a {
    width: 66%;
  }
}/*# sourceMappingURL=styles.css.map */