@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: vdl-logojr, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #6e6be6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background: url(../img/back.jpg);
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body {
    background: none;
  }
}
@media (max-width: 767px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/back_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}
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;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(255, 255, 255, 0.16) 10px, rgba(255, 255, 255, 0.16) 20px);
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #6e6be6;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #6e6be6;
}
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;
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.slider-main .slider-thumbnail {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-main .slider-thumbnail {
    display: none;
  }
}
.slider-main .slider-thumbnail img {
  display: block;
  margin: 8px 4px;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 40px;
  color: #3b150b;
  border: none;
  background-color: transparent;
}
.slick-arrow img {
  display: block;
  margin: 8px;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-next {
  right: -20px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 10px auto 20px;
  padding-left: 0;
  list-style-type: none;
}
.slick-dots > li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.slick-dots > li.slick-active button {
  background-color: #333333;
}
.slick-dots button {
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

h1 {
  font-size: 3rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1150px) {
  h1 .yoshimoto {
    width: 45%;
  }
}
@media (max-width: 1150px) {
  h1 .animate {
    width: 35%;
  }
}

.section-info {
  background: url(../img/stripe.jpg), url(../img/stripe.jpg);
  background-repeat: repeat-x;
  background-position: top left, bottom right;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 24px;
  font-size: 16px;
  border-radius: 20px;
  border: 3px solid #ffc5e3;
  text-align: center;
}
@media (max-width: 768px) {
  .section-info {
    text-align: left;
  }
}
.section-info h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0 #6e6be6, -2px -2px 0 #6e6be6, -2px 2px 0 #6e6be6, 2px -2px 0 #6e6be6, 0px 2px 0 #6e6be6, 0 -2px 0 #6e6be6, -2px 0 0 #6e6be6, 2px 0 0 #6e6be6;
}
.section-info img {
  height: 50px;
}
.section-info span {
  font-family: vdl-logojrblack, sans-serif;
}
.section-info p {
  font-size: 1.1rem;
}

#anchor-movie {
  margin-top: 60px;
  margin-bottom: 20px;
}

.movie_waku {
  background-color: #e2d4fc;
  border-radius: 10px;
  padding: 10px 10px 0px;
}
.movie_waku iframe {
  height: 200px;
}
@media (max-width: 767px) {
  .movie_waku iframe {
    height: 60vw;
  }
}
.movie_waku p {
  padding: 10px;
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 100px;
  margin-left: 20px;
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
  padding: 20px 0;
  max-height: 100vh;
  background-color: #e9e9e9;
}
nav.navbar .nav_button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
nav.navbar button.btn.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6e6be6;
  border: none;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar button.btn.btn-link::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: -4px;
}
@media (max-width: 767px) {
  nav.navbar button.btn.btn-link::after {
    font-size: 24px;
  }
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: auto;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #e9e9e9;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 8px;
}
nav.navbar .modal-header .btn-close {
  background: none;
  border: none;
  color: #6e6be6;
  font-size: 24px;
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}
nav.navbar .modal-header .btn-close::after {
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: -4px;
}
@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close::after {
    font-size: 24px;
  }
}
nav.navbar .btn-anchor a {
  padding: 12px 32px;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.navbar .btn-anchor a::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 8px;
}
nav.navbar .modal-body {
  padding-top: 20px;
  display: block;
  list-style-type: none;
}
nav.navbar .modal-body .nav-link {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  text-decoration: none;
  color: #6e6be6;
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}

.modal-content {
  background-color: #e9e9e9;
}

.nav-a {
  color: #6e6be6;
  text-decoration: none;
  text-align: inherit;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  background-color: transparent;
  border: 0;
}
.nav-a:hover {
  color: #6e6be6;
  background-color: transparent;
  text-decoration: none;
}

.kyoutu-kazari:hover ::before {
  content: url(../img/kyoutu_kazari.gif);
}

.oda-kazari:hover ::before {
  content: url(../img/oda_kazari.gif);
}

.yasumura-kazari:hover ::before {
  content: url(../img/yasumura_kazari.gif);
}

