@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: white;
  background-color: #241915;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

section {
  position: relative;
  padding: 0;
}

/* 
start
*/
.start {
  width: 100vw;
  height: 100vh;
  background-color: #241915;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  margin-top: 0;
}

.start img {
  width: 150px;
  z-index: 9999;
}

/* 
mainvisual slider
*/
.mainvisual {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.mainvisual .mainvisual-icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25%;
}

.main {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.slider-item01 {
  background: url(../image/brio-topimage.jpg);
}

.slider-item02 {
  background: url(../image/slider-item_2409-01.jpg);
}

.slider-item03 {
  background: url(../image/slider-item_2409-02.jpg);
}

.slider-item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@keyframes Zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.add-zoom {
  animation: 4s linear forwards Zoom;
}

@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-icon {
    width: 50%;
  }
  .slider-item01 {
    background: url(../image/brio-topimage-sp.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/* 
header
 */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 12px;
}

.header-nav {
  margin: 0 0 0 auto;
}

.header-navlist {
  margin: 0;
  display: flex;
  align-items: center;
}

.header-navitem > a {
  display: block;
  padding: 20px;
  color: #f2f0f0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.header-navitem > a:hover {
  border-bottom: 2px solid white;
}

@media screen and (max-width: 768px) {
  .header-navlist {
    display: block;
    line-height: 3.5;
  }
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    background: #241915;
    transform: scale(0);
    left: -50px;
    top: -50px;
    transition: all 0.6s;
  }
  .circle-bg.circleactive {
    transform: scale(50);
  }
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav.panelactive ul {
    opacity: 1;
  }
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation: gnaviAnime 1s 1;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
      transform: translateX(1000px);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 1;
    }
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .openbtn1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #241915;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/* 
concept
 */
.concept {
  background-color: #241915;
  padding: 25vh 0;
}

.concept-chocolate {
  position: absolute;
  /* top: 5%; */
  left: 25%;
  transform: translate(-100%, 20%);
  font-size: 200%;
  padding: 30px;
  width: 10%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .concept-chocolate {
    top: 5%;
    left: 25%;
    transform: translate(-100%, -50%);
    font-size: 200%;
    padding: 30px;
    width: 30%;
  }
}

.concept-plane {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(50%, -50%);
  padding: 30px;
  width: 30%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .concept-plane {
    top: 30%;
    left: 30%;
    transform: translate(50%, -90%);
    padding: 30px;
    width: 60%;
  }
}

.concept-orange {
  position: absolute;
  /* top: 100%; */
  left: 50%;
  transform: translate(-140%, 50%);
  padding: 30px;
  width: 40%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .concept-orange {
    top: 30%;
    left: 70%;
    transform: translate(-120%, 130%);
    /* transform: translate(-120%,50%); */
    padding: 30px;
    width: 80%;
  }
}

.concept-pisutatio {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(200%, 260%);
  padding: 30px;
  width: 12%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .concept-pisutatio {
    top: 50%;
    left: 50%;
    transform: translate(50%, 250%);
    padding: 30px;
    width: 35%;
  }
}

.concept-cap {
  width: 33%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .concept-cap {
    width: 90%;
  }
}

.concept-subtitle {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .concept-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.concept-title {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .concept-title {
    font-size: 25px;
    margin-top: 0;
  }
}

.concept-caption {
  line-height: 3.5;
}

@media screen and (max-width: 768px) {
  .concept-caption {
    line-height: 2.5;
    font-size: 11px;
  }
}

.concept-br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .concept-br-sp {
    display: block;
  }
}

/* 
Lineup
*/
.lineup-t-brioche {
  background: url(../image/lineup-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 460px;
  position: absolute;
  z-index: 3;
  display: block;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lineup-t-brioche {
    background: url(../image/lineup-sp-background.jpg);
    height: 165px;
  }
}

.lineup-t-brioche img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .lineup-t-brioche img {
    width: 95%;
  }
}

.lineup-container {
  display: flex;
  justify-content: center;
  background-color: #241915;
}

.lineup-slider {
  width: 1000px;
  margin: 50px 0 100px 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lineup-slider {
    width: 550px;
    margin: 100px 0;
  }
}

.lineup-slick-img {
  text-align: center;
  line-height: 0;
  margin: 200px 0 0 0;
}

@media screen and (max-width: 768px) {
  .lineup-slick-img {
    margin: 0;
  }
}

.lineup-ja {
  font-size: 30px;
  font-size: 20px;
}

.lineup-en {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .lineup-en {
    font-size: 10px;
  }
}

.lineup-price {
  padding-top: 20px;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .lineup-price {
    padding-top: 10px;
    font-size: 15px;
  }
}

.lineup-slider .lineup-slick-img img {
  height: auto;
  opacity: 0.3;
  transform: scale(0.7);
  transition: opacity 0.5s, transform 0.5s;
}

.lineup-slider .lineup-slick-img p {
  opacity: 0;
}

.lineup-slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

.lineup-slider .slick-center p {
  opacity: 1;
}

.lineup-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 40px;
  height: 60px;
  opacity: 1;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lineup-slider .slick-arrow {
    width: 30px;
    height: 50px;
  }
}

