@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html {
	height: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #000000;
	overflow-x: hidden;
}

h1, h2, h3 {
	margin: 0;
}

ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

.wrap {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.full_width img {
	max-width: none;
	width: 100%;
	height: auto;
}

#steak_content {
	overflow-x: hidden;
}

/* common */
header,
footer {
	position: relative;
	margin: 0 auto;
}

span.cr {
	display: block;
}

/* ----------------
   TOP
---------------- */
/* header */
header.steak_header {
	width: 100%;
	background: #f0eacb;
	overflow-x: hidden;
}

div.steak_main_image {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	background: url("../images/header.jpg") center top no-repeat;
	background-size: cover;
}

div.nav_outer {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 12px solid #dec000;
}

header.steak_header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

header.steak_header nav a {
	display: block;
	margin: 0 10px;
}

/* footer */
footer.steak_footer {
	width: 100%;
	padding: 50px 20px;
	background: #f0eacb;
	border-top: 1px solid #45a0b6;
}

div.footer_wrap {
	max-width: 1205px;
	width: 100%;
	margin: 0 auto;
}

h2.footer_title {
	font-size: 16pt;
}

div.footer_inner {
	display: flex;
	justify-content: space-between;
	margin: 15px auto 0 auto;
}

div.footer_logo {
	width: calc(460 / 1205 * 100%);
}

div.footer_address {
	width: calc(645 / 1205 * 100%);
}

ul.footer_caution {
	margin: 0 auto 30px auto;
	padding: 0 0 0 1em;
}

ul.footer_caution li {
	margin: 0 0 10px 0;
	text-indent: -1em;
}

ul.footer_caution a,
ul.footer_caution a:hover,
ul.footer_caution a:focus {
	color: #45a0b6;
}


/* contents */
section#campaign {
	position: relative;
	z-index: 10;
	padding: 50px 0 0 0;
	background: #f0eacb;
}

p.campaign_catch {
	line-height: 1.5em;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	color: #45a0b6;
}

div.campaign_chance {
	max-width: 1410px;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 20px;
	border-radius: 25px;
	background: #f01e00;
	line-height: 1.5em;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

div.campaign_chance span.campaign_chance_big {
	font-size: 3vw;
}

figure.campaign_bottom img {
	filter: drop-shadow(0 20px 10px rgba(216, 202, 158, 1));
}

section#present {
	padding: 100px 0 250px 0;
	background: url("../images/steak_wave_head.svg") center bottom repeat-x #f0eacb;
}

section#present .wrap {
	position: relative;
}

figure.campaign_p01 {
	position: absolute;
	z-index: 10;
	bottom: -30%;
	right: -7%;
	width: calc(600 / 1560 * 100%);
}

figure.campaign_p02 {
	position: absolute;
	z-index: 5;
	top: 52%;
	left: -10%;
	width: calc(550 / 1560 * 100%);
}

figure.campaign_p03 {
	position: absolute;
	top: -3%;
	width: calc(350 / 1560 * 100%);
}

figure.campaign_p04 {
	position: absolute;
	z-index: 5;
	top: 52.5%;
	right: -7%;
	width: calc(307 / 1560 * 100%);
}

figure.campaign_p05{
	position: absolute;
	top: 68%;
	width: calc(325 / 1560 * 100%);
}

figure.campaign_p06 {
	position: absolute;
	bottom: -5%;
	right: -7%;
	width: calc(489 / 1560 * 100%);
}


h1.content_title {
	text-align: center;
}

div.present_outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1560px;
	width: 100%;
}

div.present_inner {
	position: relative;
	z-index: 3;
	width: calc(740 / 1560 * 100%);
	margin: 140px auto 0 auto;

}

div.present_item_outer {
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #ffffff;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

figure.present_gift_text {
	margin: 20px auto 0 auto;
}

section#method {
	width: 100%;
	padding: 50px 0 100px 0;
	background: #55a0b6;
}

