@charset "UTF-8";

.bg_photo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url("../img/home/bg_fv2.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.bg_change {
	opacity: 0.92!important;
}

.mv_inner h1 {
	font-family: "aileron", sans-serif;
	font-size: 7rem;
	position: absolute;
	color: #fff;
	left: 5%;
	text-shadow: 0 20px 20px rgba(0,0,0,0.5);
	letter-spacing: 0px;
	line-height: 55px;
	bottom: 5%;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.scroll-down {
        position: absolute;
        right: 4.5%;
        top: 5%;
        padding-left: 52px;
        margin-left: 81px;
        z-index: 201;
        transform: rotateZ(-90deg);
        transform-origin: right bottom;
        }

@keyframes scroll-down-line {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1); }
  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1); }
  20.01% {
    transform-origin: 100% 50%; }
  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1); } }

@keyframes bounce {
  0%, 15%, 38%, 60%, 75% {
    transform: translateX(0); }
  30% {
    transform: translateX(10px); }
  45% {
    transform: translateX(5px); } }
  .scroll-down__line {
    position: absolute;
    left: -58px;
    top: 50%;
    width: 100px;
    height: 0px;
    margin-top: 1px;
    }
    .scroll-down__line:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      border-bottom: 0.5px solid #fff;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s linear 0.5s;
      transform-origin: right center;
      transform: scale(0.001, 1);
      opacity: 0;
      }
  .scroll-down__text {
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 1px;
    overflow: hidden;
    }
    .scroll-down__text span {
      display: block;
      font-family: "aileron", sans-serif;
      transform: translate3d(0, 100%, 0);
      transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      }
  .scroll-down.is-active.is-inview .scroll-down__text {
    animation: bounce 2.5s infinite; }
    .scroll-down.is-active.is-inview .scroll-down__text span {
      transform: none; }
  .scroll-down.is-active.is-inview .scroll-down__line {
    animation: scroll-down-line 2.5s infinite 851ms; }
    .scroll-down.is-active.is-inview .scroll-down__line:after {
      transform: none;
      opacity: 1;
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear; }
  .is-body-touch .scroll-down {
    display: none; }


.mv_title_change1 {
    filter: blur(5px)!important;
    transform: scale(1.05)!important;
    opacity: 0.8!important;
}

.mv_title_change2 {
    filter: blur(10px)!important;
    transform: scale(1.1)!important;
    opacity: 0.65!important;
}

.mv_title_change3 {
    filter: blur(20px)!important;
    transform: scale(1.3)!important;
    opacity: 0.4!important;
}

.mv_title_change4 {
    filter: blur(30px)!important;
    transform: scale(1.5)!important;
    opacity: 0.2!important;
}

.mv_title_change5 {
    filter: blur(40px)!important;
    transform: scale(1.8)!important;
    opacity: 0!important;
}

section.mv {
    width: 100%;
    height: 100vh;
    position: relative;
}

.mv_inner h1 span {
    display: block;
    font-size: 4rem;
    letter-spacing: 1px;
}


