@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif;
	line-height: 2;
	counter-reset:number;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: none;
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend{ color: inherit;}

select,input,button,textarea{ font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif; }

pre,code,kbd,samp,tt{
	font-family: monospace;
	line-height: 100%;
}

main { display: block; }

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #f69;
	text-decoration: none;
}
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none; }

li img,
dt img,
dd img{ vertical-align: top; }

img {
	max-width: 100%;
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
body { -webkit-text-size-adjust: 100%; }

.clear { clear: both; }
.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* 共通スタイル */
body {
	color: #533c34;
}
a:hover {
	opacity: 0.7;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#wrapper > header {
	top: 0;
	right: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
}
#wrapper > header .icon {
	top: 0;
	right: 0;
	z-index: 50;
	cursor: pointer;
	position: absolute;
	background: #533c34;
}
#wrapper > header .icon span,
#wrapper > header .icon:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	position: absolute;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#wrapper > header .icon:after {
	left: 0;
	right: 0;
	bottom: 20px;
	content: "";
	width: 40px;
	height: 9px;
	margin: 0 auto;
	display: block;
	position: absolute;
	background: url(../images/menu.svg) no-repeat center center;
	background-size: 100% 100%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#wrapper > header .icon span {
	width: 36px;
    height: 0;
    display: block;
    padding-top: 2px;
    overflow: hidden;
    background: #fff;
}
#wrapper > header .icon:before {
	content: "";
	width: 36px;
	height: 20px;
	display: block;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wrapper > header.open .icon span {
	bottom: 0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#wrapper > header.open .icon:before {
	bottom: 0;
	height: 2px;
	border-width: 1px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#wrapper > header.open .icon:after {
	opacity: 0;
}
#wrapper > header nav {
	top: 0;
    color: #fff;
    z-index: 30;
    height: 100vh;
    right: -100%;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 2.6;
    position: absolute;
    padding: 180px 35px 50px;
    box-sizing: border-box;
    background: rgba(50,50,50,.8);
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

#wrapper > header.open nav {
	right: 0;
}
#wrapper > header nav a {
	display: block;
	padding: 0 15px;
}
#wrapper > header nav a:hover {
	color: #fff;
	background: #000;
}

@media screen and (min-width:1001px){
	/* PC版スタイル  */
	body { font-size: 14px; }
	.sp { display: none !important; }

	#wrapper > header .icon {
		width: 80px;
		height: 80px;
	}
	#wrapper > header.open nav {
		right: 0;
	}
	#wrapper > header.open nav ul {
		width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	#wrapper > header nav > ul > li {
		border-bottom: 1px solid #fff;
	}
	#wrapper > header nav a {
		padding: 20px 0;
	}
}

@media screen and (max-width:1000px){
	/* SP版スタイル */
	body { font-size: 12px; }
	.pc { display: none !important; }

	#wrapper > header .icon {
		width: 50px;
		height: 50px;
	}
	#wrapper > header .icon:before {
		width: 23px;
		height: 16px;
	}
	#wrapper > header .icon span,
	#wrapper > header .icon:before {
		bottom: 10px;
	}
	#wrapper > header .icon span {
		width: 23px;
	}
	#wrapper > header .icon:after {
		bottom: 7px;
		width: 30px;
	}
	#wrapper > header nav {
		top: 0;
		color: #fff;
		z-index: 30;
		height: 100vh;
		right: -100%;
		width: 100%;
		overflow: auto;
		font-size: 14px;
		padding: 59px 0 50px;
	}
	#wrapper > header nav li {
		position: relative;
		border-bottom: 1px solid #707070;
	}
	#wrapper > header nav li:first-child {
		border-top: 1px solid #707070;
	}
	#wrapper > header nav li::after {
		position: absolute;
		content: "";
		background: url(../images/arrow_w.svg) no-repeat;
		width: 15px;
		height: 15px;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	#wrapper > header nav a {
		display: block;
		padding: 22px 20px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#inner
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#inner {
	position: relative;
}
#inner .sns {
	position: absolute;
    display: flex;
	justify-content: space-between;
}
#inner .sns a {
	display: block;
    height: auto;
}
@media screen and (min-width:1001px){
	#inner .sns {
		width: 77px;
		margin: 40px 0 0 40px;
	}
	#inner .sns a.Insta {
		width: 24px;
	}
	#inner .sns a.youtub {
		width: 34px;
	}
}
@media screen and (max-width:1000px){
	#inner .sns {
		width: 59px;
		margin: 15px 0 0 15px;
	}
	#inner .sns a.Insta {
		width: 18px;
	}
	#inner .sns a.youtub {
		width: 25px;
	}

}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#mainVis {
	width: 100%;
	/*height: 100vh;*/
	display: flex;
	justify-content: center;
}
#mainVis .ttl_head-logo {
	margin: 0 auto;
}
#mainVis .ttl_catch {
	margin: 0 auto;
}
#mainVis .ttl_catch,
#mainVis .txt_catch {
	text-align: center;
	position: relative;
}

