@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #F3F1EC;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 85px;
}
@media (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  main {
    padding-top: calc(12vw + 20px);
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

h2 {
  margin: 40px auto;
  font-size: 60px;
  text-align: center;
  color: #CB0014;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.07em;
  border-top: 2px solid #CB0014;
  border-bottom: 2px solid #CB0014;
  padding: 10px;
  width: fit-content;
}
@media (max-width: 767px) {
  h2 {
    margin: 30px auto;
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  color: #CB0014;
  padding-bottom: 20px;
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #ffffff;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 14px;
}
.list-icon > li span {
  color: #ffffff;
  position: absolute;
  left: 0;
}

.sr-only {
  display: none;
}

.kvareabg {
  background-image: url(../img/kirakirabg.png);
  background-size: 560px;
}
@media (max-width: 767px) {
  .kvareabg {
    background-size: 200px;
  }
}

.kvarea {
  max-width: 1700px;
}

.announcement {
  max-width: 900px;
}

h1.hdg-title {
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 0px;
}
@media (max-width: 767px) {
  h1.hdg-title {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  h1.hdg-title {
    gap: 22px;
  }
}
h1.hdg-title .kv {
  display: block;
  width: calc((100% - 50px) / 2);
}
@media (max-width: 767px) {
  h1.hdg-title .kv {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 768px) {
  h1.hdg-title .kv {
    width: calc((100% - 50px) * 0.55);
  }
}
@media (min-width: 1300px) {
  h1.hdg-title .kv img {
    margin-top: -10vw;
  }
}
h1.hdg-title .kv .day {
  margin-top: 70px;
}
@media (max-width: 767px) {
  h1.hdg-title .kv .day {
    margin-top: 58px;
  }
}
@media (max-width: 575px) {
  h1.hdg-title .kv .day {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  h1.hdg-title .kv-img {
    display: flex;
    width: calc((100% - 0px) * 0.45);
  }
}
@media (max-width: 767px) {
  h1.hdg-title .kv-img {
    order: 1;
  }
}
h1.hdg-title img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  h1.hdg-title img {
    margin: 0 auto;
  }
}

.kv-bg {
  padding: 80px 0;
  background: url(../img/kv-bg.webp) no-repeat bottom/cover;
}
@media (max-width: 767px) {
  .kv-bg {
    padding: 40px 0;
  }
}

section#overview {
  background-image: url(../img/tamakobg.png);
  background-size: 540px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  section#overview {
    background-size: 420px;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  section#overview .container {
    max-width: 90%;
  }
}
section#overview .colabpresent {
  border-bottom: 5px solid #a59ac1;
  border-top: 5px solid #a59ac1;
  background-color: rgba(171, 161, 201, 0.34);
  padding: 10px 10px 60px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  section#overview .colabpresent {
    padding: 0px 15px 30px;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  section#overview .colabpresent {
    padding: 0px 10px 30px;
  }
}
section#overview .overviewtxt01 {
  padding-top: 25px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section#overview .overviewtxt01 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  section#overview .overviewtxt01 {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  section#overview .overviewtxt01 {
    font-size: 12px;
  }
}
section#overview .overviewtxt02 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  color: #615977;
}
@media (max-width: 1200px) {
  section#overview .overviewtxt02 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  section#overview .overviewtxt02 {
    margin-top: 30px;
    font-size: 13px;
  }
}
section#overview .overviewtxt02 span {
  display: block;
  margin-top: 5px;
}

