@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.pt {
	font-family: 'PT Sans', sans-serif;
}

/*		loader													*/
.loa {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
}
.loa > div {
	border: 2px solid rgba(116,198,149,.1);
	border-top-color: #74c695;
	border-radius: 100%;
	height: 48px;
	width: 48px;
	-o-animation: loaderSpin 1s infinite linear;
	-ms-animation: loaderSpin 1s infinite linear;
	-moz-animation: loaderSpin 1s infinite linear;
	-webkit-animation: loaderSpin 1s infinite linear;
	animation: loaderSpin 1s infinite linear;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@keyframes loaderSpin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-o-keyframes loaderSpin {
	0%   {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@-ms-keyframes loaderSpin {
	0%   {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-moz-keyframes loaderSpin {
	0%   {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes loaderSpin {
	0%   {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}

/*---- style ------------------------------------------------*/
*::selection {
	background: #74c695;
	color: #fff;
}
html {
	overflow: visible !important;
}
body {
	width: 100%;
	min-width: 1200px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 300;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: .06em;
	color: #181512;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body a {
	display: block;
}
#chew header h1 a:hover,
#chew header .g_nav li a:hover,
#chew header .sns li a:hover {
	opacity: .4;
}
#chew header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
#chew header * {
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
#chew header .inner {
	width: 100%;
	max-width: 1360px;
	min-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 34px 30px 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#chew header h1 {
	float: left;
	margin-top: 34px;
}
#chew header h1 a {
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew header h1 a object  {
	width: 144px;
}
#chew header .g_nav {
	float: left;
	margin: 48px 0 0 64px;
}
#chew header .g_nav li {
	float: left;
	margin-left: 30px;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew header .g_nav li:first-child {
	margin-left: 0;
}
#chew header .g_nav dt {
	font-size: 15px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	transform-origin: left;
	-o-transform-origin: left;
	-moz-transform-origin: left;
	-webkit-transform-origin: left;
}
#chew header .g_nav dd {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1;
}
#chew header .sns {
	float: right;
	text-align: center;
	width: 190px;
}
#chew header .sns .cart {
	display: table;
	width: 184px;
	height: 40px;
	border-radius: 20px;
	border: 3px solid #000;
	overflow: hidden;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew header .sns .cart:hover {
	background: #eee;
}
#chew header .sns .cart a {
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 24px;
	background: url(../img/icon_cart.png) no-repeat right 24px center;
	background-size: auto 40%;
}
#chew header .sns ul {
	text-align: center;
	font-size: 0;
}
#chew header .sns li {
	display: inline-block;
	margin-top: 10px;
	position: relative;
}
#chew header .sns li a {
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew header .sns li:nth-child(2) {
	margin: 0 14px;
}
#chew header .sns li:nth-child(3) {
    margin-right: 14px;
}
#chew header .menubtn,
#chew header .closebtn {
	display: none;
}
#chew header.active {
	border-bottom: 2px solid #74c695;
}
#chew header.active .inner {
	padding: 10px 30px 4px;
}
#chew header.active h1 {
	margin-top: 0;
	transform: scale(.8);
	-o-transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
}
#chew header.active .g_nav {
	margin: -2px 0 0 60px;
}
#chew header.active .g_nav dt {
	opacity: 0;
}
#chew header.active .g_nav dd {
}
#chew header.active .sns .cart {
	margin-top: 4px;
}
#chew header.active .sns ul {
	height: 0;
}
#chew header.active .sns ul li {
	opacity: 0;
	margin-top: 20px;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
