@charset "UTF-8";
/*-------------------FONT-------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

/* CSS Document */
body{
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #151515;
}
/*
a{
    font-family: 'Noto Sans JP'; 
    text-decoration:none !important; 
    color: #000;
}
a:hover{
    color: #414f93;
}
*/
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; clear: both; 
     visibility: hidden; 
}

.wrapper{
    max-width: 1160px;
    margin: 0 auto; 
    position: relative;
}

.wrapper_new{
    max-width: 84%;
    margin: 0 auto; 
    position: relative;
}

/*
h1{
    font-family: "Poppins", sans-serif;
    font-weight:bold;
    text-align:left;
    font-size:94px;
    padding:40px 0 0;
}

h2{
    font-weight:bold;
    text-align:left;
    font-size:24px;
}
    */

p{
    /*font-size:14px;*/
    font-weight:normal;
    color: #151515;
}
div{font-size:14px;}

.gilroy-bold{
    font-family: 'Gilroy-bold'!important;
}

.f13{font-size:13px!important;}

.br_sp{display:none;}

.pc_only{display:block!important;}
.sp_only{display:none!important;}

.fff{color:#fff!important;}
.bold{font-weight:bold;}


@media (max-width:1650px){.wrapper_new{max-width: 83%;}}

.wrapper_pick{
    max-width: 1100px;
    margin: 0 auto; 
    position: relative;
}

.btn-black{
    display: inline-block; 
    border: 2px solid #000; 
    font-size: 18px; padding: 15px 0; 
    width: 250px; transition: all 0.2s; 
    text-align: center;
}

.btn-black:hover{
    width: 280px; 
    color: #FFF; 
    background: #000;
}

.btn-white{
    display: inline-block; 
    border: 2px solid #FFF; 
    color: #FFF; 
    font-size: 18px; 
    padding: 15px 0; 
    width: 250px; 
    transition: all 0.2s; 
    text-align: center;
}

.btn-white:hover{
    width: 280px; 
    border: 2px solid #000; 
    color: #FFF; 
    background: #000;
}

.title-section{
    font-family: 'Noto Serif JP', serif; 
    font-size: 30px; 
    text-align: center; 
    margin: 0 0 30px; 
    font-weight: 700;
}

.title-section span{
    display:block; 
    font-size: 14px; 
    font-weight: 400;
}

.bold{font-weight:bold;}
.tc{text-align:center;}
.relative{position:relative;}

.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}

.sold-out{color: #6191b9 !important;}

.w1240{width: 1240px!important;margin-inline: auto;}


/*******************************************
            header
********************************************/
.header-inner{
  margin:0 auto;
}

.header-top{width: 1240px;margin-inline: auto;}
.header-top .header-inner{
  height: 110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 30px;
}

.header-logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.header-logo__img{
  width:auto;
  display:block;
}

.header-info{
  flex:1;
  display:flex;
  justify-content: left;
  min-width:240px;
}

.header-info__text{
  margin:0;
  font-size: 12px;
  white-space:nowrap;
}


.header-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 24px;
  min-width:320px;
}

.header-tel{
  /* display:flex; */
  align-items:center;
  gap:8px;
}

.header-tel__icon{
  font-size:14px;
  line-height:1;
  position: relative;
  bottom: 4px;
}

.header-tel__number{
  text-decoration:none;
  font-weight:800;
  letter-spacing:.02em;
  font-size: 24px;
  white-space:nowrap;
  color: #151515;
  font-family: "Roboto", sans-serif;
}

.header-hours_holi{
  font-size:12px;
  text-align:left;
  margin-left:24px;
}

.header-hours{
  font-size: 12px;
  white-space:nowrap;
}

.header-hours__label{
  margin-right:4px;
}

.header-sns{
  display:grid;
  place-items:center;
  text-decoration:none;
}

.header-sns__icon{
  width:18px;
  height:18px;
  fill:#e60012;
}

.header-nav{
  background: #E60016;
}

.nav-list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}

.nav-item{
  display:flex;
}


.nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 55px;
  padding: 0 25px;
  color:#fff;
  text-decoration:none;
  font-weight: bold;
  font-size: 16px;
  white-space:nowrap;
  transition: all 0.5s ease-out;
  margin:10px 5px;
  /*background:#ff2e42;*/
  border-radius: 5px;
}


.nav-link:hover{
  filter:brightness(.95);
  transform: translateY(0px);
  background:#ff2e42;
  border-radius:10px;
}

.nav-item--cta .nav-link--cta{
  font-weight: bold;
}

.shop_name{
  font-size: 12px;
  background: #EFEFEF;
  padding: 1px 20px;
  border-radius: 10px;
  margin-left: 22px;
}


/*******************************************
           footer
********************************************/
footer {
  position: relative;
  padding: 40px 0 0;
}
footer ul {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  gap: 40px;
}

footer ul li p strong{
  font-size:18px;
  font-weight:bold;
}

footer ul li p a{
  color:#8E8E8E;
  font-size: 14px;
  text-decoration: underline;
}

footer ul li:first-child p {
  line-height: 1.8;
  margin: 0;
}

footer ul li:nth-child(2),
footer ul li:nth-child(3) {
  padding-top: 5px;
}

footer ul li:nth-child(2) p,
footer ul li:nth-child(3) p {
  margin: 0 0 20px;
}

footer ul li:nth-child(2) a,
footer ul li:nth-child(3) a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}

footer ul li:nth-child(2) a::before,
footer ul li:nth-child(3) a::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #e60012;
  font-weight: bold;
}

footer ul li:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e60012;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

footer ul li:last-child a:hover{
  opacity: 0.7;
}

footer ul li:last-child a img{
    width:16px;
    margin-right:10px;
}

.footer-top-btn{
  position: fixed;
  right: 24px;
  bottom: 70px;
  width: 48px;
  height: 48px;
  background-color: #e60012;
  border-radius: 50%;
  background-image: url("/common/images/top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px; 
}

.footer-top-btn:hover{
  opacity:0.7;
}

.footer_bottom {
  background: #E60016;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
    font-weight: 400;
}



/*******************************************************
        map
********************************************************/
#access .access-inner{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height: 405px;
}
#access iframe{
  width:100%;
  height:100%;
  min-height:260px;
  border:0;
  display:block;
}
#access .access-info{
  position:relative;
  color:#fff;
  background:url("/index/images/access-bg.jpg") center/cover no-repeat;
}

#access .access-body{
  position:relative;
  height:100%;
  padding: 50px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
}
#access .shop-title{
    color:#fff;
    font-weight:bold;
    font-size:20px;
}
#access .shop-title span{
	font-size:18px;
}
#access .shop-txt{
    color:#fff;
    font-weight: 600;
}

#access .tel{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:800;

  float:none;
  background:none;
}
#access .tel a{
  color:#fff;
  text-decoration:none;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
#access .tel a img{
    width:24px;
    margin-right:8px;
}

#access .btn{
	width:260px;
	padding:14px 0;
	background:#fff;
	color:#e60012;
	border:2px solid #e60012;
	border-radius:999px;
	font-size: 16px;
	font-weight:800;
	letter-spacing:.05em;
	text-decoration:none;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:background .2s,color .2s;
	margin-top: 25px;
}

#access .btn-inner{
	display:flex;
	align-items:center;
	gap:12px;
}

#access .btn-icon{
	width: 26px;
	height: 26px;
	background:#e60012;
	color:#fff;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	font-weight:800;
	transition:background .2s,color .2s;
	margin-left: 10px;
}

#access .btn:hover{
	background:#e60012;
	color:#fff;
}

#access .btn:hover .btn-icon{
	background:#fff;
	color:#e60012;
}


/*****************************************************************
        文字スライド
******************************************************************/
/*
@keyframes infinity-scroll-left{
	from{
		transform:translateX(0)
	}
	to{
		transform:translateX(-100%)
	}
}
*/

