body {
	color: #222;
	background-color: #fff;
	font-family: 'Source Sans Pro', 'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	font-size: 1.4em;
	-webkit-text-size-adjust: 100%;
	line-height: 1.428;
	letter-spacing: 0.08em;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
}
html>body {
	font-size: 10px;
	font-size: 62.5%;
	font-size: 1rem;
}
*+html body {
	margin: 0;
	padding: 0;
}
html, * {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'MyFontFamily';
	src: url('myfont-webfont.eot?')format('eot'), url('myfont-webfont.woff')format('woff'), url('myfont-webfont.ttf')format('truetype'), url('myfont-webfont.svg#svgFontName')format('svg');
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon/icomoon.eot');
	src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media print {
	a[href]:after {
		content: none;
	}
	abbr[title]:after {
		content: none;
	}
}
html {
	height: 100%;
}
h1, .h1 {
	font-size: 36px;
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 30px;
	font-size: 2rem;
}
h3, .h3 {
	font-size: 24px;
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 18px;
	font-size: 1.5rem;
}
h5, .h5 {
	font-size: 14px;
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 12px;
	font-size: 1rem;
}
p, .p, li, dt, dd {
	font-size: .9rem;
	line-height: 1.7;
}
a {
	text-decoration: none;
	outline: 0;
	color: #666;
}
a:hover,
a img:hover {
	transition: all 0.3s ease-out;
	background-color: #fff;
	opacity: .7;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
ul {
	zoom: 100%;
}
ul:after {
	/*content: "";*/
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
li {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 3px double #444;
	margin: 1em 0;
}


/*----- Layout -----*/

.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.wrapper {
	overflow: hidden;
}
.container-zerohalf {
	display: block;
	width: 98%;
	padding: 0;
	margin: 1rem auto;
}
.container-half {
	display: block;
	width: 48%;
	margin-bottom: 2em;
}
.container-XS {
	width: 96%;
	max-width: 300px;
	margin: 0 auto;
}
.container-XS p {
	font-size: 0.8rem;
}
.container-S, .container-SM, .container-M, .container-L {
	width: 92%;
	margin: 0 auto;
}
.col-flex {
	width: auto;
	height: 300px;
}

.col-split-2, .split-4 {
	display: block;
	width: 48%;
	margin-bottom: 1em;
}
.col-split-3, .col-split-4 {
	display: block;
	width: 31%;
	height: auto;
	padding: 3% 1%;
	/*margin-right: auto;
	margin-left: auto;*/
	text-align: center;
}
.col-split-7 {
	width: 30%;
	padding: 2% 1%;
	text-align: center;
	margin-bottom: 1em;
}
.middle-inner {
	width: 80%;
	margin: 0 auto;
	padding: 3em 0;
}
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-spacebetween {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-spacearound {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-align-center {
	box-pack: center;
	flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
}
.center-left {
	display: inline-block;
	text-align: left;
}
.center {
	margin: 0 auto;
}

.submit-btn {
	display: none;
}


/*----- Element -----*/


/* Text */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.text-shadow {
	text-shadow: 1px 1px 1px #fff;
}
.semibold {
	font-weight: bold;
	font-size: 1.3rem;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: .7rem;
}
.title, .second-title, .third-title {
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.title {
	padding: 1.2rem 0;
	text-align: center;
}
.subtitle {
	font-size: .9rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.second-title {
	border-bottom: 2px solid #444;
	padding: 2.5em 0 0;
	margin-bottom: 2em;
	text-align: left;
	width: 30%;
}
.third-title {
	border-bottom: 1px solid #444;
	padding: 0;
	text-align: left;
}
.title-line {
	position: relative;
	display: inline-block;
	padding: 0;
}
.item-title {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 1.5em 0 .5em;
	text-align: center;
}
.nm {
	font-size: 0.7rem;
}


/* FontColor */
.color-red {
	color: #e5224c;
}
.color-gray {
	color: #656464;
}
.color-green {
	color: #8cc63f;
}
.color-black {
	color: #000;
}
.color-white {
	color: #fff;
}


/* List */
.list-unstyled {
	list-style-type: none;
}
.square {
	list-style-type: square;
}


/* img */
.img-thumbnail {
	display: block;
	height: auto;
	max-width: 60%;
	margin: 0 auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-circle {
	border-radius: 50%;
}
.img-disable {
	opacity: 0.9;
}
.img-border {
	border: 1px solid #aaa;
}
.img-border-white {
	border: 1px solid #fff;
}
.object_fit_img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;
	max-width: 300px;
	max-height: 100%;
}
.imgWrap img {
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
	width: auto;
	height: auto;
	box-sizing: border-box;
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.imgWrap img.no-scale:hover {
	transform: none;
}
.imgMask {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;
	position: relative;
	max-width: 300px;
	max-height: 300px;
}
.hover-mask {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b4b4b4;
	opacity: 0;
	font-size: 1.1rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;	/*変化に掛かる時間*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover-mask:hover {
	opacity: 1;
	font-size: 1.3rem;
	transition: all 0.4s ease-in-out;	/*変化に掛かる時間*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* Background */
.cover {
	object-fit: cover;
	height: 80vh;
}
.bgcolor-white {
	background-color: #fff;
}
.bgcolor-gray {
	background-color: #f7f8f8;
}
.bgcolor-darkgray {
	background-color: #ccc;
}


/* border */

.border-top {
	border-top: 1px solid #000;
}
.border-bottom-gray {
	border-bottom: 1px solid #444;
	margin-bottom: 20px;
}
.doubleline {
	border-bottom: double;
}
.underline {
	font-size: 14px;
	color: #666;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.underline::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.underline:hover {
	color: #000;
}
.underline:hover::after {
	width: 40%;
}


/* button */
.ghost-button {
	display: inline-block;
	margin: 0 auto;
	padding: 1em 1.3em;
	background: transparent;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: border-color 0.3s ease-out, color 0.3s ease-out;
}
.ghost-button:hover, .ghost-button:active {
	transition: border-color 0.3s ease-in, color 0.3s ease-in;
}
.__white-ghost {
	border: 1px solid #fff;
	color: #fff;
}
.__white-ghost:hover, .__white-ghost:active {
	background-color: #fff;
	border: 1px solid #fff;
	color: #999;
	opacity: 0.9;
	transition: border-color 0.3s ease-in, color 0.3s ease-in;
}
.__black-ghost {
	border: 1px solid #777;
	color: #777;
}
.__black-ghost:hover, .__black-ghost:active {
	color: #999;
	border-color: #999;
	transition: border-color 0.3s ease-in, color 0.3s ease-in;
}

.pagetop a {
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 30px;
	height: 100px;
	background: url(../images/pt-arrow.svg) top center no-repeat;
}
.pagetop a span {
	position: absolute;
	bottom: 20px;
	right: -10px;
	width: 60px;
	height: auto;
	font-size: 0.8rem;
	transform: rotate(90deg);
}




/* breadcrumb */
.breadcrumb {
	padding-left: 0;
	margin-left: 0;
}
.breadcrumb li {
	display: inline;
	/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #666;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #666;
}
.breadcrumb li a:hover {
	text-decoration: underline;
	color: #000;
}


/* CommonLayout */
main, footer {
	width: 100%;
}

.logo {
	width: 270px;
	height: 140px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
}


/* header */

header {
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	opacity: 0.9;
}

.topheader {
	height: 15vh;
}

.sp-logo {
	width: 200px;
	height: auto;
	padding-top: 10px;
	margin-left: 10px;
	display: block;
}

.nav-bg {
	width: 100%;
}


.nav-button {
    display: block;
    cursor: pointer;
}

/*メニューボタン*/
.nav-button {
	z-index: 100;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
}

.nav-button span {
	display: block;
	height: 1px;
	background: #444;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.nav-button span:nth-of-type(1){
	top: 0;
}

.nav-button span:nth-of-type(2) {
	top: 6px;
}

.nav-button span:nth-of-type(3) {
	top: 12px;
}
.nav-button.active{
	z-index: 950;
}

.nav-button.active span:nth-of-type(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.nav-button.active span:nth-of-type(2) {
	width: 0;
	left: 50%;
}

.nav-button.active span:nth-of-type(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

nav {
	position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 50;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    margin: 0 auto;
	line-height: 80px;
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.nav-style {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.nav-title {
	width: 35px;
	height: 35px;
	margin: 10px;
	display: block;
}
.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none
}

nav ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	width: 90%;
}

nav ul li {
	/*margin: 10px auto;*/
}

nav ul li a {
	color: #222;
	font-size: 1.1rem;
	display: block;
	width: 100%;
	padding: 10px 0;
	transition: transform .3s;
	font-weight: 400;
}

nav ul li:last-child a {
	border-bottom: none;
}

.dropdown {
	height: auto;
	padding-top: 10px;
}
.dropdown > li {
    width: auto;
}
/*全てのリスト・リンク共通*/
.dropdown li {
    list-style: none;
    position: relative;
}
.dropdown li a {
    text-decoration: none;
    width: 100%;
}
/*子階層以降共通*/
.dropdown li li {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    background-color: transparent;
}
.dropdown li li a {

}
.dropdown li:hover > ul > li {
	height: auto;
    overflow: visible;
    opacity: 1;
    border-bottom: none;
}

/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
	overflow: hidden;
}
.animation {
	-webkit-transition: none;
	transition: none;
}

 /* 非表示にしていたメニューを表示させる */
.hide {
	opacity: 1;
	visibility: visible;
}

.__menu, .__social {
	box-pack: center;
	flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
}

.__menu {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.__social-icon {
	width: 18px;
	height: 18px;
	margin: 12px auto;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}


/* instagram */

.instagram {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;
}

.instagram li {
	overflow: hidden;
	position: relative;
	display: block;
	width: 30%;
	margin: 2% auto;
}

.instagram li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.instagram li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* footer */

footer {
	margin: 0 auto;
	padding-bottom: 2em;
}

.footer-logo {
	width: 40px;
	height: 40px;
	margin: 2em auto 1em;
}

footer > p {
	font-size: .7rem;
}



/* index */

.hero {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.hero__full {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}

.toplogo {
	display: block;
	width: 250px;
	height: 20px;
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
}

.topmessage {
	display: block;
	width: 90%;
	height: auto;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2em;
}

.language {
	display: block;
	height: 80px;
	line-height: 80px;
}

.language li {
	display: inline;
	list-style: none;
	font-size: .85rem;
	color: #666;
}

.language li:after {
	content: '/';
	padding: 0 5px;
}

.language li:last-child:after {
	content: '';
}

.parallax {
	width: 100%;
	margin: 0 auto 5em;
}

.parallax-window {
	min-height: 400px;
	padding-top: 0;
    background: transparent;
}

.parallax_under {
	width: 100%;
	height: auto;
	margin: 2em auto 4em;
	object-fit: cover;
}

.white__logo {
	width: 200px;
	margin-bottom: 1rem;
}



.videobox,.intro {
	width: 100%;
	margin: 1em auto;
}

video {
	display: block;
	width: 90%;
	margin: 1em auto 0.5em;
}

.contents-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	transition: 1s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 4s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}

/*以下遅延の指定*/
.turn-1 {animation-delay: .5s;}
.turn-2 {animation-delay: 1s;}
.turn-3 {animation-delay: 1.5s;}
.turn-4 {animation-delay: 2s;}
.turn-5 {animation-delay: 2.5s;}
.turn-6 {animation-delay: 3.5s;}
.turn-7 {animation-delay: 3s;}
.turn-8 {animation-delay: 6.5s;}


/* project */
.message {
	margin-bottom: 20vh;
}
.message img {
	height: 60vh;
	margin: 1em auto;
}

.sus {
	display: block;
	width: 300px;
	margin: 30px auto;
}


/* news */
.sort--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.sort--list li {
	margin: .5rem auto 1rem;
	text-align: center;
}
.sort--list li button {
	display: inline-block;
	margin: 0 auto;
	font-size: .7rem;
	padding: .7rem;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: border-color 0.3s ease-out, color 0.3s ease-out;
	border: 1px solid #444;
}
.sort--list li button:hover, .sort--list li button:active {
	color: #999;
	border-color: #999;
	transition: border-color 0.3s ease-in, color 0.3s ease-in;
}

.col-split-8_2 {
	width: 23.5%;
	padding: 1%;
}
.col-split-8_3 {
	width: 35.25%;
	padding: 1%;
}

/* partner */
.left, .right {
	width: 100%;
	padding: 0;
}

.left {
	text-align: center;
}

.left img {
	width: 70%;
}


/* Category */
.foodstuff {
	display: inline-block;
	border: 1px solid #222;
	padding: 0.5rem 1rem;
	margin: 1rem auto 5rem;
}

.product-concept {
	width: 960px;
	margin: 0 auto;
}

/* new-business */
.foodtype-items img,
.foodtype-items-2 img,
.foodtype-items-multi img {
	width: 90%;
	margin: 0 auto;
}

.nb-left, .nb-right {
	width: 96%;
	padding: 2%;
	margin: .5rem auto;
}

.info {
	margin: 2%;
}

.sortorder1 { order: 1; }
.sortorder2 { order: 2; }



/* contact page */


/* form */

.form {
	margin: 50px auto;
}

input:not([type="submit"]), textarea {
	width: 90%;
	min-height: 50px;
	padding: 0 15px;
	background: transparent;
	outline: none;
	border-bottom: solid 1px #444;
	border-top: none;
	border-right: none;
	border-left: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	transform: scale(0.8);
}

input:not([type="submit"]):hover, textarea:hover {
	background: #eee;
	color: #444;
}

textarea {
	height: 110px;
	max-height: 110px;
	padding: 15px;
}

.submit {
	display: inline-block;
	padding: .7rem 2.3rem;
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	color: #444;
	border: solid 1px #444;
	border-radius: 3px;
	transition: .4s;
	margin-top: 2em;
}

.submit:hover {
	background: #444;
	color: #efeff0;
}



.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pt90 {
	padding-top: 90px;
}

.pt100 {
	padding-top: 100px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

.pl70 {
	padding-left: 70px;
}

.pl80 {
	padding-left: 80px;
}

.pl90 {
	padding-left: 90px;
}

.pl100 {
	padding-left: 100px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb100 {
	padding-bottom: 100px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.pr60 {
	padding-right: 60px;
}

.pr70 {
	padding-right: 70px;
}

.pr80 {
	padding-right: 80px;
}

.pr90 {
	padding-right: 90px;
}

.pr100 {
	padding-right: 100px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml70 {
	margin-left: 70px;
}

.ml80 {
	margin-left: 80px;
}

.ml90 {
	margin-left: 90px;
}

.ml100 {
	margin-left: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.mr60 {
	margin-right: 60px;
}

.mr70 {
	margin-right: 70px;
}

.mr80 {
	margin-right: 80px;
}

.mr90 {
	margin-right: 90px;
}

.mr100 {
	margin-right: 100px;
}


/* negative margin */

.mt-10 {
	margin-top: -10px;
}

.mt-20 {
	margin-top: -20px;
}

.mt-30 {
	margin-top: -30px;
}

.mt-40 {
	margin-top: -40px;
}

.mt-50 {
	margin-top: -50px;
}

.mt-60 {
	margin-top: -60px;
}

.mt-70 {
	margin-top: -70px;
}

.mt-80 {
	margin-top: -80px;
}

.mt-90 {
	margin-top: -90px;
}

.mt-100 {
	margin-top: -100px;
}

.ml-10 {
	margin-left: -10px;
}

.ml-20 {
	margin-left: -20px;
}

.ml-30 {
	margin-left: -30px;
}

.ml-40 {
	margin-left: -40px;
}

.ml-50 {
	margin-left: -50px;
}

.ml-60 {
	margin-left: -60px;
}

.ml-70 {
	margin-left: -70px;
}

.ml-80 {
	margin-left: -80px;
}

.ml-90 {
	margin-left: -90px;
}

.ml-100 {
	margin-left: -100px;
}



/* Responsive */
@media (min-width: 580px) {
	.container-XS {
		width: 100%;
		max-width: 500px;
	}
	.container-XS p {
		font-size: 0.9rem;
	}
}

/* 768px以上 */

@media (min-width: 768px) {
	.col-split-2,.container-half {
		display: block;
		width: 48%;
		padding: 2% 1%;
		margin-bottom: 2em;
	}
	.col-split-3 {
		display: block;
		width: 31%;
		padding: 1% 1.1%;
		margin-bottom: 2em;
	}
	.col-split-4, .col-split-7 {
		display: block;
		width: 19%;
		padding: 0 4%;
		margin-bottom: 2em;
	}
	.split-4 {
		display: block;
		width: 19%;
		padding: 0 2%;
		margin-bottom: 2em;
	}
	.container-zerohalf {
		display: block;
		width: 50%;
		max-height: 350px;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	.container-SM-C {
		width: 97%;
		margin: 0 auto;
	}
	.subtitle {
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	.title-line {
		position: relative;
		display: inline-block;
		padding: 0 55px;
	}
	.title-line:before, .title-line:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 45px;
		height: 1px;
		background-color: black;
	}
	.title-line:before {
		left: 0;
	}
	.title-line:after {
		right: 0;
	}
	.nm {
		font-size: 0.9rem;
	}
	.logo {
		display: block;
		width: 80px;
		height: auto;
		margin: 0 auto;
		padding-top: 50px;
	}


	/* index */
	.hero {
		width: 100%;
		height: 85vh;
	}

	.hero__full {
		max-width: 100%;
		height: 85vh;
	}
	.topmessage {
		text-align: center;
		top: 13%;
	}
	.videobox,.intro {
		margin: 3%;
	}
	.videobox {
		width: 30%;
		text-align: center;
	}
	.intro {
		width: 58%;
		text-align: left;
	}
	.intro > p > a {
		font-size: .7em;
	}
	video {
		margin: 0 auto;
		width: 70%;
	}
	.instagram li {
		width: 25%;
	}


	/* project */
	.message img {
		height: 70vh;
	}
	.sus {
		display: block;
		width: 400px;
		margin: 30px auto;
	}

	.white__logo {
		width: 250px;
	}


	/* news */
	.sort--btn {
		position: fixed;
		top: 10%;
		right: 0;
		z-index: 30;
	}
	.sort--list {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.sort--list li {
		margin: 0 0 .5rem 0;
		text-align: right;
	}
	.sort--list li button {
		display: inline-block;
		margin: 0 auto;
		font-size: .7rem;
		padding: .7rem;
		background-color: #fff;
		text-align: center;
		text-decoration: none;
		line-height: 1;
		transition: border-color 0.3s ease-out, color 0.3s ease-out;
		border: 1px solid #444;
	}


	 /* partner */
	.left {
		width: 30%;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.left img {
		width: 80%;
	}
	.right {
		width: 65%;
		padding-left: 5%;
	}
	input:not([type="submit"]), textarea {
		font-size: 90%;
		transform: scale(1);
	}


	 /* basic */


	/* new-business */
	.nb-left {
		width: 28%;
		margin: 0;
	}
	.nb-right {
		padding: 4% 4% 4% 0;
		margin: 0;
		width: 64%;
	}
	.sortorder1 { order: 2; }
	.sortorder2 { order: 1; }


}


/* 992px以上 */


@media (min-width: 992px) {
	.col-split-7 {
		display: block;
		width: 12%;
		padding: 0;
		margin: 0.5% 1%;
	}
	.container-S {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	.container-SM {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	.container-M {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.container-L {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.flex-reverse {
		-webkit-flex-direction: row-reverse;
		/* Safari */
		flex-direction: row-reverse;
	}
	.logo {
		width: 270px;
		height: 140px;
		padding-top: 50px;
	}
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}


	/* header */
	.nav-bg {
		width: 100%;
		height: 80px;
		background-color: #fff;
	}
	.nav-logo {
		transform: translateY(0);
	}

	nav {
		max-width: 992px;
		height: 80px;
		line-height: 80px;
		overflow: visible;
	}
	.nav-wrap {
		position: static;
		display: block;
		z-index: 10;
		background-color: #fff;
	}
	.nav-wrap {
		display: block !important;
	}

	.nav-button {
		display: none;
	}
	.nav-style {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
	}
	.nav-title {
		width: 50px;
		height: 50px;
	}

	nav ul {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	nav ul li {
		text-align: center;
	}
	nav ul li a {
		border-bottom: none;
		font-size: .8rem;
	}
	nav ul li a:hover {
		font-weight: bold;
	}
	.__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		align-items: flex-start;
		width: 100%;
	}
	.dropdown {
		height: 44px;
		line-height: 44px;
	}
	.dropdown li {
		width: auto;
		padding: 0 0;
		/* -----変更点----- */
		width: 12%;
		font-size: .8rem;
	}
	/*子階層以降共通*/
	.dropdown li li {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: opacity .5s ease-in-out;
		background-color: #fff;
		text-align: left;
		margin-left:-0.75rem ;
		width: 120%;
	}
	.dropdown li li a {
		text-align: center;
		width: 100% ;
	}
	.dropdown li:hover > ul > li {
		height: auto;
		overflow: visible;
		opacity: 1;
	}
	
	.__social {
		width: auto;
		margin-left: 10px;
	}
	.__social-icon {
		margin: 0 10px;
	}


	/* index */
	.videobox,.intro {
		margin: 4%;
	}
	.intro {
		width: 54%;
		font-size: .9rem
	}
	.parallax {
		margin: 0 auto 10em;
	}
	.parallax-window {
		min-height: 300px;
		background: transparent;
	}
	.parallax_under {
		margin: 7em auto 10em;
	}
}

@media screen and (min-width: 768px){
	.br-sp { display:none; }
}

@media screen and (max-width: 768px){
	.br-pc { display:none; }
}


/* 1200px以上 */

@media (min-width: 1200px) {
	.logo {
		padding-top: 300px;
	}

	nav {
		max-width: 1200px;
		margin: 0 auto;
		display: block;
	}
	nav ul li a {
		font-size: .9rem;
	}
	.dropdown li {
		font-size: .9rem;
	}
	
	.MainImage {
		width: 790px;
		height: 490px;
		margin-top: 150px;
		margin-right: auto;
	}
	.card {
		width: 100%;
		max-width: 280px;
	}
	.contents-box-6 {
		padding: 0;
		width: 16%;
		text-align: center;
	}
}


/* 1500px以上 */

@media (min-width: 1500px) {
	.toplogo {
		left: 5%;
	}
}

.title.news-title{
	padding: 1rem 0 3rem;
	font-size: 1.3rem;
	margin-bottom: 50px;
}


/* 追加部分スクリーンサイズが767px以下の場合に適用 */
@media screen and (max-width: 767px) {
	.news-title-responsive{
		text-align: left;
	}
	.title.news-title{
		padding: 0.75rem 0 1.5rem;
		font-size: 1.1rem;
		margin-bottom: 30px;
	}
} 

/* 追加部分スマホ版ヘッダープルダウンメニュー */


@media (max-width: 991px) {
	.nav-arrow-sp-wrap>ul{
		transition:all 0.4s;
		overflow: hidden;
	}
	nav.open{
		z-index: 949;
	}
	.__menu{
		height: 75vh;
		min-height: 480px;
		overflow: hidden;
	}
	.nav-arrow-sp{
		position: relative;
	}
	.nav-arrow-sp::after{
		content: "";
		position: absolute;
		transition:all 0.5s;
		right: 10px;
		top:50%;
		transform: translateY(-50%) rotateX(0deg)rotate(135deg);
		width: 10px;
		height: 10px;
		border-top: solid 2px #aaa;
		border-right: solid 2px #aaa;
	}
	.nav-arrow-sp.active::after{
		transform:rotateX(180deg)rotate(135deg);
	}
	.arrow-close{
		max-height: 0;
		transition:all 0.2s !important;
	}
	.arrow-open{
		max-height:100vh;
	}
	.dropdown li a{
		padding: 5px 0;
	}
}

/* 追加部分YOUR FOOD PROJECT 誘導リンク */


.yourfood_link a {
	z-index: 600;
	position: fixed;
	bottom: 55px;
	right: 60px;
	width: 170px;
	height: 120px;
	/* background-color: #F1ECE6;
	border-radius: 100%;
	box-shadow: 0px 2px 2px 0px rgba(60, 59, 58, 0.5), inset 0px -3px 6px -2px rgba(60, 59, 58, 0.3); */
}

.yourfood_link a:hover,.yourfood_link a img:hover{
	background-color: transparent;
	opacity: 0.9;
}


@media (max-width: 991px) {
	.nav-wrap.open {
		z-index: 940;
	}
	.head-index{
		z-index: 700;
	}
	.yourfood_link a {
		/* z-index: 9; */
		bottom: 50px;
		right: 50px;
		width: 120px;
		height: 85px;
	}
}


main .tit_container_textile {
    text-align: center;
    padding: 20px 0 90px 0;
  }
  main .tit_container_textile h2 {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--title_color);
  }
  main .tit_container_textile p {
    font-size: 18px;
    line-height: 34px; 
    color: var(--color);
  }

  @media screen and (max-width: 767.98px){
  main .tit_container_textile { /*1009*/
	padding-bottom: 45px; /*1009*/
  }
  main .tit_container_textile h2 {
	  font-size: 1.5rem;
  }
  main .tit_container_textile p {
	  font-size: 0.8rem;
  }
}