@media screen and (min-width:1001px){
	#mainVis {
		min-height: 700px;
		background: url(../images/top_pc_bg.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}
	#mainVis .mainVis_item{
		align-self: center;
	}
	#mainVis .ttl_head-logo {
		width: 164px;
		padding: 0 0 74px;
	}
	#mainVis .ttl_catch {
		font-size: 24px;
		margin-bottom: 35px;
	}
	#mainVis .ttl_catch::before {
		position: absolute;
		content: "";
		width: 28px;
		height: 1px;
		background: #533c34;
		transform: rotate(45deg);
		top: 0;
		bottom: 0;
		left: -30px;
		margin: auto;
	}
	#mainVis .ttl_catch::after {
		position: absolute;
		content: "";
		width: 28px;
		height: 1px;
		background: #533c34;
		transform: rotate(-45deg);
		top: 0;
		bottom: 0;
		right: -30px;
		margin: auto;
	}
	#mainVis .txt_catch {
		text-align: center;
		line-height: 28px;
	}	
}
@media screen and (max-width:1000px){
	#mainVis {
		min-height: 461px;
		background: url(../images/top_sp_bg.jpg) no-repeat;
		background-position: top center;
		background-size: 100%;
		background-color: #fffab5;
	}
	#mainVis .mainVis_item{
		padding-top: 69px;
	}
	#mainVis .ttl_head-logo {
		width: 87px;
		padding: 0 0 31px;
	}
	#mainVis .ttl_catch {
		width: 270px;
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 27px;
		letter-spacing: 0.02rem;
	}
	#mainVis .txt_catch {
		width: 273px;
		margin-bottom: 27px;
		line-height: 24px;
		text-align: left;
	}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#slider
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#slider > ul {
	display: block;
	position: relative;
}
#slider li img {
	width: 100%;
}
@media screen and (min-width:1001px){
	#slider li {
		width: 376px;
	}
}
@media screen and (max-width:1000px){
	#slider li {
		width: 225px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#concept
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#concept {
    margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
#concept::before {
	position: absolute;
    content: "";
    background: url(../images/footprints.svg) no-repeat;
    height: auto;
    margin: auto;
    z-index: 1;
}
#concept .bg_concept {
	background: #f5f0e6;
	position: relative;
}
#concept .bg_concept::before {
	position: absolute;
	content: "";
	display: block;
    z-index: -1;
    height: 100%;
    background-color: #f5f0e6;
	border-radius: 0 30px 30px 0;
}
#concept .text_flex {
	display: flex;
    justify-content: flex-start;
}
#concept .img_flex{
	display: flex;
	position: absolute;
}
@media screen and (min-width:1001px){
	#concept {
		width: 960px;
		padding: 200px 100px 0 0;
		letter-spacing: 0.05rem;
	}
	#concept::before {
		width: 81px;
		top: 118px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#concept .bg_concept {
		border-radius: 0 30px 30px 0;
		padding: 100px 100px 470px 0;
	}
	#concept .bg_concept::before {
		top: 0;
		left: 0;
		width: 100vw;
		transform: translateX(-90%);
	}
	#concept .text_flex {
		width: 860px;
	}
	#concept .flex_item {
		max-width: 650px;
		padding: 0 29px 0 0;
	}
	#concept .logo {
		width: 110px;
	}
	#concept .ttl_concept {
		font-size: 24px;
		margin-bottom: 38px;
	}
	#concept .txt_concept{
		line-height: 28px;
	}
	#concept .img_flex{
		width: 960px;
		bottom: 100px;
	}
}
@media screen and (max-width:1000px){
	#concept {
		width: 100%;
		padding: 121px 0 0 0;
		letter-spacing: 0.05rem;
	}
	#concept::before {
		width: 51px;
		top: 50px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#concept .bg_concept {
		padding: 50px 50px 477px 50px;
	}
	#concept .text_flex {
		flex-wrap: wrap;
	}
	#concept .flex_item {
		width: 100%;
		order: 2;
	}
	#concept .logo {
		width: 50px;
		margin: 0 auto 31px;
		order: 1;
	}
	#concept .ttl_concept {
		font-size: 15px;
		text-align: center;
		line-height: 25px;
		margin-bottom: 33px;
		letter-spacing: 0.01rem;
	}
	#concept .txt_concept {
		line-height: 24px;
	}
	#concept .img_flex {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		bottom: 51px;
	}
	#concept .img_flex .img_item {
		width: 275px;
	}
	#concept .img_flex .img_item:first-child {
		margin-bottom: 30px;
	}
}
@media (orientation: landscape) and (max-width: 1000px){
	#concept .bg_concept {
		padding: 50px 50px 264px 50px;
	}
	#concept .img_flex {
		bottom: 51px;
	}
	#concept .img_flex .img_item:first-child {
		margin-bottom: 0;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#products
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#products .products_inner {
	display: flex;
    justify-content: center;
}
#products .products_item  {
	align-self: center;
	box-sizing: border-box;
	position: relative;
}
#products .products_item::before {
	position: absolute;
    content: "";
    background: url(../images/footprints.svg) no-repeat;
    height: auto;
    margin: auto;
    z-index: 1;
}
@media screen and (min-width:1001px){
	#products {
		padding: 344px 0 0;
	}
	#products .products_item  {
		width: 960px;
	}
	#products .products_item::before {
		width: 81px;
		top: -220px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#products .ttl_catch {
		font-size: 24px;
		text-align: center;
		margin-bottom: 33px;
	}
	#products .txt_catch {
		text-align: center;
		margin-bottom: 98px;
		letter-spacing: 0.05rem;
		line-height: 28px;
	}
}
@media screen and (max-width:1000px){
	#products {
		padding: 190px 0 0;
	}
	#products .products_inner {
		padding: 0 50px;
	}
	#products .products_item  {
		width: 100%;
	}
	#products .products_item::before {
		width: 51px;
		top: -130px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#products .ttl_catch {
		font-size: 15px;
		text-align: center;
		line-height: 25px;
		margin-bottom: 30px;
	}
	#products .txt_catch {
		text-align: left;
		margin-bottom: 50px;
		letter-spacing: 0.05rem;
		line-height: 24px;
	}

}

