@charset "utf-8";


/* Reset
------------------------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Reset
------------------------------------------------------------*/
img{max-width: 100%;}
body{
  font-family: 'Roboto',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.bg{
    position: relative;
    width: 100%;
}
.bg:after{
    top: 0;
    right: 5%;
    content: "";
    position: absolute;
    background: #eeee;
    height: 100%;
    width: 62.5%;
    display: block;
    z-index: -5;
}

.sc_title{
    padding-bottom: 3%;
}
.sc_h2{
    font-size: 3.125rem;
    font-weight: bold;
}
.sc_p{
    font-size: 1.125rem;
}

.menu{
    background: black;
    display: flex;
    color: white;
    justify-content: space-around;
    align-items: center;
    height: 90px;
}
.menu_logo{
    width: 10%;
    padding: 1%;
}
ul{
    display: flex;
    width: 50%;
    justify-content: space-evenly;
}
li{}

#top{
    height: calc(100vh - 90px);
    position: relative;
}
.top_bg{
    background: url(./img/top.png) 50% 50% no-repeat;
    height: 80vh;
    background-size: cover;
    margin-right: 5%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
h1{
    width: 30%;
    padding: 3%;
}
.top_logo{}
.bg_red{
    background: #D01820;
    height: 380px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#SYSTEM{
    margin-top: 10rem;
}
.system_box{
    background: #D01820;
    display: flex;
    max-width: 1800px;
    margin-right: 5%;
}
.system_l{
    background: black;
    color: #D01820;
    width: 47.5%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
}
.system_h2{
    font-size: 4.0625rem;
    font-weight: bold;
}
.system_l_p{
    font-size: 1.25rem;
    font-weight: bold;
}
.system_r{
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    width: 100%;
    padding-left: 3%;
}
.system_r_p{
    font-size: 1.875rem;
    font-weight: bold;
}
.system_span{
    font-size: 1.875rem;
    font-weight: bold;
    padding-left: 3%;
}
.system_span_in{
    font-size: 1.25rem;
    font-weight: 100;
}
.system_r_btm{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1%;
}
.r_btm_span{}

#MENU{
    margin: 10rem 0 0 5%;
}
.menu_box{
    max-width: 1800px;
    margin: 0 0 0 auto;
}
.menu_bg{
    background: url(./img/drink.png) 50% 50% no-repeat;
    padding: 10% 0 10% 29%;
    background-size: cover;
    display: flex;
}
.menu_bg_red{background-image: linear-gradient(90deg, rgba(208, 24, 32, 1) 6%, rgba(142, 18, 23, 1) 90%);height: 100%;color: white;width: 100%;padding: 10% 5%;}
.menu_textbox{
}
.menu_textbox:nth-child(2){
  padding-top: 3%;
}
.menu_h3{
    font-size: 1.875rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.menu_span1{
    font-size: 1.25rem;
    padding-left: 5%;
}
.drink_menu{
    display: flex;
}
.drink_name{
    display: flex;
    flex-direction: column;
}

.menu_span{
    font-size: 1.25rem;
    line-height: 1.5em;
    display: block;
}
.drink_price{
    display: flex;
    flex-direction: column;
}
.menu_span2{padding-left: 50%;display: block;line-height: 1.5em;font-size: 1.25rem;}

#ABOUT{
    margin-right: 5%;
    margin-top: 10rem;
    max-width: 1800px;
}
.about_title{
    padding-left: 5%;
}
.about_box{
    width: 95%;
}
.about_bg{
    background: black;
    position: relative;
    height: 700px;
    display: flex;
    padding: 8% 3%;
    justify-content: space-evenly;
}
.about_01{
    width: 30%;
    color: white;
    margin-top: 26px;
}
.about_02{
    width: 30%;
    color: white;
    margin-top: -200px;
}
.about_03{
    width: 30%;
    color: white;
    margin-top: -37px;
}
.about_img{height: 450px;width: 100%;object-fit: cover;position: relative;}
.about02_img{
    object-position: 22%;
}
.about_h3{
    font-size: 8rem;
    margin-top: -10%;
    position: relative;
    text-align: end;
    padding-right: 1rem;
    padding-bottom: .5rem;
    line-height: 0.5em;
}
.about_h4{
    color: #D01820;
    font-weight: bold;
    padding-bottom: 1rem;
}
.about_h4::after{
  content: "";
  border-bottom: solid 2px #D01820;
  width: 10%;
  display: block;
  padding-top: 0.3em;
}
.about_span{
    font-size: 1.25rem;
}

