html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #231815;
  letter-spacing: 0.05em;
}

main {
  position: relative;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

@media (min-width: 768px) {
  body {
    font-size: 14px;
    position: relative;
  }
  .pcnone {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 13px;
    font-weight: 600;
  }
  .spnone {
    display: none !important;
  }
}
.container {
  padding: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.main {
  background-color: #fceded;
}

@media (min-width: 768px) {
  .main img {
    width: 1000px;
    margin: 0 auto;
    display: block;
  }
}
.spring_lead {
  text-align: center;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: bold;
}

.spring_h2, .spring_h2_2, .spring_h3 {
  font-family: "Zen Kurenaido", sans-serif;
}

.spring_h2_2 {
  text-align: center;
  position: relative;
}
.spring_h2_2::after {
  content: "";
  background-color: #231815;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.spring_h2_2 > span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 5px;
}

.spring_h3 {
  border: 1px solid;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .spring_h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .spring_h2 > span {
    font-size: 23px;
  }
  .spring_h2_2 {
    font-size: 35px;
  }
  .spring_h3 {
    text-align: center;
    font-size: 35px;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
  .spring_lead {
    font-size: 18px;
    margin: 50px 0;
    line-height: 1.6em;
  }
}
@media (max-width: 767.98px) {
  .spring_h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .spring_h2 > span {
    font-size: 18px;
  }
  .spring_h2_2 {
    font-size: 25px;
  }
  .spring_h3 {
    text-align: center;
    font-size: 26px;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  .spring_lead {
    font-size: 16px;
    margin: 30px 0;
    line-height: 1.9em;
  }
}
.btn_box {
  display: flex;
}
.btn_box > a {
  color: #231815;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.btn_box > a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

@media (min-width: 768px) {
  .btn_box {
    font-size: 16px;
    justify-content: center;
  }
  .btn_box > a {
    text-align: center;
    width: 300px;
    border-left: 1px solid #d8d8d9;
    padding-bottom: 20px;
  }
  .btn_box > a:first-child {
    border: none;
  }
}
.btn_box2 {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kurenaido", sans-serif;
}
.btn_box2 > a {
  color: #231815;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: 1px solid;
}
.btn_box2 > a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

@media (min-width: 768px) {
  .btn_box2 {
    gap: 10px;
    margin: 50px 0;
  }
  .btn_box2 > a {
    font-size: 20px;
    padding: 10px 10px 20px;
    width: calc(33.33% - 7px);
  }
}
@media (max-width: 767.98px) {
  .btn_box2 {
    justify-content: space-between;
    gap: 10px 0;
    margin: 30px 0;
  }
  .btn_box2 > a {
    width: calc(50% - 5px);
    padding: 10px 3px 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .event_box {
    margin: 80px 0;
    font-size: 16px;
  }
  .event_box .event_flex {
    display: flex;
    justify-content: space-between;
  }
  .event_box .event_flex .txt {
    width: calc(100% - 350px);
  }
  .event_box .event_flex .txt > p {
    margin-bottom: 20px;
  }
  .event_box .event_flex .txt .info {
    border: 1px solid;
    padding: 20px;
  }
  .event_box .event_flex .img {
    width: 300px;
  }
  .event_box .event_flex .img figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .event_box {
    margin: 30px 0;
  }
  .event_box .event_flex .txt > p {
    margin-bottom: 20px;
  }
  .event_box .event_flex .txt .info {
    border: 1px solid;
    padding: 10px;
  }
  .event_box .event_flex .img {
    margin-top: 10px;
  }
  .event_box .event_flex .img figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
}
.gourmet_box {
  background-color: #fef2ef;
}

.marche_box {
  background-color: #fff8eb;
}

.interior_box {
  background-color: #f6f9e9;
}

.beauty_box {
  background-color: #eef1f9;
}

.fashion_box {
  background-color: #ebf6fb;
}

.lifestyle_box {
  background-color: #f5f0e8;
}

@media (min-width: 768px) {
  .spring_box {
    padding: 50px 0;
  }
  .shop_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  .shop_wrap .shop_box {
    width: calc(33.33% - 54px);
    display: flex;
    flex-direction: column;
  }
  .shop_wrap .shop_box figure {
    margin: 0;
  }
  .shop_wrap .shop_box figure figcaption {
    font-size: 11px;
  }
  .shop_wrap .shop_box .item {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
  }
  .shop_wrap .shop_box .item > span {
    font-size: 14px;
  }
  .shop_wrap .shop_box .shop {
    border-top: 1px solid #231815;
    font-weight: bold;
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    margin-top: auto;
    font-size: 13px;
  }
  .shop_wrap .shop_box .shop > span {
    background-color: #231815;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin-right: 7px;
    width: 50px;
    text-align: center;
  }
  .shop_wrap .shop_box .shop_link {
    border: 1px solid;
    color: #231815;
    font-size: 13px;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 10px;
    padding: 5px;
  }
  .shop_wrap .shop_box .shop_link::after {
    content: "";
    background-image: url(../img/arrow.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  .spring_box {
    padding: 30px 0;
  }
  .shop_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }
  .shop_wrap .shop_box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .shop_wrap .shop_box figure {
    margin: 0;
  }
  .shop_wrap .shop_box figure figcaption {
    font-size: 11px;
  }
  .shop_wrap .shop_box .item {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
  }
  .shop_wrap .shop_box .item > span {
    font-size: 13px;
  }
  .shop_wrap .shop_box .shop {
    border-top: 1px solid #231815;
    font-weight: bold;
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    margin-top: auto;
    font-size: 13px;
  }
  .shop_wrap .shop_box .shop > span {
    background-color: #231815;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin-right: 7px;
    width: 50px;
    text-align: center;
  }
  .shop_wrap .shop_box .shop_link {
    border: 1px solid;
    color: #231815;
    font-size: 13px;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 10px;
    padding: 5px;
  }
  .shop_wrap .shop_box .shop_link::after {
    content: "";
    background-image: url(../img/arrow.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
  }
}
.spring_quest {
  border: 3px solid #eb6d8e;
  background-color: #fff;
  position: relative;
  display: block;
  color: #231815;
}
.spring_quest:hover {
  color: #231815;
}
.spring_quest .spring_quest_ttl {
  color: #eb6d8e;
  text-align: center;
  font-weight: bold;
}
.spring_quest .spring_quest_ttl2 {
  color: #54a274;
  border: 2px dashed #54a274;
  width: -moz-fit-content;
  width: fit-content;
}
.spring_quest p > span {
  color: #eb6d8e;
  font-weight: bold;
}
.spring_quest p > .link_span {
  background-color: #eb6d8e;
  color: #fff;
}
.spring_quest .spring_quest_seal {
  display: flex;
  gap: 2px;
}
.spring_quest .spring_quest_seal > span {
  background-color: #eb6d8e;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .spring_quest {
    padding: 40px 20px 40px;
    margin: 50px 200px;
  }
  .spring_quest .spring_quest_ttl {
    font-size: 20px;
    margin: 10px 0 20px;
    z-index: 1;
    position: relative;
  }
  .spring_quest .spring_quest_ttl > span {
    font-size: 30px;
  }
  .spring_quest .spring_quest_ttl2 {
    font-size: 20px;
    margin: 0 auto;
    padding: 0 10px 0 20px;
    z-index: 1;
    position: relative;
  }
  .spring_quest .spring_quest_seal {
    margin: 15px 0 5px;
  }
  .spring_quest .spring_quest_seal > img {
    width: 20px;
  }
  .spring_quest p.spring_quest_p1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .spring_quest p.spring_quest_p1 > .link_span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 30px;
  }
  .spring_quest p.spring_quest_p2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .spring_quest p.spring_quest_p2 > span {
    font-size: 16px;
  }
  .spring_quest .spring_quest_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spring_quest .spring_quest_flex > div {
    width: calc(50% - 20px);
  }
  .deco > span {
    position: absolute;
  }
  .deco > span:nth-child(2) {
    width: 130px;
    top: 20px;
    right: 70px;
  }
  .deco > span:nth-child(1) {
    width: 95px;
    top: 0px;
    left: 70px;
  }
}
@media (max-width: 767.98px) {
  .spring_quest {
    padding: 20px 10px 40px;
    margin: 30px 0;
  }
  .spring_quest .spring_quest_ttl {
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }
  .spring_quest .spring_quest_ttl2 {
    font-size: 14px;
    margin: 0 auto;
    padding: 0 10px 0 20px;
    z-index: 1;
    position: relative;
  }
  .spring_quest .spring_quest_seal {
    margin: 15px 0 5px;
  }
  .spring_quest .spring_quest_seal > img {
    width: 15px;
  }
  .spring_quest p.spring_quest_p1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .spring_quest p.spring_quest_p1 > .link_span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2px;
  }
  .spring_quest p.spring_quest_p2 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .spring_quest p.spring_quest_p2 > span {
    font-size: 14px;
  }
  .deco > span {
    position: absolute;
    z-index: 0;
  }
  .deco > span:nth-child(1) {
    width: 60px;
    top: 5px;
    left: 10px;
  }
  .deco > span:nth-child(2) {
    width: 60px;
    top: 25px;
    right: 25px;
  }
}
.copyright {
  background-color: #231815;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .copyright {
    font-size: 11px;
    padding: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .copyright {
    font-size: 9px;
    padding: 10px 0;
  }
}
.page-top {
  position: fixed;
  transition: 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.page-top > .page-top_link {
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px -5px #777777;
}

.page-top.show_btn {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .page-top {
    bottom: 20px;
    right: 20px;
    margin: 0 30px 20px auto;
    width: 70px;
  }
  .page-top > .page-top_link {
    width: 70px;
    height: 70px;
    font-size: 15px;
  }
  .page-top > .page-top_link > img {
    width: 35px;
  }
}
@media (max-width: 767.98px) {
  .page-top {
    bottom: 10px;
    right: 10px;
    width: 40px;
  }
  .page-top > .page-top_link {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .page-top > .page-top_link > img {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */