@charset "UTF-8";

/* font */

/*---------------------------
共通
---------------------------*/
#wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

.pc {	display: block; }
.sp {	display: none; }

/* sp */
@media only screen and (max-width: 768px) {
	.pc { display: none; }
	.sp { display: block; }
}


/* Link */
#wrap a { color:#0093e2; text-decoration:none; }
#wrap a:link { color:#0093e2; text-decoration:none; }
#wrap a:visited { text-decoration:none; }
#wrap a:hover { text-decoration:underline; }
#wrap a:active {	text-decoration:none; }

#wrap a[href^="tel:"] { cursor: default; }

#wrap a {
	transition: 0.4s;
}
#wrap a:hover {
	opacity: 0.6;
}


/* Layout */
#wrap {
	width: 100%;
	overflow: hidden;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}
#wrap .section {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1100px) {
	#wrap .section {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 768px) {
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.scroll_top {
	animation: scroll_top 1s ease 0.5s normal backwards;
}

@keyframes scroll_top {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}






/*----------------------------
スマホメニュー
----------------------------*/
#gnav_sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	#gnav_sp {
		display: block;
		position: relative;
		width: 96%;
	}
	#gnav_sp .main_ttl {
		width: 55%;
		margin: 5rem auto;
	}

	#menuArea #navi {
		position: fixed;
		top: -100vh;
		right: 0;
		transition: all .6s;
		overflow-y: auto;
		padding: 0 0 0;
		width: 100%;
		height: 95vh;
		background: #FFF;
		z-index: 999;
	}

	#menuArea #navi ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#menuArea #navi li {
		width: 45%;
	}
	#menuArea #navi li:nth-child(1) {
		width: 100%;
	}
	#menuArea #navi li:nth-child(1) a {
		width: 65%;
		margin: auto;
	}
	#menuArea #navi li img {
		width: 60%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#menuArea #navi li p {
		font-size: 3.125vw;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 1px;
		font-family: dnp-shuei-mincho-pr6n, sans-serif;
		font-weight: 500;
		font-style: normal;
		margin-top: 3px;
	}
	#menuArea #navi li a {
		color: #333;
		text-decoration: none;
		transition: 0.3s;
	}
	#menuArea #navi li a:hover {
		opacity: 0.5;
		transition: 0.3s;
	}

	#menuArea #navi li a {
		display: block;
		width: 100%;
		padding: 2vw 0;
	}

	#menuArea .nav_btn {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	#menuArea .nav_btn2 {
		position: absolute;
		top: 15%;
		right: 5%;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 999;
	}

	#menuArea .nav_btn span,
	#menuArea .nav_btn2 span {
		transition: all 0.6s;
		width: 40px;
		height: 3px;
		left: 0;
		background: #4e4e4e;
		border-radius: 5px;
		position: absolute;
	}
	#menuArea .nav_btn span:nth-child(1),
	#menuArea .nav_btn2 span:nth-child(1) { top: 5px; }
	#menuArea .nav_btn span:nth-child(2),
	#menuArea .nav_btn2 span:nth-child(2) { top: 18px; }
	#menuArea .nav_btn span:nth-child(3),
	#menuArea .nav_btn2 span:nth-child(3) { top: 31px; }

	.nav_open #menuArea #navi { top: 80px; }

	.nav_open #menuArea .nav_btn2 span:nth-child(1) {
		transform: rotate(45deg);
		top: 18px;
	}
	.nav_open #menuArea .nav_btn2 span:nth-child(2) {
		opacity: 0;
	}
	.nav_open #menuArea .nav_btn2 span:nth-child(3) {
		transform: rotate(-45deg);
		top: 18px;
	}
}




