@charset "UTF-8";

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  background-image: linear-gradient(90deg, rgba(248, 255, 243, 1), rgba(233, 255, 253, 1));
}


body img {
  max-width: 100%;
}


.bg {
  width: 100%;
  margin: auto;
  overflow: hidden;
}



.lect_logo {
  text-align: left;
  padding: 20px;
  width: 180px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fv_pc {
  position: relative;
  text-align: center;
  padding: 5% 0;
}

.fv_pc::before {
  content: "";
  position: absolute;
  background-image: url(../img/fv-mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 130%;
  top: -6%;
  right: 5%;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .fv_pc::before {
    width: 45%;
    height: 130%;
    top: -6%;
    right: 0%;
  }
}


@media screen and (max-width: 767px) {
  .fv_pc {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .fv_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fv_sp {
    position: relative;
    text-align: center;
  }
}


.arrow {
  position: relative;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 43%;
  border: 20px solid transparent;
  border-top: 20px solid #000000;
  /* 好みで色を変えてください */
}

@media screen and (max-width: 1000px) {
  .arrow::before {
    top: 60%;
    left: 44%;
    border: 16px solid transparent;
    border-top: 16px solid #000000;
    /* 好みで色を変えてください */
  }
}

@media screen and (max-width: 767px) {
  .arrow::before {
    top: 60%;
    left: 42%;
    border: 14px solid transparent;
    border-top: 14px solid #000000;
    /* 好みで色を変えてください */
  }
}

@media screen and (min-width: 1500px) {
  .arrow::before {
    left: 45%;
  }
}

@media screen and (min-width: 1800px) {
  .arrow::before {
    left: 47%;
  }
}

nav ul li.current {
  background-color: #DEEBF7;
}

nav ul li.current a {
  color: #555;
}

nav ul li:hover {
  background-color: #494948;
}

nav ul li a:hover {
  color: #F6F6F1;
}

.arrow:hover::before {
  border-top: 20px solid #F6F6F1;
  /* 好みで色を変えてください */
}

.b_style {
  border: none;
}


.about {
  text-align: center;
  z-index: 2;
  position: relative;
}

.about p {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .about p {
    font-size: 1.3em;
  }
}

.about2 {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.about2 p {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .about2 p {
    font-size: 1.3em;
  }
}

.con {
  margin: 15% auto;
  z-index: 0;
  position: relative;
}

.con__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-top: #707070 solid 1px;
  border-bottom: #707070 solid 1px;
}

@media screen and (max-width: 767px) {
  .con__ttl {
    width: 95%;
    padding: 10px 0;
  }
}

.ttl-bg01 {
  position: relative;
}

.ttl-bg01::before {
  content: "";
  position: absolute;
  background-image: url(../img/ttl-bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.5;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ttl-bg01::before {
    width: 70%;
    height: 120%;
  }
}

.ttl-bg02 {
  position: relative;
}

.ttl-bg02::before {
  content: "";
  position: absolute;
  background-image: url(../img/ttl-bg03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.5;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ttl-bg02::before {
    width: 70%;
    height: 120%;
  }
}

.ttl-bg03 {
  position: relative;
}

.ttl-bg03::before {
  content: "";
  position: absolute;
  background-image: url(../img/ttl-bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.5;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ttl-bg03::before {
    width: 70%;
    height: 120%;
  }
}

.con__ttl img {
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .con__ttl img {
    width: 90%;
  }
}

.con__ttl2 {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .con__ttl2 {
    width: 85%;
    padding: 0px 0;
  }
}

.notice {
  padding: 5% 10%;
  margin: 80px auto 0;
  color: #707070;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
}

.notice p {
  font-size: 0.9em;
  max-width: 1100px;
  margin: auto;
}

.pickup {
  padding: 160px 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .pickup {
    padding: 80px 0;
  }
}

.pickup__list {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .pickup__list {
    max-width: 320px;
    width: 90%;
    margin-top: 20px;
  }
}





.ttl_txt {
  font-size: 5em;
  font-weight: 600;
  color: #65706F;
}

@media screen and (max-width: 767px) {
  .ttl_txt {
    font-size: 3.5em;
  }
}

.txt_p {
  color: #F5B8CF;
}

.txt_y {
  color: #F8D268;
}

.txt_b {
  color: #8AC3F2;
}

.txt_pp {
  color: #E3A9F3;
}

.ttl_subtxt {
  font-size: 1.2em;
  font-weight: 600;
  color: #65706F;
}

@media screen and (max-width: 767px) {
  .ttl_subtxt {
    font-size: 1.2em;
  }
}

.ttl_copy {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #65706F;
}

@media screen and (max-width: 767px) {
  .ttl_copy {
    font-size: 1.3em;
  }
}


.menu__listwrap1 {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 200px;
}

@media screen and (max-width: 767px) {
  .menu__listwrap1 {
    width: 100%;
    padding: 60px 0 120px;
  }
}



.menu__list {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


@media screen and (max-width: 767px) {
  .menu__list {
    justify-content: space-between;
    gap: 10px;
  }
}

.menubtn {
  width: 95%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .menubtn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 200px;
  }
}

.menubtn__list {
  height: auto;
}

.menubtn__list li {
  height: auto;
}





.item {
  width: 23%;
  min-width: 310px;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .item {
    width: 48%;
    min-width: auto;
    margin: 10px 0;
  }
}

.item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 1em 1.8em;
  border-radius: 20px;
  transition: all 0.3s;
  box-shadow: 6px 6px 6px 0px rgba(29, 28, 28, 0.3);
}

@media screen and (max-width: 767px) {
  .item a {
    padding: 0.5em 0.5em 1.2em;
  }
}


.item p {
  color: #1D1C1C;
}

.item__img {
  background-color: #ffffff;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: auto;
  align-items: center;
  position: relative;
}

.item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item__foodcourt {
  position: absolute;
  width: 40%;
  min-width: 120px;
  padding: 8px 0 8px 12px;
  background: #1D1C1C;
  border-radius: 50px 0 0 50px;
  color: #fff;
  top: 4%;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item__foodcourt {
    width: 70%;
    padding: 4px 0 4px 8px;
  }
}

.item__foodcourt p {
  color: #000;
}

.item__txt {
  margin-top: 0;
}

.item__tenpo {
  margin: 10px auto 0;
}

.item__shopname {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .item__shopname {
    font-size: 0.9em;
  }
}

.item__shopname p {
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .item__shopname p {
    font-size: 1em;
    line-height: 1.3;
  }
}

.item__detail {
  margin-top: 8px;
  font-size: 1.2em;
  font-weight: 600;
}

.item__detail a {
  display: inline-block;
  line-height: 1.4;
}

.item__detail a span {
  background: linear-gradient(transparent 95%, #1D1C1C 5%);
}

.item__info {
  margin: 0 auto 30px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .item__info {
    margin: 0 auto 50px;
  }
}

.item__name {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .item__name {
    font-size: 1.2em;
  }
}

.item__price p {
  margin-top: 1em;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .item__price p {
    font-size: 1.2em;
  }
}

.item__price p span {
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .item__price p span {
    font-size: 0.8em;
  }
}

hr {
  background-color: #707070;
  height: 0.5px;
  border: none;
}


.mainnotice {
  width: 90%;
  margin: 60px auto 120px;
  max-width: 1100px;
}

.mainnotice p {
  font-size: 0.9em;
}

#footer {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  z-index: 10;
}

@media all and (-ms-high-contrast: none) {
  .line_anime {
    height: auto;
  }
}

.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
  z-index: 999;
}

.topbtn a {
  text-decoration: none;
  color: #707070;
}

.topbtn::before {
  animation: scroll 3.5s infinite;
  border: solid #707070;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}

@keyframes scroll {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }

  80% {
    transform: rotate(135deg) translate(-20px, 20px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
}

.leftAnime2 {
  opacity: 0;
}

.leftAnime3 {
  opacity: 0;
}

.leftAnime-main {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight2 {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight3 {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeLeftRight-main {
  animation-name: slideTextX100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft2 {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft3 {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeRightLeft-main {
  animation-name: slideTextX-100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/*アニメーション*/
.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(0);
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition-delay: 2s;
  transition: 1s;
  transform: translateY(0);
}

.anime-b3 {
  opacity: 0;
  visibility: hidden;
  transition-delay: 1.6s;
  transition: 1s;
  transform: translateY(40px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagebana {
  max-width: 800px;
  width: 90%;
  margin: 30px auto;
}

.container {
  position: relative;
}


.green01 {
  position: relative;
  background-color: #E5FFFD;
}

.green01::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 8%;
  background: url(../img/arrow-circle01.png) no-repeat;
  background-size: contain;
  bottom: 2%;
  right: 3%;
}

@media screen and (max-width: 767px) {
  .green01::after {
    width: 12%;
    bottom: 4%;
    right: 6%;
  }
}

.green02 {
  position: relative;
  background-color: #E6FFE2;
}

.green02::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 8%;
  background: url(../img/arrow-circle02.png) no-repeat;
  background-size: contain;
  bottom: 2%;
  right: 3%;
}

@media screen and (max-width: 767px) {
  .green02::after {
    width: 12%;
    bottom: 4%;
    right: 6%;
  }
}

.green03 {
  position: relative;
  background-color: #F4FFE1;
}

.green03::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 8%;
  background: url(../img/arrow-circle03.png) no-repeat;
  background-size: contain;
  bottom: 2%;
  right: 3%;
}

@media screen and (max-width: 767px) {
  .green03::after {
    width: 12%;
    bottom: 4%;
    right: 6%;
  }
}

.fv-l {
  max-width: 750px;
  width: 70%;
  margin-left: 5%;
}

@media screen and (min-width: 1900px) {
  .fv-l {
    max-width: 1000px;
    width: 70%;
    margin-left: 10%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1899px) {
  .fv-l {
    max-width: 800px;
    width: 70%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 1100px) {
  .fv-l {
    width: 60%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .fv-c {
    width: 90%;
    margin: auto;
    padding-bottom: 20%;
  }
}

.fv-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 1100px) {
  .fv-btn-wrap {
    gap: 10px;
  }
}

.fv-btn {
  width: 280px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 6px 0px rgba(29, 28, 28, 0.3);
  border: #9CD3CF solid 2px;
  border-radius: 20px;
}

@media screen and (min-width: 1900px) {
  .fv-btn {
    width: 330px;
  }
}

@media screen and (max-width: 1100px) {
  .fv-btn {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .fv-btn {
    width: 200px;
    border-radius: 5px;
    border: none;
  }
}

@media screen and (max-width: 460px) {
  .fv-btn {
    width: 155px;
    border-radius: 10px;
  }
}

.fv-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  color: #455857;
  font-weight: 800;
  font-size: 1.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fv-btn a {
    padding: 10px;
    font-size: 1em;
  }
}

.fv-btn a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0%;
  bottom: 34%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #455857;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fv-btn a::after {
    bottom: 33%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #455857;
  }
}

@media screen and (max-width: 460px) {
  .fv-btn a::after {
    bottom: 33%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #455857;
  }
}

.shadow01 {
  text-shadow: 5px 5px #9CD3CF;
}

.shadow02 {
  text-shadow: 5px 5px #BBEEB4;
}

.shadow03 {
  text-shadow: 5px 5px #D2EF9C;
}

.fv-subttl {
  width: 70%;
  margin: 0 auto 5%;
}

.fv-img-sp {
  width: 95%;
  margin: auto;
}

.item__copy {
  margin: 10px auto;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .item__copy {
    margin: 5px auto;
    font-size: 0.9em;
  }
}

.acc01 {
  position: relative;
}

.acc01::before {
  position: absolute;
  content: "";
  background-image: url(../img/inrerior-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12%;
  height: 70%;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.acc02 {
  position: relative;
}

.acc02::before {
  position: absolute;
  content: "";
  background-image: url(../img/goods-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12%;
  height: 80%;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
}

.acc03 {
  position: relative;
}

.acc03::before {
  position: absolute;
  content: "";
  background-image: url(../img/occasion-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 47%;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.btm-btn {
  margin: 3% auto;
  max-width: 680px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 6px 0px rgba(29, 28, 28, 0.3);
  border: #9CD3CF solid 2px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .btm-btn {
    border-radius: 10px;
  }
}

.btm-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  color: #455857;
  font-weight: 800;
  font-size: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btm-btn a {
    padding: 15px 10px;
    font-size: 1.5em;
  }
}

.btm-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background: none;
}

.acc04 {
  position: relative;
}

.acc04::before {
  position: absolute;
  content: "";
  background-image: url(../img/product-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8%;
  height: 70%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 8%;
}

@media screen and (max-width: 767px) {
  .acc04::before {
    width: 12%;
    height: 70%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 9%;
  }
}

.acc05 {
  position: relative;
}

.acc05::before {
  position: absolute;
  content: "";
  background-image: url(../img/event_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 84%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 8%;
}

@media screen and (max-width: 767px) {
  .acc05::before {
    width: 7%;
    height: 80%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 8%;
  }
}

.fv-acc {
  position: relative;
}

.fv-acc::before {
  position: absolute;
  content: "";
  background-image: url(../img/fvacc-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 29%;
  top: -15%;
  right: -6%;
}

@media screen and (max-width: 767px) {
  .fv-acc::before {
    width: 45%;
    height: 14%;
    top: -8%;
    right: -12%;
  }
}

.fv-acc::after {
  position: absolute;
  content: "";
  background-image: url(../img/fvacc-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19%;
  height: 40%;
  bottom: -10%;
  left: -3%;
}

@media screen and (max-width: 767px) {
  .fv-acc::after {
    width: 38%;
    height: 21%;
    bottom: 0%;
    left: -9%;
  }
}