p.method_catch {
	margin: 30px auto 0 auto;
	line-height: 1.5em;
	font-size: 34pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

h2.method_sub_title {
	position: relative;
	z-index: 5;
	max-width: 920px;
	width: 100%;
	margin: 80px auto 0 auto;
	padding: 15px;
	border-radius: 50px;
	background: #d4b300;
	text-align: center;
}

figure.method_date {
	margin: 50px auto 0 auto;
	text-align: center;
}

div.method_outer {
	position: relative;
	z-index: 0;
	max-width: 1500px;
	width: 100%;
	margin: -3% auto 0 auto;
	padding: 100px 20px 30px 20px;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	color: #45a0b6;
}

p.method_quiz_catch {
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 3vw;
}

figure.method_orc_logo,
figure.method_p01 {
	margin: 50px auto 0 auto;
}

h3.method_quiz_title {
	margin: 50px auto 0 auto;
	line-height: 1em;
	font-size: 100pt;
}

p.method_quiz_caution {
	margin: 30px auto 0 auto;
	line-height: 1.5em;
	font-size: 2vw;
}

a.method_orc_link {
	display: block;
	max-width: 580px;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 10px;
	border-radius: 5px;
	background: #f01e00;
	line-height: 1em;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

p.method_quiz_text {
	margin: 30px auto 0 auto;
	line-height: 1.5em;
	font-size: 2.3vw;
}

a.go_form {
	display: block;
	max-width: 930px;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 20px;
	border-radius: 10px;
	background: #d4b300;
	line-height: 1em;
	font-size: 46pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

p.method_form_caution {
	margin: 30px auto 0 auto;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

section#chance {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	padding: 150px 0 50px 0;
	background: url("../images/steak_wave_foot.svg") center top repeat-x #f0eacb;
}

section#chance h1.content_title {
	width: calc(970 / 1560 * 100%);
	margin: 0 auto;
}

figure.chance_p01 {
	position: absolute;
	top: 7%;
	left: 80%;
	width: calc(240 / 1560 * 100%);
}

p.chance_catch {
	margin: 50px auto 0 auto;
	line-height: 1.8em;
	font-size: 2.3vw;
	font-weight: bold;
	text-align: center;
}

p.chance_catch span {
	font-size: 44pt;
}

h3.chance_title {
	margin: 50px auto 20px auto;
	font-size: 28pt;
	text-indent: -0.5em;
	color: #45a0b6;
}

div.chance_text_outer {
	display: flex;
}

p.chance_text_title {
	min-width: 6em;
}

p.chance_text_title,
p.chance_text,
p.chance_successful_text,
p.chance_successful_caution {
	line-height: 1.8em;
	font-size: 24pt;
}

p.chance_successful_caution {
	padding: 0 0 0 1em;
	text-indent: -1em;
}


div.top_contents_outer {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

div.top_contents_photo {
	display: flex;
	justify-content: center;
	width: 100%;
}

div.top_contents_photo figure {
	width: calc(640 / 1920 * 100%);
}

div.top_contents_title {
	padding: 3% 20px 1.5% 20px;
}

div.top_contents_title_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 1.5% 0;
}

figure.top_contents_title_left {
	margin: 0 1.5% 0 0;
}

figure.top_contents_title_center {
	margin: 0 1.5%;
}

figure.top_contents_title_right {
	margin: 0 0 0 1.5%;
}

div.top_contents_linker_outer {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

a.top_contents_linker {
	display: block;
	width: calc(555 / 1920 * 100%);
	margin: 0 20px;
}

div#steak_content .wrap {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

figure.steak_description_head {
	filter: drop-shadow(0 -20px 10px rgba(0, 0, 0, 0.2));
}

section#steak_description {
	position: relative;
	width: 100%;
}

figure.steak_description_p_left {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -630px;

}

figure.steak_description_p_right {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -600px;
}

h2.steak_description_title {
	position: relative;
	z-index: 10;
	padding: 0 20px;
	text-align: center;
}

div.steak_description_text {
	position: relative;
	z-index: 10;
	max-width: 1090px;
	width: 100%;
	line-height: 1.8em;
	margin: 3% auto 0 auto;
	padding: 0 20px;
	font-size: 18pt;
	font-weight: bold;
	color: #a74e38;
}

div.steak_description_text p {
	position: relative;
	z-index: 10;
}

div.steak_description_text p span {
	display: block;
	text-align: center;
}

figure.steak_description_foot {
	background: #a74e38;
}

figure.steak_description_foot img {
	filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.2));
}

figure.steak_profile_dot {
	text-align: center;
}

div.steak_profile_outer {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	width: 100%;
	margin: 3% auto 0 auto;
	padding: 0 20px;
}

div.steak_profile_inner {
	width: calc(740 / 1560 * 100%);
}