body,
#chew,
#chew main {
	width: 100%;
	min-width: 1200px;
	overflow-x: hidden !important;
}
#chew main h1 {
	display: none;
}
#chew main section h2 {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 100px;
}
#chew main section h2 strong {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	border-bottom: 4px solid #000;
	line-height: 1.2;
}
#chew main section h3 {
	margin-top: 60px;
	font-size: 27px;
	font-weight: 500;
}
#chew main section .read {
	font-size: 16px;
	margin-top: 30px;
}
#chew main .visual {
	position: relative;
	width: 100%;
	min-width: 1200px;
	/*height: 100vh;*/
	margin: 0 auto;
	text-align: center;
	border-top: 164px solid #74c695;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*#chew main .visual .slider {
	height: 100%;
}
#chew main .visual .slider li:nth-child(1){background: url(../img/visual_01.jpg) no-repeat center center;}
#chew main .visual .slider li:nth-child(2){background: url(../img/visual_02.jpg) no-repeat center center;}
#chew main .visual .slider li:nth-child(3){background: url(../img/visual_03.jpg) no-repeat center center;}*/
#chew main .visual .slider li {
	background-size: cover !important;
	/*height: 100%;*/
}
#chew main .visual .arrow {
	position: absolute;
	bottom: 130px;
	width: 100%;
	text-align: center;
}
#chew main .about {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#chew main .about .img {
	width: 100%;
	margin-top: 36px;
	text-align: center;
}
#chew main .about .box {
	width: 100%;
	height: 795px;
	margin-top: 46px;
	background: url(../img/about_bg.png) no-repeat center 0px;
}
#chew main .about .box .con h4 {
	font-size: 23px;
	text-align: left;
	line-height: 1.2;
}
#chew main .about .box .con1 {
	float: left;
}
#chew main .about .box .con1 figure {
	float: left;
	margin: 56px 0 0 76px;
}
#chew main .about .box .con1 .textarea {
	float: left;
	margin: 56px 0 0 20px;
}
#chew main .about .box .con1 .textarea p {
	margin: 20px 0 0 -18px;
}
#chew main .about .box .con2 {
	float: right;
}
#chew main .about .box .con2 figure {
	float: left;
	margin: 44px 40px 0 0;
}
#chew main .about .box .con2 .textarea {
	float: left;
	margin: 58px 72px 0 0;
}
#chew main .about .box .con2 .textarea p {
	margin: 10px 0 0 0;
}
#chew main .about .box .con3 {
	float: left;
}
#chew main .about .box .con3 figure {
	float: left;
	margin: 122px 10px 0 80px;
}
#chew main .about .box .con3 .textarea {
	float: left;
	margin: 130px 0 0 0;
}
#chew main .about .box .con3 .textarea p {
	margin-top: 10px;
}
#chew main .about .box .con4 {
	float: right;
	margin: 10px 80px 0 0;
}
#chew main .about .box .con4 figure {
	float: right;
	margin-top: 32px;
}
#chew main .about .box .con4 h4 {
	float: left;
	margin-left: 10px;
}
#chew main .about .box .con4 p {
	margin: 14px 0 0 0;
}

/*ここから追加*/

#chew main .about .box .con5 {
	margin: 100px auto 0;
	text-align: center;
	width: 470px;
	clear: both;
}
#chew main .about .box .con5 .textarea {
}

#chew main .about .box .con5 figure {
	float: left;
	margin: 5px 5px 14px 35px;
}
#chew main .about .box .con5 h4 {
	float: left;
	margin: 0;
}
#chew main .about .box .con5 p {
	margin: 14px 0 0 -30px;
}

/* 追加ここまで */

