@charset "UTF-8";

/*=============== header ===========*/

.header {
  background: rgba(35, 35, 35, 0.8);
  height: 8rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.header_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 8% 0 4rem;
}

.header_logo {
  height: auto;
  width: 19.5rem;
}

/*=============== gnav ===========*/

.gnav {
  position: relative;
}

.gnav_menu {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gnav_menu li {
  border-right: 1px solid #fff;
}

.gnav_menu li:nth-of-type(n+6) {
  border-right: none;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 1.8rem;
  text-align: center;
}

.gnav_menu li:last-of-type i {
  font-size: 2rem;
}

/*=============== navbtn ===========*/

.navbtn {
  display: none;
}

.navbtn_line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 1.4rem;
  position: absolute;
  top: 50%;
  transition: 0.1s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before,
.navbtn_line::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before {
  top: -1.2rem;
}

.navbtn_line::after {
  top: 1.2rem;
}

.navbtn.open .navbtn_line {
  visibility: hidden;
}

.navbtn.open .navbtn_line::before {
  transform: translateY(1.2rem) rotate(45deg);
}

.navbtn.open .navbtn_line::after {
  transform: translateY(-1.2rem) rotate(-45deg);
}

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

.footer {
  background: var(--gry);
  padding: 5rem 0 2rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer_nav li {
  border-right: 1px solid #fff;
}

.footer_nav li:nth-of-type(n + 6) {
  border-right: none;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 2rem;
  text-align: center;
}

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

.footer_logo {
  height: auto;
  margin: 11rem auto 10rem;
  width: 20.4rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

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

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

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

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

.more {
  height: 4.8rem;
  margin-inline: auto;
  width: 22rem;
}

.more a {
  background-image: linear-gradient(to right, #cd0503 0, #cd0503 4.5%, transparent 4.5%, transparent 95.5%, #0d38a0 95.5%, #0d38a0 100%);
  border: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  line-height: 4.8rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.more a::after {
  aspect-ratio: 56/10;
  background: url(../img/more_arw-bk.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
}

.more-wht a {
  border-color: #fff;
  color: #fff;
}

.more-wht a::after {
  background-image: url(../img/more_arw-wht.png);
}

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

.top-heading {
  background: url(../img/heading_deco.png) no-repeat center center/contain;
  font-size: clamp(2.8rem, 0.38vw + 2.66rem, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.7em 0;
  text-align: center;
}

.top-heading-wh {
  background-image: url(../img/heading_deco-wh.png);
  color: #fff;
}

.top-ttl {
  font-size: clamp(2.4rem, 0.19vw + 2.33rem, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.54;
}

.top-menu .top-ttl {
  font-size: 2.2rem;
  line-height: 1.73;
}

.top-txt {
  letter-spacing: 0.06em;
  line-height: 2.25;
}

/*  ----------------------------------------------------------
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: 31%;
}

.page-news .CMS-NEWS-INDEX {
  padding-bottom: 10rem;
  position: relative;
  row-gap: 5rem;
}

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

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

.CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

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

.CMS-NEWS-MORE-READ {
  background: var(--main);
  border: 2px solid var(--main);
  bottom: 0;
  color: #fff;
  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(0, 0, 0, 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(--main);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

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

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

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

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 2.5rem 3rem;
  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;
}

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

.fixed-btn {
  padding: 1rem 0rem;
  position: relative;
}

.fixed-btn a {
  display: block;
}

.fixed-btn img:last-of-type {
  display: block;
  height: 3.5rem;
  width: 3.5rem;
}

.fixed-btn_icn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.fixed-btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn span:first-of-type::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 7rem;
  position: relative;
  width: 1px;
}

.fixed-btn span:last-of-type {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.fixed-btn--1 {
  background: var(--org);
}

.fixed-btn--1 img:first-of-type {
  display: block;
  width: 4.6rem;
}

.fixed-btn--2 {
  background: #e42021;
}

.fixed-btn--2 img:first-of-type {
  display: block;
  width: 6.7rem;
}

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

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

.top-fv::before {
  background-image: linear-gradient(0deg, transparent, rgb(0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 13rem;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.top-kv {
  height: 48vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.top-kv .swiper-slide-active img,
.top-kv .swiper-slide-duplicate-active img,
.top-kv .swiper-slide-prev img {
  animation: zoomOut 8s linear normal both;
}

.top-kv .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-kv .swiper-pagination {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: initial;
}

.top-kv .swiper-pagination-bullet {
  background-color: #F9F9F9;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 10px;
}

.top-kv .swiper-pagination-bullet-active {
  background-color: var(--red);
}

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

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

.top-news_body {
  margin: 4.5rem auto 8rem;
  max-width: 101rem;
}

/*=============== top-concept ===========*/

.top-concept {
  background: url(../img/concept_bg.jpg) no-repeat center center/cover;
  padding: 13rem 0 9.5rem;
}

.top-concept_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-concept_img {
  width: 46%;
}

.top-concept_body {
  margin-top: 1.5rem;
  width: 48%;
}

.top-concept .top-ttl {
  color: #fff;
  margin-bottom: 2.5rem;
}

.top-concept .top-txt {
  color: #fff;
  margin-bottom: 5.5rem;
}

.top-concept .more {
  margin: 0 auto 1.5rem 0;
}

.top-concept_imgs {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
  justify-content: center;
  width: 100%;
}

.top-concept_imgs li:first-of-type {
  margin-top: 6.5rem;
}

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

.top-menu {
  background: url(../img/texture.jpg) repeat center top/100% auto;
  padding: 15rem 0 16rem;
  position: relative;
}

.top-menu::after {
  aspect-ratio: 971/950;
  background: url(../img/menu_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: calc(50vw - 55rem);
  position: absolute;
  top: 0;
  transform: translate(-13%, -52%);
  width: 48.6rem;
}

.top-menu_wrap {
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 11rem calc(50% - 50vw) 0 0;
}

.top-menu_wrap:nth-of-type(2) {
  flex-direction: row;
  margin: 16rem auto 15rem calc(50% - 50vw);
}

.top-menu_body {
  position: relative;
  width: 46%;
}

.top-menu_body::after {
  aspect-ratio: 1/1;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  width: 70%;
}

.top-menu_wrap:nth-of-type(1) .top-menu_body::after {
  left: -20%;
}

.top-menu_wrap:nth-of-type(2) .top-menu_body::after {
  right: -20%;
}

.top-menu_img {
  position: relative;
  width: 49%;
  z-index: 5;
}

.top-menu_img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-menu_cap {
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -10%);
  width: 6.8rem;
}

.top-menu_wrap:nth-of-type(2) .top-menu_cap {
  left: auto;
  right: 0;
  transform: translate(50%, -10%);
}

.top-menu .top-txt {
  margin: 2rem 0;
}

.top-menu_imgs {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2.82vw - 0.06rem, 4rem);
  justify-content: space-between;
}

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

.top-gallery {
  background: url(../img/gallery_bg.jpg) no-repeat center center/cover;
  padding: 12rem 0 12rem;
}

.top-gallery .loopslider {
  height: 20rem;
  margin: 5rem 0 10.5rem;
  overflow: hidden;
}

.top-gallery .loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-gallery .loopslider .swiper-slide {
  height: 100%;
  padding: 0 0.5rem;
  width: 28rem;
}

.top-gallery .loopslider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.top-access {
  background-image: url(../img/access_deco.png), url(../img/texture.jpg);
  background-position: top right, center top;
  background-repeat: repeat-y, repeat;
  background-size: 28% auto, 100% auto;
  padding: 11rem 0 0;
}

.top-access_wrap {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 11rem;
  position: relative;
}

.top-access_img {
  width: 44%;
}

.top-access_body {
  width: 50%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

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

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

.top-access_list dt:first-of-type,
.top-access_list dd:first-of-type {
  padding-top: 0;
}

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

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

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

.top-access_map {
  margin-top: 15rem;
}

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

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

.top-insta {
  background: url(../img/insta_bg.jpg) no-repeat center center/cover;
  padding: 10rem 0 16rem;
}

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

/*=============== page-menu_list ===========*/

.page-menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 3rem;
}

.page-menu_list li {
  width: 48%;
}

.page-drink_list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.page-drink_item:last-of-type {
  width: 50%;
}

@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: 47%;
  }

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

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

  .header {
    height: 6rem;
  }

  .header_container {
    padding: 0 5%;
  }

  .header_logo {
    width: 16rem;
  }

  .gnav {
    background: url(../img/texture.jpg) repeat center center/100% auto;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 4%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 80;
  }

  .gnav.open {
    opacity: 1;
    visibility: visible;
  }

  .gnav_menu {
    flex-direction: column;
    gap: 4rem;
    height: 100%;
    width: 100%;
  }

  .gnav_menu li {
    border-right: none;
    width: 100%;
  }

  .gnav_menu li a {
    color: #000;
    font-size: 1.8rem;
    width: 100%;
  }

  .gnav_menu li:last-of-type i {
    font-size: 3rem;
  }

  .navbtn {
    background: var(--main);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 6rem;
    z-index: 100;
  }

  .footer {
    padding: 4rem 0 2rem;
  }

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

  .footer_nav li {
    border-right: none;
    width: 100%;
  }

  .footer_nav li a {
    line-height: initial;
    width: 100%;
  }

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

  .footer_logo {
    margin: 3rem auto;
    width: 16rem;
  }

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

  .preparation {
    font-size: 2.4rem;
  }

  .top-menu .top-ttl {
    line-height: 1.54;
  }

  .top-txt {
    line-height: 1.75;
  }

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

  .page-news .CMS-NEWS-INDEX {
    margin-bottom: 6rem;
  }

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

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

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    padding: 0.5rem 0;
    width: 50%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img:last-of-type {
    height: 3rem;
    margin: 0;
    width: 3rem;
  }

  .fixed-btn_icn {
    gap: 0.3rem;
    margin-bottom: 0;
  }

  .fixed-btn_wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn_inner {
    flex-direction: column;
  }

  .fixed-btn span:first-of-type {
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:first-of-type::after {
    height: 1px;
    margin-left: 0.5rem;
    width: 4rem;
  }

  .fixed-btn span:last-of-type {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    writing-mode: horizontal-tb;
  }

  .top-fv::before {
    height: 8rem;
  }

  .top-kv {
    height: 38rem;
  }

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

  .top-news_body {
    margin: 3rem 0 0rem;
  }

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

  .top-concept_wrap {
    flex-direction: column;
    gap: 4rem;
  }

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

  .top-concept_body {
    margin-top: 0;
    width: 100%;
  }

  .top-concept .top-txt {
    margin-bottom: 3rem;
  }

  .top-concept .more {
    margin: 0 auto 4rem;
  }

  .top-concept_imgs {
    gap: 1rem;
  }

  .top-concept_imgs li:first-of-type {
    margin-top: 0;
  }

  .top-menu {
    padding: 8rem 0 6rem;
  }

  .top-menu::after {
    left: 2%;
    transform: translate(0, -50%);
    width: min(43%, 17rem);
  }

  .top-menu_wrap {
    flex-direction: column;
    gap: 3rem;
    margin: 3rem 0 0 0;
  }

  .top-menu_wrap:nth-of-type(2) {
    flex-direction: column;
    margin: 6rem auto 5rem;
  }

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

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

  .top-menu_cap {
    transform: translate(-1rem, -10%);
  }

  .top-menu_wrap:nth-of-type(2) .top-menu_cap {
    transform: translate(1rem, -10%);
  }

  .top-menu .top-txt {
    margin: 1rem 0 2rem;
  }

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

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

  .top-gallery .loopslider .swiper-slide {
    width: 20rem;
  }

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

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

  .top-access_img {
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    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_map {
    margin-top: 5rem;
  }

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

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

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }

  .page-menu_list {
    flex-direction: column;
  }

  .page-menu_list li {
    width: 100%;
  }

  .page-drink_list {
    gap: 4rem;
  }

  .page-drink_item:last-of-type {
    width: 100%;
  }
}

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

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

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