@charset "utf-8";
/*
 * page.css
 */

/* top 
----------------------------------------*/
#mainVisual {
	position: relative;
	z-index: 1;
}
.mainSwiper img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.mainInfo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	padding: 0 2rem;
	width: 100%;
	text-align: center;
	color: #fff;
}
#mainVisual .head {
	position: relative;
	margin: 0 auto 7rem;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#mainVisual .head .eng {
	position: absolute;
	left: calc(100% + 2rem);
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: 0.2em;
	font-size: 2.1rem;
	text-shadow: 0 0 .5rem rgba(0, 0, 0, .5);
}
#mainVisual .head2 {
	line-height: 1.85;
	letter-spacing: 0.05em;
	font-size: 2.7rem;
	text-shadow: 0 0 .5rem rgba(0, 0, 0, .5);
}
#mainVisual .decorationWaves .wave {
	left: -5.9rem;
}
#mainVisual .decorationWaves .wave1 {
	bottom: -1.2rem;
}
#mainVisual .decorationWaves .wave2 {
	bottom: -7.8125vw;
}

.topRecommend {
	overflow: hidden;
	position: relative;
}

.topRecommend .decorationFish {
	top: 0;
}

.recommendProduct {
	background: #E3E0DC;
	mix-blend-mode: multiply;
}
.recommendProduct .banner {
	position: relative;
	background: #000;
}
.recommendProduct .banner img {
	width: 100%;
}
.recommendProduct .display {
	display: flex;
	gap: 0 3.8rem;
	position: relative;
	padding: 5rem 0 13.5rem;
}
.recommendProduct .display .head {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	writing-mode: tb-rl;
	writing-mode: vertical-rl; 
	font-size: 4rem;
	letter-spacing: .05em;
}
.recommendProduct1 .display .head,
.recommendProduct4 .display .head {
	top: 4rem;
}
.recommendProduct3 .display .head {
	top: 3rem;
}
.recommendProduct .display .head .difference {
	color: #fff;
	margin-bottom: .3em;
}
.recommendProduct .display .img {
	width: 43.2%;
	text-align: right;
}
.recommendProduct .display .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 42.8%;
	min-height: 33rem;
	line-height: 1.444;
}
.recommendProduct .display .limited span {
	display: inline-block;
	padding: 0.6rem 1.6rem;
	background: #fff;
	border: 1px solid;
	color: #BA0000;
}

.topNews {
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 13rem 0 14.6rem;
	color: #fff;
}

.topNews .decorationFish {
	top: 6.7rem;
}

.topNews .bgMovie {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.topNews .bgMovie:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: '';
	backdrop-filter: blur(1rem);
}

.topNews .bgMovie img,
.topNews .bgMovie video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.topNews .headL {
	background-image: url(../img/common/icon_headl_pre_wh.png);
}

.newsSwiper {
	position: relative;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}
.newsSwiper .swiper-slide {
	width: 41.8rem;
}
.newsSwiper .swiper-button-prev,
.newsSwiper .swiper-button-next {
	top: 12rem;
	margin: 0;
	width: 7.7rem;
	height: 7.7rem;
	background: no-repeat center;
	background-size: 100%;
}
.newsSwiper .swiper-button-prev {
	left: 1.6rem;
	background-image: url(../img/common/icon_prev_wh.svg);
}
.newsSwiper .swiper-button-next {
	right: 1.6rem;
	background-image: url(../img/common/icon_next_wh.svg);
}

