/* 基本スタイル */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 2.6rem;
	letter-spacing: 0.1rem;
	background-color: #F4E8D9;
}

a:hover,
a:active {
	opacity: 0.6;
}

.container {
	width: 100%;
}

.main_container {
	margin-left: auto;
	margin-right: auto;
}

.cont00 {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

header {
	padding: 0 40px;
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
	background-color: #F4E8D9;
}

footer {
	padding: 0 40px;
}

h1 {
	font-size: 2.6rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

.fc_or {
	color: #CC5638;
}

/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 820px) {

	header,
	footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	header {
		height: 80px;
	}
}

/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */
.jp01 {
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}

.jp02 {
	font-family: "Dela Gothic One", serif;
	font-weight: 400;
}

.jp03 {
	font-family: "RocknRoll One", serif;
	font-weight: 400;
}

/*
-----------------------------------------------
ローディング
----------------------------------------------- */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-image: url("../img/back.jpg");
}

#loading_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.loading-one {
	display: inline-block;
}

.loading-one img {
	max-width: 280px;
}

.animation_loading {
	animation: yura 2s infinite linear 0.5s both;
}

@keyframes yura {
	0%, 100% {
	  transform: rotate(10deg);
	}
	50% {
		transform: rotate(-10deg);
	}
}
/*
-----------------------------------------------
ヘッダー
----------------------------------------------- */
h1 {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.spmenu-inner {
	font-size: 2rem;
}

.spmenu-inner li:not(:last-child) {
	margin-bottom: 40px;
}

.hdr_shop_link {
	position: absolute;
	top: 10px;
	right: 10px;
}

.hdr_shop_link a {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	color: #314386;
	padding: 4px;
}

.hdr_shop_link img {
	width: 60px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.hdr_shop_link .hdr_shop_link_box {
	width: 60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.hdr_shop_link .hdr_shop_link_box span {
	font-size: 1.5rem;
	line-height: 1.4rem;
	display: block;
	letter-spacing: 0;
}

/*------------スマホ ------------*/
@media screen and (max-width: 820px) {
	h1 {
		max-width: 140px;
		margin-left: 0;
	}
	.hdr_shop_link a {
		width: 60px;
		height: 60px;
	}
	
	.hdr_shop_link img {
		width: 40px;
		height: auto;
	}
	.hdr_shop_link .hdr_shop_link_box span {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
}
/*
-----------------------------------------------
top_about
----------------------------------------------- */
.giza {
	background: linear-gradient(135deg, #0E61A5 50%, transparent 52%),
		linear-gradient(-135deg, #0E61A5 50%, transparent 52%);
	background-size: 40px 40px;
	height:40px;
	position: relative;
}
.giza:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	background-color: #0E61A5;
	bottom: 100%;
}
#top_about {margin-top: 80px;}
.top_about_wpr {position: relative;}
.top_about_ttl {
	font-size: 5.5rem;
	line-height: 7rem;
	letter-spacing: 0.3rem;
}
.top_about_ttl span {
	margin-right: 20px;
}
.top_about_text {
	font-size: 1.8rem;
	line-height: 4.5rem;
}
.img_about01 {
	position: absolute;
	right: 5%;
	top: 0;
	width: 340px;
}
.img_about02 {
	width: 266px;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*------------スマホ ------------*/
@media screen and (max-width: 820px) {
	.giza:before {
		height: 20px;
		background-color: #0E61A5;
	}
	#top_about {margin-top: 40px;}
	.top_about_ttl {
		font-size: 4rem;
		line-height: 6rem;
		letter-spacing: 0.3rem;
	}
	.top_about_ttl span {
		margin-right: 0;
	}
	.top_about_text {
		font-size: 1.6rem;
		line-height: 3.4rem;
	}
	.img_about01,.img_about02 {
		position: relative;
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
}

/*
-----------------------------------------------
top_miso
----------------------------------------------- */
.sauce_anime {
	width: 200px;
	margin-left: 50%;
}
.sauce_anime02 {
	width: 200px;
	margin-left: calc(50% - 200px);
}
.sauce_anime .sauce_anime_img{
	transform: rotate(90deg);
}
.sauce_anime.act .sauce_anime_img {
	animation-name:reveal-image;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes reveal-image {
	from {transform: rotate(90deg);}
	to {transform: rotate(0);}
}
.sauce_anime02 .sauce_anime02_img{
	transform: rotate(-90deg);
}
.sauce_anime02.act .sauce_anime02_img {
	animation-name:reveal-image02;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes reveal-image02 {
	from {transform: rotate(-90deg);}
	to {transform: rotate(0);}
}

#top_miso,
#top_soysauce {
	background-color: #DB5738;
	color: #fff;
	position: relative;
	margin-top: 15%;
}

#top_soysauce {
	background-color: #473F3C;
}

.amiami {
	position: relative;
}

.amiami:before {
	position: absolute;
	content: "";
	bottom: calc(100% - 1px);
	left: 0;
	background: url("../img/miso_nami.png");
	aspect-ratio: 1280/153;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
#top_soysauce.amiami:before {
	background: url("../img/soy_nami.png");
	aspect-ratio: 1281/178;
	width: 100%;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: calc(100% - 5px);
}

.amiami:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 200px);
	background-color: transparent;
	background-image: repeating-linear-gradient(45deg, rgba(244, 232, 217, 0.15), rgba(244, 232, 217, 0.15) 1px, transparent 1px, transparent 21px), repeating-linear-gradient(-45deg, rgba(244, 232, 217, 0.15), rgba(244, 232, 217, 0.15) 1px, transparent 1px, transparent 21px);
	background-size: contain;
	z-index: 0;
}

.top_miso_wpr_net {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
	width: fit-content;
}

.miso_img {
	max-width: 176px;
}

.sauce_ttl01 {
	font-size: 2.6rem;
	letter-spacing: 0.4rem;
}

.sauce_ttl02 {
	font-size: 6rem;
	line-height: 6rem;
	letter-spacing: 0.5rem;
	color: #00000000;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	margin: 0px 0 20px;
}

.sauce_text {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	margin-bottom: 12px;
}

.sauce_dl {
	border: 2px solid #fff;
	padding: 20px 30px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.link01 {
	background-color: #fff;
	color: #DB5738;
	text-align: center;
	position: relative;
	padding: 10px 30px;
}

.link01:after {
	position: absolute;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1.5px solid #DB5738;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.link02 {
	background-color: #fff;
	border: 2px solid #DB5738;
	border-radius: 20px;
	color: #DB5738;
	padding: 6px 40px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 820px) {
	.miso_img {
		min-width: 60px;
		position: absolute;
		top: 80px;
		left: 260px;
	}
	.miso_img.mr100 {margin-right: 0;}
	.miso_img.ml100 {margin-left: 0;}
	.sauce_dl {
		padding: 10px 20px;
		font-size: 1.3rem;
	}
	.sauce_text {
		font-size: 1.5rem;
		letter-spacing:0.1rem
	}
	.sauce_ttl02 {
		font-size: 5rem;
		line-height: 6rem;
		margin: 0;
	}
	.amiami:after {
		height: calc(100% + 100px);
	}
	.sauce_anime {
		width: 140px;
	}
	.sauce_anime02 {
		width: 140px;
		margin-left: calc(50% - 140px);
	}
}

/*
-----------------------------------------------
top_recipe
----------------------------------------------- */
.dots {
	margin-top: 100px;
	width: 100%;
	height: 50px;
	background-image: radial-gradient(circle, #db563855 3px, transparent 3px);
	background-position: 0 0;
	background-size: 16px 16px;
  }
.top_recipe_h3 span {
	background-color: #fff;
	font-size: 4.6rem;
	color: #CC5638;
	width: 2em;
	height: 1.6em;
	line-height: 1.6em;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.top_recipe_h3 span:not(:first-child) {
	margin-left: -10px;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
}

.tab_label {
	font-family: "RocknRoll One", serif;
	font-weight: 400;
	position: relative;
	z-index: 1;
	cursor: pointer;
	background-color: #fff;
	color: #344692;
	text-align: center;
	position: relative;
	padding: 10px 30px;
	font-size: 2rem;
	letter-spacing: 0.3rem;
	width: fit-content;
	margin-right: 20px;
}

.tab_label:before {
	position: absolute;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1.5px solid #344692;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
	margin-top: 40px;
}

input[name="tab_switch"] {
	display: none;
}

.tabs input:checked+.tab_label {
	color: #fff;
	background-color: #344692;
}

.tabs input:checked+.tab_label:before {
	border: 1.5px solid #fff;
}

.tabs input:checked+.tab_label::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #344692 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	transition: all 0.3s ease 0s;
}

#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content,
#tab04:checked~#tab04_content  {
	display: block;
}

.tab_content {
	position: relative;
	animation: fadeIn 1s ease;
	color: #344692;
}

.recipe_name {
	background-color: #344692;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 10px 30px;
	font-size: 3rem;
	letter-spacing: 0.3rem;
	width: fit-content;
}

.recipe_name:before {
	position: absolute;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1.5px solid #fff;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.recipe_img01 {
	border: 10px solid #fff;
	border-radius: 30px;
	top: -20px;
	position: relative;
	z-index: -1;
	width: fit-content;
}
.recipe_img01 img {
	max-width: 320px;
	object-fit: contain;
	border-radius: 20px;
}
.tab_content01_right_ttl {
	width: 300px;
}
.recipe_material span {
	background-color: #CC5638;
	font-size: 2.6rem;
	color: #fff;
	width: 2em;
	height: 1.6em;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 1.6em;
}

.tab_content01_right {
	width: calc(100% - 400px);
}

.recipe_material span:not(:first-child) {
	margin-left: -10px;
}

.recipe_material_box dl {
	display: flex;
	justify-content: space-between;
	border-top: 3px dotted #314386;
	padding: 6px 10px;
	width: 300px;
}

.recipe_material_box dl:last-child {
	border-bottom: 3px dotted #314386;
}

.recipe_material_box dl dd {
	text-align: end;
}

.tab_content02_left {
	width: 56%;
}

.recipe_order_box dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #314386;
	padding: 8px 10px;
}

.tab_content02_right {
	width: 44%;
}
.tab_content02_right >div {
	width: 48%;
}
.recipe_order_box dl dt {
	font-size: 4rem;
	line-height: 4rem;
	color: #00000000;
	-webkit-text-stroke: 1.5px #314386;
	text-stroke: 1.5px #314386;
	font-family: "Dela Gothic One", serif;
	font-weight: 400;
	width: 1em;
	margin-right: 10px;
	text-align: center;
}
.recipe_order_box dl dd {
	width: calc(100% - 1em - 10px);
}
/*------------スマホ ------------*/
@media screen and (max-width: 820px) {
	.tab_content01_right {
		width: 100%;
	}
	.tab_content02_left {
		width: 100%;
	}
	.tab_content02_right {
		margin-top: 10px;
		width: 100%;
	}
	.tab_content02_right > div{
		width: 46%;
	}
	.tabs {
		justify-content: space-between;
	}
	.tab_label {
		padding: 10px 20px;
		font-size: 1.6rem;
		letter-spacing: 0.3rem;
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
	}
	.tabs input:checked+.tab_label::after {
		display: none;
	}
	.tab_content01_right_ttl {
		width: 260px;
	}
	.recipe_name {
		padding: 10px 30px;
		font-size: 2.2rem;
		letter-spacing: 0.3rem;
	}
	.recipe_material_box dl {
		width: 260px;
		font-size: 90%;
		padding: 1px 10px;
		border-top: 2px dotted #314386;
	}
	
	.recipe_material_box dl:last-child {
		border-bottom: 2px dotted #314386;
	}
	.recipe_order_box dl dt {
		font-size: 3rem;
		line-height: 3rem;
	}
	.recipe_order_box dl dd {
		font-size: 90%;
	}
}

/*------------スマホ02* ------------*/
@media screen and (max-width: 574px) {
	.recipe_material_box:not(:first-child) dl:first-child {
		border-top: none;
	}
}
/*
-----------------------------------------------
#top_access
----------------------------------------------- */
.dots02 {
	width: 100%;
	height: 200px;
	background-color: #D5DE8E;
	background-image: radial-gradient(circle, #db563855 9px, transparent 9px);
	background-position: 0 0;
	background-size: 58px 58px;
	z-index:-1;
	position: relative;
	top: 20px;
}
.g-map {
	width: 60%;
}
.g-map iframe{
	width: 100%;
	height: 300px;
}
.access_box_right {
	width: 34%;
}
.access_box_right_logo {
	max-width: 140px;
	width: 100%;
}
.access_box_right_p {
	margin-left: 40px;
	width: 200px;
}
.contact_box_wpr {
	background-color: #473F3C;
}
.contact_box {
	width: 100%;
	background-color: transparent;
	background-image: repeating-linear-gradient(45deg, rgba(244, 232, 217, 0.15), rgba(244, 232, 217, 0.15) 1px, transparent 1px, transparent 21px), repeating-linear-gradient(-45deg, rgba(244, 232, 217, 0.15), rgba(244, 232, 217, 0.15) 1px, transparent 1px, transparent 21px);
	background-size: contain;
	z-index: 0;
	padding: 40px 80px;
}
.contact_box p {
	color: #fff;
	text-align: center;
}
@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
	}
	.scroll-infinity__wrap {
	  display: flex;
	  overflow: hidden;
	}
	.scroll-infinity__list {
	  display: flex;
	  list-style: none;
	  padding: 0
	}
	.scroll-infinity__list--left {
	  animation: infinity-scroll-left 60s infinite linear 0.5s both;
	}
	.scroll-infinity__item {
	  width: calc(100vw / 5);
	}
	.scroll-infinity__item>img {
	  width: 100%;
	}
/*------------スマホ ------------*/
@media screen and (max-width: 820px) {
	.dots02 {
		height: 100px;
	}
	.g-map {
		width: 100%;
	}
	.g-map iframe{
		height: 200px;
	}
	.scroll-infinity__item {
		width: calc(100vw / 3);
	  }
	  .access_box_right {
		  width: 100%;
	  }
	  .contact_box {
		  padding: 40px 10px;
	  }
}

/*
-----------------------------------------------
フッター
----------------------------------------------- */
#footer {
	position: relative;
	margin-top: 100px;
}
.footer_logo {
	width: 140px;
}
.footer_ul {
	position: absolute;
	right: 20px;
	bottom: 60px;
}
.footer_ul li {
	background-color: #fff;
	color: #DB5738;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 3rem;
	text-align: center;
	line-height: 46px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 820px) {
	#footer {
	margin-top: 80px;
	}
	.footer_logo {
		width: 120px;
	}
	#footer p {
		margin-top: 80px;
	}
}