/*---------------------------
キービジュアル・メニュー
---------------------------*/
#mainimgArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#mainimgArea .section {
	width: 100%;
	max-width: none;
}
#mainimgArea .mainimg_main img {
	width: 100%;
	display: block;
}
#mainimgArea .mainimg_main img.pc {
	display: block;
}
#mainimgArea .mainimg_main img.sp {
	display: none;
}
#mainimgArea .movie {
	width: 87%;
	position: relative;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mainimgArea .menu {
	width: 13%;
	display: flex;
	align-items: center;
}
#mainimgArea .menu li {
	width: 80%;
	margin: 0 auto 2.8rem;
}
#mainimgArea .menu li img {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#mainimgArea .menu li p {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 3px;
}
#mainimgArea .menu li a {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
#mainimgArea .menu li a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/* Tab */
@media screen and (max-width: 1200px) {

}

/* sp */
@media only screen and (max-width: 768px) {
	#mainimgArea .mainimg_main img.pc {
		display: none !important;
	}
	#mainimgArea .mainimg_main img.sp {
		display: block !important;
	}

	#mainimgArea .movie {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
	}

	#mainimgArea .menu {
		display: none;
	}
}




/*---------------------------
コンセプト
---------------------------*/
#concept {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/concept_bg.webp) top center no-repeat;
	background-size: cover;
	padding: 1rem 0;
}

#concept .section {
	width: 90%;
	max-width: 1100px;
	text-align: center;
}
#concept .concept_head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4%;
	margin-bottom: 2rem;
}
#concept .main_ttl {
	width: 105%;
	max-width: 879px;
	margin: 0 auto 2rem;
}
#concept .concept_main_ttl {
	width: 20%;
	max-width: 180px;
	margin: 0 auto 8rem;
}
#concept .concept_img01 .concept_main_ttl.pc,
#concept .concept_main li:nth-child(2) img.pc {
	width: min(92vw, 1260px);
	max-width: none;
	margin: 0 auto 2rem;
}
#concept .concept_main li:nth-child(2) img.pc {
	width: min(72vw, 980px);
}
#concept .concept_head .main_ttl,
#concept .concept_head .concept_main_ttl {
	margin: 0;
}
#concept .concept_head .concept_main_ttl {
	width: 24%;
	max-width: 220px;
}

#concept .concept_main {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#concept .concept_main li:nth-child(1) {
	width: 100%;
}
#concept .concept_main li:nth-child(2) {
	width: 100%;
}
#concept .concept_ttl {
	margin-bottom: 4rem;
	text-align: center;
}
#concept .concept_txt {
	margin-bottom: 4rem;
	text-align: center;
}
#concept .concept_ttl img.pc,
#concept .concept_txt img.pc,
#concept .concept_main li:nth-child(2) img.pc {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#concept .concept_ttl img.pc,
#concept .concept_txt img.pc {
	width: 92%;
}
#concept .concept_ttl img.pc {
	width: 58%;
}
#concept .concept_txt img.pc {
	width: 60%;
	padding-bottom: 30px;
}
#concept .concept_detail {
	margin-top: 4rem;
	margin-bottom: 200px;
}
#concept .concept_detail_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3%;
	margin-left: auto;
	margin-right: auto;
}
#concept .concept_detail_text {
	width: 44%;
	font-family: "kozuka-gothic-pro", "Kozuka Gothic Pro", "Yu Gothic", sans-serif;
	font-weight: 400;
	padding-left: 2rem;
	text-align: left;
}
#concept .concept_detail_txt {
	font-size: 22px;
	line-height: 1.75;
	color: #fff;
}
#concept .concept_detail_note {
	font-size: 13px;
	line-height: 1.55;
	margin-top: 1.6rem;
	color: #fff;
}
#concept .concept_detail_img {
	width: 38%;
}
#concept .concept_detail_img img {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

/* Tab */
@media screen and (max-width: 1100px) {
}