.newsListItem {
	display: block;
	position: relative;
}
.newsListItem .cate {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem;
	min-width: 11.6rem;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
}
.newsListItem .img {
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.newsListItem .img img {
	transition-duration: 0.3s;
}
.newsListItem .info {
	transition-duration: 0.3s;
	padding-right: 2rem;
	background: url(../img/common/icon_link_wh.svg)no-repeat right 1rem bottom 0.5rem;
	background-size: 1rem;
}
.newsListItem .date {
	font-size: 1.4rem;
}

.topNews .btnDetail {
	margin-top: 12rem;
}
.topNews .btnDetail .btn:after {
	background-image: url(../img/common/bor_headl_wh.png);
}

.newsList li {
	margin-bottom: 5rem;
	border-bottom: 1px solid #707070;
}
.newsList li .newsItem {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 2.2rem;
}
.newsList li .dt {
	display: flex;
	align-items: center;
	width: 26.8rem;
	padding-right: 1rem;
}
.newsList li .date {
	width: 10.5rem;
	font-size: 1.4rem;
}
.newsList li .cate {
	padding: 0.2rem;
	width: calc(100% - 10.5rem);
	min-width: 11.1rem;
	border: 1px solid #707070;
	text-align: center;
	font-size: 1.6rem;
}
.newsList li .dd {
	width: calc(100% - 26.8rem);
}

.top-infomation .btnDetail {
	text-align: right;
}


/*** pc ***/
@media screen and (min-width: 768px) {
	
	.newsListItem:hover .info {
		background-position: right bottom 0.5rem;
	}
	.newsListItem:hover .img img {
		transform: scale(1.1, 1.1);
	}
	
	.newsList li a:hover .dd {
		text-decoration: underline;
	}

	.topNews .btnDetail .btn:hover:after {
		background-image: url(../img/common/bor_headl_red.png);
	}

}

/*** sp ***/
@media screen and (max-width: 767px) {
	.mainInfo {
		top: 45%;
	}
	#mainVisual .head .logo img {
		width: 8rem;
	}
	#mainVisual .head .eng {
	    position: absolute;
	    left: calc(100% + 1rem);
	    font-size: 1.7rem;
	}
	#mainVisual .head2 {
		font-size: 2rem;
	}
	#mainVisual .decorationWaves .wave {
		left: -10%;
	}
	#mainVisual .decorationWaves .wave1 {
	    bottom: 6rem;
	}
	#mainVisual .decorationWaves .wave2 {
	    bottom: 1.6rem;
	}

	.topRecommend .decorationFish {
	    top: 3.6rem;
	}
	
	.recommendProduct .banner img {
		object-fit: cover;
		width: 100%;
		height: 18rem;
	}
	.recommendProduct .display {
		flex-direction: column-reverse;
	    padding: 3rem 0 6rem;
	}
	.recommendProduct .display .head {
	    font-size: 2.4rem;
	}
	.recommendProduct1 .display .head, 
	.recommendProduct4 .display .head {
		top: 2.5rem;
	}
	.recommendProduct3 .display .head {
		top: 1.5rem;
	}
	.recommendProduct .display .img {
		width: auto;
	}
	.recommendProduct .display .info {
		width: auto;
		min-height: inherit;
		padding-right: 5rem;
	}
	.recommendProduct .display .img {
		margin-bottom: 3rem;
		text-align: center;
		padding-right: 5rem;
	}
	.recommendProduct .display .limited {
		margin-bottom: 1rem;
	}
	.recommendProduct .display .limited span {
		padding: 0.4rem 1rem;
	}
	.recommendProduct .btnDetail {
		text-align: right;
	}
	
	.topNews {
	    padding: 6rem 0;
	}
	.topNews .decorationFish {
	    top: 3rem;
	}
	
	.newsSwiper .swiper-slide {
	    width: 28rem;
	}
	.newsSwiper .swiper-button-prev, 
	.newsSwiper .swiper-button-next {
	    width: 4rem;
	    height: 4rem;
	}
	.newsListItem .info {
		background-position: right center;
	}
	.newsListItem .cate,
	.newsListItem .img {
	    margin-bottom: 1rem;
	}
	.newsListItem .date {
	    font-size: 1.2rem;
	}
	.topNews .btnDetail {
	    margin-top: 6rem;
	}
	
	.newsList li {
	    margin-bottom: 3rem;
	}
	.newsList li .newsItem {
	    display: block;
	    padding: 0 0 1.5rem;
	}

	.newsList li .dt {
		width: 100%;
	}

	.newsList li .date {
	    width: 8rem;
	    font-size: 1.2rem;
	}
	.newsList li .cate {
	    font-size: 1.4rem;
	    width: auto;
	}
	.newsList li .dd {
		margin-top: 1rem;
	    width: auto;
		overflow:hidden;
		text-overflow:ellipsis; 
		white-space:nowrap;
	}
	
	.top-infomation .btnDetail {
		text-align: center;
	}
	
}

/* contact */
.contactWrap {
	padding: 0 0 12rem;
}
.contactWrap .btnLinks {
	padding: 4.5rem 0 8rem;
}

.contactForm table {
	width: 100%;
}
.contactForm th {
	vertical-align: top;
	padding: 3.2rem 0;
	text-align: left;
	width: 16rem;
}
.contactForm td {
	padding: 1.5rem 0;
}
.contactForm .big {
	max-width: 37.2rem;
}
.contactForm input[type=text],
.contactForm input[type=email],
.contactForm select {
	padding: 0 2rem;
	width: 100%;
	height: 7rem;
	background: #fff;
	border: 1px solid #909090;
	color: #1F1E30;
}
.contactForm select {
	background: url(../img/common/icon_down.svg)no-repeat right 2rem center;
}
.contactForm select:invalid {
	color: #909090;
}
.contactForm textarea {
	resize: none;
	padding: 1rem 2rem;
	width: 100%;
	height: 32rem;
	border: 1px solid #909090;
}
.contactForm .end {
	margin: 6.5rem auto 0;
	letter-spacing: 0.05em;
	text-align: center;
}
.contactForm .agree {
	margin-top: 2.4rem;
	text-align: center;
	font-size: 2rem;
}
.contactForm .agree label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0 1.2rem;
}
.contactForm .agree input[type=checkbox]{
	width: 1rem;
	height: 1rem;
	background: url(../img/common/icon_checkbox.svg)no-repeat center;
	background-size: 100%;
}
.contactForm .agree input[type=checkbox]:checked {
	background-image: url(../img/common/icon_checkbox_checked.svg);
}
.btnTeams {
	margin-top: 10rem;
	text-align: center;
}
.btnTeams .btn {
	height: 10rem;
	width: 50%;
	max-width: 46rem;
	border: 0;
	color: #fff;
	font-size: 3rem;
}
.btnTeams .submit {
	background: url(../img/common/icon_link_wh2.svg)no-repeat right 3.2rem center #BA0000;
}
.btnTeams .edit {
	background: #ccc;
}
.btnTeams .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