.chara-box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 22px 50px;
  background-color: #fff;
  background: repeating-linear-gradient(138deg, #f6f5fb, #f6f5fb 24px, #fff 0, #fff 30px);
  border: 4px solid #a69aca;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .chara-box {
    padding: 20px 30px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .chara-box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .chara-box {
    gap: 20px;
    margin: 10px;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .chara-box .chara-img {
    width: calc(40% - 40px);
  }
}
@media (min-width: 992px) {
  .chara-box .chara-img {
    width: calc(40% - 60px);
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .chara-box .chara-img {
    margin: 0 auto;
  }
}
.chara-box .chara-img img {
  border-radius: 300px;
  border: 10px solid #e9e5eb;
}
@media (max-width: 767px) {
  .chara-box .chara-img img {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .chara-box .chara-img img {
    max-width: 242px;
  }
}
.chara-box .chara-txt {
  width: 60%;
  height: fit-content;
  margin: auto;
}
@media (max-width: 991px) {
  .chara-box .chara-txt {
    width: calc(60% - 5px);
  }
}
@media (max-width: 767px) {
  .chara-box .chara-txt {
    width: calc(60% - 5px);
    width: 100%;
  }
}
.chara-box .chara-txt h3 {
  color: #4e436b;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 20px;
  font-size: 38px;
  border-bottom: 2px solid;
}
@media (max-width: 575px) {
  .chara-box .chara-txt h3 {
    font-size: 28px;
    padding-bottom: 8px;
  }
}
.chara-box .chara-txt h3 span {
  font-size: 22px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .chara-box .chara-txt h3 span {
    font-size: 18px;
  }
}
.chara-box .chara-txt P {
  color: #372f4b;
}
@media (max-width: 575px) {
  .chara-box .chara-txt P {
    font-size: 14px;
  }
}
.chara-box .chara-txt .profile-list {
  margin: 0;
  color: #372f4b;
  font-size: 16px;
}
@media (max-width: 575px) {
  .chara-box .chara-txt .profile-list {
    font-size: 14px;
  }
}
.chara-box .chara-txt .profile-list dt, .chara-box .chara-txt .profile-list dd {
  display: inline;
  margin: 0;
}
.chara-box .chara-txt .profile-list dt {
  margin-right: 8px;
  font-weight: 400;
}
.chara-box .chara-txt .profile-list dd::after {
  content: "";
  display: block;
}
.chara-box .sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 0;
  justify-content: center;
}
@media (max-width: 575px) {
  .chara-box .sns-list {
    margin-top: 20px;
  }
}
.chara-box .sns-list li {
  width: calc((100% - 20px) / 2);
  height: 50px;
  box-sizing: border-box;
  background-color: #635780;
  border-radius: 30px;
  /* a を flex にしてアイコンと文字を横一列に */
}
@media (max-width: 767px) {
  .chara-box .sns-list li {
    width: 100%;
  }
}
.chara-box .sns-list li:hover {
  opacity: 0.8;
}
.chara-box .sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .chara-box .sns-list li a {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* 枠(=chara-box)を基準にする */
  .chara-box {
    position: relative;
    padding-bottom: 90px; /* ← SNS ボタンの高さ＋余白ぶん確保 */
  }
  /* SNS ボタンを横方向いっぱいに */
  .chara-box .sns-list {
    position: absolute;
    left: 0; /* ※ 枠いっぱいに広げる */
    right: 0;
    bottom: 20; /* ※ 下端にピッタリくっつける */
    padding: 0 50px; /* 枠の左右 padding と同じだけ内側に */
    width: 100%; /* （left+right 指定でも自動で 100% になるが明示） */
  }
}
/* a にクラスが乗るので a::before で定義 */
.youtube > a::before,
.x > a::before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .youtube > a::before,
  .x > a::before {
    margin-right: 8px;
  }
}

.youtube > a::before {
  width: 31px;
  height: 30px;
}

.x > a::before {
  width: 23px;
  height: 23px;
}

/* アイコン別の画像を指定 */
.youtube > a::before {
  background-image: url(../img/youtube-icon.png);
}

.x > a::before {
  background-image: url(../img/x-icon.png);
}

.youtube-area {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
}
@media (max-width: 767px) {
  .youtube-area {
    flex-direction: column;
    height: auto;
    margin: 10px;
  }
}
.youtube-area .youtube-wrapper {
  position: relative;
  width: 50%;
  padding: 22px 38px 26px;
  margin: 16px;
  background-color: #b5aecc;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .youtube-area .youtube-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .youtube-area .youtube-wrapper {
    padding: 15px 24px 18px;
    margin: 10px 16px;
  }
}
.youtube-area .youtube-wrapper .youtubesize {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.youtube-area .youtube-wrapper .youtubesize iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-area .youtube-wrapper .txt {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .youtube-area .youtube-wrapper .txt {
    font-size: 16px;
  }
}

.in-shop {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 10px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .in-shop {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin: 0 16px 60px;
  }
}
@media (min-width: 992px) {
  .in-shop {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0 16px 60px;
  }
}
.in-shop img {
  width: 100%;
  display: block;
  border-radius: 15px;
  border: 5px solid #b5aecc;
}

.in-shoptxt {
  text-align: center;
  font-size: 20px;
  color: #7d6e9f;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .in-shoptxt {
    text-align: left;
    font-size: clamp(0.875rem, 0.576rem + 1.41vw, 1.25rem);
    margin: 0 10px 15px;
  }
}

