@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

main a {
  color: inherit;
  display: block;
  text-decoration: none;
}

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

body {
  width: 100%;
}

main {
  flex: 1;
}

main a {
  color: #0099db;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

main a:hover {
  text-decoration: underline;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

footer {
  position: relative;
}

/* スマホサイズの初期表示OFF-------------------------------- */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* パンくずリスト-------------------------------- */
#topic-path {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  #topic-path {
    padding: 30px 0 20px;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.gururin-market {
  background: #00a4bb;
}

.gururin-market main {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.mv {
  position: relative;
}
.mv__title {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__title img {
  max-width: 600px;
  width: auto;
  height: 70%;
  animation: rotate 5s infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 479px) {
  .mv__title img {
    height: auto;
    width: 70vw;
  }
}
.mv__img {
  width: auto;
  height: 100%;
}
.mv__img img {
  width: auto;
  max-width: none;
  height: 100%;
}

.mv-loop {
  height: 100%;
}
.mv-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.mv-loop .swiper-wrapper .swiper-slide {
  height: clamp(500px, 50vw, 800px) !important;
  width: auto !important;
}
.mv-loop .swiper-wrapper .swiper-slide img {
  height: 100%;
}

#topic-path {
  background: #ffe500;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
}

.about-shimokita {
  background: #ffe500;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-shimokita {
    padding-top: 0;
  }
}
.about-shimokita__title {
  display: inline-block;
  position: relative;
  color: #00a4bb;
  font-size: clamp(1.25rem, 0.659rem + 2.95vw, 2.875rem);
}
.about-shimokita__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -5vw;
  width: 4vw;
  height: 4vw;
  max-width: 40px;
  background: url(/images/gururin-market/star1.svg) no-repeat;
  background-size: contain;
}
.about-shimokita__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -5.3vw;
  width: 5vw;
  height: 5vw;
  max-width: 40px;
  background: url(/images/gururin-market/star2.svg) no-repeat;
  background-size: contain;
}
.about-shimokita__desc {
  margin-top: 50px;
  text-align: center;
  color: #00a4bb;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .about-shimokita__desc {
    margin-top: 30px;
    line-height: 2;
  }
}

.shimokita-map {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shimokita-map {
    padding-top: 27vw;
  }
}
.shimokita-map__img {
  position: absolute;
  width: 50vw;
  max-width: 400px;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .shimokita-map__img {
    bottom: -13vw;
  }
}
.shimokita-map__text {
  margin: 0 0 -3px;
}
@media screen and (max-width: 767px) {
  .shimokita-map__text {
    margin: 0 0 -2px;
  }
}
.shimokita-map__text img {
  height: 10vw;
}
@media screen and (max-width: 767px) {
  .shimokita-map__text img {
    height: 15vw;
  }
}

.text-loop {
  height: 100%;
}
.text-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.text-loop .swiper-wrapper .swiper-slide {
  height: 10vw !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .text-loop .swiper-wrapper .swiper-slide {
    height: 15vw !important;
  }
}

.shimokita-gallery {
  position: relative;
}
.shimokita-gallery__img .fade1 .swiper-slide {
  max-height: 700px;
}
.shimokita-gallery__graph {
  position: absolute;
  bottom: -8vw;
  right: 5vw;
  z-index: 2;
}
.shimokita-gallery__graph img {
  width: 25vw;
  max-width: 400px;
}

.feature__wrap {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .feature__wrap {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 599px) {
  .feature__wrap {
    padding: 10vw 0 15vw;
  }
}
.feature__title {
  display: inline-block;
  position: relative;
  color: #ffe500;
  font-size: clamp(1.25rem, 0.659rem + 2.95vw, 2.875rem);
}
.feature__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -5vw;
  width: 4vw;
  height: 4vw;
  max-width: 40px;
  background: url(/images/gururin-market/star1.svg) no-repeat;
  background-size: contain;
}
.feature__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -5.3vw;
  width: 5vw;
  height: 5vw;
  max-width: 40px;
  background: url(/images/gururin-market/star2.svg) no-repeat;
  background-size: contain;
}
.feature__desc {
  margin-top: 50px;
  text-align: center;
  color: #ffe500;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .feature__desc {
    margin-top: 30px;
    line-height: 2;
  }
}

