@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes zoom-in {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes zoom-in-hover {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@keyframes zoom-in-hover2 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

@keyframes sub_menu_fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .5;
	}
}

@keyframes pop-upwards {
	0% {
		transform: matrix(0.97, 0, 0, 1, 0, 12);
		opacity: 0;
	}
	20% {
		transform: matrix(0.99, 0, 0, 1, 0, 2);
		opacity: .7;
	}
	40% {
		transform: matrix(1, 0, 0, 1, 0, -1);
		opacity: 1;
	}
	70% {
		transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}

@keyframes pop-downwards {
	0% {
		transform: matrix(0.97, 0, 0, 1, 0, -12);
		opacity: 0;
	}
	20% {
		transform: matrix(0.99, 0, 0, 1, 0, -2);
		opacity: .7;
	}
	40% {
		transform: matrix(1, 0, 0, 1, 0, 1);
		opacity: 1;
	}
	70% {
		transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}

@keyframes pop-up {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slide-up {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes header_start {
	0% {
		transform: translateY(-200px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes gnav_sub {
	0% {
		opacity: 0;
		transform: scale(0.9) translateY(-5%);
	}
	100% {
		transform: scale(1) translateY(0);
	}
}

@keyframes header_appear {
	0% {
		top: -66px;
	}
	100% {
		top: 0;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************
## Layout
*/
.wrapper {
	min-width: 1000px;
}

.root {
	min-width: 1000px;
	box-sizing: border-box;
}

.root-index {
	padding-top: 180px;
}

.root-sub {
	padding-top: 107px;
}

.pc_container,
.pc_tb_container,
.container {
	width: 1000px;
	min-width: 1000px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.pc_container-relative,
.pc_tb_container-relative,
.container-relative {
	position: relative;
	top: 0;
	left: 0;
}

.pc_container-sm,
.pc_tb_container-sm,
.container-sm {
	width: 1000px;
	min-width: 1000px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
	width: 1000px;
	min-width: 1000px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.pc_padding,
.padding {
	padding-left: 15px;
	padding-right: 15px;
}

.main_wrapper {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 150px;
}

.main_column {
	-ms-flex-order: 2;
	    order: 2;
	width: 100%;
	box-sizing: border-box;
}

.sub_column {
	-ms-flex-order: 1;
	    order: 1;
	width: 200px;
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-right: 40px;
	box-sizing: border-box;
	overflow: hidden;
}

.main_content {
	font-size: 0.938rem;
	margin-bottom: 7em;
}

.scroll_to_top {
	right: 15px;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
.pc_none,
.root .pc_none {
	display: none;
}

.block,
.pc_block {
	display: block;
}

.tel_link,
.tel_link-no {
	pointer-events: none;
	cursor: default;
	color: inherit;
}

.root .tel_link,
.root .tel_link:hover, .root
.tel_link-no,
.root
.tel_link-no:hover {
	text-decoration: none;
	color: inherit;
}

.sp_click,
.pc_no_click {
	pointer-events: none;
	cursor: default;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************



## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
/**************************

## - 段組設定 2列 3列 4列

PCの時だけ、中央に等間隔で余白を作り、width: 100%; を守って列になる。
ul でなくてもいい。

**2列 .pc_column2**

	<ul class="pc_column2">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**3列 .pc_column3**

	<ul class="pc_column3">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**4列 .pc_column4**

	<ul class="pc_column4">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

*/
.pc_column2 > *:nth-child(2n) {
	padding-bottom: 20px;
}

.pc_column2 > *:last-child {
	padding-bottom: 0;
}

.pc_column3 > *:nth-child(3n) {
	padding-bottom: 20px;
}

.pc_column3 > *:last-child {
	padding-bottom: 0;
}

.pc_column4 > *:nth-child(4n) {
	padding-bottom: 20px;
}

.pc_column4 > *:last-child {
	padding-bottom: 0;
}

.pc_column5 > *:nth-child(5n) {
	padding-bottom: 20px;
}

.pc_column5 > *:last-child {
	padding-bottom: 0;
}

.pc_column2::before, .pc_column2::after {
	content: '';
	display: table;
}

.pc_column2::after {
	clear: both;
}

.pc_column2 > * {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.pc_column2 > *:nth-child(2n + 1) {
	clear: left;
	padding-right: 10px;
}

.pc_column2 > *:nth-child(2n) {
	padding-left: 10px;
}

.pc_column3::before, .pc_column3::after {
	content: '';
	display: table;
}

.pc_column3::after {
	clear: both;
}

.pc_column3 > * {
	width: 33.33333%;
	float: left;
	box-sizing: border-box;
}

.pc_column3 > *:nth-child(3n + 1) {
	clear: left;
	padding-right: 13px;
}

.pc_column3 > *:nth-child(3n + 2) {
	padding-left: 7px;
	padding-right: 7px;
}

.pc_column3 > *:nth-child(3n) {
	padding-left: 13px;
}

.pc_column4::before, .pc_column4::after {
	content: '';
	display: table;
}

.pc_column4::after {
	clear: both;
}

.pc_column4 > * {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.pc_column4 > *:nth-child(4n + 1) {
	clear: left;
	padding-right: 15px;
}

.pc_column4 > *:nth-child(4n + 2) {
	padding-left: 5px;
	padding-right: 10px;
}

.pc_column4 > *:nth-child(4n + 3) {
	padding-left: 10px;
	padding-right: 5px;
}

.pc_column4 > *:nth-child(4n) {
	padding-left: 15px;
}

.pc_column5::before, .pc_column5::after {
	content: '';
	display: table;
}

.pc_column5::after {
	clear: both;
}

.pc_column5 > * {
	width: 20%;
	float: left;
	box-sizing: border-box;
}

.pc_column5 > *:nth-child(5n + 1) {
	clear: left;
	padding-right: 15px;
}

.pc_column5 > *:nth-child(5n + 2),
.pc_column5 > *:nth-child(5n + 3),
.pc_column5 > *:nth-child(5n + 4) {
	padding-left: 7px;
	padding-right: 8px;
}

.pc_column5 > *:nth-child(5n) {
	padding-left: 15px;
}

.pc_column2_2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.pc_column2_2 > * {
	width: 0px;
	margin-right: 10px;
}

.pc_column2_2 > *:nth-child(2n) {
	margin-right: 0;
}

.pc_column2_2 > *:nth-child(2n) {
	padding-bottom: 20px;
}

.pc_column2_2 > *:last-child {
	padding-bottom: 0;
}

.set::before, .set::after {
	content: '';
	display: table;
}

.set::after {
	clear: both;
}

.set .resize.right {
	width: 100%;
	box-sizing: border-box;
	float: right;
	padding-left: 300px;
	margin-left: -280px;
}

.set .fix.left {
	width: 280px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: left;
}

.set .resize.left {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-right: 300px;
	margin-right: -280px;
}

.set .fix.right {
	width: 280px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: right;
}

.set .fix > img:not(.cancel),
.set .resize > img:not(.cancel) {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.set-2 .resize.right {
	width: 100%;
	box-sizing: border-box;
	float: right;
	padding-left: 220px;
	margin-left: -200px;
}

.set-2 .fix.left {
	width: 200px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: left;
}

.set-2 .resize.left {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-right: 220px;
	margin-right: -200px;
}

.set-2 .fix.right {
	width: 200px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: right;
}

.set-3 .resize.right {
	width: 100%;
	box-sizing: border-box;
	float: right;
	padding-left: 470px;
	margin-left: -450px;
}

.set-3 .fix.left {
	width: 450px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: left;
}

.set-3 .resize.left {
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding-right: 470px;
	margin-right: -450px;
}

.set-3 .fix.right {
	width: 450px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	float: right;
}

.footer {
	position: relative;
	top: 0;
	left: 0;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.header__1 {
	background-color: #fff;
}

.header__1 .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.header__1__2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.header__link_list ul {
	display: -ms-flexbox;
	display: flex;
}

.header-index {
	height: 180px;
}

.header-index .header__1 .container {
	height: 66px;
}

.header-index .header__logo {
	padding-top: 12px;
}

.header-index .header__logo,
.header-index .header__logo a,
.header-index .header__logo img {
	display: block;
	width: 200px;
	height: 40px;
}

.header-index .header__2 {
	margin-top: 23px;
}

.header-sub {
	border-bottom: 2px solid #fff100;
	box-sizing: content-box;
	height: 105px;
	position: fixed;
	top: 0;
}

.header-sub .header__1 .container {
	height: 50px;
}

.header-sub .header__1__2 {
	padding-top: 18px;
}

.header-sub .header__2 {
	background-color: #fff;
}

.header-sub .header__2 .containner {
	height: 55px;
}

.header-sub .header__logo {
	padding-top: 12px;
}

.header-sub .header__logo,
.header-sub .header__logo a,
.header-sub .header__logo img {
	display: block;
	width: 170px;
}

.header-fixed.header-index {
	position: fixed;
	top: 0;
	animation-name: header_appear;
	animation-duration: .3s;
	animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	animation-fill-mode: forwards;
}

.header-fixed.header-index .header__logo a {
	-ms-transform: scale(0.9);
	    transform: scale(0.9);
}

.header-fixed.header-index .header__1 {
	background-color: #39bb45;
}

.header-fixed.header-index .header__1__1 {
	background-color: #fff;
}

.header-fixed.header-index .header__1__2 {
	display: none;
}

.header-fixed.header-index .header__2 {
	margin-top: 0;
}

.header-fixed.header-index .header__2 .gnav {
	margin-top: -66px;
	box-shadow: none;
	height: 66px;
	position: relative;
	top: 0;
	left: 200px;
	width: 800px;
}

.header-fixed.header-index .header__2 .gnav .container {
	width: 800px;
	min-width: 800px;
}

.header-fixed.header-index .header__2 .gnav__li-1 {
	width: 192px;
}

.header-fixed.header-index .header__2 .gnav__li-2 {
	width: 149px;
}

.header-fixed.header-index .header__2 .gnav__li-3 {
	width: 164px;
}

.header-fixed.header-index .header__2 .gnav__li-4 {
	width: 132px;
}

.header-fixed.header-index .header__2 .gnav__li-5 {
	width: 164px;
}

.header-fixed.header-index .header__2 .gnav__a {
	padding-top: 19px;
	text-decoration: none;
}

.header-fixed.header-index .header__2 .gnav__a .main,
.header-fixed.header-index .header__2 .gnav__a .main img {
	height: 16px;
}

.header-fixed.header-index .header__2 .gnav__a .sub,
.header-fixed.header-index .header__2 .gnav__a .sub img {
	height: 16px;
}

.header-fixed.header-index .header__2 .gnav__sub__container-5 {
	left: 20px;
}

.header-fixed.header-index .header__2 .gnav__sub__container-5::before {
	margin-left: 60px;
}

.gnav {
	/**************************
	sub
	*/
}

.gnav-index {
	background-color: #39bb45;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	height: 65px;
}

.gnav-index .gnav__ul, .gnav-index .gnav__li, .gnav-index .gnav__a {
	height: 65px;
}

.gnav-index .gnav__a {
	padding-top: 15px;
}

.gnav-sub {
	height: 55px;
}

.gnav-sub .gnav__ul, .gnav-sub .gnav__li, .gnav-sub .gnav__a {
	height: 55px;
}

.gnav-sub .gnav__a {
	padding-top: 6px;
}

.gnav__ul {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 0;
	left: 0;
}

.gnav__li {
	position: relative;
	top: 0;
	left: 0;
}

.gnav-sug .gnav__li:first-child::before, .gnav-sug .gnav__li::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
	height: 40px;
	width: 2px;
	background-color: #ccc;
}

.gnav-sug .gnav__li:first-child::before {
	right: auto;
	left: 0;
}

.gnav__li:nth-child(1) .gnav__a {
	animation-name: pop-downwards;
	animation-duration: .7s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-delay: 0.27s;
}

.gnav__li:nth-child(2) .gnav__a {
	animation-name: pop-downwards;
	animation-duration: .7s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-delay: 0.34s;
}

.gnav__li:nth-child(3) .gnav__a {
	animation-name: pop-downwards;
	animation-duration: .7s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-delay: 0.41s;
}

.gnav__li:nth-child(4) .gnav__a {
	animation-name: pop-downwards;
	animation-duration: .7s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-delay: 0.48s;
}

.gnav__li:nth-child(5) .gnav__a {
	animation-name: pop-downwards;
	animation-duration: .7s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-delay: 0.55s;
}

.gnav__li-1 {
	width: 240px;
}

.gnav__li-2 {
	width: 186px;
}

.gnav__li-3 {
	width: 205px;
}

.gnav__li-4 {
	width: 164px;
}

.gnav__li-5 {
	width: 205px;
}

.gnav__a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	text-decoration: none;
}

.gnav__a .main,
.gnav__a .sub {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gnav__a .main,
.gnav__a .main img {
	height: 20px;
}

.gnav__a .sub,
.gnav__a .sub img {
	height: 20px;
}

.gnav__a-index.active, .gnav__a-index:hover {
	background-color: #39a644;
}

.gnav__a-1 .main {
	width: 150px;
}

.gnav__a-1 .sub {
	width: 170px;
}

.gnav-index .gnav__a-1 .main {
	background-image: url("../img/gnav/index/main/farmersmarket.png");
}

.gnav-index .gnav__a-1 .sub {
	background-image: url("../img/gnav/index/sub/farmersmarket.png");
}

.gnav-sub .gnav__a-1 .main {
	background-image: url("../img/gnav/subpage/main/farmersmarket.png");
}

.gnav-sub .gnav__a-1 .sub {
	background-image: url("../img/gnav/subpage/sub/farmersmarket.png");
}

.gnav__a-2 .main {
	width: 130px;
}

.gnav__a-2 .sub {
	width: 100px;
}

.gnav-index .gnav__a-2 .main {
	background-image: url("../img/gnav/index/main/product.png");
}

.gnav-index .gnav__a-2 .sub {
	background-image: url("../img/gnav/index/sub/product.png");
}

.gnav-sub .gnav__a-2 .main {
	background-image: url("../img/gnav/subpage/main/product.png");
}

.gnav-sub .gnav__a-2 .sub {
	background-image: url("../img/gnav/subpage/sub/product.png");
}

.gnav__a-3 .main {
	width: 140px;
}

.gnav__a-3 .sub {
	width: 90px;
}

.gnav-index .gnav__a-3 .main {
	background-image: url("../img/gnav/index/main/service.png");
}

.gnav-index .gnav__a-3 .sub {
	background-image: url("../img/gnav/index/sub/service.png");
}

.gnav-sub .gnav__a-3 .main {
	background-image: url("../img/gnav/subpage/main/service.png");
}

.gnav-sub .gnav__a-3 .sub {
	background-image: url("../img/gnav/subpage/sub/service.png");
}

.gnav__a-4 .main {
	width: 106px;
}

.gnav__a-4 .sub {
	width: 64px;
}

.gnav-index .gnav__a-4 .main {
	background-image: url("../img/gnav/index/main/store.png");
}

.gnav-index .gnav__a-4 .sub {
	background-image: url("../img/gnav/index/sub/store.png");
}

.gnav-sub .gnav__a-4 .main {
	background-image: url("../img/gnav/subpage/main/store.png");
}

.gnav-sub .gnav__a-4 .sub {
	background-image: url("../img/gnav/subpage/sub/store.png");
}

.gnav__a-5 .main {
	width: 120px;
}

.gnav__a-5 .sub {
	width: 150px;
}

.gnav-index .gnav__a-5 .main {
	background-image: url("../img/gnav/index/main/introduction.png");
}

.gnav-index .gnav__a-5 .sub {
	background-image: url("../img/gnav/index/sub/introduction.png");
}

.gnav-sub .gnav__a-5 .main {
	background-image: url("../img/gnav/subpage/main/introduction.png");
}

.gnav-sub .gnav__a-5 .sub {
	background-image: url("../img/gnav/subpage/sub/introduction.png");
}

.gnav__sub {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
}

.gnav__sub__container {
	position: relative;
	width: 280px;
	padding-top: 12px;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	box-sizing: border-box;
	transition: opacity .5s ease-in-out;
	z-index: 10;
}

.gnav__sub__container::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/gnavisub-top.png") 0 0 no-repeat transparent;
	background-size: 20px 12px;
	width: 20px;
	height: 12px;
	position: absolute;
	top: 1.3px;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	z-index: 2;
}

.gnav__sub__container-5 {
	left: 60px;
}

.gnav__sub__container-5::before {
	margin-left: 30px;
}

.gnav__sub__ul1 {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #fff;
	background-color: #beec9d;
	padding: 0;
}

.gnav__sub .li1 {
	width: 100%;
}

.gnav__sub .li1:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.gnav__sub .li1.active .a1,
.gnav__sub .li1 .a1:hover {
	background-color: #a1e472;
}

.gnav__sub .sub_ul2 {
	border-top: 1px solid #fff;
}

.gnav__sub .a2 {
	padding-left: 2ex;
}

.gnav__sub a,
.gnav__sub .a1,
.gnav__sub .a2,
.gnav__sub .a3,
.gnav__sub .a4 {
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: block;
	color: #333;
	text-decoration: none;
}

.gnav__sub a:hover,
.gnav__sub .a1:hover,
.gnav__sub .a2:hover,
.gnav__sub .a3:hover,
.gnav__sub .a4:hover {
	background-color: #a1e472;
}

.gnav__sub a .text,
.gnav__sub .a1 .text,
.gnav__sub .a2 .text,
.gnav__sub .a3 .text,
.gnav__sub .a4 .text {
	display: block;
	font-size: 0.938rem;
	line-height: 1.4;
	padding: 1.5ex 2ex 1.5ex 24px;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.gnav__sub a .text::before,
.gnav__sub .a1 .text::before,
.gnav__sub .a2 .text::before,
.gnav__sub .a3 .text::before,
.gnav__sub .a4 .text::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/black.png") 0 0 no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}

.gnav__sub a .text .gnav_small,
.gnav__sub .a1 .text .gnav_small,
.gnav__sub .a2 .text .gnav_small,
.gnav__sub .a3 .text .gnav_small,
.gnav__sub .a4 .text .gnav_small {
	font-size: 95%;
}

.gnav__sub a .text .gnav_block,
.gnav__sub .a1 .text .gnav_block,
.gnav__sub .a2 .text .gnav_block,
.gnav__sub .a3 .text .gnav_block,
.gnav__sub .a4 .text .gnav_block {
	display: block;
}

.gnav__sub a .cell,
.gnav__sub .a1 .cell,
.gnav__sub .a2 .cell,
.gnav__sub .a3 .cell,
.gnav__sub .a4 .cell {
	display: block;
}

.gnav__sub-show {
	display: block;
}

.gnav__sub-show .anime {
	animation-name: gnav_sub;
	animation-duration: .3s;
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-fill-mode: forwards;
}

/*# sourceMappingURL=pc_style.css.map */