#menu {
  background-color: #b50214;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
#menu:before, #menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-size: auto 20px;
}
@media (max-width: 575px) {
  #menu:before, #menu:after {
    background-size: auto 14px;
  }
}
#menu:before {
  top: 20px;
}
#menu:after {
  bottom: 0px;
}
#menu h2 {
  padding-top: 38px;
  padding-bottom: 28px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
#menu h2:before {
  content: "";
  background-image: url(../img/aburasoba.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 56px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 575px) {
  #menu h2:before {
    width: 45px;
    height: 40px;
  }
}
#menu h2:after {
  content: "";
  background-image: url(../img/aburasoba.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 56px;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 575px) {
  #menu h2:after {
    width: 45px;
    height: 40px;
  }
}
#menu p {
  color: #ffffff;
  padding-bottom: 30px;
}
#menu .silhouetteimg {
  padding-bottom: 70px;
}
#menu .silhouetteimg img {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 575px) {
  #menu .silhouetteimg img {
    width: 70%;
  }
}
#menu .menu-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  margin: 0 auto;
  width: 100%;
  gap: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  #menu .menu-box {
    gap: 0;
  }
}
#menu .menu-box .soba-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .menu-box .soba-img img {
  max-width: 100%;
  height: auto;
}
#menu .menu-box .menu-info h3 {
  font-family: "WDXL Lubrifont SC", sans-serif;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0.07em;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  #menu .menu-box .menu-info h3 {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  #menu .menu-box .menu-info h3 {
    font-size: 30px;
    padding-bottom: 18px;
  }
}
#menu .menu-box .menu-info h3 span {
  font-size: 42px;
}
@media (max-width: 991px) {
  #menu .menu-box .menu-info h3 span {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  #menu .menu-box .menu-info h3 span {
    font-size: 20px;
  }
}
#menu .comings {
  color: #ffe48a;
  text-align: center;
  font-size: clamp(26px, 2.9vw + 14.8px, 60px);
  letter-spacing: 0.07em;
  font-family: "WDXL Lubrifont SC", sans-serif;
  text-shadow: #f63f52 1px 0 10px;
  width: fit-content;
  margin: 0px auto 60px;
}
@media (max-width: 767px) {
  #menu .comings {
    margin: 0px auto 30px;
  }
}
@media (max-width: 400px) {
  #menu .comings {
    font-size: 24px;
  }
}
#menu .soba-menutxt p {
  text-align: center;
  font-size: clamp(0.875rem, 0.747rem + 0.59vw, 1.188rem);
  font-weight: 500;
  color: #fcf8eb;
  line-height: 46px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #menu .soba-menutxt p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  #menu .soba-menutxt p {
    line-height: 32px;
    font-size: 13px;
    padding-bottom: 0px;
  }
}
#menu .half-line {
  width: 50%;
  border: none;
  border-bottom: 2px solid #FFF;
  margin: 0 auto;
  opacity: 1;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  #menu .menu-box .soba-img {
    grid-column: 1/2;
    transform: translateX(-20px) scale(1);
  }
  #menu .menu-box .menu-info {
    grid-column: 2/3;
  }
}
@media (max-width: 767px) {
  #menu .menu-box {
    grid-template-columns: 1fr;
  }
  #menu .menu-box .soba-img {
    transform: translateX(0) scale(1);
  }
}
.menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1200px) {
  .menu-list {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .menu-list {
    gap: 6px;
    padding: 0 10px;
  }
}
.menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0px;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .menu-list li {
    padding-left: 0;
    padding: 8px 0px;
  }
}
@media (max-width: 575px) {
  .menu-list li {
    padding: 4px 0px;
  }
}
.menu-list li .menu-name {
  font-size: 23px;
  color: #efd990;
}
@media (max-width: 991px) {
  .menu-list li .menu-name {
    font-size: 20px;
  }
}
.menu-list li .price-box {
  color: #efd990;
  font-size: 22px;
}
@media (max-width: 991px) {
  .menu-list li .price-box {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .menu-list li .price-box {
    font-size: 18px;
  }
}
.menu-list li .price-box span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .menu-list li .price-box span {
    font-size: 14px;
  }
}