/* information */
.informationWrap {
	padding: 4.5rem 0 6rem;
}

.informationContent {
	display: flex;
	justify-content: space-between;
}
.informationContent .side {
	position: relative;
	width: 25%;
}
.informationContent .main {
	width: 75%;
}
.informationContent .side .cateLinks {
	position: sticky;
	top: 8rem;
}
.cateLinks > li {
	margin-bottom: 5rem;
}
.cateLinks li .tit {
	display: block;
	position: relative;
	padding-left: 2.2rem;
}
.cateLinks li .tit:before {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.3s;
	width: 1.6rem;
	height: 0.5rem;
	background: url(../img/common/icon_hd_pre_red.svg)no-repeat left center;
	background-size: 100%;
}
.cateLinks > li.current .tit:before {
	opacity: 1;
}
.cateLinks .level2 {
	display: inline-block;
	padding: 2rem 0 0 4rem;
}
.cateLinks .level2 a {
	display: block;
	padding: 1.6rem 0;
	line-height: 1.4;
	font-size: 1.5rem;
}
.cateLinks .level2 a + a {
	border-top: 1px solid #E3E0DC;
}
.cateLinks select {
	padding: 0 3rem 0 1.6rem;
	width: 100%;
	height: 5rem;
	background: url(../img/common/icon_down.svg) no-repeat right 2rem center;
	border: 1px solid #909090;
}

.informationWrap .newsList {
	margin-bottom: 4rem;
}

.informationWrap .newsList li {
	margin: 0;
}

.informationWrap .newsList li .newsItem {
	padding: 2.2rem 0;
}

.informationWrap .newsList li .dt {
	width: auto;
	padding-right: 0;
}

.informationWrap .newsList li .date {
    width: 16rem;
	letter-spacing: 0.1em;
    font-size: 1.4rem;
}
.informationWrap .newsList li .cate {
    padding: 0.2rem;
	min-width: 14rem;
    font-size: 1.4rem;
    width: auto;
}
.informationWrap .newsList li .cate.new {
	border-color: #BA0000;
	color: #BA0000;
}
.informationWrap .newsList li .dd {
    width: calc(50% + 1.8rem);
}

/* blog */
.blogWrap {
	padding: 5rem 0 10rem;
}

.blogList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.blogSt .newsListItem .cate {
	position: absolute;
	right: 1.9rem;
	top: 1.4rem;
	z-index: 1;
	border: 1px solid #000;
}

.detailWrap {
	padding: 0 0 10rem;
}

.detailStyle .wp-block-group__inner-container .wp-block-image {
	margin: 0 auto 3rem;
}
.detailStyle .wp-block-heading {
	margin-bottom: 2.5rem;
	line-height: 1.3;
	font-size: 2.5rem;
}
.detailStyle p {
	line-height: 1.6667;
}
.detailStyle .wp-block-columns {
	display: flex;
	justify-content: space-between;
	gap: 0 2rem;
	margin-top: 5rem;
}
.detailStyle .display.reverse {
	flex-direction: row-reverse;
}
.detailStyle .wp-block-column .wp-block-image {
	margin: 0;
}

.recommendedList {
	margin-top: 9.6rem;
}
.recommendedList ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.8rem;
	margin-bottom: 9.6rem;
}
.recommendedList .btnLinks {
	padding: 6rem 0 0;
}

.goodsListItem .img {
	position: relative;
}
.goodsListItem .img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition-duration: 0.3s;
	z-index: 1;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: #A0A0A0;
}
.goodsListItem .name {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 3rem;
}
.goodsListItem .name:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: calc(100% + 1rem);
	transform: translateX(-50%);
	transform-origin: 0% 50%;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon_link_red.svg) no-repeat center;
	background-size: 100%;
}

