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", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #150202;
  background: #ffffff;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

main {
  z-index: 1;
}

.container {
  padding: 0;
}
@media (max-width: 575px) {
  .container {
    padding: 0 4%;
  }
}

p {
  line-height: 1.6;
}

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

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

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

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

ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0;
}

dl,
dt,
dd {
  line-height: 1;
  margin: 0;
}

@media (max-width: 575px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.amp {
  font-family: "Noto Sans JP", sans-serif;
}

nav.navbar {
  display: block;
  padding: 0;
  text-align: center;
  background: #ffffff;
}
nav.navbar .navbar-collapse {
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  transition: none;
  padding: 60px 0;
}
nav.navbar button.navbar-toggler {
  position: absolute;
  top: 0;
  right: 10px;
  border: 2px solid #2c2323;
  border-radius: 0 0 6px 6px;
  outline: none;
  color: #ffffff;
  background: #150202;
  padding: 4px 10px 8px;
  z-index: 999;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler {
    padding: 2px 6px 6px;
  }
}
nav.navbar button.navbar-toggler span.navbar-toggler-icon {
  position: relative;
  width: 35px;
  height: 35px;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler span.navbar-toggler-icon {
    width: 30px;
    height: 30px;
  }
}
nav.navbar button.navbar-toggler span.navbar-toggler-icon::after {
  display: block;
  content: "\e5d2";
  font-family: "Material Icons";
  color: #ffffff;
}
nav.navbar button.navbar-toggler .navbar-toggler-text {
  display: block;
  font-family: "Russo One", sans-serif;
  font-size: 14px;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler .navbar-toggler-text {
    font-size: 12px;
  }
}
nav.navbar button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
  content: "\e5d2";
  font-size: 35px;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
    font-size: 30px;
  }
}
nav.navbar button.navbar-toggler[aria-expanded="true"] {
  right: 20px;
  color: #150202;
  background: #ffffff;
}
nav.navbar button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  content: "\e5cd";
  font-size: 34px;
  color: #150202;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    font-size: 28px;
  }
}
nav.navbar button.navbar-toggler[aria-expanded="true"] {
  border: none;
}
nav.navbar ul.navbar-nav {
  justify-content: center;
}
nav.navbar li.nav-item {
  padding: 6px 12px;
}
nav.navbar li.nav-item + li {
  border-top: 1px solid #eeeeee;
}
nav.navbar a.nav-link {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Russo One", sans-serif;
  font-size: 20px;
  color: #150202;
  line-height: 1.3;
}
@media (max-width: 575px) {
  nav.navbar a.nav-link {
    font-size: 18px;
  }
}
nav.navbar a.nav-link .ja {
  display: block;
  color: #0064d5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  nav.navbar a.nav-link .ja {
    font-size: 12px;
  }
}
nav.navbar a.nav-link .amp {
  font-size: 14px;
  font-weight: bold;
}
nav.navbar a.nav-link .dropdown-menu.show {
  padding: 0;
}
@media (max-width: 991px) {
  nav.navbar a.nav-link .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
  }
}

footer {
  color: #ffffff;
  text-align: center;
  background: #150202;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 575px) {
  footer {
    padding: 40px 0 20px;
  }
}
footer .copyright {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}
footer h2 {
  font-size: 24px;
  margin-bottom: 28px;
}
footer .list-sns {
  margin-bottom: 40px;
}
footer .list-sns li {
  display: inline-block;
  width: 48px;
  margin: 0 20px;
}
@media (max-width: 575px) {
  footer .list-sns li {
    margin: 0 10px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .link-pageup img {
  opacity: 1;
}
@media (max-width: 991px) {
  footer .link-pageup img {
    width: 40px;
    height: auto;
  }
}

h2 {
  position: relative;
  display: inline-block;
  font-family: "Russo One", sans-serif;
  font-size: 60px;
  text-align: center;
  line-height: 1;
  margin: 0 auto 64px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 10vw;
    margin: 0 auto 32px;
  }
}
h2::before,
h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 16px;
}
@media (max-width: 575px) {
  h2::before,
  h2::after {
    width: 18px;
    height: 18px;
    top: 12px;
  }
}
h2::before {
  left: -40px;
}
@media (max-width: 575px) {
  h2::before {
    left: -30px;
  }
}
h2::after {
  right: -40px;
}
@media (max-width: 575px) {
  h2::after {
    right: -30px;
  }
}
h2 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
}
@media (max-width: 767px) {
  h2 .ja {
    font-size: 14px;
    margin-top: 4px;
  }
}