/*.menu_food*/
#products .menu_item {
	position: relative;
}
#products .menu_item::before {
    position: absolute;
    content: "";
    margin: auto;
}
#products .menu_item:nth-child(1):before {
	background: url(../images/img_food_01_new.png) no-repeat;
	background-size: cover;
}
#products .menu_item:nth-child(2):before {
	background: url(../images/img_food_02_new.png) no-repeat;
	background-size: cover;
}
#products .menu_item:nth-child(3):before {
	background: url(../images/img_food_03_new.png) no-repeat;
	background-size: cover;
}
#products .menu_item:nth-child(4):before {
	background: url(../images/img_food_04_new.png) no-repeat;
	background-size: cover;
}
/*****
#products .menu_item:nth-child(5):before {
	background: url(../images/img_food05.gif) no-repeat;
	background-size: cover;
}
#products .menu_item:nth-child(6):before {
	background: url(../images/img_food06.gif) no-repeat;
	background-size: cover;
}
#products .menu_item:nth-child(7):before {
	background: url(../images/img_food07.gif) no-repeat;
	background-size: cover;
}
#products .menu_item:nth-child(8):before {
	background: url(../images/img_food00.gif) no-repeat;
	background-size: cover;
}
*****/
#products .menu_item figure img.circle {
	border-radius: 50%;
	width: 93.333%;
}
#products .menu_food {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    gap: 30px;
}
#products .menu_food .ttl_food,
#products .menu_food .txt_expo {
	color: #533c34;
	text-align: center;
}
#products .menu_food .txt_food {
	color: #505050;
	border-top: solid 1px #bebebe;
}
@media screen and (min-width:1001px){
	#products .menu_food {
		width: 960px;
		margin: 300px auto 0;
	}
	#products .menu_item {
		width: 300px;
	}
	#products .menu_item:nth-child(-n+6) {
		margin-bottom: 196px;
	}
	#products .menu_item::before {
		width: 120px;
		height: 152px;
		top: -100px;
		left: 0;
		right: 0;
	}
	#products .menu_item figure {
		margin-bottom: 30px;
	}
	#products .menu_item figure img.circle {
		height: 280px;
		margin: 0 10px;
	}
	#products .menu_food .ttl_food {
		font-size: 16px;
		letter-spacing: -0.01rem;
		padding-bottom: 20px;
	}
	#products .menu_food .txt_food {
		padding-top: 30px;
		width: 260px;
		margin: 0 auto;
		letter-spacing: 0.01rem;
	}
	#products .menu_food .txt_expo {
		font-size: 16px;
		margin: 0 auto 23px;
	}
	#products .menu_food .txt_expo02 {
		width: 260px;
		margin: 0 auto;
	}
	#products .menu_food .menu_size {
		width: 260px;
		margin: 29px auto 0;
		color: #505050;
	}
}

