@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: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  background: url(../img/bg-content01.jpg);
}
@media (max-width: 768px) {
  body {
    background-size: 60%;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 163px;
}
@media (max-width: 768px) {
  main {
    padding-top: 110px;
  }
}

p {
  line-height: 1.6;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

h2 {
  position: relative;
  color: #eeebdc;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.22em;
  font-family: "Kaisei Decol", "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  margin-top: 184px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
    margin-top: 104px;
  }
}
h2:before {
  position: absolute;
  content: attr(data-jp);
  left: 50%;
  top: -121px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Chewy", cursive;
  font-size: 80px;
  letter-spacing: 0.12em;
  color: #eeebdc;
  line-height: 0;
  padding-bottom: 72px;
  border-bottom: 8px solid rgba(225, 225, 225, 0.4);
  width: 240px;
}
@media (max-width: 768px) {
  h2:before {
    top: -75px;
    font-size: 60px;
    padding-bottom: 45px;
  }
}

#anchor-event {
  padding-top: 100px;
  padding-bottom: 78px;
}

.movie_area {
  background: url(../img/bg-content02.jpg);
  padding-top: 100px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .movie_area {
    background-size: 60%;
  }
}
.movie_area h2 {
  color: #5a5e68;
}
.movie_area h2::before {
  font-family: "Anton", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #5a5e68;
  letter-spacing: 0.08em;
}
.movie_area h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.06em;
  padding-top: 52px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .movie_area h3 {
    font-size: 22px;
  }
}
.movie_area h3 span {
  -webkit-transform: scaleX(3);
  transform: scaleX(3);
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .movie_area h3 span {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
  }
}
.movie_area p {
  font-size: 16px;
  color: black;
  line-height: 2.25;
  margin: 0px;
}
@media (max-width: 768px) {
  .movie_area p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
}
.movie_area strong {
  font-size: 26px;
}
@media (max-width: 768px) {
  .movie_area strong {
    font-size: 22px;
  }
}
.movie_area img {
  width: 480px;
  border: solid 2px #eeebdc;
  margin: 57px 0px;
}
@media (max-width: 768px) {
  .movie_area img {
    margin: 30px 0px;
  }
}