#menu h4 {
  color: #ffffff;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 42px;
  padding-bottom: 15px;
  margin-top: 36px;
}
@media (max-width: 575px) {
  #menu h4 {
    font-size: 30px;
    margin-top: 44px;
  }
}
#menu .animeimg {
  position: relative;
  animation: sway 2s ease-in-out infinite;
}
#menu .animeimg img {
  position: absolute;
  top: -804px;
  right: -42px;
  width: 160px;
  animation: slideDownLeft 20s ease-in-out forwards;
}
@media (max-width: 1400px) {
  #menu .animeimg img {
    top: -56vw;
    right: -43px;
    width: 140px;
  }
}
@media (max-width: 1200px) {
  #menu .animeimg img {
    top: -63vw;
    right: -72px;
    width: 131px;
  }
}
@media (max-width: 991px) {
  #menu .animeimg img {
    width: 100px;
    top: -64vw;
    right: -57px;
  }
}
@media (max-width: 767px) {
  #menu .animeimg img {
    top: -438px;
    width: 100px;
    right: 50px;
  }
}
@media (max-width: 575px) {
  #menu .animeimg img {
    top: -345px;
    width: 68px;
    right: 39px;
    animation: slideDownLeftsp 10s ease-in-out forwards;
  }
}
#menu .postc-p {
  padding-bottom: 20px;
  font-size: 25px;
}
@media (max-width: 767px) {
  #menu .postc-p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  #menu .postc-p {
    font-size: 18px;
  }
}
#menu .postc-p span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #menu .postc-p span {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  #menu .postc-p span {
    text-align: justify;
  }
}
#menu .tokuten {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
}
@media (min-width: 767px) {
  #menu .tokuten {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #menu .tokuten {
    padding: 20px 30px 50px;
  }
}
@media (max-width: 575px) {
  #menu .tokuten {
    padding: 10px 10px 50px;
  }
}
#menu .tokuten .tokuten-icon {
  display: table;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media (max-width: 575px) {
  #menu .tokuten .tokuten-icon {
    top: 20px;
    width: 58px;
    height: 58px;
  }
}
#menu .tokuten .tokuten-icon img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  height: 100%;
  object-fit: contain;
}
#menu .tokuten .tokuten-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 5s linear infinite;
  background: url(../img/tokuten-f.png) no-repeat center center;
  background-size: contain;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#menu .tokuten .postc-tokuten {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #menu .tokuten .postc-tokuten {
    gap: 70px;
  }
}
@media (max-width: 575px) {
  #menu .tokuten .postc-tokuten {
    gap: 50px;
  }
}
#menu .tokuten .postc-tokuten img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  #menu .tokuten .postc-tokuten img {
    padding: 0 10px;
  }
}
#menu .tokuten .postc-tokuten .postcard-box {
  text-align: center;
  border: 2px solid #000000;
  background-color: #f5f2ec;
  padding: 20px 20px 30px;
}
@media (max-width: 991px) {
  #menu .tokuten .postc-tokuten .postcard-box {
    width: 100%;
    padding: 20px 10px 30px;
  }
}
@media (min-width: 768px) {
  #menu .tokuten .postc-tokuten .postcard-box:nth-child(1) {
    width: 86%;
    order: 1;
    margin: 0 auto 40px;
  }
  #menu .tokuten .postc-tokuten .postcard-box:nth-child(2), #menu .tokuten .postc-tokuten .postcard-box:nth-child(3) {
    width: 86%;
    margin: 0 auto 40px;
    order: 2;
  }
}
#menu .tokuten .postc-tokuten .postcard-box .period {
  color: #000000;
  background-color: #ffffff;
  margin: -60px auto 40px;
  padding: 15px 8px 12px;
  border: 2px solid #000000;
  box-shadow: 3px 3px #000;
}
@media (max-width: 767px) {
  #menu .tokuten .postc-tokuten .postcard-box .period {
    padding: 13px 4px 12px;
  }
}
#menu .tokuten .postc-tokuten .postcard-box .period h5 {
  font-size: 29px;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.07em;
  border-bottom: 4px dotted;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  #menu .tokuten .postc-tokuten .postcard-box .period h5 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  #menu .tokuten .postc-tokuten .postcard-box .period h5 {
    font-size: 23px;
  }
}
#menu .tokuten .postc-tokuten .postcard-box .period h5:before {
  content: "";
  background-image: url(../img/tokuten-box2.png);
  position: relative;
  display: inline-block;
  width: 24px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 8px;
}
#menu .tokuten .postc-tokuten .postcard-box .period p {
  color: #000000;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #menu .tokuten .postc-tokuten .postcard-box .period p {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  #menu .tokuten .postc-tokuten .postcard-box .period p {
    font-size: 14px;
  }
}
#menu .tokuten .postc-tokuten .postcard-box .period p .day {
  font-size: 20px;
}
@media (max-width: 1300px) {
  #menu .tokuten .postc-tokuten .postcard-box .period p .day {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #menu .tokuten .postc-tokuten .postcard-box .period p .day {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  #menu .tokuten .postc-tokuten .postcard-box .period p .day {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #menu .tokuten .postc-tokuten .postcard-box .p-tatesize {
    display: flex;
    gap: 60px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #menu .tokuten .postc-tokuten .postcard-box .p-tatesize img {
    max-width: 350px;
    width: calc((100% - 60px) / 2) !important;
  }
}
@media (max-width: 767px) {
  #menu .tokuten .postc-tokuten .postcard-box .p-tatesize img {
    width: 70%;
  }
  #menu .tokuten .postc-tokuten .postcard-box .p-tatesize img:nth-child(1) {
    margin-bottom: 25px;
  }
}
#menu .tokuten .postc-tokuten .p-yokosize {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #menu .tokuten .postc-tokuten .p-yokosize {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
#menu .tokuten .postc-tokuten .p-yokosize img {
  max-width: 500px;
  width: calc((100% - 60px) / 2) !important;
}
@media (max-width: 991px) {
  #menu .tokuten .postc-tokuten .p-yokosize img {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #menu .tokuten .postc-tokuten .p-yokosize img {
    width: 70%;
  }
}