@media screen and (max-width:1000px){
	#products .menu_food {
		width: 100%;
		max-width: 578px;
		margin: 141px auto 0;
		padding: 0 50px;
		box-sizing: border-box;
		justify-content: center;
	}
	#products .menu_item {
		width: 274px;
		margin-bottom: 141px;
	}
	#products .menu_item:nth-last-of-type(-n+2) {
		margin-bottom: 50px;
	}
	#products .menu_item::before {
		width: 110px;
		height: 137px;
		top: -100px;
		left: 0;
		right: 0;
	}
	#products .menu_item figure {
		text-align: center;
		margin-bottom: 18px;
	}
	#products .menu_item figure img.circle {
		min-width: 255px;
		height: 255px;
	}
	#products .menu_food .ttl_food {
		font-size: 13px;
		padding-bottom: 11px;
	}
	#products .menu_food .txt_food {
		padding-top: 15px;
		margin: 0 auto;
	}
	#products .menu_food .txt_expo {
		font-size: 16px;
		margin: 0 auto 15px;
		line-height: 16px;
	}
	#products .menu_food .txt_expo02 {
		margin: 0 auto;
	}
	#products .menu_food .menu_size {
		margin: 37px auto 0;
	}
}

/*menu_snack*/
#products .menu_snack {
    margin: 0 auto;
}
#products .snack_flex {
	display: flex;
    justify-content: space-between;
}
#products .snack_flex figure {
    height: auto;
}
#products .snack_flex .snack_item .ttl_menu {
	color: #533c34;
    text-align: center;
	border-bottom: solid 1px #bebebe;
}
#products .snack_flex .snack_item .txt_menu {
	color: #505050;
}
#products .snack_flex .snack_item .ttl_menu span {
	display: block;
}
@media screen and (min-width:1001px){
	#products .menu_snack {
		width: 960px;
		margin-top: 98px;
	}
	#products .snack_flex figure.snack_flex-photo {
		width: 630px;
	}
	#products .snack_flex .snack_item {
		width: 270px;
	}
	#products .snack_flex .snack_item .snack_item-img {
		width: 270px;
		margin-bottom: 31px;
	}
	#products .snack_flex .snack_item .ttl_menu {
		padding: 0 5px 21px;
	}
	#products .snack_flex .snack_item .txt_menu {
		padding: 31px 5px 0;
	}
}
@media screen and (max-width:1000px){
	#products .menu_snack {
		width: 100%;
	}
	#products .snack_flex {
		flex-wrap: wrap;
	}
	#products .snack_flex figure.snack_flex-photo {
		width: 100%;
	}
	#products .snack_flex .snack_item {
		width: 100%;
	}
	#products .snack_flex .snack_item .snack_item-img {
		width: 233px;
		margin: -50px auto 16px;
	}
	#products .snack_flex .snack_item .snack_item-img img {
		width: 100%;
	}
	#products .snack_flex .snack_item .ttl_menu {
		font-size: 13px;
		padding: 0 0 8px;
		margin: 0 50px 0;
	}
	#products .snack_flex .snack_item .txt_menu {
		padding: 15px 50px 0;
	}
}