.scroll-infinity{
	position: absolute;
	width:100%;
	overflow:hidden;
  /*
	-webkit-mask-image:linear-gradient(
		to right,
		#000 0,
		#000 calc(50% - clamp(120px,18vw,200px)),
		rgba(0,0,0,.6) calc(50% - clamp(120px,18vw,200px) + 60px),
		rgba(0,0,0,.08) 50%,
		rgba(0,0,0,.6) calc(50% + clamp(120px,18vw,200px) - 60px),
		#000 calc(50% + clamp(120px,18vw,200px)),
		#000 100%
	);
	mask-image:linear-gradient(
		to right,
		#000 0,
		#000 calc(50% - clamp(120px,18vw,200px)),
		rgba(0,0,0,.6) calc(50% - clamp(120px,18vw,200px) + 60px),
		rgba(0,0,0,.08) 50%,
		rgba(0,0,0,.6) calc(50% + clamp(120px,18vw,200px) - 60px),
		#000 calc(50% + clamp(120px,18vw,200px)),
		#000 100%
	);*/
	-webkit-mask-repeat:no-repeat;
	mask-repeat:no-repeat;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:1;
	pointer-events:none;
	display: flex;
	justify-content: right;
}

.scroll-infinity__wrap{
	display:flex;
	width:max-content;
}

.scroll-infinity__list{
	display:flex;
	list-style:none;
	margin:0;
	padding:0;

  perspective: 1200px;
	overflow: hidden;
}

.scroll-infinity__item{
	font-size:clamp(64px,10vw,130px);
	font-family:"Lato",sans-serif;
	font-weight:800;
	color:#FFE8D1;
	white-space:nowrap;
	line-height:1;

	display:inline-block;
	transform-origin:bottom;
	transform:rotateX(90deg);
	opacity:0;
}

.scroll-infinity__item.is-show{
	animation:flipUp 1.8s cubic-bezier(0.22,1,0.36,1) forwards;
}

@keyframes flipUp{
	0%{
		transform:rotateX(90deg);
		opacity:0;
	}
	100%{
		transform:rotateX(0deg);
		opacity:1;
	}
}