#chew main .realization {
	width: 100%;
	background: #f0f7f3;
	padding: 42px 0;
}
#chew main .realization .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 100px;
}
#chew main .realization h2 {
	font-size: 21px;
}
#chew main .realization p {
	font-size: 14px;
	margin-top: 10px;
}
#chew main .story {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}
#chew main .story .read {
	margin-top: 10px;
}
#chew main .story .con1 {
	padding: 40px 140px 92px;
	margin-top: 42px;
	background: url(../img/story_bg_01.png) no-repeat center top;
	width: 820px;
}
#chew main .story .con1 h4 {
	font-size: 24px;
	margin-bottom: 40px;
	border-bottom: 4px #000;
}
#chew main .story .con1 h5 {
	font-size: 15px;
	font-weight: 300;
	margin: 40px 0;
	background: #eee599;
	display: inline-block;
}
#chew main .story .con1 p {
	font-size: 15px;
	text-align: left;
}
#chew main .story .con {
	width: 830px;
	margin: 0 auto;
}
#chew main .story .con figure,
#chew main .story .con .textarea {
	float: left;
	text-align: left;
}
#chew main .story .con h4 {
	font-size: 23px;
	line-height: 1.5;
}
#chew main .story .con h4 span {
	border-bottom: 3px dashed #afcca5;
}
#chew main .story .con p {
	font-size: 14px;
	text-align: left;
}
#chew main .story .con2 {
	margin-top: 120px;
}
#chew main .story .con2 .textarea {
	width: 450px;
	margin: 10px 0 0 36px;
}
#chew main .story .con2 p {
	margin-top: 20px;
}
#chew main .story .con3 {
	margin-top: 64px;
	padding: 40px 46px;
	background: url(../img/story_bg_02.png) no-repeat center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#chew main .story .con3 p {
	margin-top: 10px;
}
#chew main .story .con3 li {
	font-size: 13px;
	margin-top: 5px;
}
#chew main .story .con3 li:first-child {
	margin-top: 10px;
}
#chew main .story .con3 li i {
	background-color: #afcca5;
	border-radius: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
	margin-right: 6px;
}
#chew main .story .con3 figure {
	float: right;
}
#chew main .story .con4  {
	margin-top: 70px;
}
#chew main .story .con4 .textarea {
	width: 590px;
}
#chew main .story .con4 .textarea p {
	margin-top: 20px;
}
#chew main .story .con4 figure {
	float: right;
	margin-top: 40px;
}
#chew main .wave {
	margin-top: 160px;
}
#chew main .wave,
#chew main .wave img {
	width: 100%;
}
#chew main .products {
	text-align: center;
	padding-bottom: 110px;
}
#chew main .products .con figure {
	float: left;
	cursor: pointer;
	pointer-events: painted;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew main .products .con figure:hover {
	opacity: .6;
}
#chew main .products .con figure figcaption {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
}
#chew main .products .con figure figcaption i {
	display: inline-block;
	font-style: normal;
	color: #fff;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
}
#chew main .products .con1 {
	width: 920px;
	margin: 30px auto 0;
}
#chew main .products .con1 figure figcaption i {
	background: #000;
}
#chew main .products .con1 .size {
	float: left;
	text-align: left;
	margin: 8px 0 0 30px;
	width: 480px;
	border-top: 1px dashed #000;
	font-size: 13px;
}
#chew main .products .con1 .size li {
	padding: 8px 0 12px 6px;
	border-bottom: 1px dashed #000;
}
#chew main .products .con1 .size h4 {
	font-weight: 300;
}
#chew main .products .con1 .size h4 strong {
	font-size: 18px;
	font-weight: 300;
}
#chew main .products .con1 .size h4 sub {
	font-size: 11px;
}
#chew main .products .con1 .size dl {
	margin-top: 4px;
	letter-spacing: 0;
}
#chew main .products .con1 .size dt {
	width: 66px;
	text-align: justify;
	float: left;
}
#chew main .products .con1 .size dd {
	float: left;
	width: 394px;
	margin-left: 14px;
}
#chew main .products .con1 .attention {
	text-align: left;
	float: right;
	width: 480px;
	margin-top: 20px;
}
#chew main .products .con1 .attention h5 {
	font-size: 10px;
	font-weight: 300;
	text-indent: -.5em;
}
#chew main .products .con1 .attention li {
	font-size: 10px;
	margin-left: 1em;
	text-indent: -1em;
}
#chew main .products .con2,
#chew main .products .con3 {
	width: 820px;
	padding: 100px;
	margin: 100px auto 0;
	text-align: left;
	position: relative;
}
#chew main .products .con2 {
	background: url(../img/products_bg_01.png) no-repeat left -60px center;
}
#chew main .products .con3 {
	background: url(../img/products_bg_02.png) no-repeat left -60px center;
}
#chew main .products .con2 figure figcaption i,
#chew main .products .con2 .btn {
	background-color: #ff7489;
}
#chew main .products .con3 figure figcaption i,
#chew main .products .con3 .btn {
	background-color: #d1c728;
}
#chew main .products .con2 figcaption {
	margin-left: 30px;
	color: #ff7489;
}
#chew main .products .con3 figcaption {
	margin-left: 30px;
	color: #d1c728;
}
#chew main .products .con2 .textarea,
#chew main .products .con3 .textarea {
	float: left;
	width: 510px;
	margin-left: 28px;
}
#chew main .products .con2 h4,
#chew main .products .con3 h4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
}
#chew main .products .con2 h4 strong,
#chew main .products .con3 h4 strong {
	font-weight: 500;
}
#chew main .products .con2 p,
#chew main .products .con3 p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8;
}
#chew main .products .con2 h5,
#chew main .products .con3 h5 {
	font-size: 18px;
	margin-top: 22px;
	font-weight: 500;
}
#chew main .products .con2 li,
#chew main .products .con3 li {
	font-size: 13px;
}
#chew main .products .con2 li strong,
#chew main .products .con3 li strong {
	font-size: 18px;
	font-weight: 500;
}
#chew main .products .con2 li sub,
#chew main .products .con3 li sub {
	font-size: 11px;
}
#chew main .products .con2 h6,
#chew main .products .con3 h6 {
	margin-top: 26px;
	font-size: 12px;
}j
#chew main .products .con2 .textarea,
#chew main .products .con3 .textarea {
	float: left;
	width: 510px;
	margin-left: 28px;
}
#chew main .products .con2 .btn,
#chew main .products .con3 .btn {
	width: 190px;
	height: 44px;
	border-radius: 22px;
	margin-left: -10px;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew main .products .con2 .btn:hover,
