@charset "UTF-8";

/* -------------------------------------------------

Opening

------------------------------------------------- */
.main_photo {
 position: relative;
}
.main_photo ul {
	list-style:none;
	position:relative;
}
.main_photo ul li {
	list-style:none;
}
.slider {
 height: 100%;
 width: 100%;
}
.slider li {
 width: 100%;
 height: 570px;
}
.slider span {
  display: block;
 	width: 95%;
  height: 100%;
		margin:0 auto !important;
  background: no-repeat center center/cover;
		border-radius: 30px 0px 30px;
}
.slider span.hero1 {
  background-image:	url(../images/main_img01.jpg);
}
@media screen and (max-width: 898px)  {
.main_photo {
	margin: 26px auto 0;
}
}
@media screen and (max-width: 768px)  {
.slider li {
 height: 380px;
 overflow: hidden;
}
.slider span.hero1 {
  background-image:	url(../images/main_img01_sp.jpg);
}
}
@media screen and (max-width: 480px)  {
.slider li {
 height: 300px;
}
}


/* -------------------------------------------------

catch copy

------------------------------------------------- */
.anime_box	{
	position: absolute;
	top:50%;
	left: 150px;
	transform:translate(0%,-50%);
	z-index: 1;
	width: 500px;
}
.anime_box p.txt01	{
	font-weight: 500;
	font-size: 4.8rem;
	letter-spacing: 2px;
	color: #ffffff;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 898px) {
.anime_box	{
	top:50%;
	left: 100px;
	transform:translate(0%,-50%);
	width: 420px;
}
.anime_box p.txt01	{
	font-size: 4rem;
}
}
@media only screen and (max-width: 768px) {
.anime_box	{
	left: 80px;
	width: 380px;
}
.anime_box p.txt01	{
	font-size: 3.6rem;
}
}
@media only screen and (max-width: 568px) {
.anime_box	{
	left: 60px;
	width: 380px;
}
.anime_box p.txt01	{
	font-size: 3rem;
}
}
@media only screen and (max-width: 480px) {
.anime_box	{
	left: 40px;
	width: 260px;
}
.anime_box p.txt01	{
	font-size: 2.4rem;
	letter-spacing: 0px;
}
}
@media only screen and (max-width: 375px) {
.anime_box	{
	left: 30px;
	width: 260px;
}
}


