@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;
	background: url(/brand/gyokaitonkotsu/images/bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
	background-color: #02366C;
}

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; */
		position: absolute;
		width: 100%;
		height: 16vw;
		background: transparent;
	}
}

.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: 2.733vw;
		width: 8.533vw;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-header__hamburger {
		display: none;
		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: 1vw;
		right: 3vw;
	}
}

.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;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .tantanmen-header {
		position: fixed;
		background-color: #A70012;
		animation: fixedSP 0.6s ease forwards;
	}
}

@media screen and (max-width: 768px) {
	.is-fixed .tantanmen-header__hamburger {
		display: block;
		margin-top: 19px;
		animation: fixedSP 0.6s ease forwards;
	}
}

.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;
		margin-top: 16px;
		animation: fixedSP 0.6s ease forwards;
	}
}

.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;
		right: 17vw;
		margin-top: 19px;
		animation: fixedSP 0.6s ease forwards;
	}
}

.tantanmen-kv {
	position: relative;
}

@media screen and (max-width: 768px) {
	.tantanmen-kv {
		transform: translateY(-5%);
	}
}

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

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

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

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

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

@media screen and (max-width: 768px) {
	.tantanmen-nav {
		height: 12.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; */
		width: 100%;
		gap: 40px;
		/* 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; */
		width: 17vw;
		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/gyokaitonkotsu/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;
	}
}

@media screen and (max-width: 768px) {
	/* .tantanmen-nav__item a:not(:first-child) {
		padding-left: 7.47vw;
	} */
	.tantanmen-nav__inner .tantanmen-nav__item:not(:last-of-type)::after {
		content: "";
		position: absolute;
		background: url(/brand/gyokaitonkotsu/images/menu_link_decoration.png) no-repeat center/contain;
		width: 21px;
		height: 22px;
		right: 24vw;
		top: 50%;
		transform: translateY(-50%);
	}

	.tantanmen-nav__inner .tantanmen-nav__item:not(:last-of-type)::before {
		content: "";
		position: absolute;
		background: url(/brand/gyokaitonkotsu/images/menu_link_decoration.png) no-repeat center/contain;
		width: 21px;
		height: 22px;
		left: 44vw;
		top: 50%;
		transform: translateY(-50%);
	}
}

@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/gyokaitonkotsu/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: #A70012;
	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: 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; */
	background: transparent;
}

.tantanmen-content::before {
	content: '';
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(8,8,8,0.8015581232492998) 10%, rgba(0,212,255,0) 100%);
	position: absolute;
	height: 250px;
	width: 100%;
	z-index: 0;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.tantanmen-content::before {
		height: 115px;
	}
}

.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: 30px;
}

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

.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: auto;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__point {
		width: 87.2vw;
		margin-top: 2.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: 5.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: 45.33vw;
	}
}

.tantanmen-point__wrap--01 {
}

.tantanmen-point__wrap--img01 {
	width: 497px;
	left: 718px;
	position: absolute;
	top: 75.5%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--img01 {
		width: 82.2vw;
    left: 0;
    position: absolute;
    transform: translate(-50%, 70%);
    left: 50%;
	}
}

.tantanmen-point__wrap--02 {
	margin: 130px 0;
}

.tantanmen-point__wrap--img02 {
	width: 497px;
	left: 223px;
	position: absolute;
	top: 81%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--img02 {
		width: 82.2vw;
    position: absolute;
    transform: translateY(-50%);
    transform: translate(-50%, 65%);
		top: -15px;
    left: 50%;
	}
}

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

.tantanmen-point__wrap--03 {
}

.tantanmen-point__wrap--img03 {
	width: 497px;
	left: 720px;
	position: absolute;
	top: 99%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--img03 {
		width: 82.2vw;
    position: absolute;
    transform: translateY(-50%);
    transform: translate(-50%, 60%);
		top: -57px;
    left: 50%;
	}
}

.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 {
	top: 45%;
	left: 195px;
}

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

.tantanmen-point__wrap--03 .tantanmen-point__contents-wrap {
	top: 60%;
	left: 168px;
}

@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: 82.2vw;
		top: -6px;
		left: 50%;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--02 .tantanmen-point__title {
		width: 87.2vw;
		left: 45%;
		top: -16px;
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-point__wrap--03 .tantanmen-point__title {
		width: 87.2vw;
		top: -66px;
		left: 52%;
	}
}

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

.tantanmen-point__wrap--01 .tantanmen-point__text-wrap {
	margin: 30px 0 0 30px;
}

.tantanmen-point__wrap--02 .tantanmen-point__text-wrap {
	margin: 12px 0 0 65px;
}

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

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

	.tantanmen-point__wrap--01 .tantanmen-point__text-wrap {
		bottom: -116vw;
	}

	.tantanmen-point__wrap--02 .tantanmen-point__text-wrap {
		bottom: -103.5vw;
	}

	.tantanmen-point__wrap--03 .tantanmen-point__text-wrap {
		bottom: -101.5vw;
	}
}

