@charset "UTF-8";

.slideArea {
	position: relative;
}

.start {
	background: #141414;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 184px;
}
.start p img {
	width: 100%;
	animation: animationZoom1 4s ease-in-out forwards;
}
@keyframes animationZoom1 {
	100% { transform: scale(1.34)}
}

/* ## header ## */

#fader_wrapp {
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#slide_wrapp {
	width: 100%;
	background-color: #ffffff;
	margin-top: 0;
	overflow: hidden;
	float: right;
	z-index: 1;
}
#slide_wrapp:after {
  content: "";
  clear: both;
  display: block;
}
#slide_wrapp .slide_item img {
}


/* scrolldown */
#scroll-down {
	display: block;
	position: absolute;
	padding-top: 142px;
	text-align: center;
	bottom: 50px;
	left: 44px;
}
.arrow-down {
	display: block;
	margin: 0 auto;
	width: 8px;
	height: 24px;
}
.arrow-down:after {
  content: '';
  display: block;
  margin: 1px 0 0 0;
  padding: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255,255,255,0.74);
  border-right: 1px solid rgba(255,255,255,0.74);
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#scroll-title {
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	text-transform: uppercase;
	color: rgba(255,255,255,0.74);
	font-size: 9px;
	letter-spacing: 0.1em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 28px;
	left: -10px;	
}
#scroll-title a {
	color: rgba(255,255,255,0.74);
	text-decoration: none;
}
#scroll-title a:hover {
	color: rgba(255,255,255,0.74);
}
#scroll-down::before {
  -webkit-animation: elasticus 1.8s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 1.8s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 1.8s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 1.8s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 150px;
  background: rgba(255,255,255,0.74);
  content: ' ';
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
#paschka {
  display: block;
  color: white;
  font-family: helvetica neue, helvetica, arial;
  font-size: 32px;
  text-decoration: none;
  position: fixed;
  padding: 0px;
  transition: all 0.1s ease;
  background: #000;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
  width: 40px;
  text-align: center;
  border-radius: 5%;
  bottom: 20px;
  right: 20px;
}
#paschka:hover {
  background: #232323;
  transition: all 0.1s ease;
  color: #f0f0f0;
}

/* top comment */
.topComme {
	width: 90%;
	box-sizing: border-box;
	color: #ffffff;
	position: absolute;
/*	text-shadow: 0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08),0 0 4px rgba(0,0,0,0.08);
	opacity: 0.94;*/
	left: 25%;
	letter-spacing: 1px;
	display: none;
	z-index: 2;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.vwWrapp {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
.scroll-infinity__wrap {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
	width: calc(100vw / 3);
}
.scroll-infinity__item>img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

#wrapper {
}

/* ## basebox ## */
.baseBox {
	padding: 124px 0;
	position: relative;
}
#con03.baseBox {
	padding: 124px 0 44px 0;
}

.baseBox .boxFm {
	line-height: 1.74;
}
.baseBox .boxFm h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.24;
	margin-bottom: 14px;
}
.baseBox .boxFm p {
	font-size: 14px;
	margin-bottom: 14px;
}
.baseBox .boxFm p.baseSmall {
	font-size: 12px;
}

.baseBox.rightBox {
}
.baseBox.rightBox .boxFm {
	width: 100%;
	padding: 0 24px;
}
.baseBox.rightBox .boxSm {
	width: 100%;
}

.baseBox .boxSm img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.baseBox .boxSm iframe {
	width: 100%;
	height: 420px;
}

.baseBox.leftBox {
}
.baseBox.leftBox .boxFm {
	width: 100%;
	padding: 0 24px;
}
.baseBox.leftBox .boxSm {
	width: 100%;
}


#con02.baseBox {
	color: #ffffff;
	background-color: transparent;
}
#con02.baseBox:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/top/main/kani_back.jpg");
	background-size: cover;
}

/* dl.dt.dd 設定 */
.hisBox dd {
	border-bottom: solid 1px #ffe5e0;
}

.imgRbox {
	width: 480px;
	box-sizing: border-box;
	margin: 0 0 14px 24px;
	float: right;
}
.imgRbox img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	vertical-align: bottom;
}

.vwBox {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}
.vwBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
	
/* show hide */
.txt-hide {
	display: none;
}
button.more {
	width: 120px;
	margin: 4px auto 14px auto;
	font-size: 12px;
	display: block;
	background-color: #666;
	color: #fff;
	padding: 8px 14px;
	border: none;
	outline: 0;
	transition: 1s;
	-erbkit-transition: 1s;
} 
button.more::after {
	content: "+ もっと見る";
	transition: .8s;
	-erbkit-transition: .8s;
}
button.more.on-click::after{
	content: "-　閉じる";
}
button.more:hover {
	opacity: 0.74;
} 