#chew main .products .con3 .btn:hover {
	opacity: .6;
}
#chew main .products .con2 .btn a,
#chew main .products .con3 .btn a {
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding-right: 20px;
	margin-top: 46px;
	background: url(../img/icon_cart_wh.png) no-repeat right 24px center;
}
#chew main .products .con3 .pear {
	position: absolute;
	text-align: center;
	top: 314px;
	right: 120px;
}
#chew main .products .con3 .pear p {
	font-size: 13px;
	line-height: 1.6;
}
#chew main .products .video {
	margin-top: 80px;
}
#chew main .project {
	text-align: center;
	background: #eee;
	width: 100%;
	min-width: 1100px;
	padding-bottom: 90px;
}
#chew main .project .con {
	text-align: left;
}
#chew main .project .con h4 {
	font-size: 30px;
}
#chew main .project .con p a {
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
}
#chew main .project .con p a:hover {
	text-decoration: underline;
}
#chew main .project .con p {
	font-size: 13px;
	margin-top: 14px;
	text-align: justify;
}
#chew main .project .box {
	width: 1012px;
	margin: 40px auto 0;
}
#chew main .project .con1 {
	background: url(../img/project_bg_01.png) no-repeat center center;
	width: 488px;
	height: 620px;
	float: left;
}
#chew main .project .con2 {
	background: url(../img/project_bg_02.png) no-repeat center center;
	width: 510px;
	height: 596px;
	float: right;
	margin-top: 108px;
	position: relative;
	z-index: 2;
}
#chew main .project .con3 {
	background: url(../img/project_bg_03.png) no-repeat center center;
	width: 890px;
	height: 414px;
	margin: -10px auto 0;
	position: relative;
	z-index: 1;
}
#chew main .project .con1 figure {
	margin: 52px 0 0 70px;
}
#chew main .project .con1 .textarea {
	margin: 34px 0 0 50px;
	width: 400px;
}
#chew main .project .con2 figure {
	margin: 54px 0 0 60px;
}
#chew main .project .con2 .textarea {
	margin: 16px 0 0 40px;
	width: 436px;
}
#chew main .project .con3 figure {
	padding: 50px 0 0 76px;
	float: left;
}
#chew main .project .con3 .textarea {
	margin: 90px 0 0 40px;
	width: 480px;
	float: left;
}
#chew main .project .moretreees {
	background: url(../img/project_bg_04.png) no-repeat center center;
	width: 100%;
	min-width: 1100px;
	height: 463px;
	margin: 56px auto;
}
#chew main .project .moretreees h4 {
	padding-top: 70px;
}
#chew main .project .moretreees h5 {
	font-size: 15px;
	font-weight: 500;
	margin-top: 46px;
}
#chew main .project .moretreees h5 a {
	display: inline;
}
#chew main .project .moretreees h5 a:hover {
	text-decoration: underline;
}
#chew main .project .moretreees p {
	font-size: 15px;
	margin-top: 20px;
}
#chew main .project .moretreees h6 {
	font-size: 15px;
	font-weight: 500;
	margin-top: 40px;
}
#chew main .project .moretreees ul {
	width: 100%;
	font-size: 0;
}
#chew main .project .moretreees ul li {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin: 0 10px;
}
#chew main .project .moretreees .member {
	margin: 10px 0 0 5px;
}
#chew main .shop {
	text-align: center;
	padding-bottom: 120px;
}
#chew main .shop ul {
	width: 716px;
	margin: 20px auto 0;
}
#chew main .shop ul li {
	width: 345px;
	float: left;
	text-align: left;
	margin-top: 16px;
	position: relative;
	overflow: hidden;
}
#chew main .shop ul li:nth-child(2n) {
	margin-left: 16px;
}
#chew main .shop ul li:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid #231815;
	border-right: 12px solid #fff;
	border-left: 12px solid #fff;
	border-bottom: none;
	position: absolute;
	left: -12px;
	top: 0;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}