.lineup-slider .slick-arrow:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.lineup-slider .prev-arrow {
  left: 270px;
  top: 55%;
}

@media screen and (max-width: 768px) {
  .lineup-slider .prev-arrow {
    left: 130px;
    top: 30%;
  }
}

.lineup-slider .next-arrow {
  right: 270px;
  top: 55%;
}

@media screen and (max-width: 768px) {
  .lineup-slider .next-arrow {
    right: 130px;
    top: 30%;
  }
}

/* dots カスタム */
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  right: -18%;
  top: 60%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .dots-class {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    left: 50%;
    top: 120%;
    transform: translate(-50%, -50%);
  }
}

.dots-class li {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.5s ease;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .dots-class li {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 8px 0 8px;
  }
}

.dots-class li.slick-active {
  background-color: gray;
}

.dots-class li:hover {
  background-color: gray;
}

.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

/* 
Drink Menu
 */
.drink-menu-background {
  background: url(../image/coffee-backg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .drink-menu-background {
    height: 100%;
  }
}

.drink-menu-h-coffee {
  z-index: 3;
  width: 55%;
  margin: 0 0 0 auto;
  margin-top: 215px;
}

@media screen and (max-width: 768px) {
  .drink-menu-h-coffee {
    margin-top: 82px;
    width: 65%;
  }
}

.drink-menu-table {
  background-color: #241915;
  height: 675px;
}

@media screen and (max-width: 768px) {
  .drink-menu-table {
    height: 100%;
  }
}

.drink-menu-contents {
  display: flex;
  justify-content: space-around;
  padding-top: 135px;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .drink-menu-contents {
    display: block;
    height: 100%;
    width: 90%;
    margin: 0;
    margin: 0 auto;
    padding: 35px 0;
  }
}

.drink-menu-category {
  width: 234px;
  margin-right: 98px;
}

@media screen and (max-width: 768px) {
  .drink-menu-category {
    margin-right: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 300px;
  }
}

.drink-menu-category:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .drink-menu-category:nth-child(3) {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.drink-menu-title-en {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}

.drink-menu-title-ja {
  margin: 0 0 10px 0;
  font-size: 10px;
}

.drink-menu-list {
  display: block;
  width: 234px;
  border-bottom: solid 1px #faf8f8;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .drink-menu-list {
    width: 300px;
  }
}

.drink-menu-variety {
  display: inline-block;
  padding: 8px;
  padding-left: 0;
  padding-right: 35px;
}

.drink-menu-english {
  font-size: 7px;
}

.drink-menu-japanese {
  font-size: 11px;
}

.drink-menu-hotice {
  font-size: 9px;
}

.drink-menu-size {
  float: right;
  padding: 8px 0 8px 0;
}

.drink-menu-tb-size {
  font-size: 12px;
}

.drink-menu-sm-size {
  padding-right: 5px;
}

.drink-menu-yen-size {
  float: right;
}

/* 
Instagram
 */
.instagram {
  background-color: #D6D1D0;
  height: 470px;
}

.instagram-title {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin: 90px 0 0 0;
  padding: 90px 0 0 0;
}

@media screen and (max-width: 768px) {
  .instagram-title {
    font-size: 30px;
    margin: 30px 0 20px 0;
    padding: 30px 0 20px 0;
  }
}

/* 
access
 */
.brio-access-background {
  background: url(../image/access-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 470px;
}

@media screen and (max-width: 768px) {
  .brio-access-background {
    background: url(../image/access-background-sp.jpg);
    position: relative;
    height: 166px;
  }
}

.brio-access-title {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin: 90px 0 0 0;
}

@media screen and (max-width: 768px) {
  .brio-access-title {
    font-size: 30px;
    margin: 30px 0 20px 0;
  }
}

.brio-access-container {
  background-color: #d6d1d0;
  padding: 250px 0 80px 0;
}

@media screen and (max-width: 768px) {
  .brio-access-container {
    padding: 120px 0 80px 0;
  }
}

.brio-access-google-map {
  width: 65%;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .brio-access-google-map {
    width: 90%;
    top: 25%;
    left: 50%;
  }
}

.brio-access-iframe {
  width: 100%;
  height: 495px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  .brio-access-iframe {
    height: 170px;
  }
}

.brio-access-way {
  display: flex;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #706663;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .brio-access-way {
    display: block;
    width: 90%;
  }
}

.brio-access-figure {
  margin: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .brio-access-figure {
    align-items: unset;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.brio-access-image {
  width: 90px;
  height: 90px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .brio-access-image {
    width: 70px;
    height: 70px;
    margin: 10px 15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .brio-access-caption {
    line-height: 1.2;
    margin-top: 10px;
  }
}

.brio-access-flex {
  display: flex;
  align-items: center;
}

.brio-access-point {
  margin: 0;
}

.brio-access-headline {
  font-size: 20px;
  margin: 0;
}

.brio-access-description {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .brio-access-description {
    margin-top: 15px;
    font-size: 14px;
    width: 90%;
    line-height: 1.5;
  }
}

.brio-access-br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .brio-access-br-sp {
    display: block;
  }
}

.brio-access-minutes {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .brio-access-minutes {
    font-size: 18px;
  }
}

.brio-access-contact {
  background-color: #241915;
  width: 65%;
  height: 110px;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .brio-access-contact {
    width: 90%;
    height: 80px;
  }
}

.brio-access-contact-us {
  margin: 0 auto;
  width: 180px;
  height: 18px;
  font-size: 18px;
  text-align: center;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .brio-access-contact-us {
    width: 50%;
    font-size: 12px;
    padding-top: 10px;
  }
}

.brio-access-tel {
  margin: 0 auto;
  height: 35px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .brio-access-tel {
    width: 80%;
    font-size: 26px;
    padding: 10px;
  }
}

.brio-access-number {
  width: 100%;
  letter-spacing: 0.1em;
  color: white;
  text-decoration: none;
}

.brio-footer {
  background-color: #706663;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .brio-footer {
    height: auto;
    font-size: 13px;
  }
}

.brio-footer-info {
  height: 230px;
  width: 65%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .brio-footer-info {
    display: block;
    height: 100%;
    width: 100%;
    padding: 40px 0 40px 20px;
    padding: 40px 0;
  }
}

.brio-footer img {
  width: 177px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .brio-footer img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.brio-footer-address {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .brio-footer-address {
    margin-bottom: 40px;
    text-align: center;
  }
}

.brio-footer-details {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .brio-footer-details {
    text-align: left;
    text-align: center;
  }
}

.brio-footer-annotation {
  font-size: 11px;
}

.brio-footer-sunday-monday {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .brio-footer-sunday-monday {
    margin-left: 0px;
  }
}

.brio-footer-copyright {
  background-color: #241915;
  height: 45px;
  padding-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .brio-footer-copyright {
    font-size: 10px;
  }
}