/* sp */
@media only screen and (max-width: 768px) {
	#concept {
		position: relative;
		width: 100%;
		overflow: hidden;
		background: url(../img/concept_bg.webp) bottom center no-repeat;
		background-size: cover;
		padding: 0 0 10rem;
	}

	#concept .section {
		width: 100%;
	}
	#concept .main_ttl {
		display: none;
	}
	#concept .concept_main_ttl {
		width: 30%;
		margin: 6rem auto;
	}

	#concept .concept_main {
		justify-content: center;
	}
	#concept .concept_main li:nth-child(1) {
		width: 100%;
	}
	#concept .concept_main li:nth-child(2) {
		width: 100%;
	}
	#concept .concept_main li:nth-child(2) img.sp {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#concept .concept_img01 img.concept_main_ttl.sp {
		display: block;
		width: 82% !important;
		max-width: none;
		margin: 0 auto;
		transform: none;
		padding-bottom: 50px;
	}
	#concept .concept_main li:nth-child(2) img[src$="concept_main_ttl02_sp.png"] {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#concept img[src$="concept_txt01_sp.png"],
	#concept img[src$="concept_txt02_sp.png"] {
		width: 80%;
	}
	#concept .concept_ttl {
		width: 84%;
		text-align: center;
		margin: 0 auto 4rem;
	}
	#concept .concept_ttl img.sp,
	#concept .concept_txt img.sp {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#concept .concept_txt {
		text-align: center;
	}
	#concept .concept_detail_inner {
		display: block;
	}
	#concept .concept_detail {
		margin-bottom: 0;
	}
	#concept .concept_detail_text {
		width: 84%;
		margin: 0 auto 4rem;
		padding-left: 1rem;
	}
	#concept .concept_detail_txt {
		font-size: 16px;
		line-height: 1.7;
	}
	#concept .concept_detail_note {
		font-size: 13px;
		line-height: 1.5;
	}
	#concept .concept_detail_img {
		width: 84%;
		margin: 0 auto;
	}
}




/*---------------------------
ラインアップ
---------------------------*/
#lineup {
	width: 100%;
	background: url(../img/lineup_bg.webp) top center repeat-y;
	background-size: 100% auto;
	padding-bottom: 100px;
}
#lineup img {
	width: 100%;
}
#lineup img.lineup_ttl_img {
	width: 52%;
	max-width: 420px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#lineup img.lineup_ttl_logo {
	width: 67.6%;
	max-width: 546px;
}
#lineup img.lineup_ttl_main {
	width: 45%;
	max-width: none;
	margin-top: 50px;
}
#lineup img.lineup_img01_sub,
#lineup img.lineup_img02_sub {
	width: 82%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#lineup img.lineup_img01_02_full {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
#lineup img.lineup_img01_01_narrow {
	width: calc(59% - 2px);
	padding-top: 5px;
}
#lineup img.lineup_img02_01_narrow {
	width: 66%;
	padding-top: 5px;
}
#lineup .lineup_products {
	width: 90%;
	max-width: 1100px;
	margin: 3rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4%;
}
#lineup .lineup_products_left,
#lineup .lineup_products_right {
	width: 48%;
}
#lineup img.pc {
	width: 24%;
	max-width: 220px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Tab */
@media screen and (max-width: 1100px) {
}

/* sp */
@media only screen and (max-width: 768px) {
	#lineup {
		background: url(../img/lineup_bg_sp.webp) top center repeat-y;
		background-size: 100% auto;
	}
	#lineup img.lineup_ttl_main {
		width: 70%;
	}
	#lineup .lineup_products {
		display: block;
		width: 92%;
	}
	#lineup .lineup_products_left,
	#lineup .lineup_products_right {
		width: 100%;
	}
	#lineup .lineup_products_right {
		margin-top: 4rem;
	}
}