#chew main .shop ul li:hover:after {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
#chew main .shop ul li a {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #231815;
	padding: 4px 0 4px 16px;
}
#chew main .shop p {
	width: 716px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0;
	color: #000;
	margin-top: -12px;
	line-height: 1;
}
/*#chew main .food_nav {
	background: #f9f9f9;
	margin-top: 129px;
	padding: 50px 0;
	color: #666;
}
#chew main .food_nav .inner {
	width: 920px;
	margin: 0 auto;
	padding: 0 90px;
}
#chew main .food_nav .inner > div {
	width: 33%;
	float: left;
}
#chew main .food_nav .inner h3 {
	font-size: 17px;
	display: table;
	height: 90px;
}
#chew main .food_nav .inner h3 span {
	display: table-cell;
	vertical-align: middle;
}
#chew main .food_nav .inner ul li {
	font-size: 12px;
	margin-bottom: 10px;
}
#chew main .food_nav .inner ul li a {
	color: #444;
	display: inline-block;
}
#chew main .food_nav .inner ul li a:hover {
	text-decoration: underline;
}*/
#chew main .pagetop {
	position: fixed;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	text-align: center;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#chew main .pagetop:hover {
	background: rgba(245,245,245,0.6);
}
#chew main .pagetop a {
	padding-top: 20px;
	width: 120px;
	height: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#chew main .pop_mo {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	background-color: rgba(255,255,255,0.9);
}
#chew main .pop_mo .pop_box {
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
}
#chew main .pop_mo .pop_box .pop_cell {
	display: table-cell;
	vertical-align: middle;
}
#chew main .pop_mo .close {
	position: absolute;
	top: 100px;
	right: 100px;
	cursor: pointer;
	pointer-events: painted;
}
/*#chew footer {
	background: #e9e9e9;
	text-align: center;
	padding: 24px 0 9px;
}
#chew footer small {
	display: block;
	font-size: 10px;
	margin-top: 6px;
}*/
#chew.sp header h1 {
	margin: 0 auto;
	float: left;
	text-align: left;
}
#chew.sp header h1 a:hover {
	opacity: 1;
}
#chew.sp header h1 object {
	width: 300px;
}
#chew.sp header h1 object svg {
	width: 100%;
	height: 100%;
}
#chew.sp header .menubtn,
#chew.sp header .closebtn {
	display: block;
	cursor: pointer;
	pointer-events: painted;
	width: 100px;
	position: absolute;
	top: 50px;
	right: 30px;
}
#chew.sp header .closebtn img,
#chew.sp header .menubtn img {
	width: 100%;
}
#chew.sp header .closebtn {
	z-index: 100000;
	visibility: hidden;
}
#chew.sp header .nav_warp {
}
#chew.sp header .g_nav {
	margin: 0;
	float: none;
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0,0,0,.8);
	/*display: block !important;
	opacity: 1 !important;
	visibility: visible !important;*/
	z-index: 2;
}
#chew.sp header .g_nav ul {
	display: table-cell;
	vertical-align: middle;
	width: 100% !important;
}
#chew.sp header .g_nav li:first-child {
	margin-top: 0;
}
#chew.sp header .g_nav li {
	float: none;
	margin: 100px 0 0 0;
	width: 100%;
}
#chew.sp header .g_nav li br {
	display: none;
}
#chew.sp header .g_nav dt {
	font-size: 70px;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 1.2;
}
#chew.sp header .g_nav dd {
	font-size: 40px;
	color: #fff;
	text-align: center;
	width: 100%;
}
#chew.sp header .sns {
	margin: 40px 140px 0 0;
	width: 500px;
}
#chew.sp header .sns .cart {
	width: 80px;
	float: right;
	border-radius: 50%;
}
#chew.sp header .sns .cart a {
	font-size: 0;
	width: 80px;
	height: 80px;
	background-size: 50% auto;
	background-position: center center;
}
#chew.sp header .sns ul {
	float: right;
}
#chew.sp header .sns ul li {
	width: 80px;
	margin: 0 14px 0 0;
}
#chew.sp header .sns ul li img {
	width: 100%;
}
@charset "UTF-8";

