@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

hr {
  overflow: visible;
  height: 0; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[disabled] {
  cursor: default; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

li {
  list-style: none; }

body {
  background: #0c0b12; }
  @media (max-width: 768px) {
    body {
      overflow-x: hidden;
      padding-bottom: 200px; } }

body * {
  color: #fff; }

a:hover {
  opacity: 0.5;
  transition: 0.3s; }

a {
  transition: 0.3s;
  text-decoration: none; }

p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.13em; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .wrapper {
      width: 100%; } }

img {
  width: 100%; }

.flex {
  display: flex;
  justify-content: space-between; }

.ruby {
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif; }

.border_W {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 3px 15px; }

.square_W {
  background: #fff;
  color: #0c0b12; }

.red {
  color: #e60013; }

.redstar::before {
  color: #e60013;
  content: "★";
  position: absolute;
  left: -25px; }

.sp_only {
  display: none; }

.liquor_before::before {
  content: url(/image/liquor_icon@2x.png);
  display: inline-block;
  width: 18px; }

@media (max-width: 768px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
#floating_banner {
  position: fixed;
  width: 100px;
  right: -100px;
  top: 70px;
  z-index: 10;
  transition: all 1000ms 0s ease; }
  #floating_banner.active {
    right: 0; }
  @media (max-width: 768px) {
    #floating_banner {
      width: 100%;
      bottom: -200px;
      top: unset;
      right: unset; }
      #floating_banner.active {
        bottom: 0; } }
  #floating_banner .close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }

@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1.3, 1.3); }
  1% {
    opacity: 1;
    transform: scale(1.3, 1.3); }
  5% {
    opacity: 1;
    transform: scale(1.3, 1.3); }
  21% {
    opacity: 1;
    transform: scale(1, 1); }
  25% {
    opacity: 1;
    transform: scale(1, 1); }
  26% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.header {
  min-width: 1200px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover; }
  .header .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    height: 100vh;
    animation: bgAnime 30s infinite;
    /* 6画像 × 各5s = 30s */ }
  .header .src1 {
    background-image: url("/image/slide/pc/ggHP_top_01.jpg"); }
  .header .src2 {
    background-image: url("/image/slide/pc/ggHP_top_02.jpg");
    animation-delay: 5s; }
  .header .src3 {
    background-image: url("/image/slide/pc/ggHP_top_03.jpg");
    animation-delay: 10s; }
  .header .src4 {
    background-image: url("/image/slide/pc/ggHP_top_04.jpg");
    animation-delay: 15s; }
  .header .src5 {
    background-image: url("/image/slide/pc/ggHP_top_05.jpg");
    animation-delay: 20s; }
  .header .src6 {
    background-image: url("/image/slide/pc/ggHP_top_06.jpg");
    animation-delay: 25s; }
  .header__contents {
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    position: relative; }
    .header__contents nav {
      display: flex;
      font-size: 22px; }
      .header__contents nav li {
        line-height: 2.2; }
      .header__contents nav a {
        font-family: "Copperplate Gothic Light", Copperplate;
        letter-spacing: 0.1em; }
    .header__contents .flex {
      display: flex;
      align-items: center;
      justify-content: center;
      height: inherit;
      margin-top: -50px; }
      .header__contents .flex h1 {
        font-size: 50px;
        letter-spacing: 0.1em;
        position: relative;
        left: -50px; }
        .header__contents .flex h1 img {
          width: 416px; }
          @media (max-width: 768px) {
            .header__contents .flex h1 img {
              width: 542px; } }
    .header__contents__l {
      position: absolute;
      top: 70px;
      right: 150px;
      display: flex; }
      .header__contents__l * {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.16em; }
      .header__contents__l p {
        pointer-events: none; }
    .header__contents__a {
      width: 64px;
      height: 64px; }
      .header__contents__a img {
        width: 64px; }
  .header #menu-btn-check {
    display: none; }
  @media (max-width: 768px) {
    .header {
      background-image: url(/image/sp/sp_top.png);
      background-size: contain;
      width: 100%;
      min-width: 100%;
      height: 780px; }
      .header .src1 {
        background-image: url("/image/slide/sp/ggHP_top_01_phone.jpg"); }
      .header .src2 {
        background-image: url("/image/slide/sp/ggHP_top_02_phone.jpg");
        animation-delay: 5s; }
      .header .src3 {
        background-image: url("/image/slide/sp/ggHP_top_03_phone.jpg");
        animation-delay: 10s; }
      .header .src4 {
        background-image: url("/image/slide/sp/ggHP_top_04_phone.jpg");
        animation-delay: 15s; }
      .header .src5 {
        background-image: url("/image/slide/sp/ggHP_top_05_phone.jpg");
        animation-delay: 20s; }
      .header .src6 {
        background-image: url("/image/slide/sp/ggHP_top_06_phone.jpg");
        animation-delay: 25s; }
      .header__contents {
        padding: 40px;
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 780px; }
        .header__contents nav li {
          line-height: 2.2; }
        .header__contents nav a {
          font-family: "Copperplate Gothic Light", Copperplate;
          letter-spacing: 0.1em; }
        .header__contents nav .menu-btn {
          position: fixed;
          top: 0px;
          right: 0px;
          display: flex;
          height: 80px;
          width: 80px;
          justify-content: center;
          align-items: center;
          z-index: 90;
          background-color: #0c0b12; }
        .header__contents nav .menu-btn span,
        .header__contents nav .menu-btn span:before,
        .header__contents nav .menu-btn span:after {
          content: '';
          display: block;
          height: 2px;
          width: 32px;
          border-radius: 2px;
          background-color: #ffffff;
          position: absolute;
          transition: 0.3s; }
        .header__contents nav .menu-btn span:before {
          bottom: 10px; }
        .header__contents nav .menu-btn span:after {
          top: 10px; }
        .header__contents nav #menu-btn-check:checked ~ .menu-btn span {
          background-color: rgba(255, 255, 255, 0);
          /*メニューオープン時は真ん中の線を透明にする*/
          transition: 0.3s; }
        .header__contents nav #menu-btn-check:checked ~ .menu-btn span::before {
          bottom: 0;
          transform: rotate(45deg);
          transition: 0.3s; }
        .header__contents nav #menu-btn-check:checked ~ .menu-btn span::after {
          top: 0;
          transform: rotate(-45deg);
          transition: 0.3s; }
        .header__contents nav #menu-btn-check:checked ~ .hamburger-menu__menu {
          left: 0;
          /*メニューを画面内へ*/ }
        .header__contents .flex {
          width: 100%;
          margin-top: -40px; }
          .header__contents .flex h1 {
            position: initial; }
        .header__contents__l {
          top: 20px;
          right: 120px; }
          .header__contents__l * {
            font-size: 30px;
            letter-spacing: 0.16em; }
        .header__contents__a {
          position: absolute;
          top: 20px;
          left: 20px;
          width: 55px;
          height: 55px; }
          .header__contents__a img {
            width: 55px; }
      .header .hamburger-menu {
        position: relative; }
        .header .hamburger-menu__menu {
          width: 100vw;
          height: 100vh;
          position: fixed;
          top: 0px;
          left: 100%;
          /*leftの値を変更してメニューを画面外へ*/
          z-index: 80;
          transition: all 0.4s;
          line-height: 2.25;
          padding: 80px 85px 0;
          background-color: #0c0b12;
          opacity: 95%; }
          .header .hamburger-menu__menu .close {
            position: absolute;
            top: 20px;
            right: 100px;
            font-size: 23px;
            font-family: "Noto Sans JP", sans-serif; }
          .header .hamburger-menu__menu ul li a {
            display: block;
            width: 100%;
            font-size: 33px;
            letter-spacing: 0.22em;
            box-sizing: border-box;
            color: #ffffff;
            text-decoration: none;
            position: relative; }
          .header .hamburger-menu__menu .instabtn {
            display: block;
            color: #ffffff;
            margin-top: 40px;
            width: 78px; }
          .header .hamburger-menu__menu .logobtn {
            display: block;
            width: 140px;
            margin-left: auto; } }

.footer .wrapper {
  padding: 80px; }
.footer nav {
  font-size: 22px; }
  .footer nav li {
    line-height: 2.2; }
  .footer nav a {
    font-family: "Copperplate Gothic Light", Copperplate;
    letter-spacing: 0.1em; }