.area-mainvisual {
  text-align: center;
  background: #ffffff url(../img/bg-kv.png) no-repeat center center;
  background-size: cover;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .area-mainvisual {
    margin: 0 auto;
  }
}

.list-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 58px auto 0;
}
@media (max-width: 767px) {
  .list-menu {
    justify-content: center;
    margin: 40px auto 0;
  }
}
@media (max-width: 575px) {
  .list-menu {
    justify-content: space-between;
  }
}
.list-menu::after {
  content: "";
  width: 100%;
}
.list-menu li {
  position: relative;
  text-align: center;
  margin: 0 5% 48px;
}
@media (max-width: 575px) {
  .list-menu li {
    width: 50%;
    margin: 0 0 48px;
  }
}
.list-menu li:nth-child(n + 4) {
  order: 1;
}
@media (max-width: 575px) {
  .list-menu li:nth-child(n + 4) {
    order: 0;
  }
}
.list-menu li:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ebf6f9;
  z-index: -1;
  margin: auto;
}
@media (max-width: 991px) {
  .list-menu li:after {
    top: -8px;
    width: 55px;
    height: 55px;
  }
}
.list-menu li a {
  font-family: "Russo One", sans-serif;
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-menu li a {
    font-size: 18px;
  }
}
.list-menu li a:hover {
  color: #150202;
}
.list-menu li a .ja {
  display: block;
  color: #0064d5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .list-menu li a .ja {
    font-size: 12px;
  }
}
.list-menu li a .amp {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .list-menu li a .amp {
    font-size: 12px;
  }
}

.area-mvtk {
  margin: 60px auto 40px;
}
@media (max-width: 767px) {
  .area-mvtk {
    margin: 20px auto 40px;
  }
}
.area-mvtk #mvtk-widgets-container {
  margin: 0 auto;
}

.area-introduction {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .area-introduction {
    padding: 60px 0;
  }
}
.area-introduction h2::before,
.area-introduction h2::after {
  background: url(../img/icon-title-color.png) center center no-repeat;
  background-size: 100%;
}
.area-introduction .text-serif {
  color: #0064d5;
  font-family: "BIZ UDMincho", serif;
  font-size: 34px;
  text-shadow:
    0 0 6px #ffffff,
    0 0 6px #ffffff;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .area-introduction .text-serif {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .area-introduction .photo-introduction {
    display: block;
  }
}
@media (max-width: 767px) {
  .area-introduction .photo-introduction li {
    margin: 0 auto 10px;
  }
}
@media (max-width: 575px) {
  .area-introduction .photo-introduction li {
    max-width: 340px;
    margin: 0 auto 10px;
  }
}