/* ゆらゆら揺れるアニメーション (前後に3度) */
@keyframes sway {
  0%, 100% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(9deg);
  }
}
@keyframes slideDownLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-30vw + 80px + 10px));
  }
}
@keyframes slideDownLeftsp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-20vw + 20px + 10px));
  }
}
#shop {
  padding: 20px 0px 0px;
}
@media (min-width: 575px) and (max-width: 991px) {
  #shop .container {
    max-width: 90%;
  }
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 20px;
}
@media (min-width: 1201px) {
  .shop-list {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .shop-list {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .shop-list {
    gap: 12px;
  }
}
.shop-list li {
  position: relative;
  overflow: hidden;
  width: calc((100% - 90px) / 4);
  background: #fff;
  border: 2px solid;
}
@media (max-width: 1200px) {
  .shop-list li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 575px) {
  .shop-list li {
    width: calc((100% - 12px) / 2);
  }
}
.shop-list li h4 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .shop-list li h4 {
    font-size: 20px;
  }
}
.shop-list li .shop-info {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .shop-list li .shop-info {
    padding: 10px 5px 10px;
  }
}
.shop-list li .shop-info dl {
  display: flex;
  font-size: 15px;
  margin-bottom: 5px;
  flex-direction: column;
}
@media (max-width: 575px) {
  .shop-list li .shop-info dl {
    font-size: 12px;
  }
}
.shop-list li .shop-info dl dt {
  position: relative;
  padding-left: 26px;
  color: #CB0014;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  padding-bottom: 4px;
}
@media (max-width: 575px) {
  .shop-list li .shop-info dl dt {
    font-size: 15px;
    padding-left: 22px;
  }
}
.shop-list li .shop-info dl dt.address::before, .shop-list li .shop-info dl dt.time::before, .shop-list li .shop-info dl dt.map::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .shop-list li .shop-info dl dt.address::before, .shop-list li .shop-info dl dt.time::before, .shop-list li .shop-info dl dt.map::before {
    width: 18px;
    height: 18px;
  }
}
.shop-list li .shop-info dl dt.address::before {
  background-image: url("../img/shop.png");
}
.shop-list li .shop-info dl dt.time::before {
  background-image: url("../img/time.png");
}
.shop-list li .shop-info dl dt.map::before {
  background-image: url("../img/map.png");
}
.shop-list li .shop-info dl dt.map {
  line-height: 1.2;
}
.shop-list li .shop-info dl .maplink {
  color: #CB0014;
  position: relative;
  display: inline-block;
}
.shop-list li .shop-info dl .maplink:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b81c22;
  position: relative;
  margin-top: 5px;
  transition: all 0.3s ease-out;
}
.shop-list li .shop-info .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .shop-list li .shop-info .icon {
    width: 18px;
    height: 18px;
  }
}