/*---------------------------
ポイント
---------------------------*/
#point {
	width: 100%;
	overflow: hidden;
	background: url(../img/point_bg.webp) top center repeat-y;
	background-size: 100% auto;
}
#point img.point_img_main {
	width: 126%;
	max-width: 1020px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 125px;
}
#point img.point_img_main.sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	#point {
		background: url(../img/point_bg_sp.webp) top center repeat-y;
		background-size: 100% auto;
	}
	#concept .concept_ttl img.pc,
	#concept .concept_txt img.pc,
	#concept .concept_main li:nth-child(2) img.pc,
	#point img.point_img_main.pc {
		display: none !important;
	}
	#concept img[src$="concept_txt01.png"],
	#concept img[src$="concept_txt02.png"],
	#point img[src$="point.png"] {
		display: none !important;
	}
	#point img.point_img_main {
		width: 92%;
		max-width: none;
	}
	#point img.point_img_main.sp {
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------------------
市場調査
---------------------------*/
#market {
	width: 100%;
	background: url(../img/market_bg.webp) top center repeat-y;
	background-size: 100% auto;
	padding: 80px 0 100px;
}
#market .market {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
#market .market_ttl {
	text-align: center;
	font-family: "DNP ShueiShogoMincho Std", "dnp-shuei-mincho-pr6n", "Hiragino Mincho ProN", serif;
	font-size: 40px;
	line-height: 1.5;
	font-weight: 500;
	color: #000;
}
#market .market_line {
	width: min(78%, 760px);
	border-top: 1pt solid #000;
	margin: 28px auto 50px;
}
#market .market_blocks {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6%;
	flex-wrap: wrap;
}
#market .market_left {
	flex: 1 1 620px;
	min-width: 0;
}
#market .market_img01 img {
	display: block;
	width: 100%;
	height: auto;
}
#market .market_note {
	margin-top: 30px;
	font-family: "kozuka-gothic-pr6n", "Kozuka Gothic Pr6N", "Yu Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
#market .market_right {
	flex: 0 1 360px;
	min-width: 280px;
}
#market .market_buy_box {
	background: #e60027;
	border: 3pt solid #fff;
	border-radius: 18px;
	padding: 24px 22px 26px;
	box-sizing: border-box;
	width: 100%;
}
#market .market_buy_ttl {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 18px;
}
#market .market_buy_link {
	display: block;
}
#market .market_buy_link img {
	display: block;
	width: 100%;
	height: auto;
}
#market .market_buy_link + .market_buy_link {
	margin-top: 14px;
}

@media only screen and (max-width: 768px) {
	#market {
		background: url(../img/market_bg_sp.webp) top center repeat-y;
		background-size: 100% auto;
		padding: 50px 0 70px;
	}
	#market .market {
		width: 92%;
	}
	#market .market_ttl {
		font-size: clamp(24px, 6.2vw, 34px);
		line-height: 1.4;
	}
	#market .market_line {
		width: 86%;
		margin: 20px auto 34px;
	}
	#market .market_blocks {
		display: block;
	}
	#market .market_left,
	#market .market_right {
		width: 100%;
		min-width: 0;
		flex: none;
	}
	#market .market_right {
		margin-top: 28px;
	}
	#market .market_note {
		font-size: 12px;
	}
	#market .market_buy_box {
		padding: 20px 16px 22px;
	}
	#market .market_buy_ttl {
		font-size: clamp(28px, 8vw, 44px);
	}
}




/*---------------------------
Vietnamese Pho
Chicken & vegetables
---------------------------*/
#vpho_01 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eef4d6 url(../img/vpho01_bg.webp) top center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}

#vpho_01 .section {
	width: 90%;
	max-width: 1100px;
}

#vpho_01 .main_ttl {
	width: 40%;
	max-width: 280px;
	margin: 0 auto 2rem;
}
#vpho_01 .main_img {
	width: 95%;
	margin-left: 5%;
}

#vpho_01 .txtArea {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: -5%;
	z-index: 10;
}
#vpho_01 .txt_inner {
	position: relative;
	width: 50%;
	max-width: 550px;
	background: #FFF;
	padding: 3vw 5vw 4vw;
}
#vpho_01 .main_txt {
	font-size: clamp(18px, 2vw, 22px);
	text-align: left;
	line-height: 2;
}

#vpho_01 .js-modal-open {
	position: absolute;
	bottom: -12%;
	left: 8%;
	width: 45%;
}

#vpho_01 .pop_img01 {
	width: 38%;
}
#vpho_01 .pop_img02 {
	width: 57%;
}

