/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
@-webkit-keyframes zoom-in {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes zoom-in {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes zoom-in-hover {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@keyframes zoom-in-hover {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@-webkit-keyframes zoom-in-hover2 {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}
@keyframes zoom-in-hover2 {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}
@-webkit-keyframes sub_menu_fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes sub_menu_fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}
@-webkit-keyframes pop-upwards {
	0% {
		-webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
		        transform: matrix(0.97, 0, 0, 1, 0, 12);
		opacity: 0;
	}
	20% {
		-webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
		        transform: matrix(0.99, 0, 0, 1, 0, 2);
		opacity: 0.7;
	}
	40% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, -1);
		        transform: matrix(1, 0, 0, 1, 0, -1);
		opacity: 1;
	}
	70% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}
@keyframes pop-upwards {
	0% {
		-webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
		        transform: matrix(0.97, 0, 0, 1, 0, 12);
		opacity: 0;
	}
	20% {
		-webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
		        transform: matrix(0.99, 0, 0, 1, 0, 2);
		opacity: 0.7;
	}
	40% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, -1);
		        transform: matrix(1, 0, 0, 1, 0, -1);
		opacity: 1;
	}
	70% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes pop-downwards {
	0% {
		-webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
		        transform: matrix(0.97, 0, 0, 1, 0, -12);
		opacity: 0;
	}
	20% {
		-webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
		        transform: matrix(0.99, 0, 0, 1, 0, -2);
		opacity: 0.7;
	}
	40% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 1);
		        transform: matrix(1, 0, 0, 1, 0, 1);
		opacity: 1;
	}
	70% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}
