@charset "UTF-8";

@media screen and (min-width: 769px) {
	.u-sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.u-pc {
		display: none;
	}
}

*,
:after,
:before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
}

body {
	margin: 0;
}

main {
	display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

details {
	display: block;
}

summary {
	display: list-item;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', yugothic, 'メイリオ', 'Meiryo', Verdana, 'Droid Sans', sans-serif;
	color: #FFF;
	font-weight: normal;
	position: relative;
	line-height: 1.78;
}

@media screen and (min-width: 769px) {
	body {
		min-width: 1440px;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		line-height: 1.57;
	}
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

a {
	text-decoration: none;
	word-break: break-all;
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

.tantanmen-header {
	width: 1108px;
	z-index: 200;
}

@media screen and (max-width: 768px) {
	.tantanmen-header {
		position: fixed;
		width: 100%;
		height: 16vw;
		background: #EE8300;
	}
}

.tantanmen-header__logo {
	width: 97px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -554px;
	z-index: 200;
}

@media screen and (max-width: 768px) {
	.tantanmen-header__logo {
		position: fixed;
		margin-left: 0;
		left: 6.4vw;
		top: 3.733vw;
		width: 8.533vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-header__hamburger {
		position: fixed;
		width: 5.333vw;
		height: 5.333vw;
		top: 5.067vw;
		right: 6.4vw;
		z-index: 200;
	}

	.is-open.tantanmen-header__hamburger {
		top: 5.667vw;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-header__hamburger {
		display: none;
	}
}

.tantanmen-header__hamburger span {
	width: 5.333vw;
	height: 0.8vw;
	background: #fff;
	position: absolute;
	left: 0;
	transition: 0.25s;
}

.tantanmen-header__hamburger span:nth-of-type(1) {
	top: 0;
}

.tantanmen-header__hamburger span:nth-of-type(2) {
	top: calc(50% - 1px);
}

.tantanmen-header__hamburger span:nth-of-type(3) {
	top: calc(100% - 2px);
}

.tantanmen-header__hamburger.is-open span:nth-of-type(1) {
	top: 9px;
	left: 0;
	transform: rotate(45deg);
}

.tantanmen-header__hamburger.is-open span:nth-of-type(2) {
	display: none;
}

.tantanmen-header__hamburger.is-open span:nth-of-type(3) {
	top: 9px;
	right: 0;
	transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
	.tantanmen-header-menu {
		display: none;
	}
}

.tantanmen-header__sns {
	display: flex;
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -554px;
	z-index: 200;
}

@media screen and (max-width: 768px) {
	.tantanmen-header__sns {
		position: fixed;
		margin-right: 0;
		top: 4.773vw;
		right: 17.333vw;
	}
}

.tantanmen-header__sns > li {
	width: 32px;
	margin: 0 4px;
}

@media screen and (max-width: 768px) {
	.tantanmen-header__sns > li {
		margin: 0 1.067vw;
		width: 6.933vw;
	}
}

.is-fixed .tantanmen-header {
	position: fixed;
}

@media screen and (max-width: 768px) {
	.is-fixed .tantanmen-header__hamburger {
		display: block;
	}
}

.is-fixed .tantanmen-header__logo {
	position: fixed;
	top: 10px;
	width: 45px;
	transition: none;
}

@media screen and (max-width: 768px) {
	.is-fixed .tantanmen-header__logo {
		width: 8.533vw;
		top: 3.733vw;
	}
}

.is-fixed .tantanmen-header__sns {
	top: 16px;
	position: fixed;
}

@media screen and (min-width: 769px) and (max-width: 1108px) {
	.is-fixed .tantanmen-header__sns {
		margin: 0;
		right: 10px;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .tantanmen-header__sns {
		top: 4.773vw;
	}
}

.tantanmen-kv {
	position: relative;
}

@media screen and (max-width: 768px) {
	.tantanmen-kv {
		margin-top: 16vw;
	}
}

.tantanmen-kv img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.tantanmen {
		overflow: hidden;
	}
}

.tantanmen-nav-area {
	position: relative;
	height: 88px;
	background: #EE8300;
}

@media screen and (max-width: 768px) {
	.tantanmen-nav-area {
		height: 90px;
		height: auto;
	}
}

.tantanmen-nav {
	background: #EE8300;
	height: 88px;
	top: -88px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.tantanmen-nav {
		height: 24.256vw;
		top: -24.256vw;
		justify-content: start;
	}
}

@media screen and (min-width: 769px) {
	.is-fixed .tantanmen-nav {
		position: fixed;
		height: 65px;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
}

.tantanmen-nav__inner {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__inner {
		width: 84vw;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 0 8.53vw;
	}
}


.tantanmen-nav__item {
	margin: 0 20px 0 40px;
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item {
		margin: 0;
		padding: 8px 0;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-nav__item:nth-of-type(1) {
		width: 196px;
		margin-left: 0;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-nav__item:nth-of-type(2) {
		width: 93px;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-nav__item:nth-of-type(3) {
		width: 157px;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-nav__item:nth-of-type(4) {
		width: 93px;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item:nth-of-type(1) img {
		width: 36.53vw;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item:nth-of-type(2) img {
		width: 16.8vw;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item:nth-of-type(3) img {
		width: 29.07vw;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item:nth-of-type(4) img {
		width: 16.8vw;
		height: auto;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-nav__item:not(:last-of-type) {
		position: relative;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-nav__item:not(:last-of-type)::after {
		content: "";
		position: absolute;
		background: url(/brand/tantanmen/images/menu_link_decoration.png) no-repeat center/contain;
		width: 21px;
		height: 27px;
		right: -41px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.tantanmen-nav__item a {
	display: block;
	height: 28px;
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 5.6vw;
		padding-left: 7.47vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item a::before,
	.tantanmen-nav__item a::after {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item a::before {
		width: 5.87vw;
		height: 5.87vw;
		background: #000;
		border-radius: 50%;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-nav__item a::after {
		width: 2.13vw;
		height: 1.07vw;
		background: url(/brand/tantanmen/images/icon_arrow_down.svg) no-repeat center/contain;
		left: 1.95vw;
	}
}

.tantanmen-nav__item img {
	height: 100%;
	width: auto;
	vertical-align: top;
}

.tantanmen-nav__inner-sp {
	position: fixed;
	top: 15.95vw;
	display: none;
	background: #EE8300;
	width: 100%;
	z-index: 100;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item {
	width: 100%;
  padding: 3.733vw 6.67vw;
  border-bottom: 1px solid #fff;
	margin: 0;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item:nth-of-type(1) img {
	width: 29.6vw;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item:nth-of-type(2) img {
	width: 14.13vw;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item:nth-of-type(3) img {
	width: 23.73vw;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item:nth-of-type(4) img {
	width: 14.13vw;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item:nth-of-type(even) {
	margin: 0;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item a {
	display: block;
	color: #FBC608;
	font-weight: bold;
	padding-left: 0;
	height: 3.467vw;
}

.tantanmen-nav__inner-sp .tantanmen-nav__item a::before {
	display: none;
}

.tantanmen-content {
	background: #000;
}

.tantanmen-content__inner {
	width: 1108px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.tantanmen-content__inner {
		width: 100%;
		padding: 0 6.4vw;
	}
}

.tantanmen-content__campaign-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 120px;
}

@media screen and (max-width: 768px) {
	.tantanmen-content__campaign-wrap {
		padding-top: 10.67vw;
	}
}

.tantanmen-content__campaign-wrap a {
	display: block;
}

@media screen and (min-width: 769px) {
	.tantanmen-heading__anime {
		width: 132px !important;
		height: 95px !important;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__anime {
		width: 22.4vw !important;
		height: 16.267vw !important;
	}
}

.tantanmen-sec__point {
	padding-top: 120px;
}

@media screen and (max-width: 768px) {
	.tantanmen-sec__point {
		padding-top: 17.07vw;
	}
}

.tantanmen-heading {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.tantanmen-sec__point .tantanmen-heading {
		padding: 0 6.4vw;
	}
}

.tantanmen-heading__point {
	width: 643px;
	margin: 34px auto 0;
	padding-left: 40px;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__point {
		width: 87.2vw;
		margin-top: 5.87vw;
		padding-left: 0;
	}
}

.tantanmen-point__group {
	max-width: 1440px;
	margin: 46px auto 0;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__group {
		margin-top: 28.27vw;
	}
}

.tantanmen-point__wrap {
	position: relative;
	width: 1440px;
	height: 386px;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap {
		width: 100vw;
		height: 86.67vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap:not(:first-of-type) {
		margin-top: 29.33vw;
	}
}

.tantanmen-point__wrap--01 {
	background: url(/brand/tantanmen/images/img_01_pc.jpg) no-repeat top left / contain;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--01 {
		background: url(/brand/tantanmen/images/img_01_sp.jpg) no-repeat top left / contain;
	}
}

.tantanmen-point__wrap--02 {
	background: url(/brand/tantanmen/images/img_02_pc.jpg) no-repeat top left / contain;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--02 {
		background: url(/brand/tantanmen/images/img_02_sp.jpg) no-repeat top left / contain;
	}
}

.tantanmen-point__wrap--02::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 330px;
	height: 386px;
	background: linear-gradient(to left, rgba(0, 0, 0, 100%) 30%, rgba(0, 0, 0, 0));
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--02::after {
		content: none;
	}
}

.tantanmen-point__wrap--03 {
	background: url(/brand/tantanmen/images/img_03_pc.jpg) no-repeat top left / contain;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--03 {
		background: url(/brand/tantanmen/images/img_03_sp.jpg) no-repeat top left / contain;
	}
}

.tantanmen-point__contents-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.tantanmen-point__contents-wrap {
		position: static;
	}
}

.tantanmen-point__wrap--01 .tantanmen-point__contents-wrap {
	left: 750px;
}

.tantanmen-point__wrap--02 .tantanmen-point__contents-wrap {
	left: 186px;
}

.tantanmen-point__wrap--03 .tantanmen-point__contents-wrap {
	left: 750px;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--01 .tantanmen-point__contents-wrap,
	.tantanmen-point__wrap--02 .tantanmen-point__contents-wrap,
	.tantanmen-point__wrap--03 .tantanmen-point__contents-wrap {
		left: auto;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap .tantanmen-point__title {
		position: absolute;
		top: -2.67vw;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--01 .tantanmen-point__title {
		width: 87.2vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--02 .tantanmen-point__title {
		width: 77.33vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--03 .tantanmen-point__title {
		width: 80vw;
	}
}

.tantanmen-point__wrap .tantanmen-point__text-wrap {
	margin: 20px 0 0 45px;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap .tantanmen-point__text-wrap {
		position: absolute;
		bottom: -95vw;
		left: 50%;
		transform: translateX(-50%);
		width: 87.2vw;
		margin: 0;
	}
}

.tantanmen-point__text {
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	.tantanmen-point__text {
		font-size: 3.73vw;
	}
}

.tantanmen-sec__cooking {
	margin-top: 160px;
}

@media screen and (max-width: 768px) {
	.tantanmen-sec__cooking {
		margin-top: 36vw;
	}
}

.tantanmen-heading__cooking {
	width: 380px;
	margin: 42px auto 0;
	padding-left: 45px;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__cooking {
		width: 100%;
		margin: 5.87vw 0 0;
		padding-left: 8vw;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__cooking img {
		width: 61.87vw;
	}
}

.tantanmen-movie__wrap {
	width: 830px;
	margin: 46px auto 0;
}

@media screen and (max-width: 768px) {
	.tantanmen-movie__wrap {
		width: 100%;
		margin-top: 10.67vw;
	}
}

.tantanmen-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.tantanmen-movie {
		margin-top: 4.267vw;
	}
}

.tantanmen-movie__thumb {
	position: absolute;
	z-index: 1;
	width: 100%;
	cursor: pointer;
	transition: all .3s;
}

.tantanmen-movie__thumb:hover::after {
	opacity: 0.7;
}

.tantanmen-movie__thumb::before,
.tantanmen-movie__thumb::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.tantanmen-movie__thumb::before {
	left: calc(50% + 2px);
	width: 32px;
	height: 37px;
	clip-path: polygon(32px 50%, 0% 0%, 0% 37px);
	background: #FFF;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.tantanmen-movie__thumb::before {
		left: calc(50% + 0.53vw);
		width: 4.53vw;
		height: 4.8vw;
		clip-path: polygon(4.53vw 50%, 0% 0%, 0% 4.8vw);
	}
}

.tantanmen-movie__thumb::after {
	left: 50%;
	width: 91px;
	height: 91px;
	background: #000;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.tantanmen-movie__thumb::after {
		width: 13.867vw;
		height: 13.867vw;
	}
}

.tantanmen-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tantanmen-cooking__group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__group {
		grid-template-columns: 1fr;
		margin-top: 17.07vw;
	}
}

.tantanmen-cooking__wrap--01 {
	padding: 0 54px 0 37px;
	border-right: 1px solid #676767;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__wrap--01 {
		padding: 0 0 17.07vw 9.87vw;
		border-right: none;
		border-bottom: 1px solid #676767;
	}
}

.tantanmen-cooking__title-wrap {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__title-wrap {
		margin-left: -9.87vw;
	}
}

.tantanmen-cooking__step-group {
	margin-top: 42px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__step-group {
		margin-top: 12vw;
	}
}

.tantanmen-cooking__step {
	position: relative;
	padding: 32px 50px;
	border: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__step {
		padding: 6.4vw 5.33vw;
	}
}

.tantanmen-cooking__step:not(:first-of-type) {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__step:not(:first-of-type) {
		margin-top: 14.13vw;
	}
}

.tantanmen-cooking__step-num {
	position: absolute;
	top: -42px;
	left: -45px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__step-num {
		top: -8.27vw;
		left: -10.67vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__step-num img {
		width: 16.53vw;
		height: 16.53vw;
	}
}

.tantanmen-cooking__step-num::after {
	position: absolute;
	top: 84px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 8px;
	background: #D60D18;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__step-num::after {
		top: 16.53vw;
		width: 4px;
	}
}

.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num::after {
	height: 317px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num::after {
		height: 62vw;
	}
}

.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--02 .tantanmen-cooking__step-num::after {
	height: 320px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--02 .tantanmen-cooking__step-num::after {
		height: 58.4vw;
	}
}

.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--03 .tantanmen-cooking__step-num::after {
	content: none;
}

.tantanmen-cooking__text {
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__text {
		font-size: 3.47vw;
	}
}

.tantanmen-cooking__img-wrap {
	margin-top: 18px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__img-wrap {
		margin-top: 4vw;
	}
}

.tantanmen-cooking__sub-text-wrap {
	margin-top: 8px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__sub-text-wrap {
		margin-top: 2.13vw;
	}
}

.tantanmen-cooking__sub-text {
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__sub-text {
		font-size: 3.2vw;
	}
}

.tantanmen-cooking__wrap--02 {
	padding-left: 86px;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__wrap--02 {
		margin-top: 17.07vw;
		padding-left: 9.87vw;
	}
}

.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num::after {
	height: 351px;
	background: #EE8300;
}

@media screen and (max-width: 768px) {
	.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num::after {
		height: 63.73vw;
	}
}

.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--02 .tantanmen-cooking__step-num::after {
	content: none;
}

.tantanmen-sec__recipe {
	margin-top: 160px;
}

@media screen and (max-width: 768px) {
	.tantanmen-sec__recipe {
		margin-top: 32vw;
	}
}

.tantanmen-heading__recipe {
	width: 580px;
	margin: 42px auto 0;
	padding-left: 66px;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__recipe {
		width: 84vw;
		margin: 5.87vw 0 0;
		padding-left: 10.67vw;
		text-align: center;
	}
}

.tantanmen-heading__recipe-text {
	margin-top: 13px;
	font-size: 1.8rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__recipe-text {
		margin-top: 10.67vw;
		font-size: 3.73vw;
		text-align: left;
	}
}

.tantanmen-recipe__item-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 144px;
	margin-top: 37px;
	padding: 64px 102px;
	border: 1px solid #EE8300;
}

@media screen and (max-width: 768px) {
	.tantanmen-recipe__item-group {
		grid-template-columns: 1fr;
		gap: 14.93vw;
		margin-top: 9.33vw;
		padding: 10.67vw 5.33vw;
	}
}

.tantanmen-recipe__item-img-wrap img {
	width: 100%;
}

.tantanmen-recipe__item-body {
	margin-top: 24px;
}

@media screen and (max-width: 768px) {
	.tantanmen-recipe__item-body {
		margin-top: 4.8vw;
	}
}

.tantanmen-recipe__item-text {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.tantanmen-recipe__item-text {
		font-size: 4.27vw;
	}
}

.tantanmen-recipe__item-button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}

@media screen and (max-width: 768px) {
	.tantanmen-recipe__item-button-wrap {
		margin-top: 4.53vw;
	}
}

.tantanmen-recipe__item-button-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	width: 308px;
	font-size: 2rem;
	color: #030303;
	font-weight: bold;
	background: #EE8300;
	border-radius: 37px;
	box-shadow: 0px 4px 0px 0px rgba(149, 94, 26, 1);
}

@media screen and (max-width: 768px) {
	.tantanmen-recipe__item-button-wrap a {
		width: 70.67vw;
		padding: 1.33vw 2.66vw;
		font-size: 4.27vw;
		border-radius: 9.87vw;
	}
}

.tantanmen-sec__product {
	margin-top: 200px;
	padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
	.tantanmen-sec__product {
		margin-top: 32vw;
		padding-bottom: 26.67vw;
	}
}

.tantanmen-heading__product {
	width: 380px;
	margin: 42px auto 0;
	padding-left: 45px;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__product {
		width: 100%;
		margin: 5.87vw 0 0;
		padding-left: 8vw;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__product img {
		width: 61.87vw;
	}
}

.tantanmen-product__wrap {
	display: flex;
	align-items: center;
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__wrap {
		display: block;
		margin-top: 10.67vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-product__contents-wrap {
		margin: 2.67vw 0 0 0;
	}
}

.tantanmen-product__img-wrap {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__link-wrap {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-product__link {
		width: 85.33vw;
		padding-left: 4.53vw;
	}
}

.tantanmen-product__store-wrap {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__store-wrap {
		margin-top: 6.4vw;
	}
}

.tantanmen-product__store {
	display: block;
	width: 308px;
	text-align: center;
	background: #A40000;
	border-radius: 23px;
	margin: 33px auto 0;
	padding: 7px 10px;
	transition: 0.3s;
	box-shadow: 0px 4px 0px 0px #721009;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__store {
		width: 72vw;
		margin: 5.333vw auto 0;
		padding: 2.93vw;
		border-radius: 6.13vw;
	}
}

.tantanmen-product__store > span {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	padding-right: 52px;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__store > span {
		font-size: 4.27vw;
		padding-right: 14.67vw;
	}
}

.tantanmen-product__store > span::after {
	content: "";
	position: absolute;
	background: url(/brand/tantanmen/images/icon_search.svg) no-repeat center;
	width: 31px;
	height: 26px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.tantanmen-product__store > span::after {
		width: 8.27vw;
		height: 6.93vw;
	}
}

.tantanmen-footer {
	background: #EE8300;
	color: #fff;
	padding: 32px 0;
	text-align: center;
}

.tantanmen-footer__link-wrap {
	width: 850px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap {
		width: 100%;
		border-top: 1px solid #fff;
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		border-bottom: 1px solid #fff;
	}
}

.tantanmen-footer__link-wrap a {
	color: #fff;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap a {
		font-size: min(3.2vw, 1.2rem);
		line-height: 1.1;
		height: 47px;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-footer__link-wrap li {
		display: inline-block;
		margin-top: 4px;
	}
}

@media screen and (min-width: 769px) {
	.tantanmen-footer__link-wrap li:not(.is-no-line):after {
		content: '|';
		display: inline-block;
		margin: 0 0.5em;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap li {
		display: block;
		width: 50%;
		border-bottom: 1px solid #fff;
	}

	.tantanmen-footer__link-wrap li:nth-of-type(odd) {
		border-right: 1px solid #fff;
	}

	/* リンクが奇数個の場合 */
	.tantanmen-footer__link-wrap li:nth-of-type(2n):last-child {
		border-bottom: none;
	}

	/* リンクが偶数個の場合 */
	.tantanmen-footer__link-wrap li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
		border-bottom: none;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap li {
		display: block;
		width: 50%;
		border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap li:nth-of-type(odd) {
		border-right: 1px solid #fff;
	}
}

@media screen and (max-width: 768px) {
	/* リンクが偶数個の場合 */
	.tantanmen-footer__link-wrap li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
		border-bottom: none;
	}
}

@media screen and (max-width: 768px) {
	/* リンクが偶数個の場合 */
	.tantanmen-footer__link-wrap li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
		border-bottom: none;
	}
}

.tantanmen-footer__copy {
	margin-top: 20px;
	font-size: 1.2rem;
}

.tantanmen-footer__logo {
	display: block;
	width: 222px;
	height: 33px;
	margin: 0 auto 16px;
}

.tantanmen-fixed__banner {
	display: block;
  width: 148px;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
	.tantanmen-fixed__banner {
		width: 98px;
	}
}

.tantanmen-product__wrap.js-get_wp_img .tantanmen-product__img-wrap a {
	position: relative;
	display: block;
	z-index: 1;
}

.tantanmen-product__wrap.js-get_wp_img .tantanmen-product__img-wrap a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 226px;
  height: 346px;
	display: block;
	box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.89);
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__wrap.js-get_wp_img .tantanmen-product__img-wrap a::after {
		width: 30.27vw;
		height: 47vw;
		box-shadow: 0px 0px 8vw 0px rgba(255, 255, 255, 0.89);
	}
}