@charset "utf-8";
/* リセットCSS */
/* *{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;scroll-behavior: smooth;}
ul li ,ol li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: var(--FF_WEIGHT_BASE);font-size: 100%;margin: 0;}
p{margin: 0;}
strong{font-weight: inherit;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{ 
  display:block;
}
body{
	font-family: var(--FF_BASE);
	font-weight: var(--FF_WEIGHT_BASE);
	font-feature-settings: "palt" 1;
	letter-spacing: var(--LETTER_SPACING);
	width:100%;
	color: var(--TXT_COLOR_BASE);
	position:relative;
	z-index: 0;
	overflow-x: clip;
}
a{
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
	color: var(--TXT_COLOR_BASE);
}
a:visited{
	color: var(--TXT_COLOR_BASE);
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	box-sizing: unset;
	vertical-align: bottom;
} */
/* imgリセット */
/* .imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
} */

/* ■■■■■■■■■■共通■■■■■■■■■■ */
/* @media screen and (min-width: 768px){
	body{
		padding-top: 75px;
	}
}
@media screen and (max-width: 767px){
	body{
		padding-top: 60px;
	}
} */
.s-restaurant *{
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
	a img,a{
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all  0.5s;
	}
	a:hover img, a:hover{
		text-decoration: none;
		opacity: 0.7;
	}
}
/* ■■■■■■■■■■　■■■■■■■■■■ */
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}
.s-restaurant {
	font-family: "Zen Old Mincho", serif !important;
	background-color: #F9F7ED;
	padding-bottom: clamp(50px, 6vw, 80px);
}
/* ------------------ top -------------------- */
.wakyu-top{
	position: relative;
	color: #fff;
}
.wakyu-top__img{
	position: relative;
	z-index: 0;
}
.wakyu-top__img::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.wakyu-top__img img{
	width: 100%;
	object-fit: cover;
}
.wakyu-top__img video{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.wakyu-top__text-area{
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
}
.wakyu-top__wrapper{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
.wakyu-top__title{
	width: 60%;
}
.wakyu-top__scene{
	display: flex;
	gap: 20px;
}
.wakyu-top__scene li{
	list-style: none;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.wakyu-top__hours{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #C95133;
}
@media screen and (min-width: 768px) {
	.wakyu-top__scene{
		margin-top: 60px;
	}
	.wakyu-top__text-large{
		font-size: 50px;
		margin-top: 30px;
	}
	.wakyu-top__text-small{
		font-size: 20px;
		line-height: 2;
		margin-top: 30px;
	}
	.wakyu-top__hours{
		font-size: 16px;
		padding: 20px;
	}
	.wakyu-top__img img{
		height: 810px;
	}
	.wakyu-top__img::before{
		background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	}
}
@media screen and (max-width: 767px) {
	.wakyu-top__img video{
		aspect-ratio: 2/3;
		object-fit: cover;
	}
	.wakyu-top__text-area{
		top: calc(50% - 50px);
		transform: translateY(-50%);
	}
	.wakyu-top__wrapper{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wakyu-top__scene{
		margin-top: 20px;
	}
	.wakyu-top__text-large{
		font-size: 32px;
		margin-top: 20px;
	}
	.wakyu-top__text-small{
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.5em;
		margin-top: 20px;
		text-align: center;
	}
	.wakyu-top__hours{
		width: 100%;
		text-align: center;
		font-size: 13px;
		padding: 15px;
		position: static;
	}
	.wakyu-top__img img{
		height: 100vh;
	}
	.wakyu-top__img::before{
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	}
}
/* ------------------ about -------------------- */
.wakyu-about{
	position: relative;
	margin-top: clamp(50px, 6vw, 80px);
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.wakyu-about__title{
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	text-orientation: upright;
}
.oyster-about__title{
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	text-orientation: upright;
}
.wakyu-about__sub-title{
	width: 100px;
}
.wakyu-about__text{
	font-size: 18px;
	line-height: 2;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.wakyu-about__area{
		display: flex;
		align-items: center;
		gap: 40px;
	}
	.wakyu-about__img01{
		width: 29%;
	}
	.wakyu-about__img02{
		width: 42%;
		margin-right: 0;
		margin-left: auto;
	}
	.wakyu-about__title{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-about__area{
		width: 90%;
		margin: 0 auto;
		padding-left: 80px;
		position: relative;
	}
	.wakyu-about__title{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 20px;
	}
	.oyster-about__title{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 13px;
	}
	.wakyu-about__text-area{
		margin-top: 20px;
	}
	.wakyu-about__img02{
		width: 80%;
		margin-top: 40px;
	}
	.wakyu-about__text{
		font-size: 14px;
	}
}
.wakyu-catch{
	margin-top: clamp(40px, 6vw, 80px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}
.wakyu-catch__text-area{
	padding: 0 10%;
}
.wakyu-catch__text{
	letter-spacing: 0.1em;
	margin-top: 20px;
	line-height: 2;
}
.swiper-pagination-bullets {
	position: static;
	margin-top: 10px;
}
.swiper-pagination-bullet {
  background-color: #D1D1D1;
  width: 8px;
  height: 8px;
  opacity: 1;
	margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background-color: #C95133;
}
@media screen and (min-width: 768px) {
	.wakyu-catch{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
	.wakyu-catch .swiper-pagination-bullets {
		text-align: right;
	}
	.wakyu-catch__title{
		font-size: 26px;
	}
	.wakyu-catch__text{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-catch__text-area{
		margin-top: 20px;
	}
	.wakyu-catch__title{
		font-size: 20px;
	}
	.wakyu-catch__text{
		font-size: 14px;
		padding-right: 20%;
	}
	.wakyu-catch .swiper{
		margin-left: 5%;
	}
	.wakyu-catch__text-area{
		padding: 0 5%;
	}
}
/* ------------------ concept -------------------- */
.wakyu-concept{
	margin-top: clamp(50px, 6vw, 80px);
}
.wakyu-concept__title-wrapper{
	overflow: hidden;
	display: flex;
  align-items: center;
	height: 200px;
}
.wakyu-concept__title{
	animation: loopTitle 40s linear infinite;
	font-size: 200px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #fff;
	display: flex;
}
.wakyu-concept__title span{
	display: block;
	margin-right: 1em;
}
@keyframes loopTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.wakyu-concept__area{
	position: relative;
	margin-top: -20px;
}
.wakyu-concept__list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.wakyu-concept__list li{
	position: relative;
	overflow: hidden;
}
.wakyu-concept__list-img{
	min-height: 400px;
	object-fit: cover;
}
.wakyu-concept__list-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12%;
	min-width: 60px;
	z-index: 2;
}
.wakyu-concept__text{
	letter-spacing: 0.1em;
	text-align: center;
}
.wakyu-concept__list li a{
	position: relative;
	display: block;
}
.wakyu-concept__list li a::after{
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	z-index: 1;
}
.wakyu-concept__text-area{
	z-index: 3;
}
@media screen and (min-width: 768px) {
	.wakyu-concept__text-area::before{
		content: '';
		background: #ffffff;
		height: 24px;
		width: 28px;
		clip-path: polygon(0 50%, 100% 0, 100% 100%);
		position: absolute;
		top: 50%;
		right: 100%;
		transform: translateY(-50%);
	}
	.wakyu-concept__text-area::after{
		content: '';
		background: #ffffff;
		height: 24px;
		width: 28px;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
		position: absolute;
		top: 50%;
		left: 100%;
		transform: translateY(-50%);
	}
	.wakyu-concept__icon{
		width: 200px;
		margin-top: 20px;
	}
	.wakyu-concept__text-area{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #fff;
		padding: 40px 30px;
	}
	.wakyu-concept__text{
		font-size: 16px;
		line-height: 2;
	}
	.wakyu-concept__list li a:hover{
		overflow: hidden;
		opacity: 1;
	}
	.wakyu-concept__list li a:hover::after{
		opacity: 0;
}
	.wakyu-concept__list li a:hover .wakyu-concept__list-img{
		opacity: 1;
		/* transform: scale(1.1); */
	}
	.wakyu-concept__list li a:hover .wakyu-concept__list-title{
		opacity: 1;
		/* transform: scale(1.1) translate(-50%, -50%); */
	}
}
@media screen and (max-width: 767px) {
	.wakyu-concept__icon{
		display: none;
	}
	.wakyu-concept__text-area::after{
		content: '';
		background: #ffffff;
		height: 14px;
		width: 18px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.wakyu-concept__text-area{
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		padding: 10px 20px;
		white-space: nowrap;
	}
	.wakyu-concept__text{
		font-size: 14px;
	}
	.wakyu-concept__list-title{
		padding-top: 80px;
	}
	.wakyu-concept__title-wrapper{
		height: 60px;
	}
	.wakyu-concept__title{
		font-size: 54px;
	}
	.wakyu-concept__area{
		margin-top: -10px;
	}
}
.wakyu-know{
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: flex;
}
.wakyu-know__list-area{
	padding: 25px;
	background-color: hsla(51, 100%, 32%, 0.07);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.wakyu-know__list-area::after{
	content: '';
	background: #ffffff;
	height: 100%;
	width: 0;
	border-left: 1px dashed #A38A00;
	position: absolute;
	top: 0;
	right: 5px;
}
.wakyu-know__list li{
	display: flex;
	column-gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.wakyu-know__list-img{
	max-width: 210px;
	width: 50%;
}
.wakyu-know__list-right{
	flex: 1;
}
.wakyu-know__list-title{
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.6;
}
.wakyu-know__list-text{
	margin-top: 10px;
	font-size: 16px;
}
.wakyu-know__list li + li{
	margin-top: 20px;
}
.wakyu-know__link{
	text-align: right;
	margin-top: 40px;
}
.wakyu-know__link a{
	color: #000;
	font-size: 16px;
	background-image: url("../images/wakyu/link-icon.svg");
	background-repeat: no-repeat;
	background-size: auto 10px;
	background-position: bottom 5px right;
	padding-right: 75px;
}
@media screen and (min-width: 1000px) {
	.wakyu-know__list-area{
		flex: 1;
	}
	.wakyu-know__img{
		width: 420px;
	}
}
@media screen and (max-width: 999px) {
	.wakyu-know__img{
		width: 100%;
	}
	.wakyu-know{
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-know__list-right{
		display: contents;
	}
	.wakyu-know__list-title{
		flex: 1;
	}
	.wakyu-know__list-text{
		width: 100%;
	}
	.wakyu-know__list-area{
		padding: 30px 20px;
	}
	.wakyu-know__list-text{
		font-size: 14px;
	}
	.wakyu-know__list li{
		column-gap: 10px;
	}
}
/* ------------------ menu -------------------- */
.wakyu-menu{
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.wakyu-menu__title-band{
	color: #fff;
	text-orientation: upright;
}
.wakyu-menu__list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.wakyu-menu__list li{
	list-style-type: none;
}
.reservation-btn a{
	display: block;
	text-align: center;
	padding: 30px;
	font-size: 18px;
	color: #fff !important;
	background-color: #C95133;
	max-width: 300px;
	margin: 60px auto 0;
	border-radius: 50px;
	letter-spacing: 0.1em;
	width: 90%;
}
@media screen and (min-width: 768px) {
	.wakyu-menu__wrapper{
		display: flex;
		gap: 50px;
	}
	.wakyu-menu__title-area{
		writing-mode: vertical-rl;
		flex: 1;
	}
	.wakyu-menu__title-band{
		height: 350px;
		font-size: 20px;
		margin-left: 20px;
		background: linear-gradient(#C95133, rgba(163, 139, 0, 0));
		padding-top: 10px;
	}
	.wakyu-menu__title-rt{
		display: flex;
		align-items: flex-end;
		gap: 20px;
	}
	.wakyu-menu__title{
		font-size: 55px;
	}
	.seto-menu__title{
		font-size: 38px;
	}
	.wakyu-menu__title-desc{
		font-size: 18px;
	}
	.wakyu-menu__wrapper .wakyu-menu__list{
		width: 80%;
	}
	.wakyu-menu__list{
		gap: 50px;
	}
	.wakyu-menu__list-name{
		margin-top: 20px;
		font-size: 20px;
	}
	.wakyu-menu__list-text{
		font-size: 14px;
		margin-top: 10px;
	}
	.wakyu-menu__list-note{
		font-size: 11px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-menu__title-band{
		font-size: 16px;
		background: linear-gradient(to right, #C95133, rgba(163, 139, 0, 0));
		padding: 10px;
	}
	.wakyu-menu__title{
		font-size: 34px;
	}
	.seto-menu__title{
		font-size: 30px;
	}
	.wakyu-menu__title-desc{
		font-size: 16px;
	}
	.wakyu-menu__list{
		column-gap: 20px;
		row-gap: 40px;
		margin-top: 40px;
	}
	.wakyu-menu__list-name{
		margin-top: 10px;
		font-size: 16px;
	}
	.wakyu-menu__list-text{
		font-size: 12px;
		margin-top: 10px;
	}
	.wakyu-menu__list-text:last-child{
		flex-grow: 1;
	}
	.wakyu-menu__list-note{
		font-size: 10px;
		margin-top: 10px;
		min-height: 50px;
	}
	.reservation-btn a{
		padding: 15px;
		margin-top: 20px;
	}
	.wakyu-menu__list li{
		display: flex;
		flex-direction: column;
	}
}
/* ------------------ image-area -------------------- */
.wakyu-image-area{
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
/* ------------------ seat -------------------- */
.wakyu-seat{
	margin-top: clamp(50px, 6vw, 80px);
	background-color: rgba(163, 139, 0, 0.07);
	padding:80px 0;
}
.wakyu-seat__wrapper{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.wakyu-seat__text-area{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.wakyu-seat__name{
	margin-top: auto;
	font-size: 20px;
	font-weight: 500;
}
.wakyu-seat__text{
	margin-top: 10px;
	font-size: 14px;
}
.wakyu-seat__sub-img{
	margin-top: auto;
	margin-bottom: 0;
}
.wakyu-seat__title-band{
	color: #fff;
  text-orientation: upright;
}
@media screen and (min-width: 1000px) {
	.wakyu-seat__wrapper{
		display: flex;
		flex-direction: row-reverse;
		gap: 50px;
	}
	.wakyu-seat .swiper{
		display: none;
	}
	.wakyu-seat__area{
		display: flex;
		gap: 50px;
	}
	.wakyu-seat__main-img{
		max-width: 570px;
		width: 55%;
	}
	.wakyu-seat__title-area{
		writing-mode: vertical-rl;
		flex: 1;
	}
	.wakyu-seat__title-band{
		height: 350px;
		font-size: 20px;
		margin-left: 20px;
		background: linear-gradient(#C95133, rgba(163, 139, 0, 0));
		padding-top: 10px;
	}
	.wakyu-seat__title-rt{
		display: flex;
		align-items: flex-end;
		gap: 20px;
	}
	.wakyu-seat__title{
		font-size: 55px;
	}
	.wakyu-seat__title-desc{
		font-size: 18px;
	}
}
@media screen and (max-width: 999px) {
	.wakyu-seat__main-img{
	display: none;
	}
	.wakyu-seat__title-band{
		font-size: 16px;
		background: linear-gradient(to right, #C95133, rgba(163, 139, 0, 0));
		padding: 10px;
	}
	.wakyu-seat__title{
		font-size: 34px;
	}
	.wakyu-seat__title-desc{
		font-size: 16px;
	}
	.wakyu-seat__title-desc br.pc{
		display: none;
	}
	.wakyu-seat__sub-img{
		display: none;
	}
	.wakyu-seat__area{
		margin-top: 40px;
	}
	.wakyu-seat__text-area{
		margin-top: 20px;
	}
	.wakyu-seat{
		padding: 40px 0;
	}
}
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------ menu02 -------------------- */
.wakyu-menu__title02{
	font-size: 20px;
	border-top: 1px solid #A38A00;
	border-bottom: 1px solid #A38A00;
	margin-bottom: 40px;
	line-height: 1.6;
	padding: 10px 0;
}
.wakyu-menu__title02 .small{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
@media screen and (min-width: 768px) {
	.wakyu-menu__title02 .small{
		margin-left: 1em;
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-menu__title02 .small{
		display: block;
	}
	.wakyu-menu__title02{
		margin-bottom: 20px;
	}
}
.wakyu-menu__list-btn a {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #C95133;
	margin: 20px auto;
	border-radius: 50px;
	letter-spacing: 0.1em;
	width: 90%;
	max-width: 180px;
}
/* ------------------  -------------------- */
.wakyu-image-scroll {
  overflow: hidden;
  width: 100%;
  height: 200px; /* 画像の高さに合わせて調整 */
  position: relative;
	margin-top: clamp(50px, 6vw, 80px);
}
.wakyu-image-scroll__wrap {
  display: flex;
  width: calc(4226px * 2); /* 画像幅×2（2枚分） */
  animation: wakyu-loop 80s linear infinite;
}
.wakyu-image-scroll__item{
  flex: none;
  width: 4226px; /* 画像幅 */
  height: 200px;
}
@keyframes wakyu-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 画像1枚分だけ左へ */
  }
}
@media screen and (max-width: 767px) {
	.wakyu-image-scroll {
		height: 100px; /* 画像の高さに合わせて調整 */
	}
	.wakyu-image-scroll__wrap {
		width: calc(2113px * 2); /* 画像幅×2（2枚分） */
	}
	.wakyu-image-scroll__item {
		width: 2113px; /* 画像幅 */
		height: 100px;
	}
	@keyframes wakyu-loop {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%); /* 画像1枚分だけ左へ */
		}
	}
}
/* ------------------ shop -------------------- */
.wakyu-shop{
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: rgba(163, 139, 0, 0.07);
	padding: 40px;
}
.wakyu-shop__title{
	font-size: 16px;
	border-bottom: 4px double #A38A00;
	padding-bottom: 10px;
	line-height: 1;
}
.wakyu-shop__title .large{
	font-size: 24px;
}
.wakyu-shop__content{
	display: flex;
	gap: 40px;
	margin-top: 20px;
}
.wakyu-shop__list {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
	flex: 1;
	font-size: 14px;
	line-height: 2;
}
.wakyu-shop__list dd::before{
	content: '：';
}
.wakyu-shop__list dd{
  text-indent: -1em;
  padding-left: 1em;
	line-height: 1.6;
}
.wakyu-shop__list dt,
.wakyu-shop__list dd{
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	height: 100%;
}
.wakyu-shop__list .small{
	font-size: 10px;
	display: inline-block;
	text-indent: 0;
	margin: 5px 0;
}
@media screen and (min-width: 1000px) {
	.wakyu-shop__map{
		width: 370px;
	}
}
@media screen and (max-width: 999px) {
	.wakyu-shop__content{
		flex-direction: column;
	}
	.wakyu-shop__map{
		height: 370px;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-shop{
		padding: 25px;
	}
	.wakyu-shop__title .large{
		font-size: 20px;
	}
}
/* ------------------ insta -------------------- */
.wakyu-insta{
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.wakyu-insta__title{
	font-size: 40px;
	text-align: center;
}
.wakyu-insta__list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.wakyu-insta__title{
		font-size: 30px;
	}
}
/* ------------------ banner -------------------- */
.wakyu-banner{
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10%;
}
@media screen and (max-width: 767px) {
	.wakyu-banner{
		grid-template-columns: repeat(1, 1fr);
		row-gap: 40px;
	}
}
/* ------------------ float -------------------- */
.wakyu-float{
	position: fixed;
	right: 10px;
	z-index: 100;
	transition: all 0.5s;
}
@media screen and (min-width: 768px) {
	.wakyu-float{
		top: 10%;
	}
	.wakyu-float__btn{
		width: 110px;
		margin: 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.wakyu-float__btn{
		width: 66px;
		margin: 10px 0;
	}
}
#fixed-btn{
	z-index: 999;
}
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
.wakyu-image-area{
	position: relative;
}
.wakyu-image__txtarea{
  writing-mode: vertical-rl;
	display: flex;
	flex-direction: column;
	position: absolute;
}
.wakyu-image__title{
	display: grid;
	grid-template: auto auto / auto auto;
}
.wakyu-image__title__brand{
	background: linear-gradient(#C95133, rgba(163, 139, 0, 0));
	color: #fff;
	grid-column: span 2;
}
.wakyu-image__text{
	line-height: 1.2;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px){
	.wakyu-image__txtarea{
		top: 34%;
		right: 7%;
	}
	.wakyu-image__title{
		gap: 20px;
	}
	.wakyu-image__title__brand{
		font-size: 20px;
		line-height: 1.5;
		padding-top: 10px;
	}
	.wakyu-image__title__main{
		font-size: 55px;
	}
	.wakyu-image__text{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.wakyu-image__txtarea{
		top: 28%;
		right: 5%;
	}
	.wakyu-image__title{
		gap: 10px 10px;
	}
	.wakyu-image__title__brand{
		font-size: 12px;
		line-height: 1.5;
		padding-top: 5px;
	}
	.wakyu-image__title__main{
		font-size: 25px;
		line-height: 1;
	}
	.wakyu-image__text{
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
}


.wakyu-bnr{
	display: grid;
	margin-top: clamp(50px, 6vw, 80px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.wakyu-bnr li{
	list-style: none;
}
@media screen and (min-width: 768px){
	.wakyu-bnr{
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}
}
@media screen and (max-width: 767px){
	.wakyu-bnr{
		gap: 20px;
	}
}




/* 一旦非表示 */
.wakyu-insta{
	display: none;
}