@charset "utf-8";
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #1c1c1c;
}
/* 

font-weight:700;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Satoshi', sans-serif; 
*/
.sp {
  display: none;
}
img,
video {
  display: block;
}
a {
  display: block;
  color: #1c1c1c;
}
.scroll__down__wrap {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  z-index: 10;
}
.scroll__text {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #1c1c1c;
  transform: rotate(90deg);
  position: absolute;
  top: -30px;
  left: -12px;
}
.scroll__down {
  width: 1px;
  height: 50px;
  background-color: #1c1c1c;
  border-radius: 0.5px;
}
.scroll__dotted {
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #1c1c1c;
  position: absolute;
  top: -5px;
  left: -2px;
  opacity: 0;
  animation: scroll_down 1.2s ease infinite;
}
@keyframes scroll_down {
  0% {
    opacity: 0;
    top: -5px;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 50px;
  }
}
#wrap {
  width: 100%;
  height: auto;
  border-color: aqua;
}
header {
  width: 100%;
  height: 120px;
  /* background-color: rgba(252, 200, 0, 0.7) ; */
  padding: 35px 99.8px 10px 57px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s;
  opacity: 1;
  pointer-events: none;
}
.hidden {
  transform: translateY(-20px);
  opacity: 0;
}
.header__inner {
  width: 100%;
  height: auto;
  position: relative;
}
.logo_link {
  display: block;
  width: 151px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
}
.logo_link img {
  width: 100%;
  height: auto;
}
.header__inner__list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list__item {
  width: auto;
  height: auto;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.44em;
  padding: 0px 20px;
  position: relative;
}

.list__item__top,
.list__item__menu,
.list__item__shops {
  border-right: #1c1c1c 1px solid;
}
.list__item__onlinshop.list__item__onlinshop__none {
  width: 219px;
  height: 34px;
  background-color: unset;
  opacity: 0.5;
  position: unset;
}
.list__item__onlinshop {
  width: 219px;
  height: 52px;
  background-color: #f7b300;
  border-radius: 27px;
  padding: 0;
  position: fixed;
  top: 26px;
  right: 100px;
  z-index: 102;
}