.tantanmen-point__text {
	font-size: 1.8rem;
	font-family: 游明朝体, "Yu Mincho";
	font-weight: 800;
}

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

.tantanmen-sec__cooking {
	margin-top: 270px;
	padding-top: 62px;
	padding-bottom: 120px;
	background: url(/brand/gyokaitonkotsu/images/inner_cooking.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.tantanmen-sec__cooking {
		margin-top: 30vw;
		padding-top: 28px;
		padding-bottom: 60px;
	}
}

.tantanmen-heading__cooking {
	width: 518px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__cooking {
		width: 100%;
		text-align: center;
		margin-top: -20px;
	}
}

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

.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: -15px;
}

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

.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 5.87vw;
		border-right: none;
		border-bottom: 1px solid #676767;
	}

	.tantanmen-cooking__wrap--02 {
		padding-left: 5.87vw;
	}
}

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

	img {
		width: 264px;
	}
}

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

		img {
			width: 100%;
		}
	}

	.tantanmen-cooking__wrap.tantanmen-cooking__wrap--01 .tantanmen-cooking__title-wrap {
		margin-top: -35px;
		width: 190px;
	}

	.tantanmen-cooking__wrap.tantanmen-cooking__wrap--02 .tantanmen-cooking__title-wrap {
		margin-top: -35px;
		width: 190px;
	}
}

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

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

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

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

.tantanmen-cooking__wrap--01 .tantanmen-cooking__step:not(:first-of-type).tantanmen-cooking__step--03 {
	margin-top: 50px;
}

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

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

@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;
}

.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num {
	top: -37px;
	left: -39px;
}

.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--02 .tantanmen-cooking__step-num {
	top: -42px;
	left: -39px;
}

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

	.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num {
		top: -8vw;
		left: -9.67vw;
	}

	.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--02 .tantanmen-cooking__step-num {
		top: -6.27vw;
		left: -9.67vw;
	}

	.tantanmen-cooking__wrap--01 .tantanmen-cooking__step--03 .tantanmen-cooking__step-num {
		top: -10.27vw;
		left: -9.67vw;
	}

	.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num {
		top: -8.27vw;
		left: -9.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: 302px;
}

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

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

@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;
	color: #000;
	font-family: 游明朝体, "Yu Mincho";
	font-weight: 800;
}

@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;
	font-family: 游明朝体, "Yu Mincho";
	font-weight: 800;
	text-align: center;
	color: #000;
}

@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: 21.07vw;
		padding-left: 5.87vw;
	}
}

.tantanmen-cooking__wrap--02 .tantanmen-cooking__step--01 .tantanmen-cooking__step-num::after {
	height: 332px;
	background: #6C6332;
}

@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 {
	padding-top: 50px;
	padding-bottom: 120px;
}

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

.tantanmen-heading__product {
	width: 518px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.tantanmen-heading__product {
		width: 100%;
		text-align: center;
	}
}

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

.tantanmen-product__wrap {
	display: flex;
	align-items: center;
	margin-top: 45px;
	padding-left: 2.2vw;
}

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

.tantanmen-product__contents-wrap {
	margin-top: 15px;
	margin-right: 75px;
}

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

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

.tantanmen-product__link-wrap {
	img {
		width: 360px;
		height: 88px;
	}
}

@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: 50%; */
	}
}

.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: #0954AD;
	border-radius: 23px;
	margin: 33px auto 0;
	padding: 7px 10px;
	transition: 0.3s;
	box-shadow: 0px 4px 0px 0px #0D243C;
}

@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/gyokaitonkotsu/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: #A70012;
	color: #fff;
	padding: 42px 0;
	text-align: center;
}

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

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap {
		width: 95%;
		margin: auto;
	}
}

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

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

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

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

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

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap li {
		display: inline-block;
	}

	.tantanmen-footer__link-wrap li:nth-of-type(odd) {
	}

	/* リンクが奇数個の場合 */
	.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 {
	}
}

@media screen and (max-width: 768px) {
	.tantanmen-footer__link-wrap li:nth-of-type(odd) {
	}
}

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

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

.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;
	width: 480px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.tantanmen-product__wrap.js-get_wp_img .tantanmen-product__img-wrap a {
		width: 100%;
	}
}

.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: 190px;
  height: 290px;
	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);
	}
}

/* animation */
@keyframes fixedPC {
  0% {
    top: -70px;
  }
  100% {
    top: -1px;
  }
}
@keyframes fixedSP {
  0% {
    top: -14.4vw;
  }
  100% {
    top: 0;
  }
}