@charset "utf-8";

/* CSS Document */




/* PC (1025～)
-----------------------------------------------------------------
----------------------------------------------------------------- */

@media screen and (min-width: 641px) {
.sp {
	display: none;
}
/* section.campagin
----------------------------------------- */
section.campaign {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0px 0px 20px 0px;
}
section.campaign .campaignArea {
	width: 1160px;
	height: auto;
	margin: 0px auto;
}
.campaignArea .campaignBlock {
	padding: 15px 0px 0px 0px;
}
.campaignBlock .titleArea {
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}
.campaignBlock .titleArea ul {
	overflow: hidden;
	width: 958px;
	margin: 0 auto;
}
.campaignBlock .titleArea ul li {
	cursor: pointer;
	position: relative;
	float: left;
	width: 468px;
	margin-right: 10px;
	margin-bottom: 30px;
	line-height: 0;
	border: 3px solid #fff;
}
.campaignBlock .titleArea ul li::after {
}
.campaignBlock .titleArea ul li:last-of-type {
	margin-right: 0;
}
.campaignBlock .titleArea ul li:hover {
	opacity: .6;
}
.campaignBlock .titleArea ul li.active {
	border: 3px solid #F97BCD;
}
.campaignBlock .titleArea ul li.active::after {
	color: #F97BCD;
	font-size: 22px;
	content: "▼";
	display: block;
	position: absolute;
	bottom: -24px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.campaignMain {
	padding: 0px 0px 10px 0px;
}
.campaignBlock .campaignSet {
	overflow: hidden;
}
.campaignSet figure {
	position: relative;
	width: 262px;
	height: auto;
	margin: 0px 37px 40px 0px;
	float: left;
	line-height: 0;
	background: #e9606f;
	overflow: hidden;
	border: 1px solid #e9606f;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.campaignSet figure:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.campaignSet figure img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 110%;
	height: auto;
}
.campaignSet figure figcaption {
	text-align: center;
	padding: 14px 0px 0px 0px;
	background: #fff;
	font-weight: bold;
}
.haiku {
	overflow: visible !important;
}
.haiku .inner {
	padding: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../images/bg_haiku.jpg) repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku .inner > .sec:nth-of-type(n+2) {
	margin-top: 32px;
}
.haiku .inner .sec::after {
	content: "";
	display: block;
	clear: both;
}
.haiku .inner h2 {
	padding-bottom: 2px;
	font-size: 18px;
	letter-spacing: .06em;
	border-bottom: 2px solid #6f9633;
}
.haiku .inner h2 span {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 8px;
	font-size: 18px;
	color: #fff;
	background: #6f9633;
}
.haiku .inner p{
	position: relative;
	width: 100%;
	margin-top: 16px;
	font-size: 18px;
}
.haiku .inner p span{
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	padding: 8px 20px 8px 54px;
	margin-right: 20px;
	border: 1px solid #6f9633;
	background: #fff;
	font-size: 20px;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku .inner p.item{
	float: left;
	width: 49%;
	margin-right: 2%;
	font-size: 16px;
}
.haiku .inner p.item02{
	font-size: 15px;
}
.haiku .inner p.item:nth-of-type(2n){
	margin-right: 0;
}
.haiku .inner p.item:nth-of-type(2n+1){
	clear: both;
}
.haiku .inner p.item:nth-of-type(n+3){
	margin-top: 16px;
}
.haiku .inner p.item span{
	vertical-align: middle;
	width: 78%;
	padding: 8px 10px 8px 36px;
	margin-right: 10px;
	border: 1px solid #6f9633;
	background: #fff;
	font-size: 16px;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku .inner p.item02 span{
	font-size: 15px;
	padding: 8px 10px 8px 36px;
}
.haiku .inner p::after{
	content: "";
	display: block;
	width: 60px;
	height: 50px;
	background: url(../images/icon_haiku.png) no-repeat;
	position: absolute;
	top: 0;
	left: -16px;
}
.haiku .inner p.item::after{
	background: url(../images/icon_haiku02.png) no-repeat;
	left: -18px;
}
.haiku .inner p.item02::after{
	background: url(../images/icon_haiku03.png) no-repeat;
}

.campaignSet .reedArea {
	width: 86%;
	padding: 20px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #e9606f;
	border: 2px solid #e9606f;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.haiku .reedArea {
	color: #6f9633;
	border: 2px solid #6f9633;
}
}

/* SmartPhone
-----------------------------------------------------------------
----------------------------------------------------------------- */

@media screen and (max-width:640px) {
.pc {
	display: none;
}
/* section.Access
----------------------------------------- */
section.campaign {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0px 0px 0px 0px;
}
section.campaign .campaignArea {
	width: 96%;
	height: auto;
	margin: 0px auto;
}
.campaignArea .campaignBlock {
	padding: 15px 0px 0px 0px;
}
.campaignBlock .titleArea {
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}
.campaignBlock .titleArea ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.campaignBlock .titleArea ul li {
	cursor: pointer;
	position: relative;
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	line-height: 0;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.campaignBlock .titleArea ul li:last-of-type {
	margin-right: 0;
}
.campaignBlock .titleArea ul li:hover {
	opacity: .6;
}
.campaignBlock .titleArea ul li.active {
	border: 3px solid #F97BCD;
}
.campaignBlock .titleArea ul li.active::after {
	color: #F97BCD;
	font-size: 18px;
	content: "▼";
	display: block;
	position: absolute;
	bottom: -24px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.campaignBlock .titleArea ul li img {
	width: 100%;
}
.campaignMain {
	padding: 0px 0px 10px 0px;
	line-height: 0;
}
.campaignMain img {
	width: 100%;
	height: auto;
}
.campaignBlock .campaignSet {
	padding: 0 0 15px;
	overflow: hidden;
}
.campaignSet figure {
	position: relative;
	width: 32%;
	height: auto;
	margin: 0px 2% 2% 0px;
	float: left;
	line-height: 0;
	background: #F97BCD;
	overflow: hidden;
	border: 1px solid #F97BCD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku figure {
	background: #6f9633;
	border: 1px solid #6f9633;
}
.campaignSet figure:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.campaignSet figure img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 110%;
	height: auto;
}
.campaignSet figure figcaption {
	text-align: center;
	padding: 14px 0px 0px 0px;
	background: #fff;
	font-weight: bold;
}
.haiku {
	overflow: visible !important;
}
.haiku .inner {
	padding: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../images/bg_haiku.jpg) repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku .inner > .sec:nth-of-type(n+2) {
	margin-top: 26px;
}
.haiku .inner .sec::after {
	content: "";
	display: block;
	clear: both;
}
.haiku .inner h2 {
	padding-bottom: 2px;
	font-size: 15px;
	letter-spacing: .06em;
	border-bottom: 2px solid #6f9633;
}
.haiku .inner h2 span {
	display: block;
	padding: 4px 16px;
	margin: 0 0 8px;
	font-size: 15px;
	color: #fff;
	background: #6f9633;
}
.haiku .inner p{
	position: relative;
	width: 100%;
	margin-top: 16px;
	text-align: right;
	font-size: 16px;
}
.haiku .inner p span{
	text-align: left;
	vertical-align: middle;
	display: block;
	width: 100%;
	padding: 8px 10px 8px 36px;
	margin-bottom: 8px;
	border: 1px solid #6f9633;
	background: #fff;
	font-size: 16px;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku .inner p.item{
	font-size: 13px;
}
.haiku .inner p.item span{
	font-size: 13px;
}
.haiku .inner p::after{
	content: "";
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/icon_haiku.png) center / 80% auto no-repeat;
	position: absolute;
	top: 0;
	left: -16px;
}
.haiku .inner p.item::after{
	background: url(../images/icon_haiku02.png) center / 80% auto no-repeat;
}
.haiku .inner p.item02::after{
	background: url(../images/icon_haiku03.png) center / 80% auto no-repeat;
}

.campaignSet .reedArea {
	width: 100%;
	padding: 20px;
	margin: 0 auto 20px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.8;
	color: #e9606f;
	border: 2px solid #e9606f;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.haiku .reedArea {
	color: #6f9633;
	border: 2px solid #6f9633;
}
}

@media screen and (max-width:320px) {
.haiku .inner p{
	font-size: 14px;
}
.haiku .inner p span{
	font-size: 14px;
	padding: 8px 8px 8px 32px;
}
.haiku .inner p.item{
	font-size: 12px;
}
.haiku .inner p.item span{
	font-size: 12px;
}
	
}