/* ryouri */
.rmBox {
	padding: 0 8px;
}
.rmBox h4 {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.28;
	margin-bottom: 8px;
}
.rmBox .table02 {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.rmBox .table02 th {
	width: 50%;
	box-sizing: border-box;
}
.rmBox .table02 .price {
	font-size: 16px;
	font-weight: bold;
	color: #C00A0D;
}
.rmBox .table02 .price span {
	font-size: 10px;
}

.rMenu {
}
.rMenu .rmCat {
	font-size: 12px;
	padding-bottom: 8px;
}
.rMenu .rmCat span {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.subBox {
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	text-align: center;
	margin: 14px auto;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 22px;
	line-height: 1.2;
	top: 34%;
}
.topComme.tc01 span {
	font-size: 36px;
}
.topComme.tc02 {
	font-size: 15px;
	top: 54%;
	line-height: 1.4;
}
	
.scroll-infinity__item {
	width: calc(100vw / 2);
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 24px;
	line-height: 1.2;
	top: 34%;
}
.topComme.tc01 span {
	font-size: 40px;
}
.topComme.tc02 {
	font-size: 16px;
	top: 54%;
	line-height: 1.4;
}
	
.scroll-infinity__item {
	width: calc(100vw / 2);
}
	
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 24px;
}
.topComme.tc01 {
	font-size: 30px;
	line-height: 1.2;
	top: 36%;
}
.topComme.tc01 span {
	font-size: 40px;
}
.topComme.tc02 {
	font-size: 24px;
	top: 58%;
	line-height: 1.4;
}
	

.scroll-infinity__item {
	width: calc(100vw / 3);
}
	
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
.start {
}
.start p {
	width: 124px;
}
	
/* top comment */
.topComme {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	left: 0;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.48);
}
.topComme.tc01 {
}
.topComme.tc02 {
	font-weight: 600;
}
.topComme.tc02 {
	font-weight: 600;
}
	
/* scrolldown */
#scroll-down {
	padding-top: 128px;
	bottom: 30px;
	left: 28px;
}
.arrow-down {
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 16px;
}
.arrow-down:after {
  margin: 8px 0 0 0;
  padding: 0;
  width: 6px;
  height: 6px;
}
#scroll-title {
	font-size: 8px;
	letter-spacing: 0.1em;
	top: 30px;
	left: -12px;	
}
#scroll-down::before {
  top: 0px;
  left: 50%;
  margin-left: -2px;
  width: 1px;
  height: 144px;
}

.tableCus01 {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 4px;
	border-spacing: 4px;
}
.tableCus01 caption {
	font-size: 16px;
}
.tableCus01 th {
	border-spacing: 4px;
	padding: 4px;
}
.tableCus01 td {
	border-spacing: 4px;
	padding: 4px 4px 4px 2px;
}	
	
.baseBox {
	padding: 44px 14px 44px 14px;
}
		
#con03.baseBox {
	padding: 44px 14px 14px 14px;
}

.baseBox.leftTitle .boxT .triangle {
	display: none;
}
.baseBox.leftTitle .boxT {
	margin-top: 14px;
	padding: 8px 14px 14px 14px;
	clear: both;
}
	
.baseBox .boxFm {
	line-height: 1.74;
}
.baseBox .boxFm h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.baseBox .boxFm p {
	font-size: 13px;
	margin-bottom: 10px;
}
.baseBox .boxFm p.baseSmall {
	font-size: 10px;
}
	
.slick-prev {
	left: -20px;
}
.slick-next {
	right: -20px;
}
.slick-prev::before, .slick-next::before {
	font-size: 28px;
	opacity: 0.64;
}
	
/* show hide */
button.more {
	width: 120px;
	margin: 4px auto 14px auto;
	font-size: 11px;
	padding: 5px 14px;
	border: none;
	outline: 0;
} 	

/* ryouri */
.rmBox {
	padding: 0 4px;
}
.rmBox h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
.rmBox .table02 .price {
	font-size: 14px;
}
.rmBox .table02 .price span {
	font-size: 9px;
}

.rMenu .rmCat {
	font-size: 11px;
	padding-bottom: 5px;
}
.rMenu .rmCat span {
	font-size: 12px;
}
	
.subBox {
	margin: 8px auto;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* top comment */
.topComme {
	text-shadow: 1px 2px 3px rgba(0,0,0,0.48), -1px -1px 3px rgba(0,0,0,0.48);}
.topComme.tc01 {
	font-size: 44px;
	letter-spacing: 8px;
}

.topComme.tc01 {
	font-size: 40px;
}
.topComme.tc01 span {
	font-size: 78px;
}
.topComme.tc02 {
	font-size: 28px;
}
.topComme.tc02 br {
	display: none;
}
.topComme.tc03 {
	font-size: 28px;
}
	
/* scrolldown */
.scrolldown1{
	bottom: 28px;
}
	

/* ## basebox ## */
.baseBox.rightBox {
}
.baseBox.rightBox .boxFm {
	width: 45%;
	padding: 0 44px 0 44px;
	float: right;
}
.baseBox.rightBox .boxSm {
	width: 55%;
	float: left;
}
.baseBox.rightBox.short .boxFm {
	width: 30%;
}
.baseBox.rightBox.short .boxSm {
	width: 70%;
}
	
#con03.baseBox.rightBox .boxFm {
	width: 38%;
	padding: 0 44px 0 44px;
	float: right;
}
#con03.baseBox.rightBox .boxSm {
	width: 62%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}

.baseBox.leftBox .boxFm {
	width: 45%;
	padding: 0 44px 0 44px;
	float: left;
}
.baseBox.leftBox .boxSm {
	width: 55%;
	float: right;
}
.baseBox.leftBox.short .boxFm {
	width: 30%;
}
.baseBox.leftBox.short .boxSm {
	width: 70%;
}

	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* top comment */
.topComme {
}

.topComme.tc01 {
	font-size: 46px;
}
.topComme.tc01 span {
	font-size: 84px;
}
.topComme.tc02 {
	font-size: 30px;
}
.topComme.tc03 {
	font-size: 24px;
}
	
}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* top comment */
.topComme {
}
.topComme.tc01 {
	font-size: 58px;
}
.topComme.tc01 span {
	font-size: 104px;
}
.topComme.tc02 {
	font-size: 34px;
}
.topComme.tc03 {
	font-size: 34px;
}
	

	
}