.mv_reserve {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 99;
	display: block;
    border: #fc4020 0.5px solid;
    border-radius: 100px;
	overflow: hidden;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.mv_reserve span {
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 2rem;
    padding: 1px 30px;
    letter-spacing: 1px;
    font-family: "aileron", sans-serif;
    color: #fc4020;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    z-index: 99;
}

.mv_reserve:before {
	width: 0;
	height: 100%;
	background: #fc4020;
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.mv_reserve:hover:before {
	width: 100%;
	border-radius: 100px;
}

.mv_reserve:hover span {
	color: #000!important;
}

section.concept {
    padding: 600px 0 300px 0;
}

.concept_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.concept_inner h2 {
    width: 20%;
    font-size: 5rem;
    font-family: "aileron", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
}

.concept_image {
    width: 35%;
    height: auto;
    box-shadow: 0 20px 20px rgba(0,0,0,0.5);
}

.concept_image img {
    width: 100%;
    height: auto;
}

p.concept_cap {
    width: 30%;
    line-height: 32px;
    font-weight: 300;
    font-size: 1.35rem;
}

h2.ourshisha_title {
    opacity: 0.1;
}

.ourshisha h2 {
    font-size: 28rem;
    font-family: "Gloock", serif;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    color: #777;
}

section.ourshisha {
    position: relative;
    padding-top: unset;
    margin-top: -50px;
}

.ourshisha_inner {
    width: 90%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.ourshisha_inner p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 300;
    width: 42%;
}

.ourshisha_inner p span {
    display: block;
    font-size: 3rem;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 30px;
}

.ourshisha_images {
    width: 48%;
    opacity: 0.75;
    display: flex;
    justify-content: space-between;
}

.ourshisha_img1 {
    width: 42%;
    margin-top: 62%;
}

.ourshisha_img2 {
    width: 42%;
    margin-top: 0;
}

section.location {
    padding: 200px 0 300px 0;
}

.location_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.location_inner h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    line-height: 40px;
    margin-bottom: 120px;
    font-family: "aileron", sans-serif;
}

.location_list {
    display: flex;
    justify-content: space-between;
     justify-content: center; /* 心斎橋×中央寄せ */
}

.location_content {
    width: 46%;
}

.location_image {
    width: 100%;
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.location_image h3 {
    font-family: "aileron", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.35);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location_image h3 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 1px;
}

ul.location_info li {
    font-size: 1.35rem;
    margin: 15px 0px;
    font-weight: 300;
    padding-left: 12px;
    border-left: 0.5px solid;
}

ul.location_info li:first-child {
    border: none;
    padding-left: 0;
    margin-bottom: 30px;
}

table.location_howto th span {
    display: block;
    font-size: 1.35rem;
    background: #fc4020;
    border-radius: 100px;
    padding: 2px 15px;
    width: max-content;
}

ul.location_info li h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

ul.location_info li a {
    color: #fff;
}

.close {
    font-size: 1.2rem;
    display: block;
    opacity: 0.75;
}

table.location_howto th {
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    border-radius: 100px;
    color: #000;
    width: 20%;
    font-size: 1.3rem;
}

table.location_howto td {
    font-size: 1.3rem;
    width: 80%;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 12px 10px;
}

ul.location_info li span {
    margin-right: 8px;
    border: 0.5px solid #fff;
    padding: 0px 8px;
}

ul.location_info {
    margin: 30px 0;
}

a.shop_more_link {
    display: block;
    margin: 30px 0;
    width: max-content;
    padding: 8px 30px;
    border: #fc4020 1px solid;
    font-size: 1.4rem;
    border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    overflow: hidden;
    position: relative;
}

a.shop_more_link span {
    color: #fc4020;
    display: block;
    font-size: 1.3rem;
    position: relative;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

a.shop_more_link:hover span {
	color: #000;
}

a.shop_more_link:before {
	display: block;
	width: 0;
	height: 100%;
	content: "";
	background: #fc4020;
	position: absolute;
	left: 0;
	top: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
	border-radius: 100px;
}

a.shop_more_link:hover:before {
	width: 100%;
}

a.howto_reserve_link {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: underline;
}

section.flavor {
    background: rgba(0,0,0,0.5);
    padding: 300px 0 0;
}

.flavor_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.flavor_inner h2 {
    font-size: 5rem;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 50px;
    font-family: "aileron", sans-serif;
    margin-bottom: 120px;
}

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

p.flavor_cap {
    width: 35%;
    font-size: 1.4rem;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
}

.flavor_menu {
    width: 50%;
}

ul.flavor_list li {
    font-size: 1.2rem;
    margin: 5px 10px;
    letter-spacing: 0.5px;
}

ul.flavor_list {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.65;
}

.flavor_category h3 {
    font-size: 2.5rem;
    font-weight: 300;
    border-left: 0.5px solid #fc4020;
    margin-bottom: 30px;
    letter-spacing: 1px;
    padding-left: 15px;
    font-family: "aileron", sans-serif;
}

.flavor_category {
    margin-bottom: 50px;
}

section.drink {
    background: rgba(0,0,0,0.5);
    padding: 150px 0 450px;
}

.drink_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.drink_inner h2 {
    font-size: 5rem;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "aileron", sans-serif;
    line-height: 50px;
    margin-bottom: 120px;
}

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

p.drink_cap {
    width: 35%;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 32px;
}

.drink_menu {
    width: 50%;
}

ul.drink_list li {
    font-size: 1.2rem;
    margin: 5px 10px;
    letter-spacing: 0.5px;
}

ul.drink_list {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.65;
}

.drink_category h3 {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: "aileron", sans-serif;
    border-left: 0.5px solid #fc4020;
    margin-bottom: 30px;
    padding-left: 15px;
    letter-spacing: 1px;
}

.drink_category {
    margin-bottom: 50px;
}

.visual_area_inner {
    width: 90%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: -250px;
}

.visual_area_inner img {
    width: 100%;
    height: auto;
}

section.visual_area {
    position: relative;
}

section.price {
    padding-top: 450px;
}

.price_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.price_course_wrap h3 span {
    font-size: 2.4rem;
    border: 1px solid;
    border-radius: 100px;
    padding: 1px 50px 4px;
    FONT-WEIGHT: 300;
}

.price_inner h2 {
    font-size: 5rem;
    letter-spacing: 1px;
    font-family: "aileron", sans-serif;
    font-weight: 300;
}

.price_last {
	border: none!important;
}

ul.price_course_list li {
    width: 100%;
    padding-left: 15px;
    margin: 15px 0;
}

.price_course {
    margin: 60px 0;
}

.price_course_wrap {
    width: 100%;
    border-radius: 15px;
    border-bottom: 0.5px solid rgba(0,0,0,1);
    padding: 5%;
    border-top: 0.5px solid rgba(255,255,255,0.15);
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
    box-shadow: 0 30px 120px rgba(0,0,0,0.5);
    align-items: center;
    backdrop-filter: blur(24px);
}

.price_course_wrap h3 {
    width: 40%;
    padding-right: 5%;
    text-align: center;
    height: 100%;
}

table.price_course_list {
    width: 50%;
    padding-left: 10%;
}

table.price_course_list th {
    width: 40%;
    padding: 30px 0 30px 22px;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
}

table.price_course_list td {
    width: 60%;
    padding: 30px 0 30px 30px;
    letter-spacing: 1px;
    border-bottom: rgba(255,255,255,0.15) 1px solid;
    font-size: 1.6rem;
}

table.price_course_list th:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border: #fc4020 1px solid;
    content: "";
    top: 50%;
    margin-top: -3px;
    left: 5px;
    border-radius: 100%;
}

.wifi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 600;
}