/*******************************************
          共通見出し
********************************************/
.top_common{position:relative;}
.top_common .scroll-infinity{
	top: 20px;
	z-index:1;
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.top_common .scroll-infinity__list{
	animation:infinity-scroll-left 40s linear infinite;
}

.top_common .scroll-infinity__item{
	color:#FFE8D1;
	/* padding-right:clamp(24px,7vw,350px); */
}

.top-line{
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 20px;
}


.top-head{
	position:relative;
	z-index:2;
	padding: 70px 0 65px;
	width: 1200px;
	margin: auto;
}

.top-ttl{
	display:flex;
	align-items: center;
	gap:10px;
	font-size:clamp(22px,3vw,30px);
	font-weight:800;
	margin: 0;
	justify-content: left;
}

.top_common .top-mark{
	width:clamp(22px,4vw,60px);
	height:30px;
	background:url("/index/images/mark.png") center/contain no-repeat;
	display:inline-block;
	flex:0 0 auto;
}



/*******************************************
          pankuzu
********************************************/
.pankuzu{
  width:1200px;
  margin:auto;
  font-size:13px;
  text-align:left;
}
.pan-arrow{
  color: #E60016;
  margin:0 10px;
  font-weight:bold;
}
.pankuzu a{
  color:#151515;
  text-decoration: none;
}
.pankuzu a img{
  position:relative;
  bottom:2px;
}



/****************************************************
        レスポンシブ
****************************************************/
@media (max-width: 768px) {

  .pc_only{display:none!important;}
  .sp_only{display:block!important;}

  .top-head{width:90%;margin:auto;padding: 29px 0 38px; }
  .top_common .top-mark {width:36px;}
  .top-ttl {font-size:24px;}
  .top_common .scroll-infinity {width:100%;}
  
  .pankuzu {width:90%;}
  main{margin-top:66px;}

  .scroll-infinity__item {font-size: 58px;}


  /* header */
  .sp-header{
    position: fixed;
    background:#e60012;
    padding:16px 20px;
    display: flex!important;
    align-items:center;
    justify-content: space-between;
    z-index:1000;
    width: 100%;
    top:0;
  }


  .sp-logo img{
    display:block;
    position:absolute;
    top: 26%;
    left: 1;
    /* right:0; */
    margin:auto;
    width: 48%;
  }

  .sp-menu-toggle{
    display:none;
  }

  .sp-menu-btn{
    width:44px;
    height:34px;
    display:block;
    position:relative;
    cursor:pointer;
    z-index:1100;
  }

  .sp-menu-icon{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:3px;
    background:#fff;
    border-radius:2px;
    transform:translateY(-50%);
    transition:0.25s;
  }

  .sp-menu-icon::before,
  .sp-menu-icon::after{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:3px;
    background:#fff;
    border-radius:2px;
    transition:0.25s;
  }

  .sp-menu-icon::before{
    top:-10px;
  }

  .sp-menu-icon::after{
    top:10px;
  }

  .sp-menu-overlay{
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:1050;
  }

  .sp-menu-bg{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
    opacity:0;
    transition:0.3s;
    cursor:pointer;
  }

  .sp-menu{
    position:absolute;
    top: 50px;
    right:0;
    width: 100%;
    height:100%;
    background:#e60012;
    transform:translateX(100%);
    transition:0.35s;
    padding: 0px 26px 5px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
  }

  .sp-menu-toggle:checked ~ .sp-menu-btn .sp-menu-icon{
    background:transparent;
  }

  .sp-menu-toggle:checked ~ .sp-menu-btn .sp-menu-icon::before{
    top:0;
    transform:rotate(45deg);
  }

  .sp-menu-toggle:checked ~ .sp-menu-btn .sp-menu-icon::after{
    top:0;
    transform:rotate(-45deg);
  }

  .sp-menu-toggle:checked ~ .sp-menu-overlay{
    pointer-events:auto;
  }

 

  .sp-menu-toggle:checked ~ .sp-menu-overlay .sp-menu{
    transform:translateX(0);
  }
  .sp-menu-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
  }
  .sp-menu-logo{
    height:22px;
    display:block;
  }

  .sp-menu-close{
    width:40px;
    height:40px;
    position:relative;
    cursor:pointer;
  }
  .sp-menu-close::before,
  .sp-menu-close::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:26px;
    height:3px;
    background:#fff;
    border-radius:2px;
    transform-origin:center;
  }
  .sp-menu-close::before{
    transform:translate(-50%,-50%) rotate(45deg);
  }
  .sp-menu-close::after{
    transform:translate(-50%,-50%) rotate(-45deg);
  }

  .sp-nav{
    list-style:none;
    margin:0;
    padding:0;
  }
  .sp-nav li{
    border-bottom: 1px solid rgba(255,255,255,0.35);
  }
  .sp-nav li:last-child{
    border-bottom:1px solid rgba(255,255,255,0.35);
  }
  .sp-nav a{
    display:block;
    padding: 14px 0;
    color:#fff;
    text-decoration:none;
    font-size: 15px;
    font-weight:800;
  }
  .sp-cta{
    display:grid;
    gap:14px;
    padding-top: 0px;
    width: 100%;
    display: flex;
  }
  .sp-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    height:52px;
    border-radius:999px;
    font-size:16px;
    font-weight:800;
    text-decoration:none;
    width: 100%;
  }
  .sp-btn--reserve{
    background:#ffe34f;
    color:#e60012;
  }
  .sp-btn--contact{
    background:#fff;
    color:#e60012;
  }

  .sab-nav{
    margin: 15px  0 10px;
  }
  .sab-nav p{margin-bottom: 9px;}
  .sab-nav p a{
    color: #fff;
    font-size: 14px;
  }
  .sp-btn img{width:20px;margin-right:8px;}

  .sns-nav{display:flex;gap:50px;align-items: center;margin-bottom: 22px;}
  .sns-nav img{width:40px;}


  /* footer */
  .sp-footer{
    background:#e60012;
    color:#fff;
    padding: 30px 0 20px;
  }

  .sp-footer-inner{
    width:min(420px,92%);
    margin:0 auto;
    text-align:center;
  }

  .sp-footer-head{
    padding:10px 0 18px;
  }

  .sp-footer-logo{
    display:inline-flex;
    justify-content:center;
    align-items:center;
  }

  .sp-footer-logo img{
    height: 27px;
    width:auto;
    display:block;
  }

  .sp-footer-shop{
    margin: 6px 0 4px;
    font-size:16px;
    font-weight:800;
    color: #fff;
  }

  .sp-footer-addr{
    margin: 0px 0 4px;
    font-size: 14px;
    font-weight:700;
    line-height:1.7;
    color: #fff;
  }

  .sp-footer-tel{
    margin:0;
    font-size: 15px;
    font-weight:800;
    color: #fff;
    font-family: "Roboto", sans-serif;
  }

  .sp-footer-rule{
    height:1px;
    background:rgba(255,255,255,.35);
    margin: 15px 0 30px;
  }

  .sp-footer-nav{
    padding: 7px 0 25px;
  }

  .sp-footer-links{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px 26px;
    text-align:left;
    justify-items:start;
    width: 90%;
    margin: auto;
  }

  .sp-footer-links a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
    display:inline-block;
  }

  .sp-footer-links a:hover{
    opacity:.8;
  }

  .sp-footer-cta{
    display:flex;
    justify-content:center;
    gap:14px;
    padding: 12px 0 18px;
  }

  .sp-footer-btn{
    width: 150px;
    height:44px;
    border-radius:999px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    box-sizing:border-box;
  }

  .sp-footer-btn-ic{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .sp-footer-btn-ic img{
    width:16px;
    height:auto;
    display:block;
  }

  .sp-footer-btn.is-yellow{
    background:#ffe34d;
    color:#e60012;
    border:2px solid #ffe34d;
  }

  .sp-footer-btn.is-white{
    background:#fff;
    color:#e60012;
    border:2px solid #fff;
  }

  .sp-footer-btn:hover{
    opacity:.85;
  }

  .sp-footer-sub{
    list-style:none;
    margin: 6px 0 0;
    padding:0;
    display:grid;
    gap:10px;
    justify-content:center;
  }

  .sp-footer-sub a{
    color:#fff;
    text-decoration:none;
    font-size: 13px!important;
    font-weight: 700;
  }

  .sp-footer-sub a:hover{
    opacity:.8;
  }

  .sp-footer-copy{
    margin: 20px 0 0;
    font-size:11px;
    font-weight:700;
    opacity:.95;
    color: #fff;
  }

  footer ul li:nth-child(2) a, footer ul li:nth-child(3) a {color: #fff;padding-left: 0;}
  footer ul li:nth-child(2) a::before, footer ul li:nth-child(3) a::before {display:none;}
  footer ul li:nth-child(2), footer ul li:nth-child(3) {padding-top:0;}
  footer ul li:last-child a {padding:0;font-size: 15px;}

  #access .access-inner{grid-template-columns:1fr;}
	#access .access-body{padding:28px 18px;}
	#access .tel a{font-size:20px;}
	#access .btn{width:100%;max-width:320px;}
  .cta{align-items:center;padding: 0;box-sizing:border-box;margin: 24px 0 14px;}
	.cta-btn{flex:1;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size: 16px;letter-spacing:.02em;text-decoration:none;box-sizing:border-box;width: 48%;float: left;height: 50px;}
	.cta-btn.is-web{background:#e60012;color:#fff;border:2px solid #e60012;font-size: 14px;}
	.cta-btn.is-tel{background:#fff;color:#e60012;border:2px solid #e60012;font-family: "Roboto", sans-serif;margin-left: 4%;}
	.cta-ic{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex: 0;}
	.cta-ic img{width:18px;display:block;}
	.o1{order:2;}
	.o2{order:1;}

}