/* pc */
@media screen and (min-width: 768px) {
	.cateLinks li .tit:hover:before {
		opacity: 1;
	}
	
	.goodsListItem:hover .img:before {
		opacity: 0;
	}
	
	.cateLinks .level2 a:hover {
		opacity: 0.7;
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.contactWrap {
	    padding: 0;
	}
	.contactWrap .btnLinks {
	    padding: 3rem 0 5rem;
	}
	
	.contactForm th {
		display: block;
	    padding: 0 0 1rem;
	    width: 100%;
	}
	.contactForm td {
		display: block;
	    padding: 0 0 2.4rem;
	    width: 100%;
	}
	.contactForm .big {
		max-width: 100%;
	}
	.contactForm input[type=text], 
	.contactForm input[type=email], 
	.contactForm select {
	    padding: 0 1rem;
	    height: 4.8rem;
	}
	.contactForm textarea {
		height: 20rem;
	}
	.contactForm .end {
		margin-top: 3rem;
	}
	.contactForm .agree {
	    font-size: 1.6rem;
	}
	
	.btnTeams {
	    margin-top: 5rem;
	}
	.btnTeams .btn {
	    height: 5rem;
	    width: 100%;
	    font-size: 1.8rem;
	}
	.btnTeams .submit {
		background-position: right 2rem center;
		background-size: 2rem;
	}
	
	.informationContent {
		display: block;
	}
	.informationContent .side {
		margin-bottom: 4rem;
		width: auto;
	}
	.informationContent .main {
		width: auto;
	}
	.cateLinks li {
	    margin-bottom: 1.6rem;
	}
	.cateLinks li .tit {
		width: 100%;
		font-size: 1.6rem;
	}
	.cateLinks li a:before {
		width: 1.2rem;
	}
	.cateLinks .level2 {
		display: none;
	    padding: 1rem 0 0 3.2rem;
	}
	.cateLinks .level2 a {
		padding: 1rem 0;
		font-size: 1.3rem;
	}
	
	.informationWrap {
		padding: 7rem 0 0;
	}
	.informationWrap .newsList li .date {
	    width: 12rem;
	}
	.informationWrap .newsList li .dd {
		width: auto;
	}
	
	.blogWrap {
		padding: 5rem 0 0;
	}
	.blogList {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 3rem 0;
	}
	
	.detailWrap {
		padding: 0;
	}
	.detailStyle .wp-block-group__inner-container .wp-block-image {
		margin-bottom: 2rem;
	}
	.detailStyle .wp-block-heading {
	    margin-bottom: 1.5rem;
	    font-size: 1.8rem;
	}
	.detailStyle .wp-block-columns {
	    flex-wrap: wrap;
		gap: 2rem 0;
	    margin-top: 4rem;
	}
	
	.recommendedList {
	    margin-top: 5rem;
	}
	.recommendedList ul {
	    grid-template-columns: repeat(1, 1fr);
	    margin-bottom: 5rem;
	}
	.recommendedList .btnLinks {
		padding-top: 2rem;
	}
}

/* meal */
.mealWrap {
	margin-bottom: -15rem;
}

.mealWrap .headS {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
	font-weight: 700;
	font-size: 2rem;
}
.mealWrap .headS .price {
	display: block;
	font-size: 1.8rem;
}

.mealWrap .mealBanner {
	margin-bottom: 13rem;
}

.mealList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.mealList li .img {
	margin-bottom: 1.5rem;
}
.mealList li .info {
	padding: 2rem;
	background: url(../img/meal/bg_gray.png)no-repeat center;
	background-size: 100% 100%;
	font-size: 1.4rem;
}
.mealList .info li + li {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #FFFFFF;
}
.mealList .info .tit {
	font-size: 1.5rem;
}
.mealList .info .time {
	display: flex;
	gap: 0 1rem;
	padding: 0.2rem 1.2rem;
	margin-bottom: 0.5rem;
	background: #fff;
}
.mealList .info .time .th {
	color: #BA0000;
}
.mealBakeset {
	margin-top: 13rem;
	padding: 0 8.8rem 7rem;
	background: #1F1E30;
	color: #fff;
}
.mealBakeset .display {
	display: flex;
	justify-content: space-between;
	transform: translateY(-3.2rem);
}
.mealBakeset .display .info {
	padding-top: 10.5rem;
	width: calc(50% - 8.5rem);
	background: url(../img/meal/icon_plus_red.svg)no-repeat center top;
}
.mealBakeset .display .img {
	width: calc(50% + 3.2rem);
}
.mealBakeset .display .price {
	padding: 3rem 0;
	margin-top: 3.6rem;
	border-top: 1px solid #E3E0DC;
	border-bottom:  1px solid #E3E0DC;
	font-size: 3rem;
}
.mealBakeset .notes {
	line-height: 1.444;
}
.mealWrap .mealRice {
	padding: 6rem 8.8rem;
	background: url(../img/meal/bg_gray2.png)no-repeat center bottom;
	background-size: 100% 105%;
}
.mealRice .head {
	font-size: 3rem;
}
.mealWrap .mealRiceChange {
	display: flex;
	justify-content: space-between;
}
.mealRiceChange .head {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.5em;
}
.mealRiceChange .main {
	width: calc(100% - 13.4rem);
}
.mealRiceChange .note {
	margin-top: 1rem;
	font-size: 1.5rem;
}
.mealRiceChange .changeList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.8rem 7.6rem;
	margin-top: 4.5rem;
}
.mealRiceChange .changeList .change {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.mealRiceChange .changeList .change .price {
	color: #BA0000;
}
.mealRiceChange .changeList .unit {
	padding: 0.4rem 0.7rem;
	background: #fff;
	line-height: 1.4;
	color: #BA0000;
	font-size: 1.5rem;
}

.mealWrap .mealRiceIntrod {
	margin-top: 6rem;
	padding-top: 4.5rem;
	border-top: 1px solid #fff;
}
.mealRiceIntrod .head {
	margin-bottom: 4.5rem;
	letter-spacing: 0.1em;
}
.mealRiceIntrod .introdList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.4rem 7.6rem;
}
.mealRiceIntrod .introdList li {
	display: flex;
	justify-content: space-between;
}
.mealRiceIntrod .introdList .img {
	width: 15rem;
}
.mealRiceIntrod .introdList .info {
	width: calc(100% - 17rem);
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}