/* Tab */
@media screen and (max-width: 1100px) {
	#vpho_01 .main_ttl {
		width: 30%;
	}

	#vpho_01 .main_txt {
		font-size: 2vw;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	#vpho_01 {
		background: #eef4d6 url(../img/vpho01_bg_sp.webp) top center no-repeat;
		background-size: contain;
		/* padding: 8rem 0 15rem; */
		padding: 8rem 0 10rem;
	}

	#vpho_01 .section {
		width: 100%;
	}

	#vpho_01 .main_ttl {
		width: 50%;
		margin: 0 auto 2rem;
	}
	#vpho_01 .main_img {
		width: 100%;
		margin-left: 0;
	}

	#vpho_01 .txtArea {
		justify-content: center;
		/* margin-top: -8%;*/
		margin-top: 0;
	}

	#vpho_01 .txt_inner {
		position: relative;
		/* width: 74%; */
		width: 95%;
		max-width: initial;
		padding: 5vw 0 7vw;
	}
	#vpho_01 .main_txt {
		/* font-size: 3.255vw; */
		font-size: 4.255vw;
		text-align: center;
		line-height: 2;
	}

	#vpho_01 .js-modal-open {
		position: absolute;
		bottom: -18%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}

	#vpho_01 .pop_img01 {
		width: 100%;
	}
	#vpho_01 .pop_img02 {
		width: 100%;
	}
}




/*---------------------------
Vietnamese Pho
Shrimp & clams
---------------------------*/
#vpho_02 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #e8f4f7 url(../img/vpho02_bg.webp) top center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}

#vpho_02 .section {
	width: 90%;
	max-width: 1100px;
}

#vpho_02 .main_ttl {
	width: 40%;
	max-width: 280px;
	margin: 0 auto 2rem;
}
#vpho_02 .main_img {
	width: 95%;
	margin-right: 5%;
	margin-top: -8%;
}

#vpho_02 .txtArea {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: -4%;
	z-index: 10;
}
#vpho_02 .txt_inner {
	position: relative;
	width: 50%;
	max-width: 580px;
	background: #FFF;
	padding: 4vw 3vw 5vw;
}
#vpho_02 .main_txt {
	font-size: clamp(18px, 2vw, 22px);
	text-align: right;
	line-height: 2;
}

#vpho_02 .js-modal-open {
	position: absolute;
	bottom: -15%;
	right: 8%;
	width: 45%;
}

#vpho_02 .pop_img01 {
	width: 38%;
}
#vpho_02 .pop_img02 {
	width: 57%;
}

/* Tab */
@media screen and (max-width: 1100px) {
	#vpho_02 .main_ttl {
		width: 30%;
	}

	#vpho_02 .main_txt {
		font-size: 2vw;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	#vpho_02 {
		background: #e8f4f7 url(../img/vpho02_bg_sp.webp) top center no-repeat;
		background-size: contain;
		/* padding: 8rem 0 15rem; */
		padding: 8rem 0 10rem;
	}

	#vpho_02 .section {
		width: 100%;
	}

	#vpho_02 .main_ttl {
		width: 50%;
		margin: 0 auto 2rem;
	}
	#vpho_02 .main_img {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	#vpho_02 .txtArea {
		justify-content: center;
		/* margin-top: -8%;*/
		margin-top: 0;
	}
	#vpho_02 .txt_inner {
		position: relative;
		/* width: 74%; */
		width: 95%;
		max-width: initial;
		padding: 5vw 0 7vw;
	}
	#vpho_02 .main_txt {
		/* font-size: 3.255vw; */
		font-size: 4.255vw;
		text-align: center;
		line-height: 2;
	}

	#vpho_02 .js-modal-open {
		position: absolute;
		bottom: -18%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}

	#vpho_02 .pop_img01 {
		width: 100%;
	}
	#vpho_02 .pop_img02 {
		width: 100%;
	}
}




/*---------------------------
Chicken Curry
---------------------------*/
#chicken_curry {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f9ead3 url(../img/chicurry_bg.webp) top center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}

#chicken_curry .section {
	width: 90%;
	max-width: 1100px;
}

#chicken_curry .main_ttl {
	width: 40%;
	max-width: 280px;
	margin: 0 auto 2rem;
}
#chicken_curry .main_img {
	width: 90%;
	margin: auto;
}