div.steak_profile_card {
	position: relative;
	width: calc(740 / 1560 * 100%);
	padding: 20px;
	background: #ffffff;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

figure.steak_profile_label {
	position: absolute;
	top: -5%;
	left: -7%;
	width: calc(370 / 700 * 100%);
}

figure.steak_profile_title_mobile {
	display: none;
	visibility: hidden;
}

p.steak_profile_name {
	margin: 15px auto 0 auto;
	font-size: 20pt;
	font-weight: bold;
}

p.steak_profile_text {
	margin: 15px auto 0 auto;
	line-height: 1.5em;
	font-size: 16pt;
	font-weight: bold;
}

section#steak_contents {
	width: 100%;
	padding: 0 0 50px 0;
	background: url("../images/steak_wave_head.svg") center bottom repeat-x #e7e2dd;
}

h2.steak_contents_title {
	margin: 0 auto 4% auto;
	text-align: center;
}

div.steak_contents_outer {
	margin: 0 auto 4% auto;
}

div.steak_article_outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

div.steak_article_outer article {
	position: relative;
	width: calc(494 / 1560 * 100%);
	margin: 0 0 4% 0;
	padding: 1.2% 1.2% 2.4% 1.2%;
	background: #ffffff;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

div.steak_article_outer article.steak_article_dummy,
div.steak_article_outer article.steak_article_end {
	background: transparent;
}

div.steak_article_outer article.steak_article_end {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	filter: none;
}

time.steak_article_time {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 106px;
	width: 100%;
	line-height: 1em;
	padding: 3px;
	border: 3px solid #000000;
	background: #fffcd5;
	font-size: 18pt;
	font-weight: 900;
	text-align: center;
}

p.steak_article_text {
	margin: 10px auto 0 auto;
	font-size: 1vw;
	font-weight: bold;
}

div.steak_sub_title_outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 1% auto;
}

figure.steak_sub_title {
	padding: 0 20px 0 0;
}

div.steak_content_extra {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 4% auto;
}

p.steak_content_extra_text {
	line-height: 1.8em;
	font-size: 14pt;
	font-weight: bold;
}

figure.steak_contents_vol02_ex01 {
	min-width: 158px;
	padding: 0 0 0 20px;
}

figure.steak_contents_vol03_ex01 {
	min-width: 206px;
	padding: 0 0 0 20px;
}

div.steak_campaign_outer {
	display: flex;
	justify-content: space-between;
}

div.steak_campaign_inner {
	padding: 0 4% 0 0;
}

figure.steak_campaign_p01 {
	width: calc(528 / 1560 * 100%);
}

p.steak_campaign_text {
	line-height: 1.8em;
	font-size: 13pt;
	font-weight: bold;
}

p.steak_campaign_text span {
	font-size: 16pt;
	font-weight: 900;
}

div.steak_campaign_linker_outer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 4% auto 0 auto;
}

figure.steak_souvenir_title {
	padding: 0 30px 0 0;
}

a.steak_campaign_linker {
	display: block;
}

div.steak_pager_outer {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 5% auto;
}

a.steak_pager_prev,
a.steak_pager_next {
	display: block;
	max-width: 400px;
	width: calc(400 / 1200 * 100%);
}

a.steak_pager_prev {
	padding: 0 20px 0 0;
}

a.steak_pager_next {
	padding: 0 0 0 20px;
}

section#steak_spot {
	padding: 50px 20px;
}

h2.steak_spot_title {
	line-height: 1.5em;
	text-align: center;
}

div.steak_spot_outer {
	display: flex;
	justify-content: space-between;
	max-width: 1520px;
	width: 100%;
	margin: 4% auto 0 auto;
}

div.steak_spot_inner {
	width: calc(687 / 1520 * 100%);
}

div.steak_spot_place {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
	color: #ffffff;
}

div.steak_spot_place figure {
	width: calc(260 / 687 * 100%);
}

div.steak_spot_place_inner h3 {
	font-size: 16pt;
}

div.steak_spot_place_inner {
	width: calc(390 / 687 * 100%);
	font-weight: bold;
}

p.steak_spot_place_text {
	margin: 10px 0 0 0;
	line-height: 1.8em;
	font-size: 12pt;
}

p.steak_spot_place_address {
	margin: 15px auto 0 auto;
	line-height: 1.5em;
	font-size: 11pt;
	word-wrap: break-word;
}