.area-story {
  text-align: center;
  padding: 80px 0;
  background-image: url(../img/bg-introduction.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .area-story {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .area-story {
    background-image: url(../img/bg-introduction_sp.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 180px;
  }
}
.area-story h2 {
  color: #2e1801;
}
.area-story h2::before,
.area-story h2::after {
  background: url(../img/icon-title-brown.png) center center no-repeat;
  background-size: 100%;
}
.area-story .text-story {
  width: 650px;
  text-align: left;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.2);
  padding: 56px 40px;
  margin-left: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .area-story .text-story {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    padding: 30px 30px;
    margin: 0 auto;
  }
}

.area-cast {
  text-align: center;
  padding: 80px 0;
  position: relative;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  width: 100%;
}
@media (max-width: 767px) {
  .area-cast {
    padding: 60px 0;
  }
}
.area-cast::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg-cast.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 575px) {
  .area-cast h2 {
    margin-bottom: 10px;
  }
}
.area-cast h2 .amp {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .area-cast h2 .amp {
    font-size: 24px;
  }
}
.area-cast h2::before,
.area-cast h2::after {
  background: url(../img/icon-title-black.png) center center no-repeat;
  background-size: 100%;
}
.area-cast h3 {
  color: #0064d5;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .area-cast h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.area-cast h3 span {
  font-size: 18px;
  padding-left: 8px;
}
@media (max-width: 575px) {
  .area-cast h3 span {
    font-size: 15px;
  }
}
.area-cast h4 {
  position: relative;
  font-family: "Russo One", sans-serif;
  color: #0064d5;
  font-size: 18px;
  padding-left: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .area-cast h4 {
    font-size: 15px;
  }
}
.area-cast h4::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  display: block;
  width: 12px;
  height: 2px;
  background: #0064d5;
}
.area-cast .box {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 10px rgba(26, 14, 0, 0.15);
  padding: 40px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .area-cast .box {
    padding: 20px;
    margin: 24px auto;
  }
}
.area-cast .box .row {
  margin-bottom: 20px;
}
.area-cast .box.cast,
.area-cast .box.staff {
  text-align: left;
}
.area-cast .box.staff {
  margin-bottom: 0;
}
.area-cast .box .img-cast {
  height: 100%;
}
@media (max-width: 991px) {
  .area-cast .box .img-cast {
    display: block;
    max-width: 340px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 575px) {
  .area-cast .box .img-cast {
    max-width: 260px;
  }
}
.area-cast .box p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .area-cast .box p {
    font-size: 14px;
  }
}

.area-event {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .area-event {
    padding: 60px 0;
  }
}

.area-theater {
  text-align: center;
  padding: 80px 0;
  background: url(../img/bg-gray.png) repeat center center;
}
@media (max-width: 767px) {
  .area-theater {
    padding: 60px 0;
  }
}
.area-theater h2::before,
.area-theater h2::after {
  background: url(../img/icon-title-color.png) center center no-repeat;
  background-size: 100%;
}
.area-theater .table-theater {
  width: 100%;
}
@media (max-width: 575px) {
  .area-theater .table-theater {
    border-collapse: separate;
    border-spacing: 0 20px;
  }
}
@media (max-width: 575px) {
  .area-theater .table-theater tr {
    margin-bottom: 20px;
  }
}
.area-theater .table-theater tr td:nth-of-type(1) {
  text-align: left;
}
.area-theater .table-theater .title-pc th {
  color: #ffffff;
  background: #0169b6;
}
.area-theater .table-theater th {
  width: 10%;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 575px) {
  .area-theater .table-theater th {
    color: #ffffff;
    background: #0169b6 !important;
  }
}
@media (max-width: 575px) {
  .area-theater .table-theater td {
    border-top: none !important;
  }
}
.area-theater .table-theater th,
.area-theater .table-theater td {
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
@media (max-width: 575px) {
  .area-theater .table-theater th,
  .area-theater .table-theater td {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 6px 10px;
  }
}
.area-theater .table-theater a {
  color: #f4a00d;
}
.area-theater .table-theater a[target="_blank"] {
  background: url(../img/icon-newwindow.png) no-repeat right top 6px;
  background-size: 12px auto;
  padding-right: 16px;
}
@media (max-width: 575px) {
  .area-theater .title-pc {
    display: none;
  }
}

.area-trailer {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .area-trailer {
    padding: 60px 0;
  }
}
.area-trailer h2::before,
.area-trailer h2::after {
  background: url(../img/icon-title-color.png) center center no-repeat;
  background-size: 100%;
}
.area-trailer .text-trailer {
  max-width: 770px;
  text-align: left;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .area-trailer .text-trailer {
    font-size: 14px;
  }
}
.area-trailer .movie {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.area-trailer .movie-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 55.8441558442%;
}
.area-trailer .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.area-goods {
  text-align: center;
  padding: 80px 0;
  background: url(../img/bg-gray.png) repeat center center;
}
@media (max-width: 767px) {
  .area-goods {
    padding: 60px 0;
  }
}
.area-goods h2::before,
.area-goods h2::after {
  background: url(../img/icon-title-color.png) center center no-repeat;
  background-size: 100%;
}
.area-goods .comingsoon {
  font-family: "Russo One", sans-serif;
  font-size: 32px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .area-goods .comingsoon {
    font-size: 20px;
  }
}
.area-goods .goods-info {
  max-width: 900px;
  text-align: left;
  font-size: 16px;
  margin: 0 auto 80px;
}
@media (max-width: 575px) {
  .area-goods .goods-info {
    font-size: 15px;
    margin: 0 auto 40px;
  }
}
.area-goods .goods-info h3 {
  position: relative;
  color: #0064d5;
  font-size: 18px;
  font-weight: bold;
  padding-left: 14px;
  margin: 24px 0 4px 0;
}
@media (max-width: 575px) {
  .area-goods .goods-info h3 {
    font-size: 16px;
  }
}
.area-goods .goods-info h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  width: 11px;
  height: 2px;
  background: #0064d5;
}
.area-goods .goods-info p {
  margin-bottom: 8px;
}
.area-goods .goods-info .text-attention {
  position: relative;
  color: #d90808;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .area-goods .goods-info .text-attention {
    font-size: 16px;
  }
}
.area-goods .goods-info .text-attention span {
  position: relative;
  top: 8px;
  left: -5px;
  font-size: 34px;
}
@media (max-width: 575px) {
  .area-goods .goods-info .text-attention span {
    top: 7px;
    left: -3px;
    font-size: 28px;
  }
}
.area-goods .goods-info a {
  text-decoration: underline;
}
.area-goods .goods-info a:hover {
  color: #150202;
}
.area-goods .goods-info ul {
  margin-bottom: 20px;
}
.area-goods .goods-info .list-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.area-goods .goods-info .list-note li:last-child {
  margin-bottom: 1rem;
}

