* {
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}

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

main {
	display: block;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	color: #000;
}

.click-none {
	pointer-events: none;
}

.fixed_header,
.scroll_nav,
.top_header,
.main,
.dainagoyaten,
.footer {
	width: 100%;
}

.sub_inner,
.inner {
	margin: 0 auto;
}

.sub_inner {
	width: 990px;
}

.inner {
	width: 960px;
}

.fixed_header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: #ed7100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.nav_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 630px;
}

.scroll_nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #ed7100;
}

.scroll_nav .nav_top_img {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 70px;
}

.scroll_nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: fixed;
	width: 40px;
	height: 37px;
	top: 30px;
	right: 35px;
	z-index: 200;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 16px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(16px) rotate(-45deg);
	transform: translateY(16px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

.credit .inner .credit_text {
	margin-top: 20px;
	color: #666;
	font-size: 1.3rem;
}

.credit .inner .credit_text .caution {
	margin-top: 5px;
	font-size: 1.2rem;
}

.dainagoyaten {
	margin: 100px 0;
}

.dainagoyaten .exception_inner .content_box {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dainagoyaten .exception_inner .content_box .content_img {
	position: relative;
	bottom: 30px;
}

.dainagoyaten .exception_inner .content_box .content_text {
	display: flex;
	align-items: center;
}

.dainagoyaten .exception_inner .content_box .content_text .text {
	color: #000;
	font-size: 2rem;
	margin-right: 10px;
	font-weight: bold;
}

.footer {
	background: #ed7100;
	height: 280px;
	display: flex;
	align-items: center;
}

.footer .inner {
	position: relative;
}

.footer .inner .page_top {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: -15px;
	right: 30px;
}

.footer .inner .content_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .inner .logo_box {
	height: 80px;
	margin-bottom: 50px;
}

.footer .inner .logo_box .content_img {
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
}

.footer .inner .logo_box .content_img:first-child {
	justify-content: flex-end;
	padding-right: 30px;
	border-right: 2px solid #000;
}

.footer .inner .logo_box .content_img:last-child {
	justify-content: flex-start;
	padding-left: 30px;
}

.footer .inner .logo_box .content_img img {
	max-height: 80%;
}

.footer .inner .beams_box .content_img {
	text-align: center;
	margin-bottom: 10px;
}

.footer .inner small {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

.inner {
	width: 940px;
}

.spot_contents:first-child::before,
.spot_contents:after {
	content: "";
	display: block;
	background-repeat: repeat-x;
	background-position: center;
	height: 6px;
	background-image: url("../img/spot/line.png");
	background-size: 30px;
}

.main {
	margin-top: 100px;
}

.main .main_content {
	position: relative;
	padding: 100px 0;
}

.main .main_content .top_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .main_content .top_wrapper .main_img {
	display: flex;
	align-items: center;
}

.main .main_content .top_wrapper .main_text {
	position: absolute;
	top: 400px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.7;
}

.main .spot_contents .spot_content {
	margin: 80px 0;
}

.main .spot_contents .spot_content .topic_box {
	display: flex;
	justify-content: space-between;
}

.main .spot_contents .spot_content .topic_box .topic_text {
	width: 480px;
}

.main .spot_contents .spot_content .topic_box .topic_text h2 {
	font-size: 2.8rem;
	line-height: 1.7;
	margin: 25px 0;
}

.main .spot_contents .spot_content .topic_box .topic_text h2 span {
	background-image: url("../img/spot/under_line.png");
	background-repeat: repeat-x;
	background-position: bottom 4px right;
	background-size: 10px;
}

.main .spot_contents .spot_content .topic_box .topic_text .topic_sub_text {
	font-size: 1.4rem;
}

.main .spot_contents .spot_content .topic_box .topic_text .topic_sub_text .cooperation {
	margin-top: 5px;
}

.main .spot_contents .spot_content .topic_box .topic_img {
	width: 420px;
}

.main .spot_contents .spot_content .recommender_content {
	margin-top: 30px;
	position: relative;
}

.main .spot_contents .spot_content .recommender_content .recommend_frame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.main .spot_contents .spot_content .recommender_content .recommender_box {
	display: flex;
	align-items: center;
	height: 160px;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_img {
	margin-left: 10px;
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text {
	text-align: center;
	line-height: 2.4;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text p {
	font-size: 1.2rem;
	color: #000;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text p img {
	vertical-align: middle;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text .name {
	font-size: 2rem;
	color: #ed7100;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text .name span {
	font-size: 1.2rem;
}

.main .spot_contents .spot_content .recommender_content .sub_comment_box {
	position: absolute;
	top: -20px;
	right: 0;
	width: 204px;
}

.main .spot_contents .spot_content .recommender_content .sub_comment_box .sub_comment_frame {
	position: relative;
}

.main .spot_contents .spot_content .recommender_content .sub_comment_box .sub_comment_frame .sub_comment {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}

.main .spot_contents .spot_content .sub_topic_box {
	margin-top: 20px;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic {
	display: flex;
	align-items: baseline;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic .number {
	background: #ed7100;
	color: #fff;
	width: 16px;
	height: 16px;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic .text {
	padding-left: 10px;
	color: #ed7100;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {

body *.forPC {
	display: inline;
}

body *.forTAB,
body *.forSP,
body *.forSP_small {
	display: none;
}

.btn {
	transition: 0.3s;
}

.btn:hover {
	opacity: 0.5;
}

.page_link {
	transition: 0.2s;
	color: #f39800;
	border-bottom: 1px solid #f39800;
	padding-bottom: 2px;
}

.page_link:hover {
	border-bottom: 1px solid transparent;
}

.page_link:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url("../img/assets/clone_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	margin-left: -10px;
	position: relative;
	left: 15px;
}

.not_page_link {
	transition: 0.2s;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

.food_page_link {
	transition: 0.2s;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

.food_page_link:hover {
	border-bottom: 1px solid transparent;
}

.food_page_link:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url("../img/assets/clone_black_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	margin-left: -10px;
	position: relative;
	left: 15px;
}

.scroll_nav {
	z-index: 103;
}

.h_img_1 {
	width: 320px;
}

.dainagoyaten .exception_inner {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	padding: 0 40px;
	background-image: url("../img/assets/pc/dainagoyaten_bg.png");
	background-size: 40px;
}

.dainagoyaten .exception_inner .content_box .content_img .d_img_1 {
	width: 360px;
}

.footer .inner .page_top span {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	top: 5px;
	margin-left: 10px;
}

.footer .inner .beams_box .content_img img {
	width: 90%;
}

.topic_right {
	order: 1;
}

.main .main_content .top_wrapper .main_img h1 img {
	width: 850px;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text {
	margin-left: 60px;
}

}

@media print, screen and (min-width: 1200px) {

.footer .inner .page_top {
	top: -15px;
	right: -90px;
}

}

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

body *.forTAB {
	display: inline;
}

}

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

body *.forPC {
	display: none;
}

body *.forSP {
	display: inline;
}

.sub_inner {
	width: calc(100vw * (710 / 750));
}

.inner {
	width: calc(100vw * (680 / 750));
}

.page_link {
	color: #f39800;
	border-bottom: 0.13vw solid #f39800;
	padding-bottom: 0.67vw;
}

.page_link:after {
	content: '';
	display: inline-block;
	width: 3.2vw;
	height: 2.67vw;
	background-image: url("../img/assets/clone_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-bottom: 0.13vw solid transparent;
	margin-left: -2.93vw;
	position: relative;
	left: 4vw;
}

.not_page_link {
	color: #000;
	border-bottom: 0.13vw solid #000;
	padding-bottom: 0.67vw;
}

.food_page_link {
	word-break: break-word;
	color: #000;
	border-bottom: 0.13vw solid #000;
	padding-bottom: 0.67vw;
}

.food_page_link:after {
	content: '';
	display: inline-block;
	width: 3.2vw;
	height: 2.67vw;
	background-image: url("../img/assets/clone_black_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-bottom: 0.13vw solid transparent;
	margin-left: -2.93vw;
	position: relative;
	left: 4vw;
}

.fixed_header {
	height: 14.67vw;
}

.nav_wrapper {
	height: 124vw;
}

.scroll_nav .nav_top_img {
	margin-bottom: 4vw;
}

.scroll_nav .nav_top_img img {
	display: none;
}

.scroll_nav ul {
	flex-wrap: wrap;
}

.scroll_nav ul li {
	width: 100%;
}

.scroll_nav ul li .page_Nav_Inner img {
	width: 90.67vw;
}

.h_img_1 {
	width: 42.67vw;
}

.menu-trigger span {
	width: 7.33vw;
}

.menu-trigger {
	position: fixed;
	width: 6.67vw;
	height: 5.87vw;
	top: calc(17.6vw * (1 / 4));
	right: 5.33vw;
}

.menu-trigger span:nth-of-type(2) {
	top: 2.67vw;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2.67vw) rotate(-45deg);
	transform: translateY(2.67vw) rotate(-45deg);
}

.credit .inner .credit_text {
	margin-top: 6vw;
	font-size: 2.8vw;
}

.credit .inner .credit_text .caution {
	margin-top: 1.33vw;
	font-size: 2.8vw;
}

.dainagoyaten {
	margin: 22.67vw 0 17.33vw 0;
}

.dainagoyaten .exception_inner {
	width: 90.67vw;
	height: 24vw;
	margin: 0 auto;
	padding: 5.33vw;
	background-size: 5.33vw;
	background-image: url("../img/assets/sp/dainagoyaten_bg.png");
}

.dainagoyaten .exception_inner .content_box .content_img {
	padding-left: 7.33vw;
	bottom: 3.6vw;
}

.dainagoyaten .exception_inner .content_box .content_img .d_img_1 {
	width: 58.53vw;
}

.dainagoyaten .exception_inner .content_box .content_text .d_img_2 {
	width: 6vw;
}

.footer {
	height: 53.33vw;
}

.footer .inner {
	padding-top: 10.67vw;
}

.footer .inner .page_top {
	top: -2vw;
	right: 0.67vw;
	font-size: 3.2vw;
}

.footer .inner .page_top span {
	border-top: 0.4vw solid #fff;
	border-right: 0.4vw solid #fff;
	transform: rotate(-45deg);
	content: "";
	display: inline-block;
	width: 2.4vw;
	height: 2.4vw;
	position: relative;
	top: 0.67vw;
	margin-left: 1.33vw;
}

.footer .inner .content_box .content_img .f_img_1 {
	width: 31.73vw;
}

.footer .inner .content_box .content_img .f_img_2 {
	width: 24.27vw;
}

.footer .inner .content_box .content_img .f_img_3 {
	width: 13.33vw;
}

.footer .inner .logo_box {
	height: auto;
	margin-bottom: 6.67vw;
}

.footer .inner .logo_box .content_img {
	width: 50%;
}

.footer .inner .logo_box .content_img:first-child {
	padding-right: 5.33vw;
	border-right: 0.27vw solid #000;
}

.footer .inner .logo_box .content_img:last-child {
	padding-left: 8vw;
}

.footer .inner .logo_box .content_img img {
	max-height: 100%;
}

.footer .inner .beams_box .content_img {
	margin-bottom: 1.33vw;
}

.footer .inner small {
	font-size: 2.67vw;
	font-weight: bold;
}

.inner {
	width: 86.93vw;
	padding: 0 0.67vw;
}

.spot_contents:last-child::after {
	display: none;
}

.main {
	margin-top: 14.67vw;
}

.main .main_content {
	padding: 16vw;
}

.main .main_content .top_wrapper .main_img h1 {
	display: flex;
}

.main .main_content .top_wrapper .main_img h1 img {
	width: 79.33vw;
	height: 100%;
}

.main .main_content .top_wrapper .main_text {
	top: 75.33vw;
	font-size: 3.73vw;
	line-height: 1.9;
}

.main .spot_contents .spot_content {
	margin: 10vw 0;
}

.main .spot_contents .spot_content .topic_box {
	justify-content: center;
	flex-wrap: wrap;
}

.main .spot_contents .spot_content .topic_box .topic_text {
	width: 100%;
}

.main .spot_contents .spot_content .topic_box .topic_text h2 {
	margin: 5.33vw 0;
	font-size: 4.8vw;
}

.main .spot_contents .spot_content .topic_box .topic_text h2 span {
	background-size: 1.6vw;
	background-position: bottom 0.67vw right;
}

.main .spot_contents .spot_content .topic_box .topic_text .topic_sub_text {
	font-size: 3.2vw;
	margin-bottom: 8vw;
}

.main .spot_contents .spot_content .topic_box .topic_text .topic_sub_text .cooperation {
	margin-top: 8vw;
}

.main .spot_contents .spot_content .topic_box .topic_img {
	width: 100%;
}

.main .spot_contents .spot_content .topic_box .topic_img img {
	width: 85.33vw;
}

.main .spot_contents .spot_content .recommender_content {
	margin-top: 9.33vw;
}

.main .spot_contents .spot_content .recommender_content .recommend_frame {
	margin-left: -1.47vw;
}

.main .spot_contents .spot_content .recommender_content .recommend_frame img {
	width: 87.47vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box {
	height: 76vw;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 2.67vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_img {
	width: 100%;
	margin-left: -0.13vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_img img {
	width: 80vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text {
	width: 100%;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text p {
	font-size: 3.2vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text p img {
	width: 22vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text .name {
	font-size: 4vw;
	line-height: 1.3;
	margin-top: 2.67vw;
	margin-bottom: 2vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text .name span {
	font-size: 3.2vw;
}

.main .spot_contents .spot_content .recommender_content .recommender_box .recommender_text .more {
	line-height: 2;
}

.main .spot_contents .spot_content .recommender_content .sub_comment_box {
	width: 37.33vw;
	top: -20.67vw;
	right: -4.67vw;
}

.main .spot_contents .spot_content .recommender_content .sub_comment_box img {
	width: 37.33vw;
}

.main .spot_contents .spot_content .recommender_content .sub_comment_box .sub_comment_frame .sub_comment {
	font-size: 3.2vw;
	line-height: 1.5;
}

.main .spot_contents .spot_content .recommender_content .last_box {
	top: -7.33vw;
}

.main .spot_contents .spot_content .sub_topic_box {
	margin-top: 8vw;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic {
	justify-content: space-between;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic {
	margin-bottom: 7.33vw;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic .number {
	width: 5.33vw;
	height: 5.33vw;
	font-size: 2.93vw;
}

.main .spot_contents .spot_content .sub_topic_box .sub_topic .text {
	width: 77.33vw;
	font-size: 3.2vw;
	padding: 0;
}

.dainagoyaten {
	margin: 17.33vw 0;
}

}

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

.menu-trigger span {
	height: 2px;
}

}