.wifi img {
    width: 50px;
    height: auto;
    margin-right: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(105%) contrast(103%);
}

.reservation_inner {
    /* max-width: 1000px; */
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
     justify-content: center; /* 中央寄せ */
}

.r_umeda {
	background-image: url("../img/home/location_umeda.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.r_shinsaibashi {
	background-image: url("../img/home/location_shinsaibashi.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.reservation_area {
    display: flex;
    width: 49%;
    background: rgba(0,0,0,0.6);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 20px rgba(0,0,0,0.5);
}

.reservation_area_info {
    padding: 50px;
    width: 60%;
}

.reservation_area_image {
    width: 40%;
    height: 100%;
}

.reservation_area_info h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.reservation_howto {
    font-size: 1.35rem;
    line-height: 21px;
    margin-bottom: 30px;
    font-weight: 300;
}

ul.reservation_contact li a img {
    width: 24px;
}

.reservation_howto span {
    display: block;
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 2px 12px;
    background: #fc4020;
    color: #000;
    width: max-content;
    border-radius: 100px;
}

.reservation_howto a {
    color: #fff;
    font-size: 1.35rem;
    text-decoration: underline;
}

ul.reservation_contact li a {
    color: #fff;
    display: block;
    margin-top: 20px;
}

section.reservation {
    padding: 300px 0;
}

.confirmation_inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.confirmation_inner h2 span {
    width: 60px;
    display: block;
    margin: 0 auto 20px;
}

.confirmation_inner h2 {
    font-size: 5rem;
    font-family: "aileron", sans-serif;
    margin-bottom: 60px;
    color: #fff;
    letter-spacing: 1px;
}

.confirmation_inner p {
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 60px;
    font-size: 1.35rem;
}

ul.confirmation_list {
    display: flex;
    justify-content: center;
}

ul.confirmation_list li {
    padding: 4px 15px;
    border: 0.5px solid;
    margin: 0 5px;
    font-size: 1.35rem;
    font-weight: 300;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
section.mv {
    height: 85vh;
}

.mv_inner h1 {
    font-size: 3.5rem;
    line-height: 30px;
}

.mv_inner h1 span {
    font-size: 2.5rem;
}
	
a.mv_reserve {
    border: 1px solid #fc4020;
    font-weight: bold;
    width: 90%;
    text-align: center;
    bottom: 15px;
    border-radius: 6px;
    padding: 10px;
    font-size: 2rem;
    backdrop-filter: blur(10px);
}
	
.mv_reserve:before {
    border-radius: 6px!important;
}
	
.scroll-down {
    top: 70px;
}

section.concept {
    padding: 200px 0 0;
}

.concept_inner {
    flex-wrap: wrap;
}

.concept_inner h2 {
    width: 100%;
    font-size: 4rem;
    line-height: 40px;
    margin-bottom: 50px;
}

.concept_image {
    width: 40%;
    box-shadow: none;
}

p.concept_cap {
    width: 53%;
    font-size: 1.2rem;
    line-height: 23px;
}

.ourshisha_inner {
    flex-wrap: wrap;
}

.ourshisha_inner p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
}

.ourshisha_inner p span {
    font-size: 2.4rem;
    line-height: 34px;
}

section.ourshisha {
    margin-top: -20px;
}

.ourshisha_images {
    width: 80%;
    margin: 50px auto 0;
}

.ourshisha_img1 {
    width: 44%;
    margin-top: 30%;
}

.ourshisha_img2 {
    width: 44%;
}

section.location {
    padding: 100px 0 60px;
}

.location_inner h2 {
    font-size: 4rem;
    margin-bottom: 50px;
    line-height: 40px;
}

.location_content {
    width: 100%;
    margin: 0 auto 10px;
    padding: 5%;
    background: rgba(255,255,255,0.075);
    border-radius: 12px;
}

.location_list {
    display: block;
}

ul.location_info {
    margin: 25px 0;
}

ul.location_info li h4 {
    font-size: 1.8rem;
}
	
a.shop_more_link {
    margin: 20px auto 10px;
}

section.flavor {
    padding: 100px 0 0;
}

.flavor_inner h2 {
    font-size: 4rem;
    line-height: 40px;
    margin-bottom: 50px;
}

.flavor_contents {
    display: block;
}

p.flavor_cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
    margin-bottom: 50px;
}

.flavor_menu {
    width: 100%;
}

.flavor_category h3 {
    border-left: 1px solid #fc4020;
}

.flavor_category {
    padding-bottom: 50px;
    margin-bottom: 0;
}

section.drink {
    padding: 50px 0 100px;
}

.drink_inner h2 {
    font-size: 4rem;
    margin-bottom: 50px;
    line-height: 40px;
}

.drink_contents {
    display: block;
}

p.drink_cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
    margin-bottom: 50px;
}

