@charset "utf-8";

body {
  background-color: #f5ebf6;
  min-height: 100vh;
  font-family: "M PLUS 1", sans-serif;
  cursor: url(/img/chilli_cursor_32.webp), auto;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: url(/img/chilli_cursor_ver2.webp), auto;
}
.content_container{
  min-height: calc(100vh - 156px);
}

.chili-pointer {
  cursor: url(/img/chilli_cursor_ver2.webp), auto;
}

.header{
  position: absolute;
  width: 100%;

}

/* super small size */
/* considering margins and paddings, this should just barely support screen sizes down to 360px */
@media screen and (max-width: 420px) {
  .footer_nav-item img {
    height: 32px !important;
  }

  .footer_eng_title {
    font-size: 10pt !important;
  }
  .takeaway_jptitle{
    background-color: #fff;
    font-size: 30px;
  }
  .takeaway_entitle{
    background-color: #f5ebf6;
    font-size: 14px;
  }
  .tel{
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  .concept_message2 > .concept_message2_nakami {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .concept_left > .concept_message1{
    text-align: center;
    width: 100%;
  }
  .navmenu > .navmenuInner{
    flex-direction: column;
  }
  .navmenuInner > .navmenu_left{
    margin-bottom: 24px;
    padding-right: 0px
  }
  .lunch_container::before{
    background-image: url(/img/MENU/lunchset_tate.webp) !important;
  }
  .enmenu_title{
    font-size: 35px !important;
  }
  .conpart_left{
    background-image: url(/img/topcon.jpg) !important;
  }
  .conpart_jptitle{
    background-color: #fff;;
  }
  .conpart_entitle{
    background-color: #f5ebf6;;
  }
  .respart_right{
    background-image: url(/img/respart.webp) !important;
  }
  .respart_jptitle{
    background-color: #fff;;
  }
  .respart_entitle{
    background-color: #f5ebf6;;
  }
  .takeaway_right{
    background-image: url(/img/takeaway.webp);
    background-size: cover;
  }
  .takeaway_jptitle{
    background-color: #fff;
    font-size: 30px;
  }
  .takeaway_entitle{
    background-color: #f5ebf6;
    font-size: 14px;
  }
  .video-area{
    background-position-x: 0.3px !important;
    background-position: none;
  }
}
@media (max-width: 991.98px) {
  .concept_left > .concept_message1{
    padding-top: 0px;
  }
  .respart_right{
    background-image: url(/img/respart.webp) !important;
  }
  .respart_jptitle{
    background-color: #fff;;
  }
  .respart_entitle{
    background-color: #f5ebf6;;
  }
  .conpart_left{
    background-image: url(/img/topcon.jpg) !important;
  }
  .conpart_jptitle{
    background-color: #fff;;
  }
  .conpart_entitle{
    background-color: #f5ebf6;;
  }
}

@media (max-width:1199px){
  .respart_right{
    background-image: url(/img/respart.webp) !important;
  }
  .respart_jptitle{
    background-color: #fff;;
  }
  .respart_entitle{
    background-color: #f5ebf6;;
  }
  .conpart_left{
    background-image: url(/img/topcon.jpg) !important;
    background-size:cover;
    background-position-y: -270px !important;
  }
  .conpart_right {
    display: none !important;
  }
  .conpart_jptitle{
    background-color: #fff;;
  }
  .conpart_entitle{
    background-color: #f5ebf6;;
  }
}

@font-face {
  font-family: "Lemon";
  src: url(./fonts/Lemon%20Milk.otf) format("opentype");
}
@font-face {
  font-family: "Sweety";
  src: url(./fonts/Sweety%20Rasty.otf) format("opentype");
}


.header.header-menu{
  background-color: rgba(255, 255, 255, 0.3);
  height: 100px;
  position: fixed;
  z-index: 100;
}

.header_logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
  }

.header_logo img {
  height: 80px;
  align-items: center;
}

.instagram {
  width: 80px;
  height: 80px;
  left: 16px;
  top: 8px;
  position: fixed;   
  cursor: pointer;
  display: inline-block;
}

.instagram:hover {
  opacity: 0.6;
}

/* index,Home*/
.video-area{ 
  background-image: url(img/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 90%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.video-area{
  background-position: center;
}

.video-area-text{
  font-size: 40pt;
  color: #fff;
}

.read-more{
  text-align: center;
  padding-bottom: 24px;

}
.read-more-text{
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  font-weight: bold;
  font-family: "Lemon";
  font-size: 30px;
  letter-spacing: 0.2rem;
  text-shadow: 2px 3px 0px #7b008b;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
.read-more-text_con{
  display: inline-block;
  color: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  font-weight: bold;
  font-family: "Lemon";
  font-size: 30px;
  letter-spacing: 0.2rem;
  text-shadow: 2px 3px 0px #7b008b;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
.read-more-text:hover {
  background-position: 99% 50%;
  color: #000;
}

.conpart_right{
  text-align: left;
  padding: 0px;
  background-image: url(/img/topcon.jpg);
  background-position: center;
  background-size: cover;
  background-position-y: -250px;
}
.conpart_left{
  background-color: #fff;
  padding: 50px;
}
.conpart_left_Inner{
  text-align: center;
}

.conpart_jptitle{
  font-size: 40px;
  font-weight: bold;
  color: #7b008b;
}
.conpart_entitle{
  font-size: 18px;
  color: #7b008b;
  font-family: "Sansita", sans-serif;
  letter-spacing: 0.2rem;
}
.conpart_read-more{
  padding-top: 20px;
  text-align: center;
  padding-top: 30px;
}

.menu_part_top_text{
  font-size: 60px;
  text-align: center;
  color: #7b008b;
  font-family: "Sansita", sans-serif;
  letter-spacing: 0.4rem;
  padding: 50px 0px 24px;
}
.menupart_read-more{
  text-align: center;
  padding-bottom: 50px;
}
.menupart_right{
  background-color: #fff;
}
.menupart_right_txt_innertxt{
  font-size: 18px;
  color: #7b008b;
  letter-spacing: 0.4rem;
}


.respart_left{
  text-align: right;
  padding: 0px;
  background-image: url(/img/respart.webp);
  background-position: center;
  background-size: cover;
}
.respart_right{
  background-color: #fff;
  padding: 50px;
}
.respart_right_Inner{
  text-align: center;
}

.respart_jptitle{
  font-size: 40px;
  font-weight: bold;
  color: #7b008b;
}
.respart_entitle{
  font-size: 18px;
  color: #7b008b;
  font-family: "Sansita", sans-serif;
  letter-spacing: 0.2rem;
}
.respart_read-more{
  padding-top: 20px;
  text-align: center;
  padding-top: 30px;
}
/* ハンバーガーメニュー */
.burger {
  width: 80px;
  height: 80px;
  right: 16px;
  top: 8px;
  background-image: url(img/burger.webp);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; 
  position: fixed;   
  z-index: 2;
  display: inline-block;
  filter: drop-shadow(0px 0px 16px 2px black);

}
.burger:hover {
  opacity: 0.6;
  cursor: url(/img/chilli_cursor_ver2.webp), auto;
}
.burger.is-active {
  background-image: url(img/close.webp);
}


.navmenu {
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #d385f9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.navmenu.is-active {
  display: flex;
}

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

.navmenu_left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 48px;
}

.navmenu_right {
  padding: 10px;
  padding-left: 48px;
}

.enmenu_title{
  font-size: 45pt;
  color: #81048a;
  font-family: "Sansita", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}

.jpmenu_title{
  color: #fff;
}
ul.tate_menu {
  text-align: right;
}

ul.tate_menu li{
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 1em;
  text-align: left;
}

ul.tate_menu li:hover{
  opacity: 0.6;
}

ul.nav {
  text-align: right;
}

ul.nav li{
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 1em;
  text-align: left;
}

ul.nav li:hover{
  opacity: 0.6;
}


/* NEWS */
.news_top{
  background-image: url(img/News/News_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.news_top_text{
  font-size: 100pt;
  text-shadow: 3px 4px 0px #7b008b;
  color: #b945ff;

  display: flex;
  justify-content: center;
  font-family:Lemon;
  letter-spacing: 0.5rem;
}
.news_article_top{
  padding-top: 120px;
}
.news_top_text_article{
  font-size: 50pt;
  text-shadow: 3px 4px 0px #7b008b;
  color: #b945ff;
  text-align: center;
}

.news-topic{
  overflow: hidden;
  cursor: pointer;
}

.news_topic:hover img{
  transform: scale(1.1);/* 拡大 */
}

.news_ichiran{
  background-color: #fff;
}

.news_ichiran img{
  border-radius: 30px;
  transition: transform .6s ease;
}

.news-item_title{
  display: flex;
  justify-content: center;
  text-align: left;
  color: #81048a;
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
}

.news-item_detail{
  padding: 6px 0px 6px;
  display: flex;
  justify-content: center;
  text-align: left;
  color: #81048a;
  font-size: 18px;
  min-height: 20px;
}


.news_item_container::before {
  content: '';
  display: block;
  padding-top: 66.6%;
}
/* -- */

.news_item_container{
  width: 100%;
  position: relative;
  /* -- */

  overflow: hidden;
  border-radius: 2.0em;
  max-height: 280px;
  box-shadow: 0px 0px 10px rgba(0.0,0.0,0.0,0.15);
}

.news_item_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* -- */

  object-fit: cover;
  transition: transform 300ms ease-in-out;
  transform-origin: center center;
}

.news_item_container:hover img {
  transform: scale(1.5);
}

.backtonews{
  text-align: right;
  font-weight: bold;
}
.backtonews_text{
  color: #7b008b;
}
.backtonews:hover {
  opacity: 0.6;
}

.news_read-more{
  padding-top: 20px;
  text-align: center;
  padding-top: 30px;
}
.backbtn{
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  border: solid 1px #7b008b;
  outline: none;
  transition: all 0.2s ease;
}
.backbtn:hover{
  border-color:transparent; 
}
.backbtn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background:#fff;
  border-radius: 25px;
  color:#7b008b;
  transition: all 0.3s ease;
}
.pushdown:before {
  content:"";
  position: absolute;
  z-index: -1;
  top:2px;
  left:0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #7b008b;
}
.pushdown:hover span {
  background-color: #7b008b;
  color: #fff;
  transform: translateY(2px);
}
/* CONCEPT */
.concept_top{
  background-image: url(img/Concept/concept.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.concept_top_text{
  font-size: 100pt;
  text-shadow: 3px 4px 0px #7b008b;
  color: #b945ff;
  display: flex;
  justify-content: center;
  font-family:Lemon;
  letter-spacing: 0.5rem;
}

.concept_message1{
  color: #81048a;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 30px;
  padding-top: 110px;
  width: 300px;
}
.concept_message2{
  text-align: right;

}

.concept_message2_nakami{
  width: 300px;
}

.concept_title{
  font-weight: bold;
  font-size: 2.93em;
  margin-bottom:40px;
}

.concept_right{
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: 50%;
}

.concept_right img{
  width: 70%;
  height: 70%;
}

.yurai{
  background-color: #fff;
}

.yurai_title{
  padding: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #81048a;
}

.yurai_detail{
  text-align: center;
}

.yurai_detail img{
  padding-bottom: 50px;
  padding-top: 30px;
}
/* MENU */
.Menu_top{
  background-image: url(img/MENU/MENU1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 90%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

  /*
    box-shadow: 0px 4px 24px rgba(75 60 55 / 40%);
    border-bottom: 1px solid rgb(75 60 55 / 20%);
  */

}

.menu_top_text{
  font-size: 100pt;
  text-shadow: 3px 4px 0px #7b008b;
  color: #b945ff;
  display: flex;
  justify-content: center;
  font-family:Lemon;
  letter-spacing: 0.5rem;
}

  /* -- item (column) -- */
  .menu-item {
      display: flex;
      justify-content: start;
      flex-direction: column;
  }

  /* -- image -- */
  .menu_item{
    filter: blur(12px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 90%;
    border-radius: 24px;
    box-shadow: 0px 0px 10px rgba(0.0,0.0,0.0,0.5);
  }

  .menu_item.menu_item-0 {
      filter: blur(0px);
      transition: 450ms -webkit-filter linear;
      transition: 450ms filter linear;
  }

  /* -- title -- */
  .menu-item_title {
      top: 24px;
      opacity: 0.0;
      position: relative;
      text-align: center;

      font-weight: bold;
      font-size: 14pt;
      margin: 6px 0px;
  }

  .menu-item_title-0 {
      top: 0px;
      opacity: 1.0;

      transition: 300ms all ease-out;
  }

  /* -- description -- */
  .menu-item_detail {
      top: 24px;
      opacity: 0.0;
      position: relative;
      text-align: center;
  }

  .menu-item_detail-0 {
      top: 0px;
      opacity: 1.0;

      transition-delay: 320ms;
      transition-duration: 300ms;
      transition-property: all;
      transition-timing-function: ease-out;
  }
  
.menu_ichiran {
  text-align: center; 
}

.menu-item_title{
  text-align: left;
  color: #81048a;
  font-size: 40px;
  font-weight: bold;
}

.menu-item_detail{
  text-align: left;
  color: #81048a;
  font-size: 18px;
  min-height: 120px;
}

.menu-item-blur {
  filter: blur(5px);
  transition: 500ms -webkit-filter linear;
  transition: 500ms filter linear;
}

.menu-item-blur.menu-item-blur-0 {
  filter: blur(0px);
}

/* ランチメニュー */
.lunch_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/MENU/lunchset.webp); /* placeholder */
  background-position: center;
  background-size: cover;
  border-radius: 24px;

  filter: grayscale(1.0) blur(3px);
  transition: filter 0.9s ease-out, scale 1.4s ease;
  scale: 1.3;
}

.lunch_container.lunch_container_visible::before {
  filter: grayscale(0) blur(0px);
  scale: 1.0;
}

.lunch_container > .padded-x {
  padding-left: 40px;
  padding-right: 40px;
}

.lunch_container > .padded-y {
  padding-top: 40px;
}

.lunch_container{
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-bottom: 70px;
  border-radius: 24px;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}

.lunch_container_inner {
  position: relative;
}

.lunch_set{
  font-size: 50px;
  color: #d385f9;
  text-shadow: 0px 0px 9px black;
}

.lunch_set_detail{
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.lunch_options_row {
  padding: 0 2em;
}

.lunch_options_row_sm {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lunch_options_row_sm > .lunch_column,
.lunch_options_row_sm > .lunch_plus {
  width: 60%;
  padding: 1rem;
}

.lunch_column{
  width: 100%;
  font-size: 24px;
  background-color: #d385f9;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
}

.lunch_plus{
  padding: 0;
  margin: 0 1rem;
  font-size: 55px;
  color: #7b008b;
  text-shadow: 0px 0px 5px #f5ebf6;
}

/* RESTAURANT */
.content{
  min-height: calc(100vh - 156px - 3rem);
}

.restaurant_top{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 90%;
  max-width: 100%;
  height: 120px;
  padding-top:140px;
  margin-bottom: 40px;
  max-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.restaurant_top_text{
  font-size: 60pt;
  text-shadow: 2px 1px 0px #7b008b;
  color: #b945ff;
  display: flex;
  justify-content: center;
  font-family:Lemon;
  letter-spacing: 0.5rem;
}

 /* テーブル*/
th{
  font-weight: bold;
}
 .res-news{
  font-weight: bold;
  text-decoration: underline;
}

.res-news:hover{
  opacity: 0.6;
}

.box{
  padding: 12px;
  background-color: #f9f9f9;
}
.table{
  padding: 50px 10px;
  display: flex;
  justify-content: center;
}

.tel{
  pointer-events: auto;
  text-decoration: underline;
  color: #d385f9;
  font-weight: bold;
}
.res-news{
  color: #d385f9;
}
.parking{
  font-weight: bold;
}
.parking_link{
  max-width: 300px;
  text-decoration: underline;
  color: #d385f9;
}
.parking:hover{
  opacity: 0.6;
}
.map{
  font-weight: bold;

}
.map_link{
  max-width: 300px;
  text-decoration: underline;
  color: #d385f9;
}

.map_link:hover{
  opacity: 0.6;
}

.slideshow{
  margin: auto;
  padding: 20px;
  width: 80%;
}

.slideshow img{
  width: 90%;
}

.slideshow .slick-prev:before, 
.slideshow .slick-next:before {
    color: purple;
} 

.img-container{
  display: flex !important;
  justify-content: center;
  padding: 9px 0px;
}
.img-container img{
  border-radius: 9px;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}

.takeaway{
  padding-top: 50px;
}
.takeaway_left{
  text-align: right;
  padding: 0px;
  background-image: url(/img/takeaway.webp);
  background-position: center;
  background-size: cover;
}
.takeaway_right{
  background-color: #fff;
  padding: 70px;
}
.takeaway_right_Inner{
  text-align: center;
}

.takeaway_jptitle{
  font-size: 40px;
  font-weight: bold;
  color: #7b008b;
}
.takeaway_entitle{
  font-size: 16px;
  color: #7b008b;
  letter-spacing: 0.2rem;
}

.BackToTop{
  justify-content: flex-end;
  background-image: url(/img/BackToTop.webp);
  width: 64px;
  height: 64px;
  bottom: -64px;
  right: 32px;
  background-position: center;
  background-size: contain;
  position: fixed;
  transition: bottom 1s ease-in-out;
}

.BackToTop:hover{
  opacity: 0.6;
  cursor: url(/img/chilli_cursor_ver2.webp), auto;
}
.BackToTop-visible{
  bottom: 32px;
}

.BackToTop-active{
  background-image: url(/img/explosion.webp) !important;
}

footer{
  background-color: #81048a;
  height: 156px;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-items: end;
}

.footer_nav-item img{
  height: 40px;
  align-items: center;
  padding: 0px 6px;
  margin-right: 16px;
  margin-top: 4px;
}

.footer_eng_title{
  font-family: "Sansita", sans-serif;
  margin-top: 18px;
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  padding: 0px 6px; 
}

/* First-load logo animation */
.logo-animation-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: purple;
  position: fixed;
  z-index: 100;
  justify-content: center;
  flex-direction: row;
  top: 0;
  opacity: 1.0;
}

.logo-animation-wrapper.logo-animation-wrapper-0 {
  opacity: 0.0;
  transition: all 0.5s ease-in;
}

.logo-animation-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-animation-logo {
  background-image: url(/img/Tippaya_Logo.webp);
  width: 300px;
  scale: 0.6;
  opacity: 0.0;
}

.logo-animation-logo.logo-animation-logo-0 {
  opacity: 1.0;
  scale: 1.0;
  transition: all 1s ease;
}