.mealWrap .mealTypes {
	padding: 13rem 0;
}
.mealWrap .mealTypes .part +.part {
	margin-top: 9rem;
}
.mealTypes .head {
	display: flex;
	align-items: center;
	gap: 0 1.5rem;
	margin-bottom: 3.5rem;
	font-size: 3rem;
}
.mealTypes .head .note {
	font-size: 1.4rem;
}
.mealTypes .types {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem 8rem;
}
.mealTypes .types li {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0;
	border-bottom: 1px solid #E3E0DC;
}

.mealAccess {
	padding: 14rem 0 25rem;
	background: #E3E0DC;
}
.mealAccess .head {
	margin-bottom: 4.4rem;
	padding-bottom: 2rem;
	background: url(../img/common/icon_hd_pre_red2.svg)no-repeat center bottom;
	background-size: 5.8rem;
	text-align: center;
	font-size: 2.5rem;	
}
.mealAccess .display {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mealAccess .display .img {
	width: 48.3%;
}
.mealAccess .display .info {
	width: 47.1%;
}
.mealAccess .display .contact {
	line-height: 2;
}
.mealAccess .display .access {
	margin-top: 4.5rem;
	width: 100%;
	font-size: 1.4rem;
}
.mealAccess .display .access tr {
	border-bottom: 1px solid #fff;
}
.mealAccess .display .access th {
	padding: 1rem 0;
	width: 11rem;
	letter-spacing: 0.1em;
	color: #BA0000;
}
.mealAccess .display .access td {
	padding: 1rem 0;
}


/* pc */
@media screen and (min-width: 768px) {
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.mealWrap {
	    margin-bottom: -10rem;
	}
	
	.mealWrap .headS {
	    font-size: 1.6rem;
	}
	.mealWrap .headS .price {
	    font-size: 1.4rem;
	}
	
	.mealWrap .mealBanner {
		margin-bottom: 6rem;
	}
	
	.mealList {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 3rem;
	}
	
	.mealBakeset {
	    margin-top: 6rem;
	    padding: 1.6rem;
	}
	.mealBakeset .display {
	    display: block;
	    transform: translateY(0);
	}
	.mealBakeset .display .info {
	    padding-top: 5.6rem;
	    width: auto;
	    background-size: 4rem;
	}
	.mealBakeset .display .img {
		margin-top: 3rem;
		width: auto;
	}
	.mealBakeset .display .price {
	    padding: 1.6rem 0;
	    margin-top: 2rem;
	    font-size: 2rem;
	}
	.mealBakeset .notes {
	    margin-top: 1.6rem;
		font-size: 1.2rem;
	}
	.mealWrap .mealRice {
	    padding: 2.4rem 1.6rem 3rem;
	}
	.mealRice .head {
	    font-size: 2rem;
	}
	.mealWrap .mealRiceChange {
	    display: block;
	}
	.mealRiceChange .head {
		margin-bottom: 1.5rem;
	    writing-mode: horizontal-tb;
	    letter-spacing: 0.1em;
	}
	.mealRiceChange .main {
		width: auto;
	}
	.mealRiceChange .changeList {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 2rem 0;
	    margin-top: 3rem;
	}
	.mealWrap .mealRiceIntrod {
	    margin-top: 3rem;
	    padding-top: 2.5rem;
	}
	.mealRiceIntrod .head {
		margin-bottom: 2.5rem;
	}
	.mealRiceIntrod .introdList {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 2.4rem 0;
	}
	.mealRiceIntrod .introdList .img {
	    width: 10rem;
	}
	.mealRiceIntrod .introdList .info {
	    width: calc(100% - 11.6rem);
	}
	
	.mealWrap .mealTypes {
	    padding: 6rem 0;
	}
	.mealTypes .head {
	    flex-direction: column;
	    gap: 1rem;
	    margin-bottom: 1.5rem;
	    font-size: 2rem;
	}
	.mealTypes .head .note {
	    font-size: 1.2rem;
	}
	.mealWrap .mealTypes .part +.part {
		margin-top: 4.5rem;
	}
	.mealTypes .types {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 0.5rem 0;
	}
	.mealTypes .types li {
	    padding: 1rem 0;
	}
	
	.mealAccess {
	    padding: 6rem 0 12rem;
	}
	.mealAccess .head {
	    margin-bottom: 3rem;
	    padding-bottom: 1.6rem;
	    background-size: 3.6rem;
	    font-size: 2rem;
	}
	.mealAccess .display {
	    display: block;
	}
	.mealAccess .display .img {
	    margin-bottom: 2rem;
		width: auto;
	}
	.mealAccess .display .info {
		width: auto;
	}
	.mealAccess .display .access {
	    margin-top: 2.5rem;
	}
	.mealAccess .display .access th {
	    width: 9rem;
	}
	.mealAccess .display .access td {
		font-size: 1.3rem;
	}
	
	
}

/* about */
.aboutWrap {
	padding: 4.5rem 0 12rem;
}
.aboutWrap .informationContent .side {
	width: 34%;
}
.aboutWrap .informationContent .main {
	width: 66%;
}

.aboutInformation .headS {
	margin-bottom: 7.5rem;
}
.aboutInformation .part + .part {
	margin-top: 10rem;
}
.aboutInformation .storeName {
	margin-bottom: 3rem;
}
.aboutInformation .storeName th {
	padding: 0.4rem 1.5rem 0.4rem 0;
	font-size: 2.5rem;
}
.aboutInformation .storeName td {
	padding: 0.4rem 0;
}
.aboutInformation .storeName .cate {
	display: inline-block;
	margin: 0.5rem 2rem 0.5rem 0;
	padding: 0.5rem;
	min-width: 9.6rem;
	background: #BA0000;
	text-align: center;
	line-height: 1.45;
	color: #fff;
	font-size: 1.4rem;
}
.aboutInformation .display {
	display: flex;
	justify-content: space-between;
}
.aboutInformation .display .img,
.aboutInformation .display .map {
	width: calc(50% - 1rem);
}
.aboutInformation .display .map iframe {
	width: 100%;
	height: 28.5rem;
}
.aboutInformation .display.column {
	flex-direction: column;
	gap: 2.5rem 0;
} 
.aboutInformation .display.column .img,
.aboutInformation .display.column .map {
	width: auto;
}
.aboutInformation .display.column .map iframe {
	height: 24.5rem;
}
.aboutInformation .infoList li {
	padding: 3rem 0;	
	line-height: 2;
}
.aboutInformation .infoList li + li {
	border-top: 1px solid #E3E0DC;
}
.aboutInformation .infoList .info {
	line-height: 1.7778;
}
.aboutInformation .infoList .info .name {
	display: block;
	color: #BA0000;
}
.aboutInformation .infoList .note {
	margin-top: 3rem;
	padding: 2.5rem 2.8rem;
	background: url(../img/about/bg_gray.png)no-repeat center;
	background-size: 100% 100%;
	font-size: 1.4rem;
}

.aboutWrap .aboutMeals,
.aboutWrap .aboutFaq {
	margin-top: 15rem;
}
.aboutMeals .headL {
	padding-left: 4rem;
	margin: 0 auto 4rem;
	font-size: 4rem;
}
.aboutMeals .display .img {
	margin-bottom: 3rem;
}
.aboutMeals .display .info p {
	margin-bottom: 2.4rem;
	line-height: 1.6667;
}

.toggleBtn {
	cursor: pointer;
}
.toggleBox {
	display: none;
}

.faqList {
	border-top: 1px solid #E3E0DC;
	margin-bottom: 5rem;
}
.faqList li {
	border-bottom: 1px solid #E3E0DC;
	letter-spacing: 0.1em;
}
.faqList .quest {
	position: relative;
	padding: 3rem 3rem 3rem 0;
	font-size: 2rem;
}
.faqList .quest:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	transition-duration: 0.3s;
	height: 100%;
	width: 2.2rem;
	background: url(../img/common/icon_plus.svg)no-repeat center;
	background-size: 100%;
}
.faqList .quest.open:after {
	transform: rotate(45deg);
}
.faqList .answer {
	padding: 0 0 3rem;
}

