@charset "UTF-8";

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

.header {
  align-items: center;
  background: #000;
  display: flex;
  height: 11.5rem;
  justify-content: space-between;
  padding: 0 5rem 0 10rem;
  width: 100%;
  position: relative;
}
.header::after {
  background: url(../img/line1.png) repeat-x left center/auto 100%;
  bottom: -1.3rem;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header_logo {
  height: auto;
  width: 24.5rem;
}
@media only screen and (max-width: 1200px) {
  .header {
    padding: 0 5rem;
  }

  .header_logo {
    width: 20rem;
  }
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav {
  width: -moz-max-content;
  width: max-content;
}

.gnav_menu {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.gnav_menu li.active {
  position: relative;
}
.gnav_menu li.active::after {
    content: "";
    background-color: #c1272d;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: -1rem;
    left: 0;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
}

.gnav_menu li:last-of-type i {
  font-size: 3.5rem;
  margin-top: -0.8rem;
}
.gnav_menu li img {
  height: 1.7rem;
  width: auto;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: #000;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

nav {
  width: 100%;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type {
  font-size: 3rem;
}
.gnav-sp-menu li img {
  height: 1.7rem;
  width: auto;
}

/* toggle */

.toggle-btn {
  background: var(--red);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #000;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

.footer {
  background: #000;
  padding: 9.5rem 0 1rem;
  position: relative;
}

.footer::after {
  background: url(../img/line1.png) repeat-x left center/auto 100%;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  top: -0.9rem;
  width: 100%;
  z-index: 10;
}

footer .top-container {
  max-width: 130rem;
  padding-right: 10.5rem;
}
@media only screen and (max-width: 1200px) {
footer .top-container {
  padding-right: 17rem;
}
}

.footer_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.5rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: right;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 3.5rem;
}
.footer_nav li img {
  height: 1.7rem;
  width: auto;
}

.footer_logo {
  height: auto;
  width: 32rem;
}

.footer_copyright {
  /* background: var(--gry); */
  display: block;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  line-height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 24.6rem;
}

/* .more a {
  border: 1px solid #fff;
  display: block;
  height: 100%;
  letter-spacing: 0.03em;
  line-height: 5rem;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  width: 19.6rem;
}

.more::before {
  aspect-ratio: 80/10;
  background: url(../img/more_arw.png) no-repeat center/contain;
  content: "";
  display: block;
  left: 0;
  line-height: 1rem;
  position: absolute;
  top: 35%;
  width: 8rem;
} */

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

.top-heading span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-top: 1rem;
  text-align: center;
}

.top-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.top-title span {
  font-size: 1.33em;
}

.top-text {
  line-height: 2.25;
  margin-bottom: 8rem;
  
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 259px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 259px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 259px;
  overflow: hidden;
  width: 356px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 0px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 31%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/220;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--red);
  border: 2px solid var(--red);
  bottom: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--red);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #fff;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 2rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

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

.scroll {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 1.6rem;
  font-weight: 900;
  justify-content: center;
  left: 3%;
  letter-spacing: 0.3rem;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 5;
}

.scroll::after {
  background: #fff;
  content: "";
  display: block;
  height: 8rem;
  margin-top: 0.5rem;
  width: 1px;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  height: auto;
  position: relative;
  width: 13.5rem;
}
.fixed-btn:first-of-type {
  margin-bottom: 2rem;
}

.fixed-btn__wrapper {
  bottom: 8rem;
  position: fixed;
  right: 2rem;
  z-index: 99;
}

.fixed-btn__inner {
  border: 1px dashed #231815;
  padding: 0.7rem;
  height: 5.2rem;
}

.fixed-btn span:first-of-type {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.fixed-btn span:nth-of-type(2) {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: underline;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-kv {
  background: #000;
  position: relative;
}

.top-kv::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 15rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.top-kv::after {
  background: url(../img/line1.png) repeat-x left center/auto 100%;
  bottom: -1.3rem;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#main {
  height: calc(48vw - 9rem);
  height: calc(61vw - 9rem);
  position: relative;
  width: 100%;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/back-news.jpg) repeat center top/100% auto;
  padding: 10rem 0 10rem;
}

.top-news .top-heading {
  margin-bottom: 11rem;
  width: 25.8rem;
}

.top-news_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top-news_title {
  width: 26%;
}

.top-news .more {
  margin-left: 0;
  margin-bottom: -5rem;
}

.top-news__body {
  width: 70%;
}

/*=============== top-policy ===========*/

.top-policy {
  background-blend-mode: screen;
  background-image: url(../img/policy_deco2.png), url(../img/back-policy.jpg);
  background-position: right 5rem bottom 3rem, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 15.3% auto, cover;
  padding: 18rem 0 6rem;
  position: relative;
}

/* .top-policy::after {
  background: url(../img/line1.png) repeat-x left center/auto 100%;
  bottom: -0.9rem;
  content: "";
  display: block;
  height: 2rem;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  z-index: 10;
} */

.top-policy_body {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin: 0 auto;
  width: 65%;
}

.top-policy .top-title {
  text-align: center;
  margin-bottom: 5rem;
}

.top-policy .top-text {
  text-align: center;
}

.top-policy .more {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

/*=============== top-menu ===========*/

.top-menu {
  background: url(../img/back-menu.jpg) no-repeat center top / cover;
  padding: 12.5rem 0 14.5rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
.top-menu {
  padding: 17.5rem 0 16rem;
}
}

/* .top-menu::after {
  aspect-ratio: 1238/1106;
  background: url(../img/menu_deco3.png) no-repeat center center/contain;
  bottom: -12rem;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: clamp(56rem, 43%, 80rem);
} */

.top-menu .top-heading {
  margin: 0 auto 16.5rem;
  width: 26.2rem;
}
@media only screen and (max-width: 1200px) {
.top-menu .top-heading {
  margin: 0 auto 9rem;
}
}


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

.top-menu_item {
  /* align-items: center; */
  display: flex;
  justify-content: space-between;
}

.top-menu_item:first-of-type {
  margin-bottom: 14rem;
  margin-right: calc(50% - 50vw);
}

.top-menu_item:first-of-type .more {
  margin-left: 0;
}

.top-menu_item:last-of-type {
  flex-direction: row-reverse;
  margin-left: calc(50% - 50vw);
}

.top-menu_item:last-of-type .more {
  margin-right: auto;
  margin-left: auto;
}

.top-menu_system {
  margin: 0 auto 8.5rem;
  width: 38.1rem;
}

.top-menu_drink {
  margin: 0 0 6rem;
  width: 27rem;
}
@media only screen and (max-width: 1200px) {
.top-menu_drink {
  margin: 0 0 3rem;
}
}

.top-menu .top-text {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 1200px) {
  .top-menu .top-text {
    margin-bottom: 3rem;
  }
}

.top-menu_img {
  width: 58.1%;
}

.top-menu_item:last-of-type .top-menu_img {
  position: relative;
}

.top-menu_item:last-of-type .top-menu_img::after {
  aspect-ratio: 627/818;
  background: url(../img/menu_img3.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: -5.3rem;
  top: 67.5%;
  width: 37%;
}

.top-menu_body {
  width: 37%;
  padding-right: 12rem;
}
@media only screen and (max-width: 1200px) {
.top-menu_body {
  padding-right: 3rem;
}
}

.top-menu_deco {
  display: flex;
  margin-right: calc(50% - 50vw);
  mix-blend-mode: screen;
  position: relative;
  width: 100%;
}

.top-menu_deco li:first-of-type {
  width: 53%;
}

.top-menu_deco li:last-of-type {
  margin-top: 3.5rem;
  width: 38%;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/back-gallery.jpg) repeat center top/100% auto;
  padding: 13rem 0 10rem;
}

.top-gallery .top-heading {
  margin: 0 auto 7rem;
  width: 31rem;
}

.top-gallery #loopslider {
  margin: 6rem 0 6.5rem;
}

/*=============== top-recruit ===========*/

.top-recruit {
  background: #000;
  padding: 8rem 0;
}

.top-recruit_box {
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.top-recruit_head {
  background: var(--blu);
  clip-path: polygon(0 0, 100% 0, 70.5% 100%, 0 100%);
  padding: 0 0 0 12rem;
  text-align: center;
  width: 43.6%;
  display: flex;
  align-items: center;

}

.top-recruit_heading {
  /* margin-left: 13%; */
  width: 12rem;
  text-align: center;
  margin-top: -1rem;

}

.top-recruit_heading span {
  border-top: 2px solid #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 2rem auto 0;
  padding: 1rem 0.8rem;
  width: -moz-max-content;
  width: max-content;
}

.top-recruit_body {
  padding: 5rem 3rem 3.5rem;
  width: 55%;
}

.top-recruit_txt {
  color: #000;
}

.top-recruit_more {
  height: 5.1rem;
  margin: 6rem 6rem 0 auto;
  width: 22.5rem;
}

.top-recruit_more a {
  border: 1px solid #000;
  color: #000;
  display: block;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.06em;
  line-height: 5.1rem;
  text-align: center;
  width: 100%;
}

/*=============== top-access ===========*/

.top-access_bg {
  background: url(../img/back-access.jpg) no-repeat center center/cover;
  padding: 10rem 0 15rem;
  position: relative;
}
.top-access_bg--sister {
  background-color: #790200;
  padding: 5.5rem 0 5.5rem;
  position: relative;
}

/* .top-access_bg::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0));
  bottom: 0;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  width: 100%;
} */

.top-access .top-container {
  position: relative;
  z-index: 5;
  padding: 0;
}
.top-access--sister .top-container {
  padding: 0;
  padding-left: 40rem;
}
@media only screen and (max-width: 1200px) {
.top-access--sister .top-container {
  padding-left: 20rem;
}
}

.top-access .top-heading {
  margin: 0 auto 8rem;
  width: 24.5rem;
}
.top-access--sister .top-heading {
  margin: 5rem auto 10rem;
  width: 20.5rem;
}
.top-access--sister .top-heading img {
  margin-left: 2rem;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.top-access_wrap--sister {
  margin-left: calc(50% - 57vw);
  margin-right: inherit;
}

.top-access_img {
  width: 43.5%;
}
.top-access_img--sister {
  width: 30%;
  margin-left: 10rem;
}
@media only screen and (max-width: 1200px) {
.top-access_img--sister {
  width: 20%;
}
}

.top-access_body {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  width: 52%;
}
.top-access_body--sister {
  background: rgba(0, 0, 0, 0.4);
  width: 52%;
}
@media only screen and (max-width: 1200px) {
  .top-access_body--sister {
    width: 60%;
  }
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
  width: 82%;
}
@media only screen and (max-width: 1200px) {
.top-access_list {
  width: 90%;
}
}

.top-access_list--sister {
  margin-bottom: 0rem;
  width: 100%;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.5rem 0;
}
.top-access_list--sister dt,
.top-access_list--sister dd {
  padding: 0.5rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  /* border-bottom: none; */
}

.top-access_list dt {
  padding-left: 1em;
  width: 25%;
}

.top-access_list dd {
  width: 75%;
}

.top-access_list--sister dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list--sister dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access .more {
  margin-left: 0;
}
.top-access--sister .more {
  margin-left: auto;
}

.top-access_map iframe {
  height: 37rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/back-insta.jpg) no-repeat center top/cover;
  padding: 10rem 0 8rem;
  position: relative;
}

.top-insta_wrap {
  margin: 0 auto;
  max-width: 93rem;
  padding: 0 2rem;
}

/*=============== page drink ===========*/

.drink_wrap {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
}

.drink_wrap + .drink_wrap {
  margin-top: 5rem;
}

.drink_unit {
  border: 1px solid #fff;
  border-radius: 3rem;
  padding: 2rem;
  text-align: center;
  width: 32%;
}

.drink_unit ul li {
  word-break: keep-all;
}

.drink_unit2 {
  text-align: left;
  width: 32%;
}

.drink_unit2 ul span {
  display: inline-block;
}

.drink_dl dt {
  float: left;
}

.drink_dl dd {
  margin-left: 15rem;
}

.drink_ttl {
  border-bottom: 1px solid #fff;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.drink_txt {
  font-size: 2.2rem;
  line-height: 3;
  text-align: center;
}

.drink_note {
  font-size: 2.6rem;
  line-height: 3;
  text-align: center;
}

/*=============== page system ===========*/

.system_ttl {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  text-align: center;
  word-break: keep-all;
}

.system_ttl span {
  display: inline-block;
}

.system_pricelist {
  display: flex;
  font-size: 2.8rem;
  justify-content: center;
}

.system_pricelist dt {
  float: left;
}

.system_pricelist dt:nth-of-type(2) {
  margin-left: 6rem;
}

.system_pricelist dd {
  margin-left: 10rem;
}

.system_price {
  font-size: 2.8rem;
  text-align: center;
}

.system_note {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: center;
}

.system_note span {
  display: inline-block;
}

.system_item {
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 auto;
  padding: 2rem;
  width: 80%;
}

.system_item + .system_item {
  margin-top: 4rem;
}

.system_list {
  font-size: 2rem;
  line-height: 2.25;
  margin: 0 auto 8rem;
  margin-top: 4rem;
  width: -moz-max-content;
  width: max-content;
}

.system_list dt {
  float: left;
}

.system_list dd {
  margin-left: 30rem;
}

.system_prize {
  font-size: 2.4rem;
  line-height: 2.25;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    height: 6rem;
    padding: 0 5%;
  }

  .header_logo {
    width: 18rem;
  }

  .footer {
    padding: 7rem 0 8rem;
  }

  footer .top-container {
    padding-right: 0;
  }

  .footer_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 2rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 3.5rem;
  }

  .footer_nav li:last-of-type a {
    font-size: 3rem;
  }

  .footer_logo {
    width: 27rem;
    margin: 2rem 0;
  }

  .footer_copyright {
    font-size: 1.4rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-heading {
    padding-bottom: 1rem;
  }
  .top-heading span {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }

  .top-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .top-text {
    line-height: 1.8;
    margin-bottom: 4rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .scroll {
    z-index: 5;
  }

  .scroll:after {
    height: 6rem;
  }

  .fixed-btn {
    background: var(--red);
    padding: 0.5rem;
    text-align: center;
    width: 100%;
    color: #231815;
  }
  .fixed-btn:nth-of-type(3) .fixed-btn__inner {
    padding-top: 1.65rem;
  }
  .fixed-btn__wrapper {
    display: flex;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }

  #main {
    height: 38rem;
  }

  .top-news {
    background-size: 200% auto;
    padding: 6rem 0;
  }

  .top-news .top-heading {
    margin: 0 auto 3rem;
    width: 18rem;
  }

  .top-news_wrap {
    flex-direction: column;
  }

  .top-news_title {
    width: 100%;
  }

  .top-news .more {
    margin-left: auto;
    margin-bottom: 0;
  }

  .top-news__body {
    width: 100%;
  }

  .top-policy {
    background-position: right 1rem bottom 1rem, center top;
    background-size: 10rem auto, cover;
    padding: 12rem 0 8rem;
  }

  .top-policy_body {
    width: 100%;
  }

  .top-policy .top-txt {
    text-align: left;
  }

  .top-menu {
  background: url(../img/back-menu_sp.jpg) no-repeat center top / cover;
    padding: 10rem 0 10rem;
  }

  .top-menu::after {
    bottom: -6rem;
    max-width: 33rem;
    width: 46%;
  }

  .top-menu .top-heading {
    margin-bottom: 7rem;
    width: 18.3rem;
  }

  .top-menu_list {
    margin-bottom: 5rem;
  }

  .top-menu_item {
    gap: 4rem;
  }

  .top-menu_item:first-of-type {
    flex-direction: column;
    margin-bottom: 5rem;
    margin-right: 0;
  }

  .top-menu_item:first-of-type .more {
    margin-left: auto;
  }

  .top-menu_item:last-of-type {
    flex-direction: column;
    margin-left: 0;
  }

  .top-menu_item:last-of-type .more {
    margin-right: auto;
  }

  .top-menu_system {
    margin-bottom: 1rem;
    width: 22.8rem;
  }

  .top-menu_drink {
    margin-bottom: 4rem;
    width: 19.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .top-menu .top-title {
    text-align: center;
    margin-bottom: 4rem;
  }

  .top-menu .top-text {
    margin-bottom: 4rem;
  }

  .top-menu_img {
    width: 100%;
  }

  .top-menu_body {
    width: 100%;
    padding: 0;
  }


  .top-gallery {
    background-size: 200% auto;
    padding: 8rem 0;
  }

  .top-gallery .top-heading {
    width: 29rem;
  }

  .top-gallery #loopslider {
    margin: 4rem 0 5rem;
  }

  .top-recruit {
    padding: 5rem 0;
  }

  .top-recruit_box {
    flex-direction: column;
  }

  .top-recruit_head {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    padding: 3rem 0 3rem;
    width: 100%;
  }

  .top-recruit_heading {
    margin: 0 auto 4rem;
    width: 13rem;
  }

  .top-recruit_heading span {
    font-size: 1.6rem;
  }

  .top-recruit_body {
    padding: 2rem 2rem 3rem;
    width: 100%;
  }

  .top-recruit_more {
    margin: 3rem auto 0;
  }

  .top-access_bg {
    padding: 6rem 0 4rem;
  }

  .top-access--sister .top-container {
    padding-left: 0;
  }

  .top-access .top-heading {
    margin-top: 2rem;
    margin-bottom: 4rem;
    width: 24.4rem;
  }
  .top-access--sister .top-heading {
    margin-top: 0;
    margin-bottom: 3rem;
    width: 20.4rem;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 0;
  }
  .top-access_wrap--sister {
    flex-direction: column-reverse;            
  }
  .top-access--sister .top-heading img {
    margin: 0;
  }

  .top-access_img {
    width: 100%;
  }
  .top-access_img--sister {
    margin: 0 auto;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list {
    margin-bottom: 3rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin: 5rem auto 2rem;
    
  }
  .top-access--sister .more {
    margin: 5rem auto 2rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 6rem 0;
  }

  .top-insta_wrap {
    padding: 0 5%;
  }

  .drink_unit {
    width: 48%;
  }

  .drink_unit2 {
    width: 48%;
  }

  .drink_txt {
    font-size: 2rem;
  }

  .drink_note {
    font-size: 2.2rem;
  }

  .system_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .system_pricelist {
    display: block;
    font-size: 2.2rem;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
  }

  .system_pricelist dt:nth-of-type(2) {
    margin-left: 0;
  }

  .system_price {
    font-size: 2.4rem;
  }

  .system_note {
    font-size: 1.8rem;
  }

  .system_item {
    padding: 2rem 1rem;
    width: 100%;
  }

  .system_list {
    font-size: 1.6rem;
  }

  .system_list dd {
    margin-left: 27rem;
  }

  .system_prize {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 131px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 131px;
  }

  #loopslider ul li {
    height: 131px;
    width: 180px;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }

  .drink_unit {
    width: 100%;
  }

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

  .drink_dl {
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
  }
}




.text_url {
  word-break: break-all;
  text-decoration: underline;
}