footer {
    color: #000;
    font-size: 1.6rem;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-footer {
    border-top: 1px solid #e3e3e3;
}
.p-footer--sns {
    max-width: 1440px;
    min-width: 1220px;
    margin: 0 auto;
}
.p-footer--sns .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.p-footer--sns .list li.sns_btn {
    padding: 20px 0;
}
.p-footer--sns .list li.sns_btn > *:not(:last-child) {
    margin-right: 10px;
}
.p-footer--sns .list li img{
    vertical-align: middle;
}
.p-footer--sns .list li.sns_btn a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    border: 2px solid #e3e3e3;
    border-radius: 50px;
    font-weight: normal;
    line-height: 26px;
}
.p-footer--sns .list li.sns_btn a:hover {
    background: #e3e3e3;
}
.p-footer--sns .list li.sns_btn > *:not(:last-child) {
    margin-right: 10px;
}
.p-footer--sns .list li {
    width: calc(100% / 4.1);
    text-align: center;
}
.p-footer--sns .list li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
footer {
    background-color: #ffffff;
}
.p-footer--bg {
    background: #f3f3f3;
}
.p-footer--sns .list li.sns_btn > *:not(:last-child) {
    margin-right: 10px;
}
.p-footer--sns .list li a span {
    display: inline-block;
    margin-left: 10px;
    color: #787878;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
footer a {
    color: #000;
    text-decoration: none;
}
footer .p-footer--sns .list li a {
    color: #000;
    text-decoration: none;
}
.pagetop-inner-bg {
    display: none;
}
.p-footer--sns .list li img {
    width: 10%;
    margin-top: 1%;
}
.p-footer--sns .list li a {
    display: block;
    padding: 20px 0;
}
.p-footer--sns .list li:nth-child(4) img{
    margin-top: 1%;
}
.p-footer--nav_area nav .ft-title,.brand_menu .ft-title {
    padding-left: 5px;
    font-weight: bold;
    font-size: 17px;
    border-left: 3px solid #0f524d;
}
.brand_menu .ft-title {
    border-left: none;
}
.brand_menu .ft-title.normal{
    padding-left: 0;
}
.p-footer--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 50px 0px;
}
.p-footer--nav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 70%;
    flex-basis: 68%;
    padding: 50px 6% 40px 6%;
}
.p-footer--nav_area nav {
    padding:0;
    margin-left: 2%;
    width: 80%
}
.p-footer--nav_area nav:nth-child(2){
    width: 40%;
}
.p-footer--nav_area nav .nav-list,.brand_menu .nav-list {
    margin-top: 20px;
}
.p-footer--nav_area nav:first-child .nav-list {
    display: inline-block;
    vertical-align: top;
}
.p-footer--contents{
    max-width: 1440px;
    /*min-width: 1220px;*/
    margin: 0 auto;
}
.p-footer--nav_area_sp {
    display: none;
    width: 100%;
    background: #f3f3f3;
}
.p-footer--nav_area nav .nav-list li a,.brand_menu .nav-list li a {
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
}
.p-footer--nav_area nav .nav-list li a:hover,.brand_menu .nav-list li a:hover {
    color: #000;
    opacity: 0.7;
    text-decoration: none;
}
.p-footer--nav_area nav .nav-list + .nav-list {
    /*margin-left: 120px;*/
}
.p-footer--nav_area nav:first-child .nav-list{
    float: left;
    width: 35%;
}
.p-footer--nav_area nav:first-child .nav-list:nth-child(3){
    float: left;
    padding-left: 10%;
}
.p-footer--nav_area nav .nav-list li,.brand_menu .nav-list li {
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 25px;
}
.brand_menu {
    padding-left: 6%;
    /*background: #f8f8f8;*/
    width: 18.5%;
    padding: 50px 0 40px 6%;
}