/* company */
.companyWrap {	
	overflow: hidden;
	width: 100%;
}

.companyWrap .informationContent .main {
	padding-top: 4rem;
}

.companyWrap .headL {
	padding: 1rem 0 0 4rem;
	letter-spacing: 0.3em;
	font-size: 4rem;
}

.companyInfo {
	padding: 0 0 13rem;
}
.companyInfo .banner {
	margin-bottom: 9rem;
}
.companyTable table {
	width: 100%;
	letter-spacing: 0.1em;
}
.companyTable tr + tr {
	border-top: 1px solid #E3E0DC;
}
.companyTable th {
	vertical-align: top;
	padding: 2rem 2rem 2rem 0;
	width: 17rem;
	text-align: left;
	color: #BA0000;
}
.companyTable td {
	vertical-align: top;
	padding: 2rem 0;
}

.companyHistory {
	position: relative;
	padding: 15rem 0;
	background: #E3E0DC;
	mix-blend-mode: multiply;
}
.companyHistory .decorationFish {
	top: auto;
	bottom: calc(100% - 9rem);
	left: -180px;
	transform: scaleX(-1);
	max-width: 829px;
}

.companyHistory .companyTable tr + tr {
	border-top: 1px solid #fff;
}

.companyComplaints {
	padding-top: 22.7rem;
}
.companyComplaints .inner {
	max-width: 139.6rem;
}
.companyComplaints .headL {
	position: absolute;
	left: calc(50% + 31.6rem);
	top: -8.2rem;
    padding: 0 0 0 4rem;
	margin-bottom: 0;
}
.companyComplaints .displayList {
	position: relative;
	z-index: 2;
	padding: 15rem 0;
}
.companyComplaints .displayList:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
	width: 100%;
	max-width: 100rem;
	height: 100%;
	background: #E3E0DC;
}
.companyComplaints .displayList li {
	display: flex;
	align-items: flex-end;
	gap: 0 7rem;
}
.companyComplaints .displayList li:nth-of-type(even) {
	flex-direction: row-reverse;
}
.companyComplaints .displayList li + li {
	margin-top: 13rem;
}
.companyComplaints .displayList .img {
	width: calc(45% - 3.1rem);
}
.companyComplaints .displayList .info {
	width: calc(35% + 0.3rem);
}
.companyComplaints .displayList .head {
	position: relative;
	z-index: 2;
	margin-bottom: 10rem;
	line-height: 1.68;
	letter-spacing: 0.05em;
	font-size: 2.5rem;
}
.companyComplaints .displayList .head:after {
	content: "";
	opacity: 0.5;
	position: absolute;
	top: calc(100% - 1.8rem);
	left: 0;
	z-index: -1;
	width: 57.2rem;
	height: 10rem;
	background: url(../img/common/img_waves02.svg)no-repeat center;
	background-size: 100%;
	mix-blend-mode: multiply;
}
.companyComplaints .displayList li:nth-of-type(even) .head {
	text-align: right;
}
.companyComplaints .displayList li:nth-of-type(even) .head:after {
	left: auto;
	right: 0;
	transform: scaleX(-1)
}