/* -------------------------------------------------

TopIntro

------------------------------------------------- */
.TopIntro_wrp	{
 width: 1140px;
 margin: 70px auto 220px;
	position: relative;
}
.TopIntro_wrp::after {
 content: "";
 display: block;
 background:url(../images/bg_02.png)	top	right	no-repeat;
	width: 692px;
	height: 555px;
	background-size: 692px 555px;
	position: absolute;
	z-index:-1;
	top: -100px;
	right:-50px;
}
.TopIntroduction	{
 width: 100%;
	margin:0px	auto;
	position: relative;
	z-index: 1;
}
.TopIntroduction > section	{
	width:50%;
}
.TopIntroduction > section h2	{
	font-weight: 500;
	font-size:3rem;
	line-height: 1.6;
	color: #008730;
	position:relative;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
.TopIntroduction > section p	{
	font-size:1.8rem;
	margin:0;
	padding:0;
	line-height:2;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
@media screen and (min-width: 965px) and (max-width: 1220px) {
.TopIntro_wrp	{
	width: 90%;
 margin: 50px auto 180px;
}
.TopIntro_wrp::after {
	right:-100px;
}
.TopIntroduction > section	{
	width:60%;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.TopIntro_wrp	{
	width: 90%;
 margin: 50px auto 180px;
}
.TopIntro_wrp::after {
	width: 600px;
	height: 481px;
	background-size: 600px 481px;
	top: -70px;
	right:-100px;
}
.TopIntroduction	{
 width: 100%;
}
.TopIntroduction > section	{
	width:60%;
}
.TopIntroduction > section h2	{
	font-size:2.4rem;
}
.TopIntroduction > section p	{
	font-size:1.6rem;
}
}
@media screen and (max-width: 898px)  {
.TopIntro_wrp	{
	width: 90%;
 margin: 40px auto 180px;
}
.TopIntro_wrp::after {
	width: 600px;
	height: 481px;
	background-size: 600px 481px;
	top: -70px;
	right:-100px;
}
.TopIntroduction	{
 width: 100%;
}
.TopIntroduction > section	{
	width:60%;
}
.TopIntroduction > section h2	{
	font-size:2.4rem;
}
.TopIntroduction > section p	{
	font-size:1.6rem;
}
}
@media screen and (max-width: 768px)  {
.TopIntro_wrp	{
 width: 100%;
 margin: 40px auto 50px;
	height:	auto;
}
.TopIntro_wrp::after {
	background:none;
	width: auto;
	height: auto;
}
.TopIntroduction	{
 width: 90%;
	margin:20px	auto;
}
.TopIntroduction > section	{
	width:100%;
}
.TopIntroduction > section h2	{
	width:100%;
}
.TopIntroduction > section p	{
	text-shadow:	none;
	line-height:1.8;
}
}
@media screen and (max-width: 568px)  {
.TopIntro_wrp	{
 margin: 0px auto 50px;
}
.TopIntroduction > section h2	{
	font-size:2rem;
	margin:0 0 10px;
}
.TopIntroduction > section p	{
	line-height:1.6;
}
}
@media screen and (max-width: 480px)  {
.TopIntroduction > section h2 br	{
	display: none;
}
}
@media screen and (max-width: 375px)  {
.TopIntroduction > section h2	{
	font-size:1.8rem;
	margin:0 0 10px;
}
}


/* -------------------------------------------------

TopPickup

------------------------------------------------- */
.TopPickup_wrp	{
 width: 100%;
	background: rgb(222,239,228);
	background: linear-gradient(0deg, rgba(222,239,228,1) 0%, rgba(251,251,222,1) 100%);
}
.TopPickup_inner {
 width: 1140px;
	margin: 0 auto;
 display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 140px 0 100px !important;
}
.TopPickup_inner section	{
	width: 300px;
}
.TopPickup_inner section h2	{
	font-weight: 500;
	font-size:3.6rem;
	color: #333333;
	position:relative;
	letter-spacing: 2px;
	margin-top: 50px;
}
.TopPickup_inner section h2 .stit	{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size:2.4rem;
	color:#008730;
	margin-bottom: 5px;
}

@media screen and (min-width: 965px) and (max-width: 1220px) {
.TopPickup_inner {
 width: 95%;
	flex-flow: row wrap;
	padding: 100px 0 !important;
}
.TopPickup_inner section	{
	width: 100%;
	margin-bottom: 10px;
}
.TopPickup_inner section h2	{
	text-align: center;
	margin-top: 0px;
}
}
@media screen and (min-width: 899px) and (max-width: 964px) {
.TopPickup_inner {
 width: 95%;
	flex-flow: row wrap;
	padding: 100px 0 !important;
}
.TopPickup_inner section	{
	width: 100%;
	margin-bottom: 10px;
}
.TopPickup_inner section h2	{
	text-align: center;
	font-size:3.2rem;
	margin-top: 0px;
}
}
@media screen and (max-width: 898px)  {
.TopPickup_inner {
 width: 95%;
	flex-flow: row wrap;
	padding: 80px 0 !important;
}
.TopPickup_inner section	{
	width: 100%;
	margin-bottom: 10px;
}
.TopPickup_inner section h2	{
	text-align: center;
	font-size:3.2rem;
	margin-top: 0px;
}
}
@media screen and (max-width: 768px)  {
.TopPickup_inner {
	padding: 60px 0 !important;
}
.TopPickup_inner section h2	{
	font-size:2.8rem;
}
.TopPickup_inner section h2 .stit	{
	font-size:2rem;
}
}
@media screen and (max-width: 480px)  {
.TopPickup_inner section h2	{
	font-size:2.4rem;
}
.TopPickup_inner section h2 .stit	{
	font-size:1.8rem;
}
}

/* TopPickup_Menu
================================================== */
.TopPickup_Menu	{
	width: 840px;
	display: flex;
	flex-flow: row wrap;
}
.TopPickup_Menu > section	{
 width: calc(50% - 30px);
 margin:0 60px 0px 0;
	box-sizing: border-box;
	position: relative;
}
.TopPickup_Menu > section:nth-child(2n) {
 margin:0;
}
.TopPickup_Menu > section a	{
	margin:0;
	width:100%;
	text-decoration:none;
	position: relative;
	-webkit-transition: all .3s;
 							 transition: all .3s;
	display: flex;
	flex-flow: column wrap;
}
.TopPickup_Menu > section .t_txt	{
	width: 100%;
	padding: 0 20px 30px;
}
.TopPickup_Menu > section .t_photo	{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}
.TopPickup_Menu > section .t_photo img	{
	border-radius: 30px 0px 30px;
}
.TopPickup_Menu > section h3	{
	font-weight: 500;
	font-size: 2.4rem;
	color: #008730;
	text-align:left;
	width: 100%;
	margin: 0 0 10px;
	line-height: 1.6;
	position: relative;
}
.TopPickup_Menu > section p	{
	font-weight: 400;
	padding: 0;
	display: block;
	position: relative;
}
.TopPickup_Menu > section h3 span	{
	position: relative;
}
.TopPickup_Menu > section h3 span::before,
.TopPickup_Menu > section h3 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.TopPickup_Menu > section h3 span::before {
  right: -3rem;
		top:0.5rem;
  width: 1.5rem;
  height: 1px;
  background: #008730;
}
.TopPickup_Menu > section h3 span::after	{
	display:inline-block;
	content: "";
	position: absolute;
	top: 0.4rem;
	right: -3.1rem;
 width: 8px;
 height: 8px;
 border-top: 1px solid #008730;
 border-right: 1px solid #008730;
 transform: rotate(45deg);
}
.TopPickup_Menu > section a:hover h3 span::before {
  right: -4rem;
		transition: .3s;
}
.TopPickup_Menu > section a:hover h3 span::after	{
	right: -4.1rem;
	transition: .3s;
}
.TopPickup_Menu > section a:hover .t_photo	{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 1220px)  {
.TopPickup_Menu	{
	width: 100%;
}
}
@media screen and (max-width: 898px)  {
.TopPickup_Menu > section	{
 width: calc(50% - 20px);
 margin:0 40px 0 0;
}
}
@media screen and (max-width: 768px)  {
.TopPickup_Menu > section .t_txt	{
	width: 100%;
	padding: 0 10px 20px;
}
.TopPickup_Menu > section .t_photo	{
	margin-bottom: 20px;
}
.TopPickup_Menu > section h3	{
	font-size: 2rem;
}
.TopPickup_Menu > section p	{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 568px)  {
.TopPickup_Menu > section .t_txt	{
	padding: 0 0 10px;
}
.TopPickup_Menu > section .t_photo	{
	margin-bottom: 10px;
}
.TopPickup_Menu > section h3	{
	margin: 0 0 5px;
}
}
@media screen and (max-width: 480px)  {
.TopPickup_Menu > section	{
 width: 90%;
 margin:0 auto 10px;
}
.TopPickup_Menu > section:nth-child(2n) {
 margin:0 auto;
}
.TopPickup_Menu > section .t_txt	{
	padding: 0;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */
/*.bg	{
	width:100%;
	padding:60px 0 80px;
	margin:0;
	background:	#fafbde;	
}
.line	{
	width:100%;
	border-bottom:1px solid #999;
}
@media screen and (max-width: 768px)  {
.bg	{
	padding:40px 0 60px;
}
}
@media screen and (max-width: 480px)  {
.bg	{
	padding:20px 0 40px;
}
}*/