.shop-info .map {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 575px) {
  .shop-info .map {
    gap: 2px;
  }
}
.shop-info .map .maplink {
  position: relative;
  color: #b81c22;
  text-decoration: none;
}
@media (max-width: 575px) {
  .shop-info .map .maplink {
    font-size: 15px;
  }
}
.shop-info .map .maplink:hover {
  opacity: 0.8;
}
.shop-info .map .maplink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #b81c22;
  transition: all 0.3s ease-out;
}
.shop-info .map .maplink {
  transform: translateY(-2px);
}
.shop-info .map:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/map.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.officialpage {
  color: #998b79;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 575px) {
  .officialpage {
    font-size: 14px;
  }
}
.officialpage a {
  color: #998b79;
  font-weight: bold;
  text-decoration: underline;
}

#goods {
  background-color: #B50214;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 20px 0px 30px;
  /* =========================================
     ３ボタン＋注意書き   .link3btn
     ========================================= */
  /* .link3btn ここまで */
}
@media (min-width: 575px) and (max-width: 991px) {
  #goods .container {
    max-width: 90%;
  }
}
#goods h2 {
  color: #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#goods .goods-infotxt {
  color: #000000;
  font-size: clamp(15px, 15px + 10 * (100vw - 575px) / 367, 26px);
  font-weight: bold;
}
@media (max-width: 575px) {
  #goods .goods-infotxt {
    font-size: 16px;
  }
}
@media (max-width: 365px) {
  #goods .goods-infotxt {
    font-size: 15px;
  }
}
#goods .goods-infotxt .schedule {
  font-size: 17px;
  margin-bottom: 2px;
  color: #414141;
}
@media (max-width: 575px) {
  #goods .goods-infotxt .schedule {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  #goods .goods-infotxt .schedule {
    font-size: 13px;
  }
}
#goods .goods-infotxt .mark {
  background: linear-gradient(transparent 60%, #C4B3C7 60%);
}
#goods .boxx {
  display: block;
  margin: 30px auto;
  border: 2px solid;
  background: #fff9f3;
  backdrop-filter: blur(6px);
  padding: 24px 24px 20px;
}
@media (max-width: 575px) {
  #goods .boxx {
    padding: 10px 8px;
  }
}
#goods .boxx h3 {
  color: #CB0014;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.03em;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
@media (max-width: 991px) {
  #goods .boxx h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  #goods .boxx h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 10px auto 20px;
  }
}
@media (max-width: 380px) {
  #goods .boxx h3 {
    font-size: 20px;
  }
}
#goods .boxx .subtxt {
  font-size: 26px;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.06em;
  color: #69556d;
  background-color: #fcf8fb;
  position: relative;
  width: fit-content;
  padding: 12px 24px;
  margin: 36px auto 30px;
  border: 2px solid #333333;
  border-radius: 4px;
}
#goods .boxx .subtxt::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fcf8fb;
  rotate: 135deg;
  translate: -50%;
}
#goods .boxx .subtxt::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
@media (max-width: 767px) {
  #goods .boxx .subtxt {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #goods .boxx .subtxt {
    margin: 20px auto 30px;
    padding: 8px 20px;
    font-size: 17px;
  }
}
#goods .link3btn {
  /* ---------- UL（ボタンラッパー） ---------- */
  /* ul ここまで */
}
#goods .link3btn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 30px 0 10px;
  align-items: flex-start;
  /* スマホで１列に */
  /* ---------- LI（各ボタン） ---------- */
  /* li ここまで */
}
@media (max-width: 991px) {
  #goods .link3btn ul {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  #goods .link3btn ul {
    gap: 20px;
  }
}
#goods .link3btn ul li {
  position: relative;
  width: calc((100% - 60px) / 3); /* 3 カラム計算 */
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* スマホ時の幅調整 */
  /* ----- １つ目(注意書き付き)だけ縦並びに ----- */
  /* ---------- A（ボタン本体） ---------- */
  /* a ここまで */
  /* ---------- P.note（注意書き） ---------- */
}
@media (max-width: 991px) {
  #goods .link3btn ul li {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  #goods .link3btn ul li {
    width: 88%;
  }
}
#goods .link3btn ul li.has-note {
  flex-direction: column; /* ボタン → 注意書き を縦並び */
}
#goods .link3btn ul li a {
  background: #fff;
  border: 3px solid #CB0014;
  padding: 7px 0;
  color: #CB0014;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  transition: 0.5s;
  box-shadow: 1px 1px #CB0014;
  position: relative;
  /* 価格などのサブ文字 */
  /* → 矢印 */
  /* ホバー */
}
@media (max-width: 575px) {
  #goods .link3btn ul li a {
    font-size: 16px;
  }
}
#goods .link3btn ul li a span {
  font-size: 14px;
}
@media (max-width: 575px) {
  #goods .link3btn ul li a span {
    font-size: 12px;
  }
}
#goods .link3btn ul li a span .taxin {
  font-size: 16px;
  color: #063bdf;
}
@media (max-width: 575px) {
  #goods .link3btn ul li a span .taxin {
    font-size: 14px;
  }
}
#goods .link3btn ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #CB0014;
  border-right: 2px solid #CB0014;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#goods .link3btn ul li a:hover {
  color: #ffffff;
  background: #CB0014;
  border: 3px solid #000000;
  box-shadow: 1px 1px #000000;
}
#goods .link3btn ul li a:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#goods .link3btn ul li .note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  width: 100%;
  text-align: left;
}
#goods .linkbtn {
  max-width: 500px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #ffffff;
  border: 2px solid #CB0014;
  box-shadow: 1px 1px #CB0014;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  #goods .linkbtn {
    font-size: 17px;
  }
}
#goods .linkbtn a {
  padding: 15px 8px;
  color: #CB0014;
}