@keyframes pop-downwards {
	0% {
		-webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
		        transform: matrix(0.97, 0, 0, 1, 0, -12);
		opacity: 0;
	}
	20% {
		-webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
		        transform: matrix(0.99, 0, 0, 1, 0, -2);
		opacity: 0.7;
	}
	40% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 1);
		        transform: matrix(1, 0, 0, 1, 0, 1);
		opacity: 1;
	}
	70% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
	100% {
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		        transform: matrix(1, 0, 0, 1, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes pop-up {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@keyframes pop-up {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@-webkit-keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slide-up {
	0% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slide-up {
	0% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes header_start {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes header_start {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes gnav_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-5%);
		        transform: scale(0.9) translateY(-5%);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}
@keyframes gnav_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-5%);
		        transform: scale(0.9) translateY(-5%);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}
@-webkit-keyframes header_appear {
	0% {
		top: -66px;
	}
	100% {
		top: 0;
	}
}
@keyframes header_appear {
	0% {
		top: -66px;
	}
	100% {
		top: 0;
	}
}
.imain_content {
	overflow: hidden;
}

.imenu_area .container,
.index1 .container,
.index2 .container,
.index3 .container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.isection:not(:last-child) {
	margin-bottom: 50px;
}

.hero_area {
	position: relative;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.hero_area {
		min-height: 550px;
	}
}
.hero_area .hero_dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 2;
}
@media screen and (min-width: 768px), print {
	.hero_area .hero_dots {
		bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.hero_area .hero_dots {
		bottom: 30px;
	}
}
.hero_area .hero_arrows {
	position: absolute;
	width: 960px;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
@media screen and (min-width: 768px), print {
	.hero_area .slider-hero {
		opacity: 0;
		-webkit-animation-name: _on_opacity;
		        animation-name: _on_opacity;
		-webkit-animation-duration: 1s;
		        animation-duration: 1s;
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
		-webkit-animation-delay: 0.5s;
		        animation-delay: 0.5s;
	}
	.hero_area .slider-hero-init {
		-webkit-animation-name: none;
		        animation-name: none;
	}
}

.hero {
	width: 100%;
}
.hero__item {
	display: block;
	width: 100%;
	-webkit-transform: scale(0.8) translateY(-5%);
	    -ms-transform: scale(0.8) translateY(-5%);
	        transform: scale(0.8) translateY(-5%);
	-webkit-box-shadow: 0 0 15px 0 rgba(94, 76, 62, 0.5);
	        box-shadow: 0 0 15px 0 rgba(94, 76, 62, 0.5);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.slick-center .hero__item {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.hero__image {
	display: block;
	max-width: 100%;
}
.hero a.hero__item:hover {
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: 0.2s opacity;
	-o-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.imenu_area {
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	background-color: #57c2e1;
}
@media screen and (min-width: 768px), print {
	.imenu_area {
		height: 190px;
	}
}
.imenu_area::before {
	content: "";
	display: block;
	width: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.imenu_area::before {
		background: url("../img/index/imenu_top.png") top center/1260px 110px repeat-x transparent;
		height: 110px;
		top: -109px;
	}
}
@media screen and (max-width: 767px) {
	.imenu_area::before {
		background: url("../img/index/imenu_top.png") top center/420px 36.6666666667px repeat-x transparent;
		height: 37px;
		top: -36px;
	}
}
.imenu_area ul {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 768px), print {
	.imenu_area ul {
		padding-top: 10px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.imenu_area ul {
		max-width: 300px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.imenu_area__li {
		-ms-flex-preferred-size: 160px;
		    flex-basis: 160px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		width: 160px;
		height: 130px;
	}
}
@media screen and (max-width: 767px) {
	.imenu_area__li {
		width: 100px;
	}
}
@media screen and (min-width: 768px), print {
	.imenu_area__li:not(:last-child) {
		position: relative;
		top: 0;
		left: 0;
	}
	.imenu_area__li:not(:last-child)::after {
		content: "";
		display: block;
		height: 50px;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.4);
		position: absolute;
		top: 50px;
		right: 0;
	}
	.imenu_area__li-1 {
		margin-top: -10px;
	}
	.imenu_area__li-2 {
		margin-top: -30px;
	}
	.imenu_area__li-3 {
		margin-top: -30px;
	}
	.imenu_area__li-4 {
		margin-top: -10px;
	}
	.imenu_area__li-5 {
		margin-top: -45px;
	}
	.imenu_area__li-5 .imenu .text {
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.imenu_area__li:nth-child(1), .imenu_area__li:nth-child(2), .imenu_area__li:nth-child(4) {
		position: relative;
		top: 0;
		left: 0;
	}
	.imenu_area__li:nth-child(1)::after, .imenu_area__li:nth-child(2)::after, .imenu_area__li:nth-child(4)::after {
		content: "";
		display: block;
		height: 30px;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.4);
		position: absolute;
		top: 20px;
		right: 0;
	}
}

.imenu {
	display: block;
}
.imenu .image,
.imenu .text {
	margin-left: auto;
	margin-right: auto;
}
.imenu .image {
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (min-width: 768px), print {
	.imenu .image {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.imenu .image {
		width: 35px;
		height: 35px;
	}
}
@media screen and (min-width: 768px), print {
	.imenu .text {
		margin-top: -5px;
		height: 30px;
		width: 130px;
	}
}
@media screen and (max-width: 767px) {
	.imenu .text {
		margin-top: 0;
		width: 90px;
	}
}
.imenu:hover .image {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.index1 {
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	height: auto;
}
.index1::before {
	content: "";
	display: block;
	width: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.index1::before {
		background: url("../img/index/index1_top.png") top center/1260px 100px repeat-x transparent;
		height: 100px;
		top: -99px;
	}
}
@media screen and (max-width: 767px) {
	.index1::before {
		background: url("../img/index/index1_top.png") top center/420px 33.3333333333px repeat-x transparent;
		height: 34px;
		top: -33px;
	}
}
.index1::after {
	content: "";
	display: block;
	width: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.index1::after {
		background: url("../img/index/index1_bottom.png") top center/1260px 150px repeat-x transparent;
		height: 150px;
		bottom: -149px;
	}
}
@media screen and (max-width: 767px) {
	.index1::after {
		background: url("../img/index/index1_bottom.png") top center/420px 50px repeat-x transparent;
		height: 50px;
		bottom: -49px;
	}
}

.index2 {
	height: auto;
}

.index3 {
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	height: auto;
}
.index3::before {
	content: "";
	display: block;
	width: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.index3::before {
		background: url("../img/index/index3_top.png") top center/1260px 130px repeat-x transparent;
		height: 130px;
		top: -129px;
	}
}
@media screen and (max-width: 767px) {
	.index3::before {
		background: url("../img/index/index3_top.png") top center/630px 65px repeat-x transparent;
		height: 65px;
		top: -64px;
	}
}
.index3::after {
	content: "";
	display: block;
	width: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.index3::after {
		background: url("../img/index/index3_bottom.png") top center/1260px 70px repeat-x transparent;
		height: 70px;
		bottom: -69px;
	}
}
@media screen and (max-width: 767px) {
	.index3::after {
		background: url("../img/index/index3_bottom.png") top center/630px 35px repeat-x transparent;
		height: 35px;
		bottom: -34px;
	}
}

@media screen and (min-width: 768px), print {
	.index_banner_area {
		padding-top: 40px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.index_banner_area {
		padding-top: 20px;
		margin-bottom: 40px;
	}
}
.index_banner_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
	.index_banner_area li:not(:last-child):not(:nth-child(4)) {
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index_banner_area li {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media screen and (min-width: 768px), print {
	.index_banner_area li.index_banner__fukubukuro {
		width: 850px;
		margin-top: 15px;
	}
	.index_banner_area li.index_banner__fukubukuro a {
		max-width: 850px;
		border-radius: 13px;
	}
}
@media screen and (max-width: 767px) {
	.index_banner_area li.index_banner__fukubukuro {
		width: 100%;
	}
	.index_banner_area li.index_banner__fukubukuro a {
		max-width: 850px;
		width: 100%;
		border-radius: 3px;
	}
}
.index_banner_area a {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
	        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index_banner_area a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.inews_area {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.inews_area {
		margin-bottom: 100px;
	}
}
.inews_area__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 30px;
}
.inews_area__title::before, .inews_area__title::after {
	content: "";
	display: block;
	background: url("../img/icon/border_title.png") 0 0/9px 11px repeat-x transparent;
	width: 90px;
	height: 11px;
	margin-top: 5px;
}
.inews_area__title .title {
	padding-left: 12px;
	padding-right: 12px;
}
@media screen and (min-width: 768px), print {
	.inews_area__title .title {
		height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.inews_area__title .title {
		height: 24px;
	}
}
.inews_area__title .title > img {
	height: 100%;
	display: block;
}
.inews_area__body {
	padding-top: 15px;
}
.inews_area__foot {
	padding-top: 15px;
}
.inews_area__foot::before, .inews_area__foot::after {
	content: "";
	display: table;
}
.inews_area__foot::after {
	clear: both;
}
.inews_area__foot a {
	float: right;
}
@media screen and (min-width: 768px), print {
	.inews_area__deco {
		position: relative;
		top: 0;
		left: 0;
	}
	.inews_area__deco .deco {
		position: absolute;
	}
	.inews_area__deco .deco-1 {
		width: 80px;
		height: 70px;
		top: 120px;
		left: -160px;
	}
	.inews_area__deco .deco-2 {
		width: 64px;
		height: 200px;
		top: 240px;
		left: -140px;
	}
	.inews_area__deco .deco-3 {
		width: 100px;
		height: 160px;
		top: 150px;
		right: -120px;
	}
	.inews_area__deco .deco-4 {
		width: 60px;
		height: 120px;
		top: 350px;
		right: -90px;
	}
}
@media screen and (max-width: 767px) {
	.inews_area__deco {
		display: none;
	}
}

@media screen and (min-width: 768px), print {
	.iagri_arae__head {
		padding-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.iagri_arae__head {
		padding-top: 60px;
	}
}
.iagri_arae__title {
	margin: auto;
}
@media screen and (min-width: 768px), print {
	.iagri_arae__title {
		width: 580px;
		height: 150px;
	}
}
@media screen and (max-width: 767px) {
	.iagri_arae__title {
		width: 290px;
	}
}
.iagri_arae__deco {
	position: relative;
	top: 0;
	left: 0;
}
.iagri_arae__deco .deco {
	position: absolute;
}
.iagri_arae__deco .deco-1 {
	width: 200px;
	height: 420px;
	left: -195px;
	top: 180px;
}
.iagri_arae__deco .deco-2 {
	width: 200px;
	height: 360px;
	right: -213px;
	top: 520px;
}

.iagri_list {
	position: relative;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px), print {
	.iagri_list {
		height: 450px;
	}
}
@media screen and (max-width: 767px) {
	.iagri_list > li:not(:last-child) {
		margin-bottom: 20px;
	}
}

.iagri {
	display: block;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (min-width: 768px), print {
	.iagri {
		position: absolute;
	}
}
.iagri:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
@media screen and (max-width: 767px) {
	.iagri {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 768px), print {
	.iagri-1 {
		width: 400px;
		height: 470px;
		top: -30px;
		left: -60px;
	}
	.iagri-2 {
		width: 400px;
		height: 400px;
		top: 50px;
		left: 280px;
	}
	.iagri-3 {
		width: 350px;
		height: 420px;
		right: -30px;
		top: 40px;
	}
}

.iagri2_list {
	position: relative;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (min-width: 768px), print {
	.iagri2_list {
		height: 300px;
	}
}
@media screen and (max-width: 767px) {
	.iagri2_list {
		margin-bottom: 60px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.iagri2_list > li {
		width: 50%;
	}
}

.iagri2 {
	display: block;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (min-width: 768px), print {
	.iagri2 {
		width: 230px;
		height: 230px;
	}
}
.iagri2:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.ipickup_area {
	padding-bottom: 50px;
}
.ipickup_area__head {
	padding-top: 50px;
	padding-bottom: 40px;
}
.ipickup_area__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ipickup_area__title::before, .ipickup_area__title::after {
	content: "";
	display: block;
	background: url("../img/icon/border_title.png") 0 0/9px 11px repeat-x transparent;
	width: 90px;
	height: 11px;
	margin-top: 5px;
}
.ipickup_area__title .title {
	padding-left: 12px;
	padding-right: 12px;
}
@media screen and (min-width: 768px), print {
	.ipickup_area__title .title {
		height: 45px;
	}
}
@media screen and (max-width: 767px) {
	.ipickup_area__title .title {
		height: 42px;
	}
}
.ipickup_area__title .title > img {
	height: 100%;
	display: block;
}
/*# sourceMappingURL=index.css.map */