@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;
}

p {
  transform: rotate(0.05deg);
}

body {
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #815b36;
  background: #daf1ff url("../img/mainbg.jpg") repeat;
  background-size: 46px;
}
@media (max-width: 575px) {
  body {
    background-size: 20px;
  }
}
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: 100px;
}
@media (max-width: 767px) {
  main {
    padding-top: 75px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #496f9b;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #496f9b;
}
a.btn {
  text-decoration: 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;
}

li {
  list-style: none;
}

.fv-area {
  position: relative;
}
.fv-area h1 img {
  margin-top: 68px;
  width: 660px;
}
@media (max-width: 575px) {
  .fv-area h1 img {
    margin-top: 48px;
    width: 80vw;
  }
}
.fv-area h1 .kvimg {
  animation: 1.5s bound-anim linear 16 alternate;
}
.fv-area .fv-txt-area {
  max-width: 600px;
  padding-top: 50px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .fv-area .fv-txt-area {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
.fv-area .fv-txt-area .fv-txt1 {
  opacity: 0;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .fv-area .fv-txt-area .fv-txt1 {
    margin-bottom: 10px;
  }
}
.fv-area .fv-txt-area .fv-txt2 {
  opacity: 0;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
}
.fv-area .kirakira {
  z-index: -1;
  position: absolute;
  width: 26px;
  height: 33px;
  background: url("../img/kirakira2.png") no-repeat center center;
  background-size: contain;
  animation: blink 2s infinite;
}
@media (max-width: 575px) {
  .fv-area .kirakira {
    width: 11px;
    height: 15px;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fv-area .kirakira2 {
  z-index: -1;
  position: absolute;
  width: 26px;
  height: 33px;
  background: url("../img/kirakira2.png") no-repeat center center;
  background-size: contain;
  animation: blink 2s infinite;
}
@media (max-width: 575px) {
  .fv-area .kirakira2 {
    width: 11px;
    height: 15px;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fv-area .kk-01 {
  top: 3vw;
  left: 21vw;
  animation-delay: 0s;
}
@media (max-width: 767px) {
  .fv-area .kk-01 {
    top: 21vw;
    left: 5vw;
  }
}
.fv-area .kk-02 {
  top: 16vw;
  right: 11vw;
  transform: translate(-50%, -50%);
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .fv-area .kk-02 {
    top: 12vw;
    right: 20vw;
  }
}
.fv-area .kk-03 {
  bottom: 22%;
  left: 11vw;
  animation-delay: 1s;
}
.fv-area .kk-04 {
  bottom: 17vw;
  left: 16vw;
  animation-delay: 1.2s;
}
@media (max-width: 575px) {
  .fv-area .kk-04 {
    bottom: 35vw;
    left: 95vw;
  }
}
.fv-area .kk-05 {
  top: 7vw;
  right: 16vw;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .fv-area .kk-05 {
    top: 35vw;
    right: 6vw;
  }
}
.fv-area .kk-06 {
  bottom: 10vw;
  right: 10vw;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .fv-area .kk-06 {
    bottom: 49vw;
    right: 88vw;
  }
}
.fv-area .kk-07 {
  top: 8vw;
  left: 14vw;
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .fv-area .kk-07 {
    top: 4vw;
    left: 28vw;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 43%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 57%;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .tbbr:after {
    content: "\a"; /* 改行を示すエスケープシーケンス */
    white-space: pre; /* 改行を有効にする */
  }
}

.point-area {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 80px 0 90px;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  .point-area {
    padding: 55px 0 20px;
  }
}
.point-area .container {
  max-width: 1100px;
}
.point-area h2 {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
}
.point-area h2 img {
  max-width: 570px;
}
@media (max-width: 767px) {
  .point-area h2 img {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .point-area h2 img {
    width: 80%;
    margin: 0 auto;
  }
}
.point-area .point-txt {
  font-size: 24px;
  font-weight: 800;
  margin-top: 20px;
  transform: rotate(0.05deg);
  color: #925f2e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .point-area .point-txt {
    font-size: calc(16px + 7 * (98vw - 768px) / 223);
  }
}
@media (max-width: 767px) {
  .point-area .point-txt {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .point-area .point-txt {
    font-size: 16px;
  }
}
.point-area h3 {
  display: inline-block;
  position: relative;
  padding: 12px 28px;
  background: linear-gradient(transparent 48%, #fdffcf 30%);
  color: #925f2e;
  font-weight: 900;
  font-size: clamp(25px, 1vw + 1rem, 32px);
}
@media (max-width: 991px) {
  .point-area h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .point-area h3 {
    font-size: 30px;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .point-area h3 {
    font-size: 25px;
    padding: 20px 28px;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .point-area h3 {
    font-size: 21px;
    padding: 14px 12px;
  }
}
.point-area h3:after {
  content: "";
  position: absolute;
  background-image: url(../img/hari.png);
  background-repeat: no-repeat;
  background-size: 70px 70px;
  z-index: 1;
  aspect-ratio: 25/25;
  width: 24vw;
  height: auto;
  top: -5px;
  left: -43px;
}
@media (max-width: 1200px) {
  .point-area h3:after {
    top: -1vw;
  }
}
@media (max-width: 991px) {
  .point-area h3:after {
    top: -2vw;
  }
}
@media (max-width: 767px) {
  .point-area h3:after {
    top: -1vw;
  }
}
@media (max-width: 575px) {
  .point-area h3:after {
    background-image: url(../img/sphari.png);
    background-size: 52px 73px;
    top: -1px;
    left: -19px;
  }
}
@media (max-width: 440px) {
  .point-area h3:after {
    top: -2px;
    left: -15px;
    background-size: 42px 55px;
  }
}
.point-area h3:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 24px;
  bottom: 6px;
  left: 10px;
  background: repeating-linear-gradient(90deg, #a8703b 0px, #a8703b 14px, transparent 14px, transparent 18px) bottom left/100% 3px, left top/3px 100%;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .point-area h3:before {
    top: 8px;
    right: 8px;
    bottom: 6px;
    left: 8px;
    background: repeating-linear-gradient(90deg, #a8703b 0px, #a8703b 14px, transparent 14px, transparent 18px) bottom left/100% 2px, left top/2px 100%;
    background-repeat: no-repeat;
  }
}

@keyframes h2blink {
  0%, 100% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes h2blink2 {
  0%, 100% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
.point-01img ::after {
  content: "";
  background-image: url(../img/point_1.png);
  background-size: contain;
  z-index: 100;
  position: absolute;
  bottom: 22px;
  left: 22px;
  width: 13vw;
  height: 13vw;
  animation: none;
}

.rotation {
  animation: rotation1 20s ease-in-out infinite;
}

.rotation2 {
  animation: rotation2 20s ease-in-out infinite;
}

.fuwawa-wrapper {
  animation: floating-x 8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 767px) {
  .fuwawa-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .fuwawa-wrapper {
    width: 96%;
  }
}

.fuwawa-wrapper2 {
  animation: floating-x2 8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 767px) {
  .fuwawa-wrapper2 {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .fuwawa-wrapper2 {
    width: 96%;
  }
}

.fuwawa {
  animation: floating-y 10s ease-in-out infinite alternate-reverse;
}

.fuwawa2 {
  animation: floating-y2 10s ease-in-out infinite alternate-reverse;
}

@keyframes rotation1 {
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(1%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(4%);
  }
}
@keyframes rotation2 {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes floating-x2 {
  0% {
    transform: translateX(1%);
  }
  100% {
    transform: translateX(-1%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-3%);
  }
}
.pointimg {
  z-index: 1;
  position: relative;
  top: -197px;
}
@media (max-width: 991px) {
  .pointimg {
    top: -150px;
  }
}
@media (max-width: 767px) {
  .pointimg {
    top: -317px;
    left: 10vw;
  }
}
@media (max-width: 575px) {
  .pointimg {
    top: -62vw;
    left: 5vw;
  }
}
@media (max-width: 400px) {
  .pointimg {
    top: -64vw;
    left: 5vw;
  }
}
.pointimg img {
  width: 120px;
  position: absolute;
}
@media (max-width: 575px) {
  .pointimg img {
    width: 21vw;
  }
}

.pointimg2 {
  z-index: 1;
  position: relative;
  top: -197px;
  left: 88%;
}
@media (max-width: 1100px) {
  .pointimg2 {
    left: 84vw;
  }
}
@media (max-width: 991px) {
  .pointimg2 {
    top: -145px;
    left: 80vw;
  }
}
@media (max-width: 767px) {
  .pointimg2 {
    top: -317px;
    left: 62vw;
  }
}
@media (max-width: 575px) {
  .pointimg2 {
    top: -62vw;
    left: 67vw;
  }
}
@media (max-width: 400px) {
  .pointimg2 {
    top: -64vw;
    left: 67vw;
  }
}
.pointimg2 img {
  width: 120px;
  position: absolute;
}
@media (max-width: 575px) {
  .pointimg2 img {
    width: 21vw;
  }
}

.welcome_nuipal .container {
  max-width: 1100px;
}

.welcome_nuipal {
  background: #fef3f1 url(../img/subbg.jpg) repeat;
  background-size: 36px;
}

.goods-area {
  padding: 80px 0 90px;
}
@media (max-width: 575px) {
  .goods-area {
    padding: 30px 0 50px;
  }
}
@media (min-width: 1400px) {
  .goods-area .container {
    max-width: 1100px;
  }
}
.goods-area h2 img {
  max-width: 330px;
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .goods-area h2 img {
    width: 60%;
    max-width: 280px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .goods-area h2 img {
    width: 50%;
  }
}
.goods-area .button-move {
  display: block;
  width: 92%;
  max-width: 460px;
  font-weight: bold;
  color: #456d9a;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  border: 4px solid #fff;
  background: url(../img/arrow-white.png) no-repeat #f7c6bd right 18px center;
  background-size: 16px;
  border-radius: 54px;
  box-shadow: 1px 3px 0px #92A8C9;
  padding: 15px 20px;
  margin: 64px auto 35px auto;
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  .goods-area .button-move {
    width: 85%;
    font-size: 16px;
    padding: 12px 0;
    border: 3px solid #fff;
    margin: 32px auto 0 auto;
    line-height: 24px;
  }
}

.goods_ .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ {
    gap: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 50px) / 3);
  border-radius: 16px;
  background: #ffffff;
  border: 3px solid #8da3c5;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
    padding: 10px;
    border: 2px solid #8da3c5;
  }
}
@media screen and (max-width: 575px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    padding: 8px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a {
  color: #456d9a;
  text-decoration: none;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ {
    font-size: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_ {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_ {
    margin-bottom: 5px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_ > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .img_ {
    font-size: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ a.goods_img_ {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .img_ a.goods_img_ {
    margin-bottom: 5px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ a.goods_img_::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ a.goods_img_ > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px;
  transform: rotate(0.03deg);
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
    font-size: 14px !important;
    margin-top: 5px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
  color: #8da3c5;
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1;
  margin-bottom: 16px;
  transform: rotate(0.03deg);
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
    font-size: 14px;
    margin-top: 8px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .comment_ {
  display: none;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ {
  margin-top: 8px;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .rdt_ {
  display: none;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .pre_sales_ {
  color: #496f9b;
  font-size: 12px;
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .pre_sales_ {
    font-size: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_ {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0.4em 0.5em 0.5em;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 30px;
  transform: rotateZ(0.03deg);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.order_ {
  color: #496f9b;
  border: 2px solid #496f9b;
  box-shadow: 0px 2px #8da3c5;
  font-weight: bold;
  background: #f7c6bd url(../img/arrow-bl.png) no-repeat 92% center;
  background-size: 8px;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.reservation_ {
  color: #815b36;
  background: #fdffcf url(../img/arrow-b.png) no-repeat 92% center;
  background-size: 8px;
  border: 2px solid #496f9b;
  box-shadow: 0px 2px #8da3c5;
  font-weight: bold;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.sold_out_, .goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.closed_ {
  background: #95a3b9;
  font-weight: bold;
}

/* ——————————————————————–——————————————————————–
商品一覧 在庫なし商品に「再販リクエスト」表示　2024.11　
—————————————————————————————————————————————— */
.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  font-size: 24px;
  padding-right: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 8px;
  letter-spacing: 0.1em;
  background: #fff url(../img/arrow-bl.png) no-repeat 92% center;
  background-size: 9px;
  border: 2px solid #496f9b;
  box-shadow: 0px 4px #8da3c5;
  text-decoration: none;
  font-weight: bold;
  transform: rotateZ(0.05deg);
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .resale_request a {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .resale_request a {
    font-size: 14px;
    box-shadow: 0px 3px #8da3c5;
    padding: 0.3em 0 0.2em;
    border: 1px solid #496f9b;
    background-size: 6px;
  }
}
@media (max-width: 767px) {
  .resale_request a {
    background: #fff url(../img/arrow-bl.png) no-repeat 92% center;
    padding-right: 4px;
    background-size: 8px;
    border: 2px solid #496f9b;
    box-shadow: 0px 2px #8da3c5;
    padding: 0.4em 0.5em 0.5em;
  }
}
@media (max-width: 390px) {
  .resale_request a {
    letter-spacing: 0.06em;
    padding-right: 14px;
  }
}

footer {
  position: relative;
  background-color: #fdffcf;
  color: #815b36;
  font-weight: bold;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  z-index: 2;
  animation: UpAnime 0.5s forwards;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup img {
  width: 80px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  footer .link-pageup img {
    width: 58px;
  }
}
footer img {
  max-width: 120px;
}
@media (max-width: 575px) {
  footer img {
    width: 100px;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url("../img/line.png");
  background-repeat: repeat-x;
  background-position: center;
  transform: rotate(180deg);
}
footer p {
  font-size: 16px;
}
@media (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .img-logo {
  display: block;
  width: 28vw;
  max-width: 160px;
  margin-left: 45px;
}
@media (max-width: 991px) {
  header .img-logo {
    max-width: 150px;
    margin-left: 18px;
  }
}
@media (max-width: 575px) {
  header .img-logo {
    margin-left: 0px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 10px 0 0px;
  background-color: #fdffcf;
}
nav.navbar::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: center;
  z-index: -1;
}
nav.navbar .navbar-right {
  display: flex;
  align-items: center;
}
nav.navbar .modal-content {
  background-color: #fdffcf;
  border: none;
  border-radius: 0;
}
nav.navbar .modal-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: center;
  z-index: -1;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
}
nav.navbar .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 40px 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 35px 20px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 20px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}
nav.navbar .modal-header .btn-close::before {
  display: block;
  content: "CLOSE";
  color: #815b36;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar .navbar-nav {
  padding-top: 20px;
}
nav.navbar .nav-link {
  font-size: 20px;
  padding: 14px 30px;
  text-decoration: none;
  color: #815b36;
  font-weight: bold;
  transform: rotate(0.05deg);
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 15px;
    font-size: 18px;
  }
}
nav.navbar .nav-item {
  margin: 0 auto;
  border-bottom: 2px dotted #815b36;
}
@media (max-width: 991px) {
  nav.navbar .nav-item {
    width: 90%;
  }
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}

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

.btn-trigger {
  top: -4px;
  position: relative;
  width: 36px;
  height: 28px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 20px;
  z-index: 100;
}
@media (max-width: 575px) {
  .btn-trigger {
    margin-right: 5px;
    margin-bottom: -4px;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #815b36;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 12px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.btn-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}

.btn-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
/* Add menu text below button */
.btn-trigger::after {
  content: "MENU";
  position: absolute;
  bottom: -23px;
  left: 0%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #815b36;
  font-weight: bold;
  transform: rotate(0.05deg);
}

.btn-trigger.active::after {
  content: "CLOSE";
}

@media (max-width: 575px) {
  .navbar {
    padding: 4px 0;
  }
  .btn-trigger::after {
    font-size: 13px;
    bottom: -22px;
  }
}
.modal {
  z-index: 80;
}

/* ハンバーガーメニューのテキストも最前面に */
.pc-nav {
  display: none;
}
@media (min-width: 991px) {
  .pc-nav {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .pc-nav .nav-item {
    margin-left: 20px;
    border-bottom: none !important;
  }
  .pc-nav .nav-link {
    font-size: 21px !important;
    padding: 5px 40px 5px !important;
    color: #815b36;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    transition: color 0.3s ease;
  }
  .pc-nav .nav-link:hover {
    color: #392818;
  }
}
.pc-nav li + li {
  border-left: 3px dotted #815b36;
}