footer #footer-logo {
    background-color: #f3f3f3;
    padding-top: 15px;
    text-align: center;
}
footer #footer-logo {
    content: "";
    clear: both;
    display: block;
}
footer #footer-logo p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 8px;
    font-family: 'PT Sans', sans-serif;
    color: #666;
}
footer #footer-logo div {
    height: 18px;
    margin-top: 6px;
}
footer nav li {
    border-left: none;
    display: block;
    padding: inherit;
}
footer nav {
    margin: inherit;
    padding: inherit;
}
.brand_menu .nav-list li{
    line-height: 22px;
}
.brand_menu .nav-list li{
    line-height: 22px;
}
.brand_menu .nav-list li.flg a{
	display: inline-block;
	margin-right: 5px;
}
.brand_menu .nav-list li.flg a img{
	width: 50px;
}

@media screen and (max-width: 750px) {
.p-footer--nav_area nav:first-child .nav-list + .nav-list {
    margin-left: 0;
}
.p-footer--sns,.p-footer--contents{
    width: 100%;
    min-width: 100%;
}
.p-footer--sns .list li.sns_btn {
    padding: 15px;
}
.p-footer--sns .list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.p-footer--sns .list li {
    width: 100%;
    text-align: left;
}
.p-footer--sns .list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.p-footer--sns .list li a {
    padding: 15px;
    position: relative;
}
.p-footer--sns .list li.sns_btn a::after,section.p-footer--contents div.brand_menu,.p-footer--nav_area {
    display: none;
}
.p-footer--nav_area_sp {
    display: block;
}
div#pagetop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 999;
}
dl.accordion dd.dd01 {
    display: none;
}
dl.accordion:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}
.p-footer--contents {
    padding: 0;
}
.p-footer--nav_area_sp dl dt {
    font-size: 15px;
    font-weight: normal;
}
dl.accordion b{
    font-weight: normal;
}
dl.accordion{
    margin-bottom: 0;
}
.p-footer--nav_area_sp dl dt {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    padding: 15px;
    position: relative;
}
.p-footer--nav_area_sp dl dt::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
dt.open::after {
    -webkit-transform: translateY(-50%) rotate(135deg) !important;
    transform: translateY(-50%) rotate(135deg) !important;
}
.p-footer--nav_area_sp dl dd li a {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
}
.p-footer--sns .list li img{
    display: inline-block;
}
.p-footer--nav_area_sp .nav-list{
    margin-bottom: 10px;
}
.p-footer--sns .list li img{
    vertical-align: middle;
}
.clearfix:after {
    visibility: inherit;
}

}

.brand_menu .nav-list li.flg p.title {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 15px;
    font-weight: bold;
}

.brand_menu .nav-list li.flg.overseas a {
    display: block;
    margin-bottom: 5px;
}