.area-news {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .area-news {
    padding: 60px 0;
  }
}
.area-news h2::before,
.area-news h2::after {
  background: url(../img/icon-title-color.png) center center no-repeat;
  background-size: 100%;
}
.area-news .frame-scroll {
  max-height: 440px;
  overflow-y: auto;
}
.area-news .simplebar-track {
  background: #f2f2f2;
  width: 6px;
}
.area-news .simplebar-track.simplebar-vertical {
  width: 10px;
}
.area-news .simplebar-scrollbar {
  background: #c1c1c1;
  top: 0;
  right: 0px;
}
.area-news .simplebar-scrollbar::before {
  background-color: #c1c1c1;
}
.area-news .list-news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  text-align: left;
}
@media (max-width: 575px) {
  .area-news .list-news {
    font-size: 14px;
  }
}
.area-news .list-news dt {
  width: 30%;
  color: #0064d5;
  text-align: right;
  line-height: 1.4;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .area-news .list-news dt {
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
  }
}
.area-news .list-news dd {
  width: 70%;
  line-height: 1.4;
  padding-right: 16px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .area-news .list-news dd {
    width: 100%;
    margin-bottom: 0;
  }
}
.area-news .list-news dd a,
.area-news .list-news dd a:hover,
.area-news .list-news dd a:visited {
  color: #150202;
}
@media (max-width: 575px) {
  .area-news .list-news dd img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .area-news .list-news dd + dt {
    margin-top: 24px;
  }
}