/* pc */
@media screen and (min-width: 768px) {
	.faqList .quest:hover:after {
		transform: rotate(135deg);
	}
}
/*** sp ***/
@media screen and (max-width: 767px) {
	.aboutWrap {
	    padding: 7rem 0 0;
	}
	
	.aboutWrap .informationContent .side {
	    width: auto;
	}
	.aboutWrap .informationContent .main {
		width: auto;
	}
	
	.aboutInformation .headS {
	    margin-bottom: 2.4rem;
	}
	.aboutInformation .storeName {
	    margin-bottom: 1.6rem;
		width: 100%;
	}
	.aboutInformation .storeName th {
		display: block;
	    padding: 0 0 0.5rem;
		width: 100%;
	    font-size: 2rem;
	}
	.aboutInformation .storeName td {
		display: block;
		padding: 0 0 1rem;
		width: 100%;
	}
	.aboutInformation .storeName .cate {
		margin: 0.2rem 1rem 0.2rem 0;
	    padding: 0.5rem;
	    min-width: 8rem;
	    font-size: 1.2rem;
	}
	
	.aboutInformation .infoList .note {
	    margin-top: 3rem;
	    padding: 1.8rem 2rem;
	    font-size: 1.4rem;
	}
	
	.aboutInformation .part + .part {
	    margin-top: 5rem;
	}
	.aboutInformation .display {
	    flex-direction: column;
		gap: 2rem 0;
	}
	.aboutInformation .display .img,
	.aboutInformation .display .map {
		width: auto;
	}
	
	.aboutWrap .aboutMeals, 
	.aboutWrap .aboutFaq {
	    margin-top: 8rem;
	}
	.aboutMeals .headL {
	    padding-left: 2.8rem;
	    font-size: 2.4rem;
	}
	
	.faqList .quest {
	    position: relative;
	    padding: 1.6rem 2rem 1.6rem 0;
	    font-size: 1.6rem;
	}
	.faqList .quest:after {
	    width: 1.6rem;
	}
	
	.companyWrap .informationContent .main {
	    padding-top: 0;
	}
	.companyWrap .headL {
		margin: 0 auto;
		padding: 1rem 0 0 2.5rem;
		font-size: 2.8rem;
	}
	
	.companyInfo {
	    padding: 0 0 10rem;
	}
	.companyInfo .banner {
	    margin-bottom: 4.5rem;
	}
	.companyTable th {
	    vertical-align: top;
	    padding: 1.5rem 2rem 1.5rem 0;
	    width: 10rem;
	}
	.companyTable td {
	    padding: 1.5rem 0;
	}
	
	.companyHistory {
	    padding: 6rem 0;
	}
	.companyHistory .decorationFish {
		bottom: calc(100% - 4.5rem);
	}
	
	.companyComplaints {
	    padding-top: 10rem;
	}
	.companyComplaints .headL {
	    position: static;
	    padding-left: 2.5rem;
	    margin: 0 auto 3rem;
	}
	.companyComplaints .displayList {
	    padding: 3rem 1.6rem;
	}
	.companyComplaints .displayList li {
	    display: block;
	}
	.companyComplaints .displayList li + li {
	    margin-top: 5rem;
	}
	.companyComplaints .displayList .img {
		margin-bottom: 2rem;
		width: auto;
	}
	.companyComplaints .displayList .info {
		width: auto;
	}
	.companyComplaints .displayList .head {
	    margin-bottom: 5rem;
	    font-size: 2rem;
	}
	.companyComplaints .displayList .head:after {
	    width: 28.6rem;
	    height: 5rem;
	}

}