.list__link {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
.list__link__dotted::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #1c1c1c;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.2s;
  opacity: 0;
}
.list__link__dotted:hover::after {
  opacity: 1;
}
.list__link__text {
  width: 100%;
  height: auto;
  padding-left: 30px;
}
.list__item__onlinshop__icon {
  width: 21px;
  height: auto;
  position: absolute;
  top: 16px;
  left: 170px;
}
.list__item__onlinshop__icon img {
  width: 100%;
  height: auto;
}
.shop__list__wrap {
  display: none;
  width: 198px;
  height: 90px;
  background-color: #1c1c1c;
  border-radius: 10px;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
.shop__list__wrap.appear {
  display: block;
}
.shop__list__item {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  pointer-events: auto;
}
.shop__list__item:hover {
  opacity: 0.8;
}
.shop__list__item__hakata {
  border-bottom: solid 1px #fcc800;
}
.shop__list {
  width: 100%;
  height: auto;
  /* color: #fff; */
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.hamburger {
  display: block;
  width: 52px;
  height: 52px;
  background-color: rgba(28, 28, 28, 1);
  border-radius: 50%;
  position: fixed;
  top: 26px;
  right: 42px;
  z-index: 102;
  transition: 0.3s;
}
.hamburger:hover {
  background-color: rgba(28, 28, 28, 0.8);
}

.hbg_btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hbg_btn__inner {
  display: block;
  width: 17.61px;
  height: 18px;
  position: relative;
}
.hbg_btn_icon {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  transform-origin: center;
}
.hbg_btn_icon_top {
  top: 0;
  left: 0;
}
.hbg_btn_icon_mid {
  top: 8px;
  left: 0;
}
.hbg_btn_icon_btm {
  top: 16px;
  left: 0;
}

.open .hbg_btn_icon_top {
  animation: open_top 0.3s ease forwards;
}
.open .hbg_btn_icon_mid {
  animation: open_mid 0.3s ease forwards;
}
.open .hbg_btn_icon_btm {
  animation: open_btm 0.3s ease forwards;
}
@keyframes open_top {
  0% {
    top: 0px;
    transform: scale(1) rotate(0);
  }
  50% {
    top: 8px;
    transform: scale(1) rotate(0);
  }
  100% {
    top: 8px;
    transform: scale(1.2) rotate(45deg);
  }
}
@keyframes open_mid {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes open_btm {
  0% {
    top: 16px;
    transform: scale(1) rotate(0);
  }
  50% {
    top: 8px;
    transform: scale(1) rotate(0);
  }
  100% {
    top: 8px;
    transform: scale(1.2) rotate(-45deg);
  }
}

.close .hbg_btn_icon_top {
  animation: close_top 0.3s ease forwards;
}
.close .hbg_btn_icon_mid {
  animation: close_mid 0.3s ease forwards;
}
.close .hbg_btn_icon_btm {
  animation: close_btm 0.3s ease forwards;
}
@keyframes close_top {
  0% {
    top: 8px;
    transform: scale(1.2) rotate(45deg);
  }
  50% {
    top: 8px;
    transform: scale(1) rotate(0);
  }
  100% {
    top: 0px;
    transform: scale(1) rotate(0);
  }
}
@keyframes close_mid {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes close_btm {
  0% {
    top: 8px;
    transform: scale(1.2) rotate(-45deg);
  }
  50% {
    top: 8px;
    transform: scale(1) rotate(0);
  }
  100% {
    top: 16px;
    transform: scale(1) rotate(0);
  }
}
/* --------ハンバーガーナビゲーションメニュー ---------------------------------------------*/
.global_nav {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
.global_nav__contents {
  width: 313px;
  height: 470px;
  background-image: url(../image/global_menu_BG_image.png);
  background-size: contain;
  position: fixed;
  top: 9px;
  right: 1.7%;
}
.list__item__onlinshop__global__nav {
  position: absolute;
  top: 18px;
  left: -19px;
}
.global_nav_list {
  width: 73.8%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.global_nav_item__container {
  position: absolute;
  top: 194px;
  left: 0;
}
.global_nav_item {
  width: 100%;
  height: auto;
}
.global_nav_logo {
  width: 138.5px;
  height: auto;
  position: absolute;
  top: 111px;
  left: 0;
}
.global_nav_item__shops__logo {
  width: 100%;
  height: auto;
}
.global_nav_item__shops__logo img {
  width: 100%;
  height: auto;
}
.global_nav_item__text {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.44em;
  margin-bottom: 18px;
}
.global_nav_item__text__contact {
  margin-top: 18px;
}
.global_nav_item__shops__link {
  font-size: 14px;
  line-height: 1.43em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
.global_nav_item__shops__link::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.insta__icon {
  width: 29px;
  height: auto;
  position: absolute;
  bottom: 54px;
  right: 0;
}
.insta__icon__link {
  width: 100%;
  height: auto;
}
.insta__icon__link img {
  width: 100%;
  height: auto;
}
/* ローディング画面 */
.loading__area {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
.loading__area__inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.loading__area__charaitem {
  width: 247px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.loading__area__charaitem img {
  width: 100%;
  height: auto;
}
.loading__area__tamagoitem {
  width: 247px;
  height: 247px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.loading__area__tamagoitem img {
  width: 100%;
  height: auto;
}
/* ファーストビュー */
#l_wrapper {
  width: 100%;
  height: auto;
}
#hero {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hero__inner {
  width: 92.34%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 140px;
}
.hero__video__area__wrap {
  width: 100%;
  height: auto;
}
.hero__video__area {
  width: 100%;
  height: auto;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
}
.uovo_top_image {
  width: 60%;
  max-width: 600px;
  height: auto;
  position: absolute;
  bottom: -60px;
  left: -20px;
  z-index: 10;
}
.hero__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__video video {
  width: 100%;
  height: auto;
}

/* canal */
.hero_swiper {
  width: 100%;
  height: 100%;
}
.hero_swiper .swiper-slide {
  width: 100%;
  height: auto;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.hero_swiper .swiper-slide-active img,
.hero_swiper .swiper-slide-duplicate-active img,
.hero_swiper .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
  transition: all 0.5s ease;
}
.hero_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.circle_image {
  width: 20.7%;
  height: auto;
  position: absolute;
  top: -20px;
  right: -20px;
  animation: roll_loop infinite 35s linear;
  z-index: 10;
}
.circle_image img {
  width: 100%;
  height: auto;
}
@keyframes roll_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.chara__circle img {
  width: 100%;
  height: auto;
}

#about {
  width: 100%;
  height: auto;
  margin-top: 144px;
  margin-bottom: 122px;
}
.about__inner {
  width: 80%;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
}
.about__text__area {
  width: 38.6%;
  height: auto;
}
.about__title {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.43em;
}
.about__sub__title {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  margin-bottom: 44px;
}
.about__deitail {
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 2.14em;
  text-align: justify;
}
.about__image {
  width: 60%;
  height: auto;
}
.about__image img {
  width: 100%;
  height: auto;
}

#right_to_left {
  width: 100%;
  height: auto;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 140s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 1350px;
  margin-left: 28px;
}
.scroll-infinity__item > img {
  width: 100%;
}

/*------------------------------ メニューエリア（スライド） ------------------------------*/
#menu {
  width: 100%;
  height: auto;
}
.menu__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1800px;
  padding-top: 100px;
  background-color: #f9b303;
}
.menu__container {
  width: 100%;
  height: 0;
  position: sticky;
  top: 5vh;
  left: 0;
}
.menu__container__bk {
  content: "";
  display: block;
  width: 90%;
  height: 90vh;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.pagenation {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0%, -50%);
  z-index: 20;
}
.pagenation div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #000000;
  background-color: #fff;
  z-index: 2;
}
.pagenation div.active {
  background-color: #000;
}

.pagenation .progress {
  /* display: none; */
  width: 1px;
  border-radius: 1px;
  background-color: #6a6a6a;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  border: unset;
  transform: translate(-50%, 0);
}

.menu__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 700;
  width: 80%;
  height: 65vh;
  /* border: solid 5px chocolate; */
  pointer-events: none;
  transform: translate(-50%, 0%);
  position: absolute;
  top: 12vh;
  left: 50%;
  opacity: 0;
  transition: 0.3s;
}
.menu__container .menu__wrap.menu01 {
  z-index: 10;
}
.menu__container .menu__wrap.menu02 {
  z-index: 11;
}
.menu__container .menu__wrap.menu03 {
  z-index: 12;
}
.menu__container .menu__wrap.menu04 {
  z-index: 13;
}
.show.menu__wrap {
  opacity: 1;
  pointer-events: auto;
}
.image {
  width: 70%;
  height: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s;
  transition-delay: 0.15s;
  /* background-color: red; */
}

.show .image {
  opacity: 1;
  transform: scale(1);
}
.txt {
  width: 30%;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.4s;
  transition-delay: 0.15s;
}
.show .txt {
  opacity: 1;
  transform: scale(1);
}

.menu__parents {
  width: 100%;
  height: auto;
  /* border: solid 20px chartreuse; */
}
.menu__children {
  width: 100%;
  height: var(--height);
}
:root {
  --height: 100vh;
}
.menu__children:last-of-type {
  height: calc(var(--height) + 20vh);
}

/* スライド要素のCSS */
.slide__image__container {
  width: 90%;
  max-width: 750px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 50px;
  margin: 0 auto;
}
.slide__image__container.center {
  justify-content: center;
}
.slide__item.width70 {
  width: 70%;
}
.gap10 {
  gap: 10px !important;
}

.slide__item {
  width: 48%;
  height: auto;
}

.slide__image {
  width: 100%;
  height: auto;
}
.slide__image img {
  width: 100%;
  height: auto;
}
.slide__text {
  font-size: 16px;
  text-align: center;
  padding-top: 18px;
}
.slide__text_price {
  font-size: 30px;
  letter-spacing: 0.07em;
  line-height: 1.34em;
  margin-bottom: 10px;
  text-align: center;
}
.slide__text_price span {
  font-size: 12px;
  font-weight: 400;
}
.slide__text_note {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1.34em;
  margin-bottom: 10px;
  text-align: center;
}
.menu__detail__container {
  width: 100%;
  height: auto;
}
.menu__title {
  font-size: 64px;
  letter-spacing: 0.07em;
  line-height: 1.43em;
}
.menu__sub__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  margin-bottom: 45px;
}
.menu__item__name {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.menu__price__text {
  font-size: 29px;
  letter-spacing: 0.07em;
  line-height: 1.34em;
  margin-bottom: 24px;
  font-weight: 701;
  font-family: "Satoshi", sans-serif;
}
.menu__price__text span {
  font-size: 16px;
  font-weight: 400;
}
.pmenu__detail__text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2em;
  margin-bottom: 100px;
}
.menu__link__btn {
  width: 80%;
  height: 72px;
  border-radius: 36px;
  background-color: #1c1c1c;
  margin: 0 auto 0 0;
  transition: 0.3s;
}
.menu__link__btn:hover {
  opacity: 0.7;
}
.menu__link {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 24px;
  font-size: 16px;
}
/*--------------------------------------------------------------------------------*/

/* .yellow__musk {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fcc800;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
} */

.tamago__area {
  width: 100%;
  height: 100%;
  position: sticky;
  position: -webkit-sticky;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}
.tamago__area__inner {
  width: 100%;
  height: auto;
}
.tamago__area__canal .tamago__area__inner {
}
.tamago_top_image {
  width: 100%;
  height: auto;
}
.tamago_top_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tamago__list__room {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  background-color: #fff;
}
.tamago__item__container {
  width: 68.7%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 64px;
}
.tamago__item__title {
  width: 100%;
  height: auto;
  font-size: 64px;
  letter-spacing: 0.07em;
  line-height: 1.43em;
  text-align: center;
}
.tamago__sub__title {
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  text-align: center;
}
.tamago__flex__container {
  width: 68.7%;
  height: auto;
  margin: 0 auto;
  display: flex;
  column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  max-width: 1500px;
}
.tamago__image {
  width: 50%;
  height: auto;
  border-radius: 30px;
}
.tamago__image img {
  width: 100%;
  height: auto;
}
.tamago__detail {
  width: 50%;
  height: auto;
}
.tamago__detail_neme {
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45em;
  margin-bottom: 12px;
}
.tamago__detail__info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 12px;
  margin-bottom: 14px;
}
.tamago__detail__info__item__wrap {
  width: 69px;
  height: 21px;
  border-radius: 41px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  padding-top: 4px;
}
.tamago__detail__info__item {
  width: 69px;
  height: 21px;
  border-radius: 41px;
  background-color: #e6e6e6;
  font-size: 12px;

  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 100%;
  text-align: center;
  padding-top: 4px;
}
.tamago__detail__info__text {
  font-size: 12px;

  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
.tamago__btn__area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-start;
  padding-top: 26px;
}
.tamago__btn__container {
  width: 199px;
  height: 43px;
  border-radius: 41px;
  background-color: #1c1c1c;
  overflow: hidden;
}
.tamago__btn {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.42em;
  color: #fff;
  text-align: center;
  padding-top: 11px;
}
.shop__insta {
  width: 43px;
  height: 43px;
}
.shop__insta__btn {
  width: 100%;
  height: 100%;
}
.shop__insta__btn img {
  width: 100%;
  height: auto;
}
.tamago__btm__image {
  width: 100%;
  height: auto;
}
.tamago__btm__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tamago_btm_video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
  margin-top: -15%;
}
.tamago_btm_video video {
  width: 100%;
  height: auto;
}
.yellow__unyo {
  width: 100%;
  height: auto;
  margin-top: -6.5%;
  position: relative;
}
.yellow__unyo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.to_top {
  width: 80px;
  height: auto;
  transition: 0.3s;
  transform: translateY(-20px);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 6%;
  /* max-width: 300px; */
}
.to_top_image {
  width: 100%;
  height: auto;
}
.to_top_image img {
  width: 100%;
  height: auto;
}