#chicken_curry .txtArea {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: -12%;
	z-index: 10;
}
#chicken_curry .txt_inner {
	position: relative;
	width: 50%;
	max-width: 580px;
	background: #FFF;
	padding: 3vw 5vw 4vw;
}
#chicken_curry .main_txt {
	font-size: clamp(18px, 2vw, 22px);
	text-align: left;
	line-height: 2;
}

#chicken_curry .js-modal-open {
	position: absolute;
	bottom: -12%;
	left: 8%;
	width: 45%;
}

#chicken_curry .pop_img01 {
	width: 33%;
}
#chicken_curry .pop_img02 {
	width: 60%;
}

/* Tab */
@media screen and (max-width: 1100px) {
	#chicken_curry .main_ttl {
		width: 30%;
	}

	#chicken_curry .main_txt {
		font-size: 2vw;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	#chicken_curry {
		background: #f9ead3 url(../img/chicurry_bg_sp.webp) top center no-repeat;
		background-size: contain;
		/* padding: 8rem 0 15rem; */
		padding: 8rem 0 10rem;
	}

	#chicken_curry .section {
		width: 100%;
	}

	#chicken_curry .main_ttl {
		width: 50%;
		margin: 0 auto 2rem;
	}
	#chicken_curry .main_img {
		width: 100%;
		margin: auto;
	}

	#chicken_curry .txtArea {
		justify-content: center;
		/* margin-top: -7%;*/
		margin-top: 0;
	}
	#chicken_curry .txt_inner {
		position: relative;
		/* width: 74%; */
		width: 95%;
		max-width: initial;
		padding: 5vw 0 7vw;
	}
	#chicken_curry .main_txt {
		/* font-size: 3.255vw; */
		font-size: 4.255vw;
		text-align: center;
		line-height: 2;
	}

	#chicken_curry .js-modal-open {
		position: absolute;
		bottom: -18%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}

	#chicken_curry .pop_img01 {
		width: 100%;
	}
	#chicken_curry .pop_img02 {
		width: 100%;
	}
}




/*---------------------------
Rice Porridge
---------------------------*/
#rice_porridge {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f3e5ef url(../img/riceporridge_bg.webp) top center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}

#rice_porridge .section {
	width: 90%;
	max-width: 1100px;
}

#rice_porridge .main_ttl {
	width: 40%;
	max-width: 280px;
	margin: 0 auto 2rem;
}
#rice_porridge .main_img {
	width: 90%;
	margin: -3% auto 0;
}

#rice_porridge .txtArea {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: -12%;
	z-index: 10;
}
#rice_porridge .txt_inner {
	position: relative;
	width: 55%;
	max-width: 660px;
	background: #FFF;
	padding: 3vw 5vw 4vw;
}
#rice_porridge .main_txt {
	font-size: clamp(18px, 2vw, 22px);
	text-align: right;
	line-height: 2;
}

#rice_porridge .js-modal-open {
	position: absolute;
	bottom: -12%;
	right: 8%;
	width: 40%;
}

#rice_porridge .pop_img01 {
	width: 33%;
}
#rice_porridge .pop_img02 {
	width: 60%;
}

/* Tab */
@media screen and (max-width: 1100px) {
	#rice_porridge .main_ttl {
		width: 30%;
	}

	#rice_porridge .main_txt {
		font-size: 2vw;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	#rice_porridge {
		background: #f3e5ef url(../img/riceporridge_bg_sp.webp) top center no-repeat;
		background-size: cover;
		/* padding: 8rem 0 15rem; */
		padding: 8rem 0 10rem;
	}

	#rice_porridge .section {
		width: 100%;
	}

	#rice_porridge .main_ttl {
		width: 50%;
		margin: 0 auto 2rem;
	}
	#rice_porridge .main_img {
		width: 100%;
		margin: 0 auto;
	}

	#rice_porridge .txtArea {
		justify-content: center;
		/* margin-top: -7%;*/
		margin-top: 0;
	}
	#rice_porridge .txt_inner {
		position: relative;
		/* width: 74%; */
		width: 95%;
		max-width: initial;
		padding: 5vw 0 7vw;
	}
	#rice_porridge .main_txt {
		/* font-size: 3.255vw; */
		font-size: 4.255vw;
		text-align: center;
		line-height: 2;
	}

	#rice_porridge .js-modal-open {
		position: absolute;
		bottom: -18%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
	}

	#rice_porridge .pop_img01 {
		width: 100%;
	}
	#rice_porridge .pop_img02 {
		width: 100%;
	}
}