/*logo_products*/
#products .logo_products {
	display: flex;
    justify-content: center;
	position: relative;
}
#products .logo_products::before {
	position: absolute;
    content: "";
    background: url(../images/footprints.svg) no-repeat;
    height: auto;
    margin: auto;
    z-index: 1;
}
#products .btn a {
	display: block;
	color: #fff;
	text-align: center;
	background: #533c34;
	margin: 0 auto;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background;
}
#products .btn a:hover {
	background: #000;
	opacity: 1;
}
@media screen and (min-width:1001px){
	#products .logo_products {
		padding: 284px 0 50px;
	}
	#products .logo_products::before {
		width: 81px;
		top: 46px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#products .logo_products img {
		width: 109px;
	}
	#products .btn a {
		width: 860px;
		font-size: 20px;
		border-radius: 10px;
		padding: 50px 10px 45px;
	}
}
@media screen and (max-width:1000px){
	#products .logo_products {
		padding: 191px 0 25px;
	}
	#products .logo_products::before {
		width: 51px;
		top: 50px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#products .logo_products img {
		width: 51px;
	}
	#products .btn {
		padding: 0 25px;
	}
	#products .btn a {
		width: 100%;
		font-size: 13px;
		line-height: 18px;
		border-radius: 10px;
		padding: 24px 8px 20px;
	}
	#products .btn a span {
		display: inline-block;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#message
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#message figure {
	height: auto;
	margin: 0 auto;
}
#message figure figcaption {
	text-align: center;
}
#message .link_area {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#message .link_area a:hover {
	opacity: 0.7;
}
@media screen and (min-width:1001px){
	#message {
		padding: 200px 0 0;
	}
	#message .ttl_message {
		font-size: 24px;
		text-align: center;
		margin-bottom: 33px;
	}
	#message .txt_message {
		text-align: center;
		margin-bottom: 40px;
		letter-spacing: 0.05rem;
		line-height: 28px;
	}
	#message .txt_message:last-of-type {
		margin-bottom: 0;
	}
	#message .txt_company {
		font-size: 14px;
		text-align: center;
		margin-bottom: 40px;
		letter-spacing: 0.05rem;
		line-height: 38px;
	}
	#message .txt_company:last-of-type {
		margin-bottom: 0;
	}
	#message figure {
		width: 630px;
		margin-top: 98px;
	}
	#message figure img {
		border-radius: 20px;
	}
	#message figure figcaption {
		font-size: 16px;
		margin-top: 30px;
	}
	#message .link_area {
		width: 760px;
		margin-top: 200px;
	}
	#message .link_area a {
		width: 361px;
	}
	#message .link_area a img {
		width: 100%;
	}
}
@media screen and (max-width:1000px){
	#message {
		padding: 98px 0 0;
	}
	#message .ttl_message {
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 30px;
	}
	#message .txt_message {
		text-align: left;
		letter-spacing: 0.05rem;
		line-height: 24px;
		margin: 0 50px 36px;
	}
	#message .txt_message:last-of-type {
		margin-bottom: 0;
	}
	#message .txt_company {
		text-align: left;
		letter-spacing: 00rem;
		line-height: 24px;
		margin: 0 50px 36px;
	}
	#message .txt_company:last-of-type {
		margin-bottom: 0;
	}
	#message figure {
		padding: 0 25px;
		margin-top: 50px;
	}
	#message figure img {
		width: 100%;
		border-radius: 20px;
	}

	#message figure figcaption {
		font-size: 12px;
		margin-top: 15px;
	}
	#message .link_area {
		flex-wrap: wrap;
		padding: 0 25px;
		margin-top: 100px;
	}
	#message .link_area a {
		width: 100%;
	}
	#message .link_area a:first-child {
		margin-bottom: 21px;
	}
	#message .link_area a img {
		width: 100%;
	}

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	color: #fff;
	background: #533c34;
	text-align: center;
	position: relative;
}
footer #page_top {
	position: absolute;
}
footer #page_top a {
	display: block;
    background: #000;
    border-radius: 50%;
    text-align: center;
	position: relative;
}
footer #page_top a::before {
	content: "";
    position: absolute;
    margin: auto;
    z-index: 1;
    background: url(../images/arrow_w.svg) no-repeat;
}
footer .ttl_foot-logo {
    margin: 0 auto;
}
footer .ttl_footer {
	text-align: center;
}
footer .sns {
	position: absolute;
    display: flex;
	justify-content: space-between;
}
footer .sns a {
	display: block;
    height: auto;
}
@media screen and (min-width:1001px){
	footer {
		margin-top: 98px;
		padding: 50px 0;
	}
	footer #page_top {
		top: -30px;
		right: 0;
		margin-right: 120px;
	}
	footer #page_top a {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		line-height: 60px;
	}
	footer .ttl_foot-logo {
		width: 110px;
	}
	footer .ttl_footer {
		margin-top: 50px;
	}
	footer .copy {
		margin-bottom: 35px;
	}
	footer #page_top a::before {
		top: 24px;
		left: 20px;
		width: 21px;
		height: 21px;
		right: 20px;
	}
	footer .sns {
		width: 77px;
		margin: 0 40px 40px 0;
		right: 0;
	}
	footer .sns a.Insta {
		width: 24px;
	}
	footer .sns a.youtub {
		width: 34px;
	}
}
@media screen and (max-width:1000px){
	footer {
		font-size: 10px;
		margin-top: 49px;
		padding: 48px 0 51px;
	}
	footer .ttl_foot-logo {
		width: 50px;
	}
	footer .ttl_footer {
		margin-top: 25px;
	}
	footer .copy {
		margin-bottom: 18px;
	}
	footer #page_top a::before {
		top: 24px;
		left: 20px;
		width: 21px;
		height: 21px;
		right: 20px;
	}
	footer .sns {
		width: 59px;
		margin: 0 15px 15px 0;
		right: 0;
	}
	footer .sns a.Insta {
		width: 18px;
	}
	footer .sns a.youtub {
		width: 25px;
	}

}