.goods_ {
  margin: 0 auto;
}

.box-goods {
  max-width: 1000px;
  margin: 0 auto;
}

.goodsinfo {
  margin-top: 40px;
  border: 2px solid #cb0014;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .goodsinfo {
    margin-top: 20px;
    padding: 20px 12px;
  }
}
.goodsinfo h4 {
  font-size: 33px;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.07em;
  margin-bottom: 18px;
  color: #57425b;
  border-bottom: 2px solid #c4b3c7;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .goodsinfo h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .goodsinfo h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .goodsinfo h4 {
    font-size: 23px;
  }
}
.goodsinfo .good-read {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .goodsinfo .good-read {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .goodsinfo .good-read {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .goodsinfo .good-read {
    font-size: 18px;
  }
}
.goodsinfo .text-goods dl {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .goodsinfo .text-goods dl {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .goodsinfo .text-goods dl {
    margin-top: 10px;
  }
}
.goodsinfo .text-goods dl dt {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #efd990;
  background: #b50214;
  padding: 3px 8px 4px;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .goodsinfo .text-goods dl dt {
    font-size: 14px;
    padding: 3px 8px 4px;
  }
}
.goodsinfo .text-goods dl dd {
  margin-bottom: 0;
  min-height: 30px;
  font-size: 14px;
}
@media (min-width: 767px) {
  .goodsinfo .text-goods dl dd {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .goodsinfo .text-goods dl dd {
    display: block;
    width: 100%;
    min-height: 100%;
    margin: 5px 0 8px 0;
  }
}
.goodsinfo .button-goods {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .goodsinfo .button-goods {
    margin-top: 24px;
  }
}
.goodsinfo .button-goods .button-cart a {
  transition: 0.5s;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 0;
  color: #ffffff;
  background: #CB0014;
  border: 2px solid #000000;
  box-shadow: 1px 1px #000000;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .goodsinfo .button-goods .button-cart a {
    font-size: 16px;
    padding: 14px 0;
  }
}
.goodsinfo .button-goods .button-cart a:hover {
  background: #000000;
  border: 2px solid #CB0014;
  box-shadow: 1px 1px #CB0014;
  opacity: 1;
}
.goodsinfo .button-goods .button-detail a {
  transition: 0.5s;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 0;
  color: #CB0014;
  background: #ffffff;
  border: 2px solid #CB0014;
  box-shadow: 1px 1px #CB0014;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .goodsinfo .button-goods .button-detail a {
    font-size: 16px;
    padding: 11px 0;
  }
}
.goodsinfo .button-goods .button-detail a:hover {
  color: #ffffff;
  background: #CB0014;
  border: 2px solid #000000;
  box-shadow: 1px 1px #000000;
  opacity: 1;
}

.a-store {
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .a-store {
    font-size: 12px;
    padding-top: 10px;
  }
}
.a-store span {
  white-space: nowrap; /* 改行を防止 */
  display: inline; /* スパンの扱いをインラインにする */
}
.a-store a {
  white-space: nowrap; /* テキストの途中で改行を抑制 */
  display: inline-block;
  color: #000000;
  text-decoration: underline;
}
.a-store a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/animate-icon.png);
  background-size: cover;
  margin-right: 3px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .a-store a::before {
    width: 18px;
    height: 18px;
  }
}
.a-store a:hover {
  color: #CB0014;
  opacity: 1;
}

