@charset "utf-8";

#mainArea .sp {
	display: none  !important;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .pic {
	display: flex;
	text-align: center;
	position: relative;
}
#mainArea .pic img {
	display: block;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	opacity: 1;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}
#mainArea .pic img:hover {
	opacity: 0.5;
}
#mainArea .txt {
	margin-top: 50px;
}
#mainArea .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
	background: url(../images/top/bg_check01.png) repeat;
}

#secondaryArea .picLeft,
#secondaryArea .picRight {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#secondaryArea .picRight {
	flex-direction:row-reverse;
}
#secondaryArea .pic {
	width: 50%;
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 50%;
	padding: 40px 100px 0;
}
#secondaryArea .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 25px;
	font-size: 2.5rem;
}
#secondaryArea .txt p {
	margin-top: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
#secondaryArea .txt a {
	background:#F4A4A6;
	text-align: center;
	display: block;
	width: 300px;
	height: 50px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	color: #fff;
	margin: 30px auto 20px;
	line-height: 50px;
}
#secondaryArea .txt a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -6px;
}
/*----------------------------------
OTHER CONTENTS
------------------------------------*/
#otherContents {
	background: #F3F3F3;
	padding: 0 0 50px;
	text-align: center;
	margin-top: 80px;
}
#otherContents h1 {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #78B97E;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	padding-top: 25px;
	position: relative;
	top: -45px;
}
#otherContents h1 span {
	position: relative;
	display: inline-block;
}
#otherContents h1 span::before {
	content: "";
	position: absolute;
	top: 1em;
	left: -3px;
	right: -3px;
	border-bottom: 1px solid #fff;
	padding: 0;
}
#otherContents h1 span::after {
	content: "recommend";
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
}
#otherContents .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 30px;
}
#otherContents ul {
	text-align: center;
}
#otherContents .bx-pager {
	display: none;
}
#otherContents .bx-wrapper {
	margin-bottom: 0;
}
#otherContents .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
}
#otherContents ul li {
}
#otherContents .bx-wrapper .bx-prev {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	top: 50%;
	margin-top: -4px;
    left: -20px;
}
#otherContents .bx-wrapper .bx-next {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
    right: -20px;
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 1124px){
}
@media screen and (max-width: 1079px){
#secondaryArea .txt{
	padding: 20px 20px 0;
}
}
@media screen and (max-width: 959px){
}
@media screen and (max-width: 924px){
}
@media screen and (max-width: 767px){
#mainArea .txt {
	margin-top: 20px;
	padding: 0 20px;
}
#mainArea .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}
#secondaryArea .picLeft,
#secondaryArea .picRight {
	flex-direction: column;
	justify-content: flex-start;
}
#secondaryArea .pic {
	width: 100%;
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 100%;
	padding: 20px 20px 0;
}
#secondaryArea .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 25px;
	font-size: 2.5rem;
}
#secondaryArea .txt p {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
#secondaryArea .txt a {
	background:#F4A4A6;
	text-align: center;
	display: block;
	width: 300px;
	max-width: 100%;
	height: 50px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	color: #fff;
	margin: 30px auto 20px;
	line-height: 50px;
}
#secondaryArea .txt a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -6px;
}
	
}
@media screen and (max-width: 619px){
#mainArea .sp {
	display: block  !important;
}
#mainArea .spNone {
	display: none  !important;
}
/*@keyframes mainPic {
 0% {opacity: 0;}
20% {opacity: 1;}
21% {z-index: 1;}
50% {opacity: 1;}
70% {opacity: 0;}
71% {z-index: 0;}
100% {opacity: 0;}
}*/
	
/*#mainArea .pic {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	position: relative;
}
#mainPic01,
#mainPic02 {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: mainPic;
	animation-name: mainPic;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
#mainPic01 {		
	animation-delay: -2s;
	z-index: 1;
}
#mainPic02 {		
	animation-delay: -7s;
	z-index: 0;
}*/
}
@media screen and (max-width: 484px){
}