p.steak_spot_place_address a,
p.steak_spot_place_address a:hover,
p.steak_spot_place_address a:focus {
	color: #ffffff;
}

p.steak_spot_place_special {
	max-width: 290px;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #ffffff;
	font-size: 18pt;
	font-weight: 900;
	text-align: center;
	color: #495677;
}


/* ----------------
   STEAK
---------------- */

/* header */


/* navigation */


/* footer */


/* contents */



/* --------------------------------
   MEDIA QUERY
-------------------------------- */

@media (max-width: 767px) {
	span.cr {
		display: inline;
	}

	section#campaign {
		padding: 20px 0 0 0;
	}

	p.campaign_catch {
		font-size: 14pt;
		text-align: left;
	}

	div.campaign_chance {
		margin: 20px auto 0 auto;
		padding: 20px 15px;
		font-size: 14pt;
		text-align: left;
	}

	div.campaign_chance span.campaign_chance_big {
		font-size: 20pt;
	}

	section#present {
		padding: 50px 0 100px 0;
	}

	figure.campaign_p01,
	figure.campaign_p02,
	figure.campaign_p03,
	figure.campaign_p04,
	figure.campaign_p05,
	figure.campaign_p06,
	figure.chance_p01 {
		display: none;
		visibility: hidden;
	}

	div.present_outer {
		display: block;
	}

	div.present_inner {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	p.method_catch {
		margin: 30px auto 0 auto;
		font-size: 20pt;
		text-align: left;
	}

	h2.method_sub_title_date img {
		width: 60%;
	}

	div.method_outer {
		margin: -10% auto 0 auto;
		padding: 60px 20px;
	}

	p.method_quiz_catch {
		font-size: 18pt;
		text-align: left;
	}

	h3.method_quiz_title {
		margin: 30px auto 0 auto;
		font-size: 60pt;
	}

	p.method_quiz_caution {
		margin: 30px auto 0 auto;
		font-size: 14pt;
		text-align: left;
	}

	a.method_orc_link {
		font-size: 16pt;
	}

	a.go_form {
		font-size: 30pt;
	}

	p.method_quiz_text {
		font-size: 14pt;
		text-align: left;
	}

	p.method_form_caution {
		font-size: 14pt;
	}

	section#chance h1.content_title {
		width: 100%;
	}

	p.chance_catch {
		font-size: 18pt;
	}

	p.chance_catch span {
		font-size: 22pt;
	}

	h3.chance_title {
		font-size: 14pt;
	}

	p.chance_text_title, p.chance_text, p.chance_successful_text, p.chance_successful_caution {
		font-size: 10pt;
	}

	footer.steak_footer {
		padding: 0 20px 50px 20px;
	}

	div.footer_inner {
		display: block;
	}

	h2.footer_title {
		text-align: center;
	}

	div.footer_logo {
		width: 100%;
	}

	div.footer_address {
		width: 100%;
		margin: 30px auto 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	p.campaign_catch {
		font-size: 3vw;
	}

	div.campaign_chance {
		font-size: 3vw;
	}

	p.method_quiz_catch {
		font-size: 3.5vw;
	}

	p.method_quiz_caution {
		font-size: 3.5vw;
	}

	p.method_quiz_text {
		font-size: 3.5vw;
	}

	p.chance_catch {
		font-size: 2.7vw;
	}

	p.chance_text_title, p.chance_text, p.chance_successful_text, p.chance_successful_caution {
		line-height: 1.8em;
		font-size: 16pt;
	}

	figure.campaign_p03 {
		top: -7%;
	}

	figure.campaign_p02 {
		top: 52%;
		left: -20%;
	}

	p.chance_catch span {
		line-height: 2em;
		font-size: 5vw;
	}
}

@media (min-width: 1025px) and (max-width: 1479px) {

}

@media (min-width: 1480px) {

}

@media (min-width: 1920px) {
	p.campaign_catch {
		font-size: 36pt;
	}

	div.campaign_chance {
		font-size: 36pt;
	}

	div.campaign_chance span.campaign_chance_big {
		font-size: 42pt;
	}

	p.method_quiz_catch {
		font-size: 40pt;
	}

	p.method_quiz_caution {
		font-size: 30pt;
	}

	p.method_quiz_text {
		font-size: 36pt;
	}

	p.chance_catch {
		font-size: 30pt;
	}

}
