/* CSS Document */

/*reset css--------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
a,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
improve,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
improve,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/

/*base--------------------*/

a,
input[type=submit] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/

/*animation--------------------*/

/*animation--------------------*/

body {
  color: #ffffff;
}

/*display--------------------*/

/*display--------------------*/

/*font--------------------*/

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}

h2 {
  font-family: "Cambria", sans-serif;
}

/*font--------------------*/

/*inner--------------------*/

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1900px;
  width: 91%;
}

/*inner--------------------*/

/*scroll--------------------*/

#topscroll {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #7FBE28;
  border-radius: 10px;
  bottom: 40px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  padding: 10px;
  position: fixed;
  right: 10px;
  width: 70px;
}

#topscroll .fa-caret-up {
  color: #7FBE28;
  font-size: 2rem;
}

#topscroll p {
  color: #7FBE28;
  font-size: 1.4rem;
}

/*scroll--------------------*/

.top .l-access {
  background-image: url(../images/access_bg.png);
  padding: 33rem 0 13rem 0;
}

.top .l-access::before {
  background-image: url(../images/info_bg_bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  padding-top: calc(235/2200*100%);
  position: absolute;
  top: -2px;
  width: 100%;
}

.about .l-access {
  padding-bottom: 8rem;
}

.about .l-access__map {
  margin-bottom: 0;
}

.about .l-access__cover {
  background: #290309;
  padding: 4rem 0;
}

.l-access {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 110;
}

.l-access__frame {
  margin-bottom: 12rem;
}

.l-access__map {
  margin-bottom: 6rem;
}

.l-access__iframe {
  height: 33vw;
  width: 100%;
}

.l-access__group {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  font-size: 4rem;
  justify-content: space-between;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/*common-order--------------------*/

.common-order {
  background: #37040C;
  padding: 10rem 0;
}

.common-order__group {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.common-order__list {
  height: 19rem;
  position: relative;
}

.common-order__list::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10.8rem;
}

.common-order__list:first-of-type {
  background: #ECEAEA;
}

.common-order__list:first-of-type::before {
  background: #101010;
}

.common-order__list:nth-of-type(2) {
  background: #835a00;
}

.common-order__list:nth-of-type(2)::before {
  background: #ffffff;
}

.common-order__list:nth-of-type(-n+2) {
  width: 48%;
}

.common-order__list:last-of-type {
  background: #5C0E1A;
  background-image: url(../images/common/about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4rem;
  width: 100%;
}

.common-order__list:last-of-type::before {
  background: #ffffff;
}

.common-order__list:last-of-type .common-order__link {
  color: #ffffff;
}

.common-order__list02::before {
  background: #5C0E1A !important;
}

.common-order__list02 .common-order__link {
  color: #5C0E1A;
}

.common-order__link {
  color: #101010;
  display: block;
  height: 100%;
  width: 100%;
}

.common-order__image {
  -webkit-transform: translateY(-50%);
  left: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12.4rem;
}

.common-order__txt {
  -webkit-transform: translate(-50%, -50%);
  font-size: 3rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*common-order--------------------*/

/*footer--------------------*/

.l-footer {
  background-image: url(../images/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer__group {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  font-size: 4rem;
  justify-content: space-between;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem 0 9.5rem 0;
  width: 80%;
}

.l-footer__cover {
  background: #5e0f1b;
  height: 6rem;
  position: relative;
}

.l-footer__cover::before {
  -webkit-transform: translateY(-50%);
  background-image: -webkit-radial-gradient(#f9ec53 20%, transparent 20%);
  background-image: radial-gradient(#f9ec53 20%, transparent 20%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 2.5rem 2.5rem;
  content: "";
  height: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.l-footer__copy {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #111111;
  display: -webkit-box;
  display: flex;
  font-size: 2.4rem;
  height: 10rem;
  justify-content: center;
}

/*footer--------------------*/

/*header--------------------*/

.l-header {
  background-image: url(../images/header_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25rem;
  position: relative;
  z-index: 10000;
}

.l-header__inner {
  -webkit-transform: translate(-50%, 0);
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 14rem;
  justify-content: space-between;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  position: fixed;
  top: 0;
  transform: translate(-50%, 0);
  width: 91%;
  z-index: 99999;
}

.l-header__logo {
  margin-top: 80px;
}

.l-header__image {
  width: 150px;
}

.l-header__nav {
  height: 100%;
}

.l-header__group {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
}

.l-header .fa-caret-down {
  margin-left: 3rem;
}

.l-header__group02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 0;
  opacity: 0;
  padding: 1.5rem 0;
  position: absolute;
  top: 10rem;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
}

.l-header__group02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: auto;
  left: 0;
  opacity: 0;
  padding: 1.5rem 0;
  position: absolute;
  top: 10rem;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
}

.l-header .js-group.open {
  opacity: 1;
  visibility: visible;
}

.l-header__list {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
  position: relative;
}

.l-header__list02 {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 100%;
}

.l-header__list:not(:last-of-type) {
  margin-right: 2.636vw;
}

.l-header__list:last-of-type .l-header__link {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background: #5e0f1b;
  display: -webkit-box;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 4rem;
}

.l-header__link {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
}

.l-header__link02 {
  color: #ffffff;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.l-header .js-btn {
  border-radius: 5px;
  cursor: pointer;
  display: none;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 999999;
}

.l-header .js-btn span {
  -webkit-transition: all 0.5s;
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 14px;
  position: absolute;
  transition: all 0.5s;
  width: 40px;
}

.l-header .js-btn span:nth-of-type(1) {
  top: 15px;
}

.l-header .js-btn span:nth-of-type(2) {
  top: 23px;
}

.l-header .js-btn span:nth-of-type(3) {
  top: 31px;
}

.l-header .js-btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
}

.l-header .js-btn.open span:nth-of-type(2) {
  opacity: 0;
}

.l-header .js-btn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
}

/*header--------------------*/

/*main--------------------*/

/*main--------------------*/

/*bg--------------------*/

.l-bg {
  background-image: url(../images/common/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.4rem 0 10rem 0;
}

/*bg--------------------*/

/*border--------------------*/

.c-border {
  background: #5e0f1b;
  height: 6rem;
  margin-top: -2px;
  position: relative;
}

.c-border::before {
  -webkit-transform: translateY(-50%);
  background-image: -webkit-radial-gradient(#f9ec53 20%, transparent 20%);
  background-image: radial-gradient(#f9ec53 20%, transparent 20%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 2.5rem 2.5rem;
  content: "";
  height: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/*border--------------------*/

/*btn--------------------*/

/*btn--------------------*/

/*frame--------------------*/

.c-frame {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.c-frame__feature {
  pointer-events: none;
  width: 95.5rem;
  z-index: 0;
}

.c-frame__feature02 {
  max-width: 55rem;
  pointer-events: none;
  width: 30vw;
  z-index: 0;
}

.c-frame__ttl {
  -webkit-transform: translate(-50%, -50%);
  font-size: 5.6rem;
  left: 50%;
  letter-spacing: 0.075em;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.c-frame__span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  margin-top: 1.5rem;
}

/*ttl--------------------*/

/*fv--------------------*/

.c-fv {
  position: relative;
}

.c-fv__ttl {
  -webkit-transform: translate(-50%, -50%);
  font-size: 3.636vw;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*fv--------------------*/

/*gap--------------------*/

.l-gap {
  margin-top: -14rem;
  padding-top: 14rem;
}

/*gap--------------------*/

/*about--------------------*/

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

.about .fv {
  background: #5C0E1A;
}

.about .fv__image {
  width: 49.3rem;
}

.about .catch {
  padding-bottom: 8rem;
}

.about .catch__group {
  display: -webkit-box;
  display: flex;
  margin-bottom: 4rem;
}

.about .catch__list {
  -webkit-box-flex: 1;
  flex: 1;
}

.about .catch__image {
  -o-object-fit: cover;
  height: 300px;
  object-fit: cover;
}

.about .catch__ttl {
  color: #C0A13F;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 2.4rem;
  text-align: center;
}

.about .catch__txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 6.4rem;
}

.about .catch__group02 {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.about .catch__list02 {
  width: 32%;
}

.about .catch__list02 img {
  -o-object-fit: cover;
  height: 150px;
  object-fit: cover;
}

/*about--------------------*/

/*contact--------------------*/

.contact .form {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/contact/about_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32rem 0;
}

.contact .form__frame {
  margin-bottom: 7.5rem;
}

.contact .form__ttl {
  font-size: 5.2rem;
}

.contact .form__list {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.contact .form__item {
  margin-bottom: 6rem;
}

.contact .form__lead {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.contact .form__input {
  background: #ffffff;
  border-radius: 5px;
  font-size: 3rem;
  padding: 8px;
  width: 100%;
}

.contact .form__cover {
  border: 1px solid #39080e;
  margin-left: auto;
  margin-right: auto;
  width: 45rem;
}

.contact .form__btn {
  -webkit-transition: all 0.5s;
  background: #ffffff;
  background: #39080e;
  border: 1px solid #39080e;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 3.6rem;
  height: 100%;
  padding: 8px;
  padding: 2.5rem 0;
  transition: all 0.5s;
  width: 100%;
}

.contact .form__btn:hover {
  background: #ffffff;
  color: #39080e;
  cursor: pointer;
}

/*contact--------------------*/

/*flow--------------------*/

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

.flow .fv {
  background: #5C0E1A;
}

.flow .fv__image {
  width: 49.3rem;
}

.flow .list__lead {
  font-size: 3rem;
  line-height: 1.75;
  margin-bottom: 2.2rem;
}

.flow .list__txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 6.4rem;
}

.flow .list__item {
  background: #ffffff;
  border-radius: 30px;
  color: #101010;
  display: -webkit-box;
  display: flex;
  padding: 5.6rem 13.8rem;
  position: relative;
}

.flow .list__item:not(:last-of-type) {
  margin-bottom: 6.4rem;
}

.flow .list__link {
  display: block;
  height: 100%;
  width: 100%;
}

.flow .list__thumbnail {
  margin-left: 8rem;
}

.flow .list__image {
  width: 23.5rem;
}

/*flow--------------------*/

/*form--------------------*/

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

.form .fv {
  background: #5C0E1A;
}

.form .fv__image {
  width: 49.3rem;
}

.form .detail {
  color: #101010;
  padding-bottom: 10rem;
}

.form .detail__txt {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 4.4rem;
  text-align: center;
}

.form .detail__base {
  background: #ffffff;
  padding: 4rem;
}

.form .detail__item {
  margin-bottom: 4rem;
}

.form .detail__lead {
  font-size: 3rem;
  margin-bottom: 2.4rem;
}

.form .detail__span01 {
  display: block;
  font-size: 2.4rem;
  margin: 2.4rem 0;
}

.form .detail__content {
  font-size: 3rem;
}

.form .detail__input {
  border: 1px solid #707070;
  border-radius: 5px;
  height: 6rem;
  max-width: 500px;
  padding: 8px;
  width: 100%;
}

.form .detail__input02 {
  width: 20rem;
}

.form .detail__textarea {
  height: 40rem;
  max-width: 100%;
}

.form .detail__group02 {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.form .detail__list02 {
  width: 30%;
}

.form .detail__image {
  -o-object-fit: cover;
  height: 150px;
  object-fit: cover;
}

.form .detail__content02 {
  font-size: 2.4rem;
}

.form .detail__span02 {
  font-size: 2rem;
  margin: 2.4rem 0 0 4rem;
}

.form .detail__btn {
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}

.form .detail__submit {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #61B5DF;
  border: 1px solid #61B5DF;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 3rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.form .detail__submit:hover {
  background: #ffffff;
  color: #61B5DF;
  cursor: pointer;
  opacity: 1;
}

/*form--------------------*/

/*menu--------------------*/

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

.menu .fv__image {
  width: 49.3rem;
}

.menu .list__txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 6.4rem;
}

.menu .list__item {
  position: relative;
}

.menu .list__item:not(:last-of-type) {
  margin-bottom: 6.4rem;
}

.menu .list__link {
  display: block;
  height: 100%;
  width: 100%;
}

.menu .list__label {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  color: #101010;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: bold;
  height: 24.9rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35.6rem;
}

.menu .list__span01 {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 1rem;
}

/*menu--------------------*/

/*order--------------------*/

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

.order .fv {
  background: #5C0E1A;
}

.order .fv__image {
  width: 49.3rem;
}

.order .detail__catch {
  margin-bottom: 6.4rem;
}

.order .detail__intro {
  background: #37040C;
  padding: 6.3rem;
}

.order .detail__lead {
  color: #C0A13F;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 2.4rem;
}

.order .detail__txt {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 6.4rem;
}

.order .detail__item {
  display: -webkit-box;
  display: flex;
}

.order .detail__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.order .detail__item:not(:last-of-type) {
  margin-bottom: 8.8rem;
}

.order .detail__info {
  padding: 0 4rem;
}

.order .detail__link {
  display: block;
  height: 100%;
  width: 100%;
}

.order .detail__image {
  width: 50rem;
}

/*order--------------------*/

/*rule--------------------*/

.rule .about {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../images/rule/about_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32rem 0 64rem 0;
}

.rule .about__frame {
  margin-bottom: 7.5rem;
}

.rule .about__ttl {
  font-size: 5.2rem;
}

.rule .about__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 2.1875;
}

.rule .caution {
  background-image: url(../images/rule/caution_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20rem 0 34rem 0;
}

.rule .caution__frame {
  margin-bottom: 7.5rem;
}

.rule .caution__group {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.rule .caution__item {
  width: 45%;
}

.rule .caution__list {
  font-size: 2.8rem;
  line-height: 2.1428571429;
  margin-bottom: 5rem;
}

.rule .caution__list::before {
  background: #f9ec53;
  content: "";
  display: inline-block;
  height: 2rem;
  margin-right: 2rem;
  width: 2rem;
}

.rule .list {
  background-image: url(../images/rule/list_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20rem 0 34rem 0;
}

.rule .list__frame {
  margin-bottom: 7.5rem;
}

.rule .list__box {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.rule .list__group {
  margin-left: 5rem;
}

.rule .list__txt {
  font-size: 2.8rem;
  line-height: 2.1428571429;
  margin-bottom: 3rem;
}

.rule .type {
  background-image: url(../images/rule/type_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20rem 0 34rem 0;
}

.rule .type__frame {
  margin-bottom: 7.5rem;
}

.rule .type__group {
  -webkit-box-pack: justify;
  background-image: url(../images/rule/type-inner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 8rem;
}

.rule .type__item {
  margin-bottom: 5rem;
  width: 48%;
}

.rule .type__lead {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.rule .type__lead::before {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #807150;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  height: 4rem;
  justify-content: center;
  margin-right: 1rem;
  width: 4rem;
}

.rule .type__lead01::before {
  content: "1";
}

.rule .type__lead02::before {
  content: "2";
}

.rule .type__lead03::before {
  content: "3";
}

.rule .type__lead04::before {
  content: "4";
}

.rule .type__lead05::before {
  content: "5";
}

.rule .type__lead06::before {
  content: "6";
}

.rule .type__lead07::before {
  content: "7";
}

.rule .type__lead08::before {
  content: "8";
}

.rule .type__lead09::before {
  content: "9";
}

.rule .type__lead10::before {
  content: "10";
}

.rule .type__txt {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/*rule--------------------*/

/*top--------------------*/

.top .l-main {
  margin-top: 25rem;
}

.top .fv {
  margin-top: -10%;
  position: relative;
  z-index: 10;
}

.top .fv__bg {
  background-image: url(../images/fv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(1032/2200*100%);
}

.top .fv__ttl {
  -webkit-transform: translate(-50%, -50%);
  font-size: 4.636vw;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top .fv__span {
  display: block;
  font-size: 2.545vw;
  margin-top: 5rem;
}

.top .fv__video {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: -1;
}

.top .about {
  background-image: url(../images/about_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1%;
  padding: 32rem 0 24rem 0;
  position: relative;
  z-index: 90;
}

.top .about::after {
  background-blend-mode: lighten;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/price_bg_top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  padding-top: calc(24/2200*100%);
  position: absolute;
  width: 100%;
}

.top .about__frame {
  margin-bottom: 7.5rem;
}

.top .about__catch {
  display: -webkit-box;
  display: flex;
  height: 86rem;
  margin-bottom: 2rem;
}

.top .about__content {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  background: #111111;
  display: -webkit-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.top .about__lead {
  font-size: 1.418vw;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 3rem;
  margin-left: 5%;
}

.top .about__txt {
  font-size: 1.055vw;
  line-height: 2.1875;
  margin-left: 5%;
}

.top .about__thumbnail {
  -webkit-box-flex: 1;
  background-image: url(../images/about_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.top .about__group {
  display: -webkit-box;
  display: flex;
}

.top .about__list {
  width: calc(100%/3 - 54px/3);
}

.top .about__list:not(:last-of-type) {
  margin-right: 27px;
}

.top .price {
  background-image: url(../images/price_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1px;
  padding: 13rem 0 40rem 0;
  position: relative;
  z-index: 110;
}

.top .price::after {
  background-image: url(../images/info_bg_top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  padding-top: calc(219/2200*100%);
  position: absolute;
  width: 100%;
}

.top .price__frame {
  margin-bottom: 10.5rem;
}

.top .price__info {
  font-size: 3.2rem;
  line-height: 2.1875;
  margin-bottom: 17.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 72%;
}

.top .price__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.top .price__board {
  margin-bottom: 15rem;
}

.top .price__menu {
  border-bottom: 1px solid #ffffff;
  font-size: 8.2rem;
  margin-bottom: 6.5rem;
  padding-bottom: 5px;
}

.top .price__unit {
  border-bottom: 1px solid #ffffff;
  font-size: 5.2rem;
  margin-bottom: 4.5rem;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top .price__caption {
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.top .price__area {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  font-size: 4.2rem;
  justify-content: space-between;
  line-height: 2;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.top .price__payment {
  text-align: right;
}

.top .price__card {
  width: calc(100%/3 - 8.6%/3);
}

.top .price__card:not(:last-of-type) {
  margin-right: 4.3%;
}

.top .price__card:not(:first-of-type) .top-price__thumbnail::after {
  background-image: url(../images/price_icon02.svg);
}

.top .price__lead {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background: #39080e;
  display: -webkit-box;
  display: flex;
  font-size: 1.127vw;
  height: 12rem;
  justify-content: center;
  line-height: 1.75;
  text-align: center;
}

.top .price__thumbnail {
  background: #5e0f1b;
  margin-bottom: 15.8rem;
  padding-top: 4rem;
  position: relative;
  text-align: center;
}

.top .price__thumbnail::before {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #5e0f1b;
  bottom: -15.4rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 15.5rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.top .price__thumbnail::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../images/price_icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7.5rem;
  content: "";
  display: inline-block;
  height: 14.9rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 14.9rem;
}

.top .price__image {
  width: 80%;
}

.top .price__cover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: #807150;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 29.7rem;
  justify-content: center;
  margin-bottom: 4.5rem;
}

.top .price__game {
  font-size: 4.8rem;
  margin-bottom: 2.5rem;
}

.top .price__time {
  font-size: 3.2rem;
  margin-bottom: 4.5rem;
}

.top .price__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8rem;
}

.top .price__how {
  font-size: 3.2rem;
  line-height: 2.1875;
  margin-bottom: 6rem;
}

.top .price__btn01 {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  background: #5e0f1b;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  height: 16rem;
  justify-content: center;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}

.top .price__btn01::before {
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid #835a00;
  content: "";
  height: 13.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.top .price__btn01::after {
  -webkit-transform: translate(-3%, -9%);
  border-color: transparent transparent #835a00 transparent;
  border-style: solid;
  border-width: 0 0 1.8rem 1.8rem;
  bottom: 9%;
  content: "";
  height: 0;
  position: absolute;
  right: 3%;
  transform: translate(-3%, -9%);
  width: 0;
}

.top .price__span01 {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.top .price__btn02 {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 3.2rem;
  height: 10rem;
  justify-content: center;
  position: relative;
  text-align: center;
}

.top .price__btn02::after {
  -webkit-transform: translate(-1%, -3%);
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 0 1.8rem 1.8rem;
  bottom: 3%;
  content: "";
  height: 0;
  position: absolute;
  right: 1%;
  transform: translate(-1%, -3%);
  width: 0;
}

.top .event {
  background-image: url(../images/price_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30rem 0;
}

.top .event__wrap {
  display: -webkit-box;
  display: flex;
  width: 75%;
  margin: 0 auto;
}

.top .event .top-calender__img {
  -o-object-fit: contain;
  -webkit-box-flex: 1;
  flex: 1;
  height: auto;
  object-fit: contain;
}

.top .event .twitterFixed {
  -webkit-box-flex: 1;
  background: #fff;
  flex: 1;
  margin-left: 1rem;
}

.top .event .twitterFixedBox {
  height: 300px;
  overflow-y: scroll;
}

.top .info {
  background-image: url(../images/info_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15rem 0 15rem 0;
  position: relative;
  z-index: 110;
}

.top .info__frame {
  margin-bottom: 9rem;
}

.top .info__board {
  background: #39080e;
  border: 1px solid rgba(131, 90, 0, 0.6);
  padding: 0 6rem;
}

.top .info__article {
  padding: 10rem 0 10rem 10rem;
}

.top .info__article:first-of-type {
  border-bottom: 6px dotted #ffffff;
}

.top .info__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 2.1875;
}

.top .info__txt:not(:last-of-type) {
  margin-bottom: 7.5rem;
}

.top .info__btn {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 3.2rem;
  height: 10rem;
  justify-content: center;
  margin-bottom: 13.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  width: 100%;
}

.top .info__btn::after {
  -webkit-transform: translate(-1%, -3%);
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 0 1.8rem 1.8rem;
  bottom: 3%;
  content: "";
  height: 0;
  position: absolute;
  right: 1%;
  transform: translate(-1%, -3%);
  width: 0;
}

/*top--------------------*/

/*drink--------------------*/

.drink .small{
  font-size: 0.8em;
}

.drink .drink-menu__list{
  color: #000;
  font-size: 15px;
  line-height: 1.7;
}

.drink .drink-menu__01,
.drink .drink-menu__02{
  width: 726px;
  margin: 0 auto; 
}

.drink .drink-menu__01{
  background: url(../images/drink/bg_drink1.png) top center no-repeat;
  padding: 230px 65px 100px;
}
.drink .drink-menu__02{
  background: url(../images/drink/bg_drink2.png) top center no-repeat;
  padding: 105px 65px 134px;
}

.drink .drink__flex__wrap{
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.drink .system .drink__flex__box{
  width: 48%;
}

.drink h4{
  font-weight: bold;
  color: #ff0000;
}

.drink h5 .ul{
  text-decoration: underline;
}

.drink h5{
  width: 100%;
}
.drink h5 .right{
  float: right;
  font-size: 0.8em;
}

.drink dl{
  overflow: hidden;
}

.drink dt{
  float: left;
}

.drink dd{
  float: right;
  text-align: right;
}

.drink .casino__area{
  overflow: hidden;
}

.drink .drink__casino dt{
  width: 50%;
}

.drink .drink__casino dd{
  width: 40%;
}

.drink .caption{
  font-size: 0.5em;
  padding-top: 20px;
}


.drink .drinks .drink__flex__box{
  width: 24.5%;
}

.drink .drink02{
  padding-top: 3px;
}

.drink .drink02 .drink__flex__box{
  width: 27%;
}

.drink .drinks .drink__flex__box.original{
  width: 43%;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 10px 10px;
}
.drink .drink__drinks dt{
  width: 75%;
  font-size: 14px;
}

.drink .drink__drinks dd{
  width: 25%;
  font-size: 14px;
}

.drink .softdrink{
  font-size: 0.4em;
}

.drink .bottle .drink__flex__box{
  width: 29%;
}

.drink .drink__flex__box.champagne{
  width: 60%;
  margin-bottom: 20px;
}

.drink .drink__champagne dt{
  width: 50%;
}

.drink .drink__bottle dd{
  width: 40%;
}

.drink .food .drink__flex__box{
  width: 40%;
}



/*drink--------------------*/



@media screen and (min-width: 2200px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 2199px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 1919px) {
  html {
    font-size: 40%;
  }

  .l-inner {
    max-width: 1140px;
    width: 60%;
  }

  .l-header__inner {
    height: 60px;
  }

  .l-gap {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 35%;
  }

  .l-header__link {
    font-size: 1.255vw;
  }

  .l-header__link02 {
    font-size: 1.255vw;
  }

  .top .about__catch {
    height: 500px;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 25%;
  }

  .l-inner {
    width: 95%;
  }

  .l-access {
    padding: 150px 0 50px 0;
  }

  .l-access__frame {
    margin-bottom: 50px;
  }

  .l-access__map {
    margin-bottom: 25px;
  }

  .l-access__iframe {
    height: 300px;
  }

  .l-access__list:first-of-type {
    margin-bottom: 25px;
  }

  .l-footer__group {
    padding: 50px 0;
  }

  .l-footer__list:first-of-type {
    margin-bottom: 25px;
  }

  .l-header__inner {
    width: 95%;
  }

  .c-frame__feature02 {
    display: none;
  }

  .contact .form {
    padding: 50px 0;
  }

  .contact .form__frame {
    margin-bottom: 50px;
  }

  .flow .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .form .detail__base {
    padding-bottom: 50px;
  }

  .form .detail__item {
    margin-bottom: 50px;
  }

  .form .detail__btn {
    height: 60px;
    width: 250px;
  }

  .form .detail__submit {
    font-size: 24px;
  }

  .rule .about {
    padding: 50px 0;
  }

  .rule .about__frame {
    margin-bottom: 50px;
  }

  .rule .caution {
    padding: 50px 0;
  }

  .rule .caution__frame {
    margin-bottom: 50px;
  }

  .rule .caution__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .rule .caution__item {
    width: 80%;
  }

  .rule .list {
    padding: 50px 0;
  }

  .rule .list__frame {
    margin-bottom: 50px;
  }

  .rule .type {
    padding: 50px 0;
  }

  .rule .type__frame {
    margin-bottom: 50px;
  }

  .rule .type__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 25px;
  }

  .rule .type__item {
    margin-bottom: 50px;
    width: 90%;
  }

  .top .about {
    padding: 150px 0 50px 0;
  }

  .top .about__frame {
    margin-bottom: 50px;
  }

  .top .about__lead {
    font-size: 5rem;
    margin-bottom: 25px;
  }

  .top .about__txt {
    font-size: 4.2rem;
  }

  .top .price {
    padding: 50px 0 100px 0;
  }

  .top .price__frame {
    margin-bottom: 50px;
  }

  .top .price__info {
    margin-bottom: 50px;
  }

  .top .price__card:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .top .price__lead {
    font-size: 4.2rem;
  }

  .top .price__thumbnail {
    margin-bottom: 150px;
  }

  .top .price__thumbnail::before {
    bottom: -119px;
    height: 120px;
  }

  .top .price__thumbnail::after {
    bottom: -40px;
    height: 80px;
    width: 80px;
  }

  .top .price__cover {
    height: auto;
    margin-bottom: 25px;
    padding: 25px;
  }

  .top .price__game {
    font-size: 6rem;
    margin-bottom: 25px;
  }

  .top .price__time {
    font-size: 4rem;
    margin-bottom: 25px;
  }

  .top .price__value {
    font-size: 6.2rem;
  }

  .top .price__how {
    margin-bottom: 25px;
  }

  .top .price__btn01 {
    margin-bottom: 25px;
  }

  .top .price__span01 {
    margin-bottom: 5px;
  }

  .top .info {
    padding: 50px 0;
  }

  .top .info__frame {
    margin-bottom: 50px;
  }

  .top .info__article {
    padding: 25px 10px;
  }

  .top .info__txt:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .top .info__btn {
    height: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about .l-access {
    padding: 25px 0;
  }

  .about .l-access__cover {
    padding: 25px 0;
  }

  .l-access__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .common-order__list:first-of-type {
    width: 100%;
  }

  .common-order__list:nth-of-type(2) {
    margin-top: 4rem;
    width: 100%;
  }

  .l-footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    width: 100%;
  }

  .l-header {
    height: 90px;
  }

  .l-header__inner {
    height: 100%;
    width: 100%;
  }

  .l-header__logo {
    left: 20px;
    margin-top: 0;
    position: fixed;
    top: 10px;
    z-index: 999999;
  }

  .l-header__image {
    width: 100px;
  }

  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-transition: all 0.5s;
    background: #111111;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    padding-top: 100px;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
  }

  .l-header .js-nav.open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #111111;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    padding-top: 100px;
    visibility: visible;
    width: 100%;
  }

  .l-header__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .l-header__group02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .l-header__group02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .l-header__list {
    height: auto;
    width: 100%;
  }

  .l-header__list02 {
    height: auto;
    width: 100%;
  }

  .l-header__list:not(:last-of-type) {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .l-header__list:last-of-type .l-header__link {
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    width: 300px;
  }

  .l-header__link {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }

  .l-header__link02 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }

  .l-header .js-btn {
    display: block;
    position: fixed;
    right: 25px;
    top: 8px;
  }

  .c-frame__ttl02 {
    font-size: 5vw;
  }

  .c-frame__span02 {
    font-size: 1vw;
  }

  .about .catch {
    padding-bottom: 25px;
  }

  .about .catch__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .about .catch__group02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .about .catch__list02 {
    width: 100%;
  }

  .about .catch__list02 img {
    margin-bottom: 5px;
  }

  .contact .form__list {
    width: 90%;
  }

  .contact .form__input {
    font-size: 16px;
  }

  .form .detail__input {
    height: 40px;
  }

  .form .detail__textarea {
    height: 300px;
  }

  .form .detail__list02 {
    margin-bottom: 50px;
    width: 45%;
  }

  .form .detail__content02 {
    font-size: 14px;
  }

  .form .detail__span02 {
    display: block;
    font-size: 12px;
  }

  .menu .fv__image {
    width: 30vw;
  }

  .menu .list__label {
    height: 50%;
  }

  .order .detail__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .order .detail__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .top .l-main {
    margin-top: 10rem;
  }

  .top .about__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  .top .about__content {
    padding: 25px;
  }

  .top .about__thumbnail {
    padding-top: calc(860/969*100%);
  }

  .top .about__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .top .about__list {
    max-width: 500px;
    width: 100%;
  }

  .top .about__list:not(:last-of-type) {
    margin-right: 0;
  }

  .top .price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
  }

  .top .price__area {
    width: 100%;
  }

  .top .price__card {
    max-width: 500px;
    width: 100%;
  }

  .top .price__card:not(:last-of-type) {
    margin-right: 0;
  }

  .top .price__btn01 {
    height: 100px;
  }

  .top .price__btn01::before {
    height: 85px;
  }

  .top .price__btn02 {
    height: 100px;
  }

  .top .event__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .top .event .twitterFixed {
    margin-left: 0;
    margin-top: 25px;
  }

  .drink .drink-menu__01,
  .drink .drink-menu__02{
    width: 100%;
    margin: 0 auto; 
  }

  .drink .drink-menu__01{
    background: url(../images/drink/bg_drink1.png) top center no-repeat;
    padding: 230px 3% 100px;
  }
  .drink .drink-menu__02{
    background: url(../images/drink/bg_drink2.png) top center no-repeat;
    padding: 105px 3% 134px;
  }


}
/*# sourceMappingURL=style.css.map */