.movie_area_2 {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 120px;
}
.movie_area_2 p {
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .movie_area_2 p {
    font-size: 14px;
  }
}
.movie_area_2 span {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .movie_area_2 span {
    font-size: 18px;
  }
}
.movie_area_2 img {
  width: 288px;
  display: inline;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.movie_area_2 .startdash {
  text-align: center;
  margin-bottom: 90px;
}
.movie_area_2 .movie_message {
  font-size: 26px;
  color: #eeebdc;
  margin-top: 12px;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .movie_area_2 .movie_message {
    font-size: 22px;
    padding-bottom: 55px;
  }
}
@media (max-width: 575px) {
  .movie_area_2 .movie_message {
    font-size: 20px;
  }
}
.movie_area_2 .movie_message span {
  font-size: 26px;
  letter-spacing: 0.06em;
  padding-top: 0.4em;
  text-emphasis: dot filled;
  -webkit-text-emphasis: dot filled;
}
@media (max-width: 768px) {
  .movie_area_2 .movie_message span {
    font-size: 22px;
  }
}

.goods_area {
  background-color: #eeebdc;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 88px;
  color: black;
  font-size: 14px;
  letter-spacing: 0.12em;
}
@media (max-width: 575px) {
  .goods_area {
    padding-bottom: 35px;
  }
}
.goods_area h2 {
  color: #c06a5b;
}
.goods_area h2::before {
  color: #c06a5b;
  border-bottom: 8px solid rgba(192, 106, 91, 0.4);
}
.goods_area strong {
  font-size: 24px;
  display: block;
  padding-top: 75px;
}
.goods_area .sell-start {
  font-size: 18px;
  padding: 30px 0px 10px;
  margin-bottom: 0px;
}
.goods_area .click_exp {
  padding: 30px 0px 10px;
}

.square {
  width: 400px;
  height: 400px;
  display: table;
  background-color: rgba(90, 94, 104, 0.4);
  color: #eeebdc;
  margin-top: 63px;
  margin-bottom: 109px;
}
@media (max-width: 820px) {
  .square {
    margin-bottom: 0px;
    height: 280px;
  }
  .square:last-child {
    margin-bottom: 63px;
  }
}
.square .inner {
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}
@media (max-width: 820px) {
  .square .inner {
    padding: 0px 10px;
  }
}
.square .inner h3 {
  font-family: "Chewy", cursive;
  font-size: 56px;
  margin-bottom: 49px;
  letter-spacing: 0.06em;
}
.square .inner p {
  margin-bottom: 20px;
}

.asylum {
  width: 216px;
  margin-bottom: 35px;
}

footer {
  padding-bottom: 66px;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #000000;
  z-index: 3;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer .copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #111;
}

@media (min-width: 1200px) {
  header .container-xl {
    max-width: 1440px;
    padding: 0px 40px;
  }
}
@media (max-width: 768px) {
  header .container-xl {
    padding: 0px 0px;
  }
}
header .logoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1347px) {
  header .logoarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  header .logoarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 370px) {
  header .logoarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
header .logoarea h1 {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-family: "Kaisei Decol", "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #c06a5b;
  font-weight: bold;
}
@media (max-width: 768px) {
  header .logoarea h1 {
    font-size: 12px;
  }
}
header .img-logo {
  display: block;
  max-width: 240px;
  margin-right: 17px;
}
@media (max-width: 768px) {
  header .img-logo {
    width: 120px;
    margin-right: 7px;
    margin-left: 10px;
  }
}
@media (max-width: 360px) {
  header .img-logo {
    width: 30%;
  }
}
header .menu_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1347px) {
  header .menu_area {
    display: none;
  }
}
header .menu {
  display: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1347px) {
  header .menu {
    display: none;
  }
}
header .menu a {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #5a5e68;
  margin-right: 52px;
}
header .menu a::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
}
@media (max-width: 1430px) {
  header .menu a {
    width: 120px;
    margin-right: 0px;
  }
}
header .twitter {
  width: 237px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1d757b;
  color: #1d757b;
  font-family: "Kaisei Decol", "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
}
header .twitter i {
  font-size: 28px;
}
@media (max-width: 1347px) {
  header .twitter {
    display: none;
  }
}

nav.navbar {
  position: fixed;
  z-index: 5;
  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;
  height: 86px;
  padding: 8px 0;
  background-color: #eeebdc;
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: rgb(255, 255, 255) 0 0 23px;
}
@media (max-width: 768px) {
  nav.navbar {
    height: none;
    padding: 25px 0;
  }
}
nav.navbar .navbar-toggler {
  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;
  padding: 0px;
  color: #5a5e68;
}
@media (min-width: 1348px) {
  nav.navbar .navbar-toggler {
    display: none;
  }
}
nav.navbar .navbar-toggler::after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: bold;
  padding-right: 15px;
}
nav.navbar .navbar-toggler[aria-expanded="true"]::after {
  content: "\f00d";
}
nav.navbar #navbarToggleExternalContent {
  width: 100%;
}
nav.navbar .navbar-nav {
  background-color: #eeebdc;
  padding: 30px;
}
nav.navbar .nav-item {
  border-bottom: none;
}
nav.navbar button.btn.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -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: #5a5e68;
  border: none;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 1348px) {
  nav.navbar button.btn.btn-link {
    display: none;
  }
}
nav.navbar button.btn.btn-link:after {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #5a5e68;
  margin-right: 8px;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: auto;
  height: auto;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #eeebdc;
}
nav.navbar .btn-anchor a {
  padding: 12px 32px;
  background-color: #eeebdc;
  color: #eeebdc;
  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;
}
nav.navbar .nav-link {
  padding: 12px;
  text-decoration: none;
  color: #5a5e68;
}
nav.navbar .nav-item {
  width: 100%;
  padding: 10px;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 911px) {
  nav.navbar .nav-item {
    font-size: 14px;
    padding: 5px;
  }
}
nav.navbar .nav-item .twitter_sp {
  width: 237px;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1d757b;
  color: #1d757b;
  font-family: "Kaisei Decol", "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
}
nav.navbar .nav-item .twitter_sp i {
  font-size: 28px;
}
nav.navbar .modal-content {
  background-color: #eeebdc;
  border: none;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav.navbar .modal-header .btn-close {
  background: none;
  border: none;
  color: #5a5e68;
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
  }
}
nav.navbar .modal-header .btn-close:after {
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

.nav-tabs {
  border: none;
  padding-top: 82px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .nav-tabs {
    margin-bottom: 50px;
  }
}
.nav-tabs .nav-item {
  width: 33.333%;
}
@media (max-width: 768px) {
  .nav-tabs .nav-item {
    width: 50%;
  }
}
.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #eeebdc;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c06a5b;
  border: 4px solid #eeebdc;
  border-radius: 24px;
  height: 105px;
  margin: 5px;
}
@media (max-width: 1199px) {
  .nav-tabs .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    border-radius: 10px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    font-size: 12px;
    line-height: 1.2;
  }
}
.nav-tabs .nav-link .fas {
  font-size: 24px;
  padding-right: 16px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-link .fas {
    display: none;
  }
}
.nav-tabs .nav-link.active {
  background-color: rgba(255, 255, 255, 0.4);
  background-color: #eeebdc;
  border: none;
  color: #c06a5b;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .nav-tabs .nav-link.active {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link.active {
    font-size: 13px;
  }
}
.nav-tabs .nav-link.active .fas {
  display: none;
}