#STOREINFO{
    margin-top: 20%;
}
.stinfo_title{
    display: flex;
    align-items: flex-end;
    padding-left: 5%;
    padding-top: 4rem;
}
.stinfo_box{
    display: flex;
}
.info_bg{
    background: url(./img/shop.png) 50% 50% no-repeat;
    background-size: cover;
    height: auto;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.info_bg_logo{
    width: 70%;
    padding: 3%;
}
.info_bg_bk{
    background: black;
    color: white;
    padding: 10% 3%;
    width: 20%;
}
.info_h4{
    font-size: 1.875rem;
    font-weight: bold;
}
.info_textbox{
    padding-top: 1.5rem;
}
.info_p{
    font-size: 1.125rem;
    font-weight: bold;
}
.info_span{
    padding-top: 0.5rem;
    display: block;
    letter-spacing: 0.2em;
}
.map{
    width: 30%;
    height:auto;
    position:relative;
    padding-top:56.25%;
}
iframe{
width: 100%;height:100%;position:absolute;top:0;left:0;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.copy{
    text-align: center;
    background: black;
    color: white;
    padding: 3%;
}

.br_640,.nav-wrapper,.menu_logo_sp{display: none;}

/*========= ページトップのためのCSS ===============*/

/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden; 
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  /*改行禁止*/
    white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  font-size:0.9rem;
    display: block;
}

/*スクロールリンクの形状*/

.js-scroll a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#666;
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
  right:-11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#666;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
  right:0;
}


/*1100px
----------------------------------------------*/
@media screen and (max-width:1100px) {
  .system_r{flex-direction: column;justify-content: center;padding: 10% 3% 12% 3%;}
  .system_box{flex-direction: column;}
  .system_h2{}
  .system_l{width: 100%;align-items: center;}
  .system_r_p{}
}

/*960px
--------------------------------------------*/
@media screen and (max-width:960px) {

  h1{width: 50%;}
  .bg:after{}
  #top{}
  .bg_red{width: 100%;}
  .top_bg{margin: 0;}

  .about_bg{flex-direction: column;height: auto;padding: 8% 0;}
  .about_01{width: 95%;margin: 7% 0;}
  .about_02{width: 95%;margin: 7% 0;margin-left: 10%;}
  .about_03{width: 95%;margin: 7% 0;margin-left: 5%;}
  .about_img_640{}
  #ABOUT{margin: 20% 0 0 0;}
  .about_h3{
    text-align: left;
    line-height: 0.7em;}
  .about_h4{padding: 1rem;}
  .about_span{padding-left: 1rem;}
  .span02{padding: 0;}
  .about02_h4{padding: 1rem 0;}

  .stinfo_title{
    padding-top: 0;
}
  .stinfo_box{flex-direction: column;}
  .info_bg{width: 95%;height: 70vh;}
  .info_bg_bk{width: 95%;}
  .map{width: 95%;padding-top: 69.25%;}
  .info_h4{text-align: center;}
  .info_textbox{margin: 0 auto;text-align: center;}
  .info_p{
}
  .info_span{
    display: inline-block;
    text-align: center;
}
.info_bg_logo{width: 50%;}
  
}

/*640px
--------------------------------------------------------*/

@media screen and (max-width:640px) {
  
  #top{height: 100vh;}
  .top_bg{height: 90vh;}
  .menu_logo_sp{
    display: inline-block;
    position: absolute;
    top: 0;
}
  .top_logo_640{
    width: 25%;
    padding: 3%;
}
  .br_640,.nav-wrapper{display: block;}

  .menu{display: none;}
  .bg_red{
}


  #SYSTEM{margin-top: 20%;}


  #MENU{margin: 20% 0 0 5%;padding-bottom: 20rem;}
  .menu_bg{position: relative;padding: 21% 0;background: url(./img/drink.png) 50% 130% no-repeat;background-size: cover;}
  .menu_bg_red{position: absolute;height: auto;width: 90%;right: 0;}


/*
---------------------------------------*/

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #FFF;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #000;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  color: white;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

ul{
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: 100%;
    align-items: center;
}
li{
    font-size: 2rem;
    padding-bottom: 2rem;
}

}