.drink_menu {
    width: 100%;
}

.drink_category h3 {
    border-left: 1px solid #fc4020;
}

.visual_area_inner {
    height: auto;
    top: -100px;
}

section.price {
    padding-top: 200px;
}

.price_inner h2 {
    font-size: 4rem;
}

.price_course {
    margin: 50px 0;
}

.price_course_wrap {
    display: block;
    padding: 40px 5% 20px;
    margin-bottom: 20px;
}

.price_course_wrap h3 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}

.price_course_wrap h3 span {
    font-size: 1.8rem;
}

table.price_course_list {
    width: 100%;
}

table.price_course_list th {
    font-size: 1.3rem;
    padding: 20px 0 20px 20px;
    width: 30%;
}

table.price_course_list td {
    width: 70%;
    padding: 20px 0 20px 20px;
    font-size: 1.2rem;
}

.wifi {
    font-size: 3rem;
}

.wifi img {
    width: 30px;
    margin-right: 10px;
}

section.reservation {
    padding: 100px 0;
}

.reservation_inner {
    display: block;
}

.reservation_area {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.reservation_area_image {
    width: 100%;
    height: 250px;
}

.reservation_area_info {
    width: 100%;
    padding: 30px;
}

.reservation_area_info h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

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

ul.reservation_contact li {
    margin: 0 10px;
}

.reservation_howto {
    text-align: center;
    margin-bottom: 20px;
}

ul.reservation_contact li a {
    margin: 0;
    font-size: 1.8rem;
}

.reservation_howto span {
    margin: 0 auto 10px;
}

.confirmation_inner h2 {
    font-size: 4rem;
    margin-bottom: 50px;
    line-height: 40px;
}

.confirmation_inner h2 span {
    width: 50px;
}

.confirmation_inner p {
    line-height: 23px;
    font-size: 1.2rem;
    margin-bottom: 50px;
}

ul.confirmation_list {
    flex-wrap: wrap;
}

ul.confirmation_list li {
    margin: 0 5px 5px;
}
	
}