.fa-caret-right:before {
  content: "\f0da";
}

.event_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .event_detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.event_detail .event_img {
  padding-left: 26px;
}
@media (max-width: 1199px) {
  .event_detail .event_img {
    width: 30%;
  }
}
@media (max-width: 820px) {
  .event_detail .event_img {
    width: 100%;
    padding-left: 0px;
  }
}
.event_detail .event_img h3 {
  font-size: 32px;
  font-weight: bold;
  color: #eeebdc;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media (max-width: 820px) {
  .event_detail .event_img h3 {
    font-size: 24px;
  }
}
.event_detail .event_img img {
  width: 372px;
  border: 4px solid #eeebdc;
  border-radius: 3px;
  display: inline;
}
.event_detail .detail_desc {
  background-color: #eeebdc;
  padding: 44px 0px 84px;
  width: 668px;
  margin-left: 36px;
}
@media (max-width: 1199px) {
  .event_detail .detail_desc {
    width: 65%;
  }
}
@media (max-width: 820px) {
  .event_detail .detail_desc {
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
}
.event_detail .detail_desc dl dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 160px;
  color: #c06a5b;
  margin-left: 40px;
  padding-bottom: 17px;
  border-bottom: 2px solid #c06a5b;
}
@media (max-width: 1199px) {
  .event_detail .detail_desc dl dt {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.event_detail .detail_desc dl dd {
  float: left;
  padding-left: 22px;
  color: black;
  font-size: 14px;
  width: 384px;
  line-height: 2.215;
  letter-spacing: 0.06em;
  margin-bottom: 54px;
}
@media (max-width: 1199px) {
  .event_detail .detail_desc dl dd {
    padding-bottom: 50px;
    padding-right: 22px;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .event_detail .detail_desc dl dd img {
    width: 100%;
  }
}
.event_detail .detail_desc dl dd ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event_detail .detail_desc dl dd ul {
  list-style: "・";
  margin: 0;
  padding: 0;
  line-height: 1.9;
}
.event_detail .detail_desc dl dd .list-note {
  list-style: "※";
  padding-left: 1em;
}

.list-product {
  margin: 0;
  padding: 0;
}
.list-product li {
  list-style: none;
}
.list-product .list-product-item,
.list-product .list-product-item-clearfile {
  margin: 8px;
  padding: 10px 4px 14px;
  border-radius: 8px;
  position: relative;
}
.list-product .list-product-item img,
.list-product .list-product-item-clearfile img {
  cursor: pointer;
}
.list-product .list-product-item p,
.list-product .list-product-item-clearfile p {
  text-align: left;
  line-height: 1.2;
}
.list-product .list-product-item .small,
.list-product .list-product-item-clearfile .small {
  font-size: 14px;
}
@media (max-width: 575px) {
  .list-product .list-product-item .small,
  .list-product .list-product-item-clearfile .small {
    font-size: 12px;
  }
}
.list-product .list-product-item .hdg,
.list-product .list-product-item-clearfile .hdg {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 575px) {
  .list-product .list-product-item .hdg,
  .list-product .list-product-item-clearfile .hdg {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .list-product .list-product-item,
  .list-product .list-product-item-clearfile {
    margin: 0;
  }
}
.list-product .list-product-item-clearfile p {
  text-align: center;
}
@media (max-width: 575px) {
  .list-product .list-product-item-clearfile p {
    text-align: left;
  }
}

.modal-hook {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  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;
}
.modal-hook img {
  width: 70%;
}
@media (max-width: 575px) {
  .modal-hook img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .modal-hook {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
  }
}

.modal-header {
  border-bottom: none;
  padding: 8px;
}
.modal-header .close {
  font-size: 2rem;
}
.modal-header span {
  margin-right: 5px;
}

.modal-body {
  padding: 0px;
}
.modal-body ul {
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-body ul li {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .modal-body ul li:last-child {
    padding-bottom: 0px;
  }
}

/* ------------
   商品一覧エリア
 ------------ */
.goods_ {
  margin-top: 40px;
}

.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}

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

.StyleF_Item_ {
  width: calc(20% - 16px);
  margin: 8px;
  padding: 8px;
  background: white;
  position: relative;
  padding-bottom: 44px;
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media (max-width: 575px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  background: transparent;
  color: #000000;
  font-weight: bold;
  text-align: left;
}
.name_ a {
  display: block;
  padding: 5px;
  color: #000000;
  text-decoration: none;
  word-break: break-all;
}

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

.cart_ {
  position: absolute;
  width: calc(100% - 16px);
  bottom: 0;
  padding-bottom: 10px;
}
.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: 1px 6px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.cart_btn_.reservation_ {
  background-color: #d7a096;
  color: #eeebdc;
  border-radius: 0;
  border: 1px solid #d7a096;
}

.cart_btn_.order_ {
  background-color: #c06a5b;
  color: #eeebdc;
  border-radius: 0;
  border: 1px solid #c06a5b;
}

.cart_btn_.detail_ {
  background-color: #d7a096;
  color: #eeebdc;
  border-radius: 0;
  border: 1px solid #d7a096;
}

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

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}

/* 20230516 大須シネマ追加 */
.event_detail .event_img_2 {
  padding-left: 26px;
  text-align: center;
}

@media (max-width: 1199px) {
  .event_detail .event_img_2 {
    width: 30%;
  }
}

@media (max-width: 820px) {
  .event_detail .event_img_2 {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .event_detail .event_img_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
}

.event_detail .event_img_2 p {
  color: #eeebdc;
}

.event_detail .event_img_2 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #eeebdc;
  margin-top: 15px;
  margin-bottom: 45px;
}

@media (max-width: 820px) {
  .event_detail .event_img_2 h3 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

.event_detail .event_img_2 img {
  width: 372px;
  border: 4px solid #eeebdc;
  border-radius: 3px;
  display: inline;
}

.event_detail .event_img_2 .osu_img {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .event_detail .event_img_2 .osu_img {
    margin-bottom: 0px;
  }
}

/* *********** 2022.6 推薦コメント ********* */
header .logoarea {
  flex: auto;
  max-width: 36%;
  min-width: 480px;
}
@media (max-width: 575px) {
  header .logoarea {
    min-width: auto;
    max-width: 80%;
  }
}
nav.navbar {
  padding: 16px 0;
  height: auto;
}
header .img-logo {
  margin-right: 4px;
  margin-left: 8px;
}
header .twitter {
  width: 176px;
}
header .menu a {
  margin-right: 32px;
  width: auto;
  letter-spacing: 0.05;
}

.comment_area {
  background: rgba(0, 0, 0, 0.4);
  padding: 120px 0 80px;
}
.comment_area h2 {
  margin-bottom: 40px;
}
.comment_area h2:before {
  font-size: 40px;
  padding-bottom: 40px;
  top: -80px;
}