section#update-info {
  padding: 40px 0;
  background-color: #F6EFE6;
}
section#update-info h3 {
  font-weight: bold;
  color: #998b79;
  font-size: 25px;
  text-underline-offset: 0.25em;
}
@media (max-width: 575px) {
  section#update-info h3 {
    font-size: 16px;
    padding-bottom: 0px;
  }
}
section#update-info .sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 15px auto 0;
  justify-content: center;
  max-width: 750px;
}
@media (max-width: 575px) {
  section#update-info .sns-list {
    margin-top: 20px;
    gap: 20px;
  }
}
section#update-info .sns-list li {
  width: calc((100% - 30px) / 2);
  height: 50px;
  box-sizing: border-box;
  background-color: #b50214;
  border-radius: 30px;
}
@media (max-width: 767px) {
  section#update-info .sns-list li {
    width: 100%;
  }
}
@media (max-width: 575px) {
  section#update-info .sns-list li {
    width: 98%;
  }
}
section#update-info .sns-list li:hover {
  opacity: 0.8;
}
section#update-info .sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  section#update-info .sns-list li a {
    font-size: 13px;
  }
}
section#update-info .sns-list li a:hover {
  color: #fff;
}
section#update-info .sns-list li .x-name {
  font-size: 12px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.timing02 {
  transition-delay: 0.3s;
}

footer {
  padding: 10px 0 10px;
  background-color: #010101;
}
footer .link-pageup {
  background: #000000;
  position: fixed;
  width: 56px;
  height: 56px;
  right: 40px;
  bottom: 20px;
  font-size: 28px;
  color: #ffffff;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .link-pageup {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
}
footer .link-pageup:hover {
  color: #CB0014;
  opacity: 1;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

.modal-backdrop {
  z-index: 1;
}

nav {
  width: 100%;
  height: 90px;
  background: #000;
}
@media (max-width: 767px) {
  nav {
    height: auto;
  }
}
nav.navbar {
  background-color: #ffffff;
  border-bottom: 2px solid #CB0014;
}
@media (max-width: 767px) {
  nav.navbar {
    padding: 10px 5px;
  }
}
nav .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  nav .container-fluid {
    padding: 0 8px;
  }
}
nav .navbar-collapse {
  flex-grow: 0;
  justify-content: flex-end;
}
nav .navbar-brand {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 52px;
}
@media (max-width: 767px) {
  nav .navbar-brand {
    max-width: 50px;
  }
}
nav .navbar-brand img {
  display: block;
  max-width: 244px;
  margin-left: 20px;
}
@media (max-width: 575px) {
  nav .navbar-brand img {
    width: 44vw;
    margin-left: 0px;
  }
}
nav .navbar-brand-text {
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 767px) {
  nav .navbar-brand-text {
    max-width: 150px;
  }
}
nav .navbar-nav {
  padding: 0 20px;
}
@media (min-width: 991px) {
  nav .navbar-nav {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  nav .navbar-nav {
    padding: 50px 20px 0;
  }
}
nav .navbar-nav .nav-item {
  outline: none !important;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  height: 67px;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  nav .navbar-nav .nav-item {
    height: auto;
  }
  nav .navbar-nav .nav-item:nth-of-type(n + 2) {
    border-top: 2px solid #000000;
  }
  nav .navbar-nav .nav-item:last-of-type .nav-link {
    padding-bottom: 66px;
  }
}
nav .navbar-nav .nav-item:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  nav .navbar-nav .nav-item:nth-child(n+2) {
    margin-left: 0;
  }
}
nav .navbar-nav .nav-item .nav-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #CB0014;
  font-size: 23px;
  line-height: 1.5;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 0.07em;
  transition: all 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 767px) {
  nav .navbar-nav .nav-item .nav-link {
    padding: 25px 0;
    height: auto;
  }
}
@media (max-width: 1200px) {
  nav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
nav .navbar-toggler {
  border: none;
  position: relative;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
nav .navbar-toggler-line {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #CB0014;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
  box-sizing: border-box;
}
nav .navbar-toggler-line:nth-of-type(1) {
  top: 8px;
}
nav .navbar-toggler-line:nth-of-type(2) {
  top: 19px;
}
nav .navbar-toggler-line:nth-of-type(3) {
  bottom: 8px;
}
nav .navbar-toggler.active .navbar-toggler-line:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
nav .navbar-toggler.active .navbar-toggler-line:nth-of-type(2) {
  opacity: 0;
}
nav .navbar-toggler.active .navbar-toggler-line:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}