/*---------------------------
Movie
---------------------------*/
#movie {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/movie_bg.webp) center center no-repeat;
	background-size: cover;
	padding: 18rem 0;
}

#movie .section {
	width: 90%;
	max-width: 1000px;
}

#movie .movie {
	margin-bottom: 4rem;
}

 screen and (min-width: 769px) {
	#movie .movie {
		margin-top: 30px;
	}
}

#movie .main_txt {
	text-align: center;
	color: #FFF;
}
#movie .main_txt .txt01 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}
#movie .main_txt .txt02 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 1rem;
}
#movie .main_txt .txt03 {
	display: inline-block;
	font-size: 20px;
	line-height: 1.4;
	padding: 0 1rem;
	border-bottom: solid 1px #FFF;
}

/* Tab */
@media screen and (max-width: 1100px) {
	#movie {
		padding: 10rem 0;
	}

	#movie .section {
		width: 80%;
	}

	#movie .main_txt .txt01 {
		font-size: 2.182vw;
	}
	#movie .main_txt .txt02 {
		font-size: 2.545vw;
	}
	#movie .main_txt .txt03 {
		font-size: 1.818vw;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	#movie {
		background: url(../img/movie_bg.webp) center center no-repeat;
		background-size: cover;
		padding: 6rem 0;
	}

	#movie .section {
		width: 90%;
	}

	#movie .movie {
		margin-bottom: 4rem;
	}

	#movie .main_txt {
		text-align: center;
		color: #FFF;
	}
	#movie .main_txt .txt01 {
		font-size: 3.646vw;
		line-height: 1.4;
	}
	#movie .main_txt .txt02 {
		font-size: 4.167vw;
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	#movie .main_txt .txt03 {
		display: inline-block;
		font-size: 2.865vw;
		line-height: 1.4;
		padding: 0 1rem;
		border-bottom: solid 1px #FFF;
	}
}




/*---------------------------
Smart Table!
---------------------------*/
#smart_table {
	width: 100%;
	padding: 10rem 0;
}
#smart_table .bnr {
	width: 30%;
	max-width: 400px;
	margin: auto;
}

/* Tab */
@media screen and (max-width: 1100px) {
}

/* sp */
@media only screen and (max-width: 768px) {
	#smart_table {
		width: 100%;
		padding: 5rem 0;
	}
	#smart_table .bnr {
		width: 70%;
		max-width: initial;
		margin: auto;
	}
}




/*---------------------------
Modal
---------------------------*/
/* Modal Base */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 100;
}
.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 101;
}

/* Modal Content */
.modal-content {
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translate(-50%, -78%);
	width: 70%;
	max-width: 1200px;
	z-index: 102;
}
@media screen and (max-width: 768px) {
	.modal-content {
		width: 90vw;
	}
}
.modal-inner {
	position: relative;
	background: #FFF;
	width: 100%;
	padding: 4rem;
	min-height: 400px;
	max-height: 60vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5rem;
}
.modal-wrap img {
	width: 100%;
}
.btn_shohin {
	width: 30%;
	max-width: 300px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.modal-inner {
		padding: 4rem 2rem;
		min-height: 100px;
		max-height: 65vh;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.modal-wrap {
		gap: 3rem;
		margin-bottom: 5rem;
	}
	.btn_shohin {
		width: 80%;
	}
}

/* Close Button */
a.btn_close {
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	z-index: 105;
}
@media screen and (max-width: 768px) {
	a.btn_close {
		top: -35px;
		width: 6vw;
		height: 6vw;
	}
}
