@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

@-ms-viewport {
  width: device-width;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

hr {
  border: solid 1px #cd9eff;
}

li {
  list-style: none;
}

body {
  margin: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #333;
  letter-spacing: 1px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}

#bd_1 {
  padding: 1rem 0;
  margin-top: 0;
  padding-top: 0;
}

.intro_chara {
  color: #ff7bae;
}

.goods img {
  width: 95%;
  border-radius: 10px;
}

.goods ul li {
  background-color: #f7f7f7;
  display: block;
  margin: 1rem auto;
}

header {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

footer {
  position: relative;
  padding: 1em 0px 1em 0px;
  font-weight: bold;
  color: #cd9eff;
  background-color: #333;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* アイテムボックス */
.item-container {
  padding: 1rem;
}

.fadein_now {
  opacity: 0.1;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein_now.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.novelty img {
  margin-bottom: 1rem;

  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

.linkto-togo-schedule {
  margin-bottom: 2rem !important;
}

.price {
  margin-top: 0 !important;
}

.lm h3 {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-bottom: 1px solid #ff7bae;
}

.newinfo {
  padding: 10px;
  display: block;
  color: #ff7bae;
  border: 1px solid;
  width: 50%;
}

.gaiyou {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px;
}

.gaiyou h2 {
  margin: 0 auto 1rem;
  max-width: 500px;
  border-bottom: 1px solid #000;
}
.gaiyou dl {
  margin-bottom: 1.5rem;
}
.gaiyou dt {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
  min-width: 50%;
  background-color: #ff7bae;
  color: #fff;
  text-align: center;
}

.psc {
  width: 90%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #464646;
}

.group_txt {
  font-size: 20px;
}

.a5 li {
  width: 45%;
}

.a5 img {
  border: 1px solid #4c4c4c;
}

.goods_img li {
  display: block;
  margin-bottom: 15px;
}

.goods li {
  border: 1px solid;
  border-radius: 10px;
  width: 80%;
  margin-bottom: 20px;
}

.can img {
  width: 150px;
}

.can_a li {
  width: 25%;
}

.can_b li {
  width: 20%;
}

.acril_a li {
  width: 25%;
}

.acril ul {
  justify-content: space-between !important;
}

.acril_b li {
  width: 20%;
}

.acril img {
  width: 100%;
  vertical-align: bottom;
}

.goods_img {
  width: 90%;
  margin: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  border: 2px solid #464646;
}

.psc ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 30px 0;
  padding-top: 10px;
}

.agroup img {
  width: 190px;
}

.bgroup img {
  width: 160px;
}

.weblink {
  margin: 0 auto;
  display: block;
  width: inherit;
}

a {
  color: #333;
}

.date {
  font-size: 14px;
  text-align: center;
  margin: 5px auto;
}

footer span {
  font-size: 5px;
}

footer a:link {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer a:visited {
  color: #fff;
}

h1 {
  margin: 0;
}

h3 {
}

.midashi {
  background-color: #ff7bae;
  color: white;
  padding: 10px;
  margin-bottom: 1rem;
}

.goods h3 {
  margin-bottom: 0;
}

h4 {
  margin-top: 10px;
}

.topimg {
  background-image: url(../img/top1bg.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.topimg img {
}

.top {
  color: #ff7bae;
}

.logodate {
  max-width: 797px;
  margin-top: 8px;
}

.border {
  max-width: 830px;
  margin: 20px 0;
}

.top h2 {
  margin: 3px 0;
}

.eventinfo p.introduction {
  padding: 10px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #ff7bae;
}

.intro {
  font-size: 18px;
  color: #cd9eff;
  text-align: left;
  padding: 0 13% !important;
}

.menubx p {
  max-width: 800px;
}

.slim {
  font-weight: normal;
}

.color-r {
  color: red;
}

.color-rr {
  color: #cd9eff;
}

.letter-space {
  letter-spacing: -1px;
}

.gamaguchi li {
  width: 45%;
}

.web_to {
  margin-bottom: 50px;
  text-align: center;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 1rem;
  max-width: 960px;
  height: auto;
  text-align: center;
  background-color: white;
  background-image: url(../img/bg.webp);
}

.container p {
  margin-bottom: 1rem;
}

.container div {
  margin: auto;
}

.top,
.intro,
.menubx,
.goods {
  padding: 0 8px;
}

.left {
  text-align: left;
}

.drink-des {
  color: #cd9eff;
  font-style: italic;
}

.txt-head {
  max-width: 655px;
}

.category,
.category2 {
  min-height: 48px;
  margin: 20px 0;
}

.category {
  background-color: #ab69f0;
}

.category2 {
  background-color: #ab69f0;
}

.category h2,
.category2 h2 {
  color: white;
  font-weight: bold;
  margin: 30px 0px;
  font-size: 32px;
}

.menubx {
  margin: 0 0;
}

.menubx h1 {
  color: #cd9eff;
  font-size: 19px;
}

.orbital_img {
  max-width: 960px;
  height: 0;
  padding-top: 62.5%;
  background-image: url("../img/header_1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  user-select: none;
}

/* .orbital_img img {
  width: 100%;
} */

.menubx img {
  max-width: 500px;
}

.menubx p {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 5%;
  margin: 10px;
}

a:hover {
  opacity: 0.7;
}

.gdbx img {
  margin: 10px 0;
}

.gdbx p {
  padding: 0 5%;
}

.gd-name {
  color: #cd9eff;
  border-top: solid 2px #cd9eff;
  border-bottom: solid 2px #cd9eff;
  max-width: 600px;
  margin-bottom: 1em;
  padding-top: 5px;
}

.shadow img {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}

.goods ul {
  list-style-type: none;
}

.goods_img ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px 20px 0px 20px;
  margin-block-start: 0;
}

.goods_img li p {
  margin-top: 0;
  text-align: center;
}

.goods_description {
  margin-bottom: 1rem;
}

.canbadge {
  max-width: 842px;
}

.a4 {
  max-width: 800px;
}

.sticker {
  max-width: 662px;
}

.acril_a img {
  width: 90%;
}

.limit {
  max-width: 93px;
  display: inline-block;
}

.icstk {
  max-width: 243px;
  display: block;
}

.cost {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}

.sale-date {
  color: red;
}

.webshop-btn {
  font-family: "Sawarabi Mincho", serif;
  font-size: 32px;
  color: white !important;
  padding: 10px 20px;
  width: 90%;
  display: block;
  margin: 1em 0px;
  background: -moz-linear-gradient(top, #cd9eff 0%, #cd9eff);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cd9eff),
    to(#cd9eff)
  );
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 12px;
  border: 1px solid #be3b27;
  -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 3px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.5),
    inset 0px 0px 3px rgba(255, 255, 255, 1);
}

a.webshop-btn,
a.point-btn {
  text-decoration: none;
}

a.webshop-btn:hover,
a.point-btn:hover {
  text-decoration: underline;
}

a.webshop-btn:visited,
a.point-btn:visited {
  color: currentColor;
}

.limitbx {
}

.o_container {
  padding: 1rem 0 2rem;
}

#bd_2 img {
  max-width: 85% !important;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 100%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.eventinfo {
  width: 75%;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}

.eventinfo p {
  margin: 5px;
  font-size: 16px;
  color: #333;
}

.eventinfo li {
  list-style: none;
}

.catch {
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #333;
}

#page_top {
  position: absolute;
  right: 10px;
  top: -20px;
  width: 50px;
  height: 50px;
  background: #666;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: white;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#point {
  margin: 3em 0;
  color: #cd9eff;
}

.midashi_2 {
  margin-bottom: 1rem;
  color: #ff7bae;
  border: 2px solid #ff7bae;
  background-color: white;
}

.web_to a {
  display: block;
  background-color: #4e4c4c;
  width: 350px;
  margin: 0 auto;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
}

#point h2 {
  margin: 1em 0;
  letter-spacing: 2px;
}

.point-btn {
  border: solid 1px #cd9eff;
  padding: 20px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  display: block;
  max-width: 80%;
  margin: 2em 0px;
  line-height: 1.2em;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1;
}

.btn_area {
  width: 80%;
  height: 250px;
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2;
}

.btn_area img {
  width: 100%;
}

.btn_area .ttl {
  font-weight: bold;
}

.btn_area p {
  padding: 15px;
}

.btn_area button {
  display: block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 20px 40px;
  border: none;
}

.btn_area button:hover {
  background: #777;
}

@media screen and (max-width: 767px) {
  .webshop-btn {
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .hd-acril,
  .menubx h1,
  .drink-des {
    letter-spacing: -1px;
  }

  .category h2 {
    padding: 0;
  }
}

.posca img {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
}

#intro-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#modal.fade-in {
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in;

  opacity: 1;
}

.postsec img {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  z-index: 2;
  transition: opacity 1s ease-in; /* 追加 */
}

#modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}

#close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

#youtube-video {
  width: 100%;
  height: calc(100vw * 9 / 16);
  max-height: 450px;
}

footer p {
  text-align: center;
}

.midashi span {
  color: #f9f9f4;
  font-weight: bold;
  padding-left: 1rem;
  font-size: 0.75rem;
  display: block;
}

/* 20230913 */

.site-anchor {
  position: relative;
  display: inline-block;
  min-width: 350px;
  transition: 300ms;
}

.site-anchor .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.site-anchor .bg.twitter {
  background-color: #000;
  background-image: url("../img/icon_x.png");
  background-position: center left 10px;
  background-size: 35px;
  background-repeat: no-repeat;
}

.site-anchor-contents {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.site-anchor-contents .site-linkto-tag {
  display: block;
  padding: 1rem;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-decoration: none !important;
}

.copyright {
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
}

/* 禰豆子フォント専用対応 */
.nezu {
  font-family: Noto serif TC;
}
.nezuko_serif {
  display: inline-block !important;
  font-family: Noto serif TC;
  color: inherit !important;
  font-size: inherit !important;
  padding-left: 0 !important;
}