.kawasaki-kazari:hover ::before {
  content: url(../img/kawasaki_kazari.gif);
}

.mouchu-kazari:hover ::before {
  content: url(../img/mouchu_kazari.gif);
}

.gion-kazari:hover ::before {
  content: url(../img/osaka_gion_kazari.gif);
}

.nippon-kazari:hover ::before {
  content: url(../img/osaka_nipponnoshachou_kazari.gif);
}

.long-kazari:hover ::before {
  content: url(../img/osaka_longcoatdaddy_kazari.gif);
}

.oswald-kazari:hover ::before {
  content: url(../img/shibuya_oswald_kazari.gif);
}

.kaerutei-kazari:hover ::before {
  content: url(../img/shibuya_kaerutei_kazari.gif);
}

.rainbow-kazari:hover ::before {
  content: url(../img/shibuya_rainbow_kazari.gif);
}

.rainbow-kazari:hover ::before {
  content: url(../img/shibuya_rainbow_kazari.gif);
}

.jera-don-kazari:hover ::before {
  content: url(../img/omiya_jera-don_kazari.gif);
}

.suehirogarizu-kazari:hover ::before {
  content: url(../img/omiya_suehirogarizu_kazari.gif);
}

.magicallovely-kazari:hover ::before {
  content: url(../img/omiya_magicallovely_kazari.gif);
}

.nav-movie {
  background-color: #e2d4fc;
}

.nav-pin {
  background-color: #c9f2e1;
}

.nav-osaka {
  background-color: #e7f7fc;
}

.nav-shibuya {
  background-color: #fff5de;
}

.nav-omiya {
  background-color: #ffe9f5;
}

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

.osaka-goods, .omiya-goods {
  background: url(../img/back_star.png) repeat-y left, url(../img/back_star.png) repeat-y right;
  background-size: 5%;
}
@media (max-width: 767px) {
  .osaka-goods, .omiya-goods {
    background: none;
  }
}
.osaka-goods h2, .omiya-goods h2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.pin-goods, .shibuya-goods {
  background: url(../img/back_heart.png) repeat-y left, url(../img/back_heart.png) repeat-y right;
  background-size: 5%;
}
@media (max-width: 767px) {
  .pin-goods, .shibuya-goods {
    background: none;
  }
}
.pin-goods h2, .shibuya-goods h2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.pin-goods {
  background-color: #c9f2e1;
  padding: 20px;
}
.pin-goods h2 {
  text-shadow: 3px 3px 0 #76d8b3, -3px -3px 0 #76d8b3, -3px 3px 0 #76d8b3, 3px -3px 0 #76d8b3, 0px 3px 0 #76d8b3, 0 -3px 0 #76d8b3, -3px 0 0 #76d8b3, 3px 0 0 #76d8b3;
}

.osaka-goods {
  background-color: #e7f7fc;
  border-top: solid 10px #93d9ec;
  padding: 20px;
}
.osaka-goods h2 {
  text-shadow: 3px 3px 0 #93d9ec, -3px -3px 0 #93d9ec, -3px 3px 0 #93d9ec, 3px -3px 0 #93d9ec, 0px 3px 0 #93d9ec, 0 -3px 0 #93d9ec, -3px 0 0 #93d9ec, 3px 0 0 #93d9ec;
}

.shibuya-goods {
  background-color: #fff5de;
  border-top: solid 10px #ffcd67;
  padding: 20px;
}
.shibuya-goods h2 {
  text-shadow: 3px 3px 0 #ffcd67, -3px -3px 0 #ffcd67, -3px 3px 0 #ffcd67, 3px -3px 0 #ffcd67, 0px 3px 0 #ffcd67, 0 -3px 0 #ffcd67, -3px 0 0 #ffcd67, 3px 0 0 #ffcd67;
}

.omiya-goods {
  background-color: #ffe9f5;
  border-top: solid 10px #ff98c9;
  padding: 20px;
}
.omiya-goods h2 {
  text-shadow: 3px 3px 0 #ff98c9, -3px -3px 0 #ff98c9, -3px 3px 0 #ff98c9, 3px -3px 0 #ff98c9, 0px 3px 0 #ff98c9, 0 -3px 0 #ff98c9, -3px 0 0 #ff98c9, 3px 0 0 #ff98c9;
}

