@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fefcfd;
  color: #000000;
  margin: 0;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background: linear-gradient(90deg, rgb(255, 0, 0) 20%, rgb(251, 255, 0) 30%, rgb(0, 255, 0) 50%, rgb(0, 255, 251) 65%, rgb(0, 0, 255) 85%);
  -webkit-mask-image: url("../img/pattern_v2.png");
  -webkit-mask-size: 500px;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: 0 0;
  mask-image: url("../img/pattern_v2.png");
  mask-size: 500px;
  mask-repeat: repeat;
  mask-position: 0 0;
  transform: rotate(-15deg) scale(1.5);
  transform-origin: center;
}

main {
  position: relative;
  background: #fefcfd;
}
main::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ea7d65;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media only screen and (min-width: 768px) {
  main::before {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  main::before {
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  main {
    max-width: 1000px;
    width: 100%;
    margin: 75px auto;
    border-radius: 100px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    max-width: 100vw;
    width: 95%;
    margin: 10px;
    border-radius: 50px;
  }
}

section {
  position: relative;
  z-index: 10;
  padding-top: 50px;
}
section:last-child {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  section {
    margin: 50px;
  }
}
@media only screen and (max-width: 767px) {
  section {
    margin: 5px;
  }
}

.top {
  text-align: center;
  padding: 50px 0;
}
.top__ttl {
  font-family: "Kaisei Opti", serif;
}
.top__ttl--main {
  font-family: "Kaisei Opti", serif;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(255, 0, 0) 10%, rgb(255, 200, 0) 40%, rgb(0, 255, 0) 50%, rgb(0, 255, 251) 65%, rgb(0, 0, 255) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(54px, 10vw, 125px);
  line-height: clamp(54px, 10vw, 125px);
}
.top__ttl--sub {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(255, 0, 0) 10%, rgb(255, 200, 0) 30%, rgb(0, 255, 0) 50%, rgb(0, 255, 251) 65%, rgb(0, 0, 255) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(15px, 5vw, 50px);
  line-height: clamp(15px, 5vw, 50px);
}
.top__ttl--line {
  border-bottom: #ea7d65 solid 3px;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .top__ttl--line {
    margin: 25px auto;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl--line {
    margin: 10px auto;
  }
}
.top__info {
  font-weight: 500;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .top__info {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top__info {
    font-size: 15px;
  }
}

.flavor {
  margin: 0 !important;
  font-weight: bolder;
  background-color: #ea7d65;
  color: #fefcfd;
}
@media only screen and (max-width: 767px) {
  .flavor {
    padding: 20px;
  }
}
.flavor span {
  color: #c20606;
}
.flavor p {
  margin: 0;
}
.flavor__ttl {
  text-align: center;
}
.flavor__ttl--main {
  margin: 0;
  font-size: clamp(25px, 5vw, 60px);
  line-height: clamp(25px, 5vw, 60px);
}
.flavor__ttl--sub {
  margin: 10px;
  font-size: clamp(20px, 2.5vw, 35px);
  line-height: clamp(25px, 2.5vw, 35px);
}
.flavor__info {
  font-size: clamp(18px, 2.5vw, 25px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flavor__info strong {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .flavor__info {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flavor__info {
    padding: 25px 0;
  }
}

.info__info {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .info__info {
    width: fit-content;
    margin: 0 auto;
  }
}
.info__info {
  font-size: clamp(15px, 2.5vw, 25px);
  text-align: center;
}
.info__info span {
  font-size: 0.8rem;
}
.info__note {
  font-size: clamp(15px, 2.5vw, 22px);
}
@media only screen and (min-width: 768px) {
  .info__note {
    width: fit-content;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .info__note {
    padding: 25px;
  }
}
.info__note li {
  margin-bottom: 5px;
}
.info__note li::marker {
  content: "※";
}

@media only screen and (min-width: 768px) {
  .topics {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
  }
}
.topics__ttl {
  font-size: clamp(25px, 2.5vw, 40px);
  color: #ea7d65;
  border-bottom: #ea7d65 solid 2px;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    padding-left: 20px;
  }
}
.topics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.topics__item {
  box-shadow: rgba(0, 0, 0, 0.3215686275) 1px 1px 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: 175px;
  }
}
.topics__pic {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    width: 175px;
    height: 175px;
  }
}
.topics__pic img {
  width: 100%;
  transition: 0.2s;
}
.topics__pic img:hover {
  transform: scale(110%);
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .topics__itemttl {
    min-height: 75px;
    max-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__itemttl {
    font-size: 10px;
    min-height: 65px;
    max-height: 65px;
  }
}
.topics__itemttl a {
  color: #ea7d65;
  text-decoration: none;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .note {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
  }
}
.note__ttl {
  font-size: clamp(25px, 2.5vw, 40px);
  color: #ea7d65;
  border-bottom: #ea7d65 solid 2px;
}
@media only screen and (max-width: 767px) {
  .note__ttl {
    padding-left: 20px;
  }
}
.note ul {
  font-size: clamp(15px, 2.5vw, 22px);
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .note ul {
    padding: 25px;
  }
}
.note ul li {
  margin-bottom: 5px;
}
.note ul li::marker {
  content: "※";
}
.note__foot {
  text-align: center;
  font-size: clamp(15px, 2.5vw, 22px);
}

@media only screen and (min-width: 768px) {
  .access {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
  }
}
.access__ttl {
  font-size: clamp(25px, 2.5vw, 40px);
  color: #ea7d65;
  border-bottom: #ea7d65 solid 2px;
}
@media only screen and (max-width: 767px) {
  .access__ttl {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .access__box {
    display: flex;
  }
}
.access__map {
  width: 100%;
  border-radius: 20px;
  border: solid #fefcfd 10px;
}
@media only screen and (min-width: 768px) {
  .access__map {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .access__map {
    text-align: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
.access__map iframe {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .access__map iframe {
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .access__map iframe {
    text-align: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
.access__address {
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .access__address {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .access__address {
    width: 80%;
    margin: 0 auto;
  }
}
.access__address--store {
  font-weight: bolder;
  font-size: clamp(25px, 2.5vw, 40px);
  margin: 0 0 20px;
}
.access__address--address, .access__address--access {
  font-weight: 400;
  font-size: clamp(15px, 2.5vw, 18px);
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .sns__container {
    width: calc(100% - 450px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .sns__container {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.sns__item {
  border: 5px solid #ea7d65;
  border-radius: 150px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: #fefcfd;
  backdrop-filter: blur(0.5rem);
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 20px 20px 20px 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    padding: 35px 35px 35px 120px;
    transition: 0.2s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: #fefcfd;
  }
  .sns__item:hover .text::before {
    right: 55px;
  }
  .sns__item:hover .text::after {
    right: 33px;
  }
}
.sns__item.sns-twitter::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #000000;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-twitter::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
.sns__item.sns-twitter::before {
  content: "\e61b";
  color: #ea7d65;
}
.sns__item .text::before {
  content: "";
  border-top: solid 2px #ea7d65;
  border-right: solid 2px #ea7d65;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item .text::before {
    width: 8px;
    height: 8px;
    top: 35px;
    right: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::before {
    width: 12px;
    height: 12px;
    top: 54.5px;
    right: 62px;
    transition: 0.2s;
  }
}
.sns__item .text::after {
  content: "";
  border: 1px solid #ea7d65;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item .text::after {
    width: 38px;
    height: 38px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::after {
    width: 50px;
    height: 50px;
    right: 40px;
    transition: 0.2s;
  }
}
.sns__item .text p {
  color: #ea7d65;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 10px;
  }
}
.sns__item .text a {
  color: #ea7d65;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.9rem;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style.css.map */