.company {
  padding-top: 30px;
}
.company__list-item {
  background: #ffe500;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .company__list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .company__list-item:last-child {
    margin-bottom: 0;
  }
}
.company__list-item::after {
  content: "";
  width: 100%;
  height: 150px;
  background: url(/images/gururin-market/star-line.svg) repeat-x #00a4bb center;
  display: block;
}
@media screen and (max-width: 767px) {
  .company__list-item::after {
    height: 100px;
    background-size: 200%;
  }
}
@media screen and (max-width: 479px) {
  .company__list-item::after {
    height: 20vw;
  }
}
.company__content {
  position: relative;
  display: flex;
  padding: 50px 0;
  gap: 4vw;
}
@media screen and (max-width: 599px) {
  .company__content {
    flex-direction: column;
    gap: 30px;
    padding: 0 0 30px;
  }
}
.company__area {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .company__area {
    top: -80px;
    width: 70px;
    z-index: 2;
  }
}

.company-gallery {
  width: 50%;
  margin-top: -100px;
}
@media screen and (max-width: 599px) {
  .company-gallery {
    width: 100%;
    margin-top: -50px;
  }
}
.company-gallery__img .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.company-gallery__img .swiper-controller {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .company-gallery__img .swiper-controller {
    margin-top: 25px;
  }
}
.company-gallery__img .swiper-pagination {
  position: static;
  width: auto !important;
  margin-bottom: 2px;
}
.company-gallery__img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .company-gallery__img .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.company-gallery__img .swiper-pagination-bullet-active {
  background: #ef9f7f;
}
.company-gallery__img .swiper-button-prev,
.company-gallery__img .swiper-button-next {
  display: inline-block;
  position: static;
  width: 12px;
  height: 20px;
  margin-top: 0;
  color: #ef9f7f;
  font-weight: bold;
}
.company-gallery__img .swiper-button-prev:after,
.company-gallery__img .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.company-text {
  width: calc(50% - 4vw);
}
@media screen and (max-width: 599px) {
  .company-text {
    width: 100%;
  }
}
.company-text__title {
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
}
.company-text__desc {
  padding-top: 20px;
  line-height: 1.7;
  font-size: 14px;
}

.company-products {
  overflow-x: auto;
  padding-top: 20px;
}
.company-products::-webkit-scrollbar {
  height: 15px;
}
@media screen and (max-width: 767px) {
  .company-products::-webkit-scrollbar {
    height: 10px;
  }
}
.company-products::-webkit-scrollbar-thumb {
  border-radius: 100vh;
  background: #ef9f7f;
}
.company-products::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 100vh;
}
.company-products__list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}
.company-products__item {
  width: 120px;
  flex-shrink: 0;
}
.company-products__item a {
  color: #000;
  text-decoration: underline;
}
.company-products__item a:hover {
  text-decoration: none;
}
.company-products__item:hover img {
  transform: scale(1.1);
}
.company-products__img {
  border-radius: 10px;
  overflow: hidden;
}
.company-products__desc {
  font-size: 12px;
  line-height: 1.4;
  padding-top: 6px;
}

.company-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px dotted #ef9f7f;
}
.company-info__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.company-info__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.company-info__icon {
  color: #ef9f7f;
  font-size: 20px;
}
.company-info__desc {
  text-align: left;
  line-height: 1.2;
}
.company-info__desc a {
  color: #000;
  text-decoration: underline;
}
.company-info__desc a:hover {
  text-decoration: none;
}
.company-info__desc span {
  display: inline-block;
  margin-right: 5px;
  line-height: 1.2;
}
.company-info__desc span:last-child {
  margin-right: 0;
}

.modal-link {
  display: none;
}

.item__content {
  position: relative;
  display: flex;
  gap: 4vw;
}
@media screen and (max-width: 599px) {
  .item__content {
    flex-direction: column;
  }
}
.item__modal {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.item__modal.modaal-wrapper {
  overflow-x: hidden;
}
.item__modal .modaal-container {
  border-radius: 20px;
  width: calc(100vw - 80px);
}
.item__modal .modaal-content-container {
  padding: 80px 60px 60px;
}
@media screen and (max-width: 599px) {
  .item__modal .modaal-content-container {
    padding: 70px 40px 40px;
  }
}
@media screen and (max-width: 479px) {
  .item__modal .modaal-content-container {
    padding: 60px 20px 20px;
  }
}
.item__modal .modaal-close {
  position: absolute;
  top: 25px;
  right: 30px;
  background: #ef9f7f !important;
}
@media screen and (max-width: 599px) {
  .item__modal .modaal-close {
    width: 36px;
    height: 36px;
    top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .item__modal .modaal-close {
    top: 10px;
    right: 15px;
  }
}
.item__modal .modaal-close:focus,
.item__modal .modaal-close:focus,
.item__modal .modaal-close:hover,
.item__modal .modaal-close:hover {
  background: #dd8664 !important;
}
.item__modal .modaal-close:after,
.item__modal .modaal-close:before {
  background: #fff !important;
}
@media screen and (max-width: 599px) {
  .item__modal .modaal-close:after,
  .item__modal .modaal-close:before {
    width: 3px;
    top: 7px;
    left: 16px;
    height: 23px;
  }
}
.item__modal .js-modal-close {
  width: 120px;
  display: block;
  padding: 15px 30px;
  margin: 25px auto 0;
  background: #f4f4f4;
  border-radius: 100vh;
}
@media screen and (min-width: 600px) {
  .item__modal .js-modal-close {
    display: none;
  }
}

.item-gallery {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .item-gallery {
    width: 100%;
  }
}
.item-gallery__img .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  width: 100% !important;
}
.item-gallery__img .swiper-controller {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .item-gallery__img .swiper-controller {
    gap: 10px;
    margin-top: 15px;
  }
}
.item-gallery__img .swiper-pagination {
  position: static;
  width: auto !important;
  margin-bottom: 2px;
}
.item-gallery__img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .item-gallery__img .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.item-gallery__img .swiper-pagination-bullet-active {
  background: #ef9f7f;
}
.item-gallery__img .swiper-button-prev,
.item-gallery__img .swiper-button-next {
  display: inline-block;
  position: static;
  width: 12px;
  height: 20px;
  margin-top: 0;
  color: #ef9f7f;
  font-weight: bold;
}
.item-gallery__img .swiper-button-prev:after,
.item-gallery__img .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.item-text {
  width: calc(60% - 4vw);
}
@media screen and (max-width: 599px) {
  .item-text {
    width: 100%;
  }
}
.item-text__title {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  line-height: 1.2;
}
.item-text__price {
  padding-top: 5px;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  color: #ef9f7f;
  line-height: 1.4;
}
.item-text__price-yen {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
.item-text__price-tax {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.item-text__desc {
  padding-top: 10px;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .item-text__desc {
    padding-top: 5px;
  }
}

.item-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px dotted #ef9f7f;
}
@media screen and (max-width: 599px) {
  .item-info {
    margin-top: 10px;
    padding-top: 13px;
  }
}
.item-info__text {
  display: grid;
  gap: 12px;
  grid-template-columns: 4em 1fr;
  padding-bottom: 4px;
}
.item-info__text dt {
  line-height: 1.4;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.item-info__text dd {
  line-height: 1.4;
  position: relative;
}
.item-info__text dd::before {
  content: "/";
  display: inline-block;
  position: absolute;
  left: -9px;
}
.item-info__btn {
  padding-top: 25px;
}
@media screen and (max-width: 599px) {
  .item-info__btn {
    padding-top: 20px;
    text-align: center;
  }
}
.item-info__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 18px 25px;
  color: #000;
  background: #ffe500;
  border-radius: 100vh;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.item-info__btn a:hover {
  text-decoration: none;
  background: #ef9f7f;
  box-shadow: none;
}
.item-info__btn-icon {
  font-size: 24px;
}
.item-info__btn-desc {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.item-info__desc {
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .item-info__desc {
    text-align: center;
  }
}

.shop__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 50%;
  min-width: 400px;
  padding: 25px 40px;
  color: #000;
  background: #ffe500;
  border-radius: 100vh;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .shop__btn a {
    width: 90%;
    min-width: auto;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
.shop__btn a:hover {
  text-decoration: none;
  background: #ef9f7f;
  box-shadow: none;
}
.shop__btn-icon {
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .shop__btn-icon {
    font-size: 22px;
  }
}
.shop__btn-desc {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
.shop__desc {
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.shop__desc span {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}

.overview {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .overview {
    padding-top: 40px;
  }
}
.overview__container {
  display: inline-block;
  width: 60%;
  height: auto;
  border: 5px dotted #fff;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .overview__container {
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .overview__container {
    padding: 20px 25px;
  }
}
.overview__title {
  text-align: center;
  color: #fff;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.overview__img img {
  max-height: 60px;
}
.overview__desc {
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}/*# sourceMappingURL=style.css.map */