.area-information {
  text-align: center;
  padding: 80px 0;
  background: url(../img/bg-information.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .area-information {
    padding: 60px 0;
  }
}
.area-information .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .area-information .container {
    display: block;
  }
}
.area-information .area-contact,
.area-information .area-account {
  width: 48%;
  max-width: 525px;
  background: rgba(255, 255, 255, 0.8);
  padding: 64px 20px;
  margin: 0 8px;
}
@media (max-width: 991px) {
  .area-information .area-contact,
  .area-information .area-account {
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto 40px;
  }
}
.area-information h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .area-information h2 {
    font-size: 8vw;
  }
}
.area-information h2::before,
.area-information h2::after {
  background: url(../img/icon-title-color.png) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 10px;
}
@media (max-width: 575px) {
  .area-information h2::before,
  .area-information h2::after {
    width: 16px;
    height: 16px;
  }
}
.area-information h2 .ja {
  font-size: 18px;
}
@media (max-width: 575px) {
  .area-information h2 .ja {
    font-size: 14px;
  }
}
.area-information .area-contact p {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .area-information .area-contact p {
    margin-top: 0;
  }
}
.area-information p {
  font-size: 18px;
  text-shadow: 0 2px 6px rgba(62, 62, 75, 0.2);
}
@media (max-width: 575px) {
  .area-information p {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.area-information img {
  max-width: 172px;
}
@media (max-width: 575px) {
  .area-information img {
    max-width: 140px;
  }
}
.area-information .button-blue {
  display: block;
  width: 100%;
  max-width: 340px;
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  background: #0064d5 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 14px auto;
  border: 3px solid #015bc0;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(62, 62, 75, 0.4);
  padding: 8px 8px 10px;
  margin: 20px auto 0;
}
@media (max-width: 575px) {
  .area-information .button-blue {
    font-size: 15px;
  }
}

.goods_ .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  width: 350px;
  max-width: 33.33%;
  text-align: left;
  margin: 0 14px 48px 14px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1199px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    max-width: calc(50% - 12px);
    padding: 10px 10px 20px 10px;
    margin: 6px 6px 20px 6px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ img {
  width: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a {
  color: #150202;
  text-decoration: none;
}
@media (min-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a img:hover {
    opacity: 0.8;
  }
}
.goods_ .StyleF_Frame_ .name_ {
  min-height: 3rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .name_ {
    font-size: 12px;
    margin-top: 12px;
  }
}
.goods_ .StyleF_Frame_ .name_ .name1_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .name_ .name1_ {
    -webkit-line-clamp: 3;
  }
}
.goods_ .StyleF_Frame_ .price_ {
  font-size: 16px;
  line-height: 1;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .goods_ .StyleF_Frame_ .price_ {
    font-size: 13px;
    margin-top: 8px;
  }
}
.goods_ .StyleF_Frame_ .btn_cart_ {
  display: block;
  margin: 20px 0 0 0;
}
.goods_ .StyleF_Frame_ .comment_,
.goods_ .StyleF_Frame_ .rdt_ {
  display: none;
}

.goods_ .StyleF_Frame_ .cart_btn_ {
  width: 100%;
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  border-radius: 0;
  padding: 5px 6px 6px 6px;
}
.goods_ .StyleF_Frame_ .cart_btn_.order_ {
  border: 2px solid #f79905;
  background: #ff9d03 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 7px auto;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(62, 62, 75, 0.3);
}
.goods_ .StyleF_Frame_ .cart_btn_.reservation_ {
  border: 2px solid #015bc0;
  background: #0064d5 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 7px auto;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(62, 62, 75, 0.3);
}
.goods_ .StyleF_Frame_ .cart_btn_.sold_out_,
.goods_ .StyleF_Frame_ .cart_btn_.closed_ {
  color: #444444;
  border: none;
  background: #bbbbbb;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 8px 8px 10px;
  background: #100964 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 14px auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(62, 62, 75, 0.4);
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
}

@media (max-width: 575px) {
  .resale_request a {
    font-size: 14px;
    background: #100964 url("../img/arrow-white.png") no-repeat 94% center;
    background-size: 7px auto;
    padding: 5px 6px 6px 6px;
  }
}
.StyleF_Item_ .img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.StyleF_Item_ .img_ img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* 2026/06/16 リニューアル用表示調整 */
.StyleF_Item_ .cart_ .cart_btn_.order_ {
  text-decoration: none;
}
.StyleF_Item_ .cart_ .cart_btn_.order_:hover {
  color: #fff;
  opacity: 0.8;
}
.StyleF_Item_ .cart_ .cart_btn_.soldout_ {
  color: #444444;
  border: none;
  background: #bbbbbb;
}