#footer__area {
  width: 94%;
  height: auto;
  margin: 0 auto 100px auto;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  background-color: #fff;
  /* background-color: #1c1c1c; */

  max-width: 1500px;
}
.footer__area__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #1c1c1c;
  border-radius: 50px;
  padding: 45px 0px;
}
.footer__area__flex {
  width: 87.86%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  border-bottom: 1px #fff solid;
  padding-bottom: 44.5px;
}
.footer__area__text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.44em;
  font-weight: 700;
  color: #fff;
}
.footer__btn__area {
  width: 319px;
  height: 70px;
  background-color: #fff;
  border-radius: 35px;
}
.footer__area__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 17px;
}
.footer__text {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.45em;
  color: #1c1c1c;
}
.footer__menu__wrap {
  width: 87.86%;
  height: auto;
  margin: 0 auto;
  padding-top: 48.9px;
  position: relative;
  max-width: 1200px;
}
.footer__item__container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__logo {
  width: 185.71px;
  height: 68.57px;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__item {
  width: 44.34%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 25px;
}
.footer__list {
  width: 100%;
  height: auto;
}
.footer__link {
  width: 100%;
  height: auto;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.44em;
  color: #fff;
  white-space: nowrap;
}
.footer__insta_logo {
  width: 29px;
  height: 29px;
}
.footer__insta_logo img {
  width: 100%;
  height: auto;
}
.shop__image {
  width: 29px;
  height: auto;
}
.shop__image img {
  width: 100%;
  height: auto;
}
.footer__cr {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cr__text {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.41em;
  color: #fff;
}
.thanks_inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
/* PC ================================================== */
@media all and (max-width: 1200px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .list__item {
    padding: 0px 20px;
  }
  .list__link__text {
    padding-left: 12px;
  }

  .global_nav__contents {
    background-size: contain;
    position: fixed;
    top: 12px;
    right: 2.7%;
  }

  .price__list .dotted {
    width: 10%;
  }
  .swiper-wrapper .swiper-slide.swiper__slide__itoshima {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 30px;
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 1100px) {
  .menu__text__itoshima .menu__title {
    font-size: 40px;
  }
  .menu__text__itoshima .menu__sub__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .menu__sub__title__ito {
    padding-bottom: 33px;
  }
  .menu__text__itoshima .menu__item.menu__item__itoshima {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .price__list .price__quantity {
    font-size: 12px;
  }
  .price__list .price__text {
    font-size: 12px;
  }
}
/* Tablet ================================================== */
@media all and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .list__item {
    padding: 0px 10px;
  }
  .list__link {
    font-size: 14px;
  }
}

/* SP ================================================== */
@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .scroll__down__wrap {
    position: absolute;
    top: 90%;
    right: unset;
    left: -3%;
    transform: translate(0, -100%);
    z-index: 10;
  }
  header {
    width: 100%;
    height: 80px;
    padding: 23px 21px 0px 22px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .logo_link {
    width: 96.8px;
  }

  .list__item__onlinshop {
    width: 165px;
    height: 36px;
    top: 18px;
    right: 60px;
  }
  .list__item__onlinshop__icon {
    width: 13.92px;
    top: 12px;
    left: 123px;
  }
  .list__link__text {
    padding-left: 8px;
  }
  .hamburger {
    width: 36px;
    height: 36px;
    top: 19px;
    right: 15px;
  }
  .hbg_btn__inner {
    width: 12px;
    height: 12px;
  }
  .hbg_btn {
    padding: 0;
  }
  .hbg_btn_icon_mid {
    top: 6px;
  }
  .hbg_btn_icon_btm {
    top: 12px;
  }
  .open .hbg_btn_icon_top {
    animation: open_top_sp 0.3s ease forwards;
  }
  .open .hbg_btn_icon_mid {
    animation: open_mid_sp 0.3s ease forwards;
  }
  .open .hbg_btn_icon_btm {
    animation: open_btm_sp 0.3s ease forwards;
  }
  @keyframes open_top_sp {
    0% {
      top: 0px;
      transform: scale(1) rotate(0);
    }
    50% {
      top: 6px;
      transform: scale(1) rotate(0);
    }
    100% {
      top: 6px;
      transform: scale(1.2) rotate(45deg);
    }
  }
  @keyframes open_mid_sp {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes open_btm_sp {
    0% {
      top: 12px;
      transform: scale(1) rotate(0);
    }
    50% {
      top: 6px;
      transform: scale(1) rotate(0);
    }
    100% {
      top: 6px;
      transform: scale(1.2) rotate(-45deg);
    }
  }

  .close .hbg_btn_icon_top {
    animation: close_top_sp 0.3s ease forwards;
  }
  .close .hbg_btn_icon_mid {
    animation: close_mid_sp 0.3s ease forwards;
  }
  .close .hbg_btn_icon_btm {
    animation: close_btm_sp 0.3s ease forwards;
  }
  @keyframes close_top_sp {
    0% {
      top: 6px;
      transform: scale(1.2) rotate(45deg);
    }
    50% {
      top: 6px;
      transform: scale(1) rotate(0);
    }
    100% {
      top: 0px;
      transform: scale(1) rotate(0);
    }
  }
  @keyframes close_mid_sp {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes close_btm_sp {
    0% {
      top: 6px;
      transform: scale(1.2) rotate(-45deg);
    }
    50% {
      top: 6px;
      transform: scale(1) rotate(0);
    }
    100% {
      top: 12px;
      transform: scale(1) rotate(0);
    }
  }
  .global_nav__contents {
    width: 230px;
    height: 442px;
    background-image: url(../image/global_menu_BG_image_sp.png);
    background-size: contain;
    position: fixed;
    top: 10px;
    right: 2.7%;
  }
  .global_nav_list {
    width: 70%;
  }
  .global_nav_item__container {
    top: 157px;
  }

  .global_nav_item.global_nav_logo {
    width: 111px;
    top: 84.7px;
  }
  .global_nav_item__text {
    white-space: nowrap;
    font-size: 14px;
  }
  .insta__icon {
    right: unset;
    left: 0;
    bottom: 36px;
  }

  #hero {
    overflow: hidden;
  }
  .hero__inner {
    width: 100%;
    padding-top: 90px;
  }
  .hero__video__area {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
  }
  .hero__video {
    /* border-radius: 50% 50% 50% 50% / 26% 26% 26% 26% ; */
    /* border-radius: 351px; */
  }
  .hero__video video {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    object-position: center;
    object-fit: cover;
  }
  .chara__circle {
    width: 113.45px;
    height: auto;
    position: absolute;
    top: -7.9%;
    left: -1.6%;
  }
  .circle_image {
    width: 197px;
    height: auto;
    position: absolute;
    top: -20px;
    right: -40px;
    animation: roll_loop infinite 35s linear;
  }

  .uovo_top_image {
    max-width: 340px;
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 12;
  }

  #about {
    margin-top: 76px;
    margin-bottom: 59px;
  }
  .about__inner {
    display: block;
    width: 90%;
  }
  .about__text__area {
    width: 100%;
  }
  .about__title {
    font-size: 50px;
    text-align: center;
  }
  .about__sub__title {
    font-size: 12px;
    text-align: center;
  }
  .about__image {
    width: 100%;
    padding-top: 32px;
  }
  .scroll-infinity__item {
    height: 91px;
    width: auto;
  }
  .scroll-infinity__item img {
    width: auto;
    height: 100%;
  }
  .Menu__area__inner {
    top: -50vh;
    display: block;
    padding-bottom: 55.8px;
  }
  .menu__inner {
    width: 375px;
  }
  .menu__container {
    top: 2vh;
  }
  .menu__wrap {
    display: block;
    top: 5vh;
  }

  /* .menu__container__bk {
    height: 600px;
  } */
  .pagenation {
    position: absolute;
    position: absolute;
    top: 50%;
    left: -4.5%;
    /* transform: translate(0%,-50%) rotate(-90deg); */
    z-index: 20;
  }
  .pagenation div {
    width: 8px;
    height: 8px;
  }

  .image {
    width: 100%;
  }
  .txt {
    width: 100%;
    text-align: center;
  }

  .slide__item.w40 {
    width: 40%;
  }
  .slide__text {
    white-space: nowrap;
  }
  .slide__text_price {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.34em;
    margin-bottom: 10px;
  }
  .slide__text_price span {
    font-size: 12px;
    font-weight: 400;
  }
  .menu__title {
    font-size: 50px;
    letter-spacing: 0.07em;
    line-height: 1.43em;
  }
  .menu__sub__text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .menu__item__name {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    margin-bottom: 0px;
  }
  .menu__price__text {
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.34em;
    margin-bottom: 10px;
    font-weight: 501;
  }
  .menu__price__text span {
    font-size: 12px;
    font-weight: 400;
  }
  .pmenu__detail__text {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: justify;
  }
  .menu__link__btn {
    width: 80%;
    height: 50px;
    border-radius: 36px;
    background-color: #1c1c1c;
    margin: 63px auto 0 auto;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu__link__btn:hover {
    opacity: 0.7;
  }
  .menu__link {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
  }

  .menu__container__bk {
    height: 98vh;
  }

  .slide__image__container {
    row-gap: 10px;
  }
  .slide__image__container__buono {
    margin: 90px auto 0 auto;
  }

  .menu__detail__container {
    width: 90%;
    margin: 0 auto;
  }
  .menu__text__area {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 20.5px;
    margin-top: 10px;
  }
  .menu__title {
    text-align: center;
    font-size: 44px;
  }
  .menu__sub__title {
    text-align: center;
    font-size: 12px;
  }
  .menu__item {
    text-align: center;
  }
  .menu__price {
    text-align: center;
  }
  .menu__item__detail {
    padding-bottom: 28.3px;
  }
  .menu__view__more__btn {
    width: 314px;
    height: 58px;
  }

  .slide__text {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .slide__image__area__wrap {
    justify-content: center;
    column-gap: 7px;
    row-gap: 10px;
  }

  .tamago__list__room {
    padding-top: 37px;
    margin-bottom: 20px;
  }
  .tamago__flex__container {
    width: 88%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-bottom: 50px;
  }
  .tamago__image {
    width: 100%;
  }
  .tamago__detail {
    width: 100%;
  }
  .tamago__detail_neme {
    margin-top: 22.4px;
    font-size: 18px;
  }
  .tamago__detail__info {
    flex-wrap: unset;
  }
  .tamago__btn__area {
    justify-content: center;
  }
  .tamago_btm_video {
    margin-top: -14%;
  }
  .to_top {
    width: 154px;
  }
  #footer__area {
    margin: 20px auto 30px auto;
    padding-top: 20px;
  }
  .footer__area__flex {
    display: block;
  }
  .footer__area__text {
    text-align: center;
    margin-bottom: 26px;
  }
  .footer__item__container {
    display: block;
    width: 68%;
    margin: 0 auto;
  }
  .footer__logo {
    width: 143px;
    height: 53px;
    margin: 0 auto;
    margin-bottom: 35.4px;
  }
  .footer__item {
    display: block;
  }
  .footer__list {
    margin-bottom: 16px;
  }
  .footer__cr {
    position: unset;
  }
  .cr__text {
    text-align: center;
    font-size: 10px;
  }

  .footer__btn__area {
    width: 268px;
    height: 58px;
    margin: 0 auto;
  }
  .footer__text {
    font-size: 21px;
  }
  .shop__image {
    width: 26.14px;
  }

  /* メニュー */
  .circle_image__wrapper .circle_image.circle_image__another {
    width: 52%;
    top: 231px;
    right: -20%;
  }
  .other__area__inner .other_title {
    font-size: 50px;
  }
  .other__area__inner .other__sub__title {
    font-size: 12px;
  }
  .big__menu__area__inner .big__menu__container {
    display: block;
  }
  .big__menu__container .big__menu__flex__box {
    width: 100%;
    /* margin: 0 auto; */
  }
  .big__menu__flex__box.min__menu__flex__box {
    width: 47%;
    padding-top: 30px;
  }
  .big__menu__title .big__menu__title__text {
    font-size: 18px;
  }
  .big__menu__sub__title .big__menu__sub__title__text {
    font-size: 18px;
  }
  .big__menu__sub__title .big__menu__sub__title__text span {
    font-size: 14px;
  }

  .big__menu__sub__title.min__menu__sub__title {
    display: block;
  }
  .big__menu__title.min__menu__title {
    width: 100%;
  }

  .big__menu__title__text.min__menu__title__text {
    font-size: 13px;
  }
  .big__menu__sub__title__text.min__menu__sub__title__text.min__menu__sub__title__text {
    font-size: 14px;
  }
  .big__menu__sub__title__text.min__menu__sub__title__text.min__menu__sub__title__text
    span {
    font-size: 11px;
  }

  .big__allergie__flex.min__allergie__flex {
    width: 60px;
    margin-top: 7px;
  }
  .menu__item__area__inner .chara__egg__in {
    bottom: 0;
    min-width: 150px;
  }

  #drink__menu {
    position: relative;
    background-color: #fcc800;
    z-index: 1;
  }
  .drink__border.drink__border_sp {
    border-right: unset;
  }

  /* プライバシー */
  .other_title.other__title__Privacy {
    font-size: 40px;
  }
  #privacy__policy__area .pp__detail__area {
    width: 88.8%;
    position: relative;
    z-index: 1;
  }
  .pp__detail__area__inner .pp__detail__top {
    font-size: 14px;
  }
  .pp__detail__area__inner .pp__detail__title {
    font-size: 16px;
  }
  .pp__detail__area__inner .pp__detail__text {
    font-size: 14px;
  }
  .pp__detail__area .pp__detail__area__inner {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  /* コンタクト */

  /* キャナル */

  #shop__message__area .shop__message__inner {
    width: 88.8%;
  }
  .shop__message__inner .flex__item__container {
    display: block;
    margin-bottom: 38px;
  }
  .flex__item__container .flex__item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .flex__item .message__sub__title {
    padding-top: 12px;
    padding-left: 15px;
  }
  .flex__item__container .message__detail {
    width: 100%;
    text-align: justify;
  }
  .shop__message__inner .shop__image__container {
    margin-bottom: 54px;
  }
  .gift__inner .other_title.gift__title {
    font-size: 24px;
  }
  .gift__inner .other__sub__title.gift__dtail {
    font-size: 12px;
  }
  .gift__inner .gift__type__container {
    display: block;
  }
  .gift__type__container .gift__type__container__inner {
    width: 100%;
  }

  #gift__area .gift__inner {
    top: -150vh;
  }
  .gift__inner .other_title.gift__title {
    margin-top: 77px;
  }
  .gift__type__container .gift__type__container__inner {
    margin-bottom: 30px;
  }

  .tamago__flex__container.canal__flex__container {
    padding-bottom: 42px;
  }
  .tamago__list__room .shop_map {
    width: 88.8%;
    padding-bottom: 117px;
  }
  /* 糸島 */
  #itoshima_shop_are.itoshima_shop_are {
    padding-top: 87px;
    padding-bottom: 100px;
  }
  #itoshima__menu__area .itoshima__menu__area__inner {
    padding: 40px 0px 50px 0;
  }
  .menu__text__itoshima .menu__item.menu__item__itoshima {
    margin: 0px 0 0px 0;
  }

  /* .menu__title__ito{
    position: sticky;
    top: 10vh;
}
    .menu__sub__title__ito{
        position: sticky;
        top: 19vh;
    } */
  .menu__container__ito {
    top: 10vh;
  }
  .menu__container__bk__ito {
    height: 550px;
  }

  .menu__wrap__ito {
    width: 100%;
  }
  .slide__image {
    width: 100%;
  }
  .slide__image__drink__sp {
    width: 85%;
    margin: 0 auto;
  }
  .txt__ito {
    width: 80%;
    margin: 0 auto;
    padding-top: 26.7px;
  }

  .menu__text__itoshima .price__list__wrap {
    padding: 10px 42px 45px 42px;
  }
  .price__list .dotted {
    width: 16%;
  }
  .menu__swiper__itoshima
    .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -23px);
  }

  .tamago__item__title.tkg__title {
    font-size: 26px;
  }
  .tamago__sub__title.tkg__sub__title {
    font-size: 12px;
  }
  .tamago__item__container.tkg__title__container {
    padding-bottom: 36.3px;
  }
  .tkg__flex__container .tamago__image {
    margin-bottom: 27.2px;
  }
  .tamago__flex__container.tkg__flex__container {
    padding-bottom: 56px;
  }
  .tkg__flex__container .tamago__detail {
    width: 94%;
    margin: 0 auto;
  }

  .tkg__room {
    padding-bottom: 100px;
  }
}