.pin-goods-info, .osaka-goods-info, .shibuya-goods-info, .omiya-goods-info {
  margin-bottom: 100px;
}

.fukidashi_text {
  margin-top: 25px;
  border: #6e6be6 solid 4px;
  position: relative;
  background: #fff;
  padding: 12px 10px;
  border-radius: 13px;
}
.fukidashi_text span {
  font-family: vdl-logojrblack, sans-serif;
}
@media screen and (max-width: 991px) {
  .fukidashi_text {
    left: 0;
    top: 0;
  }
}

.fukidashi_text p:first-of-type {
  margin-top: 0;
}

.fukidashi_text p:last-of-type {
  margin-bottom: 0;
}

/* 吹き出しデザイン */
.fukidashi_text::before {
  border-right: 23px solid #6e6be6;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: 10%;
  content: "";
  position: absolute;
  left: -23px;
}

.fukidashi_text::after {
  content: "";
  position: absolute;
  border-right: 24px solid #fff;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: 10%;
  left: -17px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 990px) {
  .fukidashi, .fukidashi_left, .fukidashi_right, .fukidashi_text {
    width: 100%;
    display: block;
  }
  .fukidashi_left {
    padding-right: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .fukidashi_text {
    position: relative;
    padding: 0 10px;
    border: 3px solid #6e6be6;
    padding: 10px;
  }
  .fukidashi_text::before {
    position: absolute;
    border: 12px solid transparent;
    top: 100%;
    left: 50%;
    border-top: 12px solid #6e6be6;
  }
  .fukidashi_text::after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    border-top: 12px solid #fff;
  }
}
.pc_img {
  vertical-align: top;
}
@media screen and (max-width: 990px) {
  .pc_img {
    display: none;
  }
}

.h3_logo_nimoji {
  width: 180px;
}
@media screen and (max-width: 990px) {
  .h3_logo_nimoji {
    width: 45%;
  }
}

.h3_logo_gomoji {
  width: 320px;
}
@media screen and (max-width: 990px) {
  .h3_logo_gomoji {
    width: 75%;
  }
}

.h3_logo_long {
  width: 420px;
}

.sp_img {
  display: none;
}
@media screen and (max-width: 990px) {
  .sp_img {
    display: block;
  }
}

/* ------------
   商品自動出力エリア
 ------------ */
.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}

.pin-goods .itemWrap {
  background-color: #76d8b3;
}

.osaka-goods .itemWrap {
  background-color: #93d9ec;
}

.shibuya-goods .itemWrap {
  background-color: #ffcd67;
}

.omiya-goods .itemWrap {
  background-color: #ff98c9;
}

.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 8px;
  border-radius: 10px;
}

.img_ {
  margin-bottom: 15px;
}
.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  padding: 5px;
  margin-bottom: 15px;
  background: transparent;
  color: #6e6be6;
  text-align: left;
}
.name_ a {
  display: block;
  padding: 5px;
  color: #6e6be6;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  margin-bottom: 15px;
  text-align: center;
}

.price_,
.name_ {
  font-weight: bold;
}

.cart_ {
  text-align: center;
}
.cart_:hover a {
  opacity: 0.8;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

/* スマホ時インプットボタン */
.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border: dotted 2px #ffffff;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.2);
}

.cart_btn_.reservation_ {
  background: #ff7c7e;
}

.cart_btn_.order_ {
  background: #d2b7ff;
}

.cart_btn_.detail_ {
  background: #ff98c9;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  background: #898989;
}

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
footer {
  background-color: #e9e9e9;
  padding: 20px;
}
footer .link-pageup {
  position: fixed;
  right: 200px;
  bottom: 20px;
  font-size: 40px;
  color: #000000;
  text-shadow: 3px 3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px -3px 0 white, 0px 3px 0 white, 0 -3px 0 white, -3px 0 0 white, 3px 0 0 white;
  width: 50px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}