/* recommend */
.recommendWrap .titleWrap .btnLinks {
	padding: 4.5rem 0 4rem;
}

.recommendMealIntrod {	
	line-height: 1.444;
}
.recommendMealIntrod + .recommendMealIntrod {
	margin-top: 15rem;
}
.recommendMealIntrod .mealBanner {
	margin-bottom: 4.6rem;
}
.recommendMealIntrod .tit {
	font-size: 2.4rem;
}
.recommendMealIntrod .display {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.5rem;
}
.recommendMealIntrod .display.reverse {
	flex-direction: row-reverse;
}
.recommendMealIntrod .display .img {
	width: 46.2%;
}
.recommendMealIntrod .display .info {
	width: 50%;
}
.recommendMealIntrod .display .tit {
	margin-bottom: 3.6rem;
}

.recommendMealIntrod .displayList {
	display: flex;
	margin-bottom: 6.5rem;
}
.recommendMealIntrod .displayList.col2 {
	gap: 0 3rem;
}
.recommendMealIntrod .displayList.col3 {
	gap: 0 1.6rem;
}
.recommendMealIntrod .displayList.col4 {
	gap: 0 0.9rem;
}
.recommendMealIntrod .displayList li {
	width: 100%;
}
.recommendMealIntrod .displayList.col2 li .img {
	margin-bottom: 3rem;
}
.recommendMealIntrod .displayList.col3 li,
.recommendMealIntrod .displayList.col4 li {
	line-height: 1.5;
	font-size: 1.6rem;
}
.recommendMealIntrod .displayList.col3 li .img {
	margin-bottom: 1.6rem;
}
.recommendMealIntrod .displayList.col4 li {
	width: calc(50% - 0.45rem);
}
.recommendMealIntrod .displayList li .tit {
	margin-bottom: 1.6rem;
}
.recommendMealIntrod .displayList.col4 li .tit {
	margin-bottom: 0.8rem;
}
.recommendMealIntrod .eatWay {
	margin: 0 auto 6rem;
	padding: 3rem;
	background: url(../img/about/bg_gray.png)no-repeat center;
	background-size: 100% 100%;
}
.recommendMealIntrod .eatWay.prepare {
	background-image: url(../img/common/bor_link.png);
}

.recommendMealPieces .eatWay {
	margin-bottom: 2.8rem;
}

.recommendMealIntrod .eatWay .headS {
	font-size: 3rem;
}


/*** sp ***/
@media screen and (max-width: 767px) {
	.recommendWrap .titleWrap .btnLinks {
	    padding: 3rem 0 4rem;
	}
	
	.recommendMealIntrod + .recommendMealIntrod {
	    margin-top: 8rem;
	}
	
	.recommendMealIntrod .mealBanner {
	    margin-bottom: 3rem;
	}
	.recommendMealIntrod .tit {
	    font-size: 1.8rem;
	}
	.recommendMealIntrod .display {
	    display: block;
	    margin-bottom: 3rem;
	}
	.recommendMealIntrod .display .img {
		margin-bottom: 2rem;
		width: auto;
	}
	.recommendMealIntrod .display .info {
		width: auto;
	}
	.recommendMealIntrod .display .tit {
	    margin-bottom: 1.6rem;
	}
	
	.recommendMealIntrod .displayList {
	    margin-bottom: 3.5rem;
	}
	.recommendMealIntrod .displayList.col2,
	.recommendMealIntrod .displayList.col3 {
	    flex-wrap: wrap;
		gap: 3rem 0;
	}
	.recommendMealIntrod .displayList.col3 li, 
	.recommendMealIntrod .displayList.col4 li {
	    font-size: 1.4rem;
	}
	.recommendMealIntrod .displayList.col2 li .img {
	    margin-bottom: 1.5rem;
	}
	.recommendMealIntrod .displayList.col4 {
		flex-wrap: wrap;
		gap: 3rem 1rem;
	}
	.recommendMealIntrod .displayList.col4 li {
		width: calc(50% - 0.5rem);
	}
	
	.recommendMealIntrod .eatWay {
	    margin-bottom: 3rem;
	    padding: 1.5rem;
	}
	.recommendMealIntrod .eatWay .headS {
	    margin-bottom: 1rem;
	    font-